/** ========================================================= **/
/* CSS Document */
/*  2011/11/29 by MSS  */
/** ========================================================= **/
@charset "utf-8";
/* 共通CSS */
html {
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: scroll;
}

body {
  color: #444444;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
/* font-family: verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif; 2012/11/22 */
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, dl, dt, dd, frameset, strong, em {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
}

a:link {
  color: #1D3992;
  text-decoration: underline;
}

a:visited {
  color: #621E9F;
  text-decoration: underline;
}

a:hover, a:active {
  color: #CC0033;
  text-decoration: none;
}

.fleft{
    float: left;
}

.fright{
  float:right;
}

.fclear{
  clear:both;
}

.entitle{
  width:100px;
}

.color_red {
  color: red;
}

.fsize_10 {
  font-size:x-small;
}
div.linkbox_10 {
  padding-top:10px;
}
div.linkbox_16 {
  padding-top:16px;
}
div.linkbox_30 {
  padding-top:30px;
}

div.linkbox {
  position: absolute;
  bottom: 0px;
}
/* 全体のCSS */

#wrapper {
  width:970px;
  margin: 0 auto;
  padding: 0;
}

#container {
  width: 970px;
  margin: 0 auto;

}

#content {
        width: 100%;
        float: right;
}

#sidebar {
        width: 210px;
/*        float: left;*/
}

/* リンク部分のCSS */
ul.links li {
    display: inline;
    list-style-type: none;
    /*padding: 0 0.5em;*/
}

.primary-links {
  color: #ffffff;
  line-height: 120%;
  float: right;
}
.primary-links span {
  color:#191970;
}

.primary-links li + li::before {
  content: "|";
  padding: 0 10px 0 8px;
  color:#444444;
}

#secondary-menu li + li::before { 
  content: "|";
  padding: 0 10px 0 0px;
  color:#444444;
}

#secondary-menu {
  color: #1d3992;
  height: 30px;
  margin: 0px 0px 0px 0px;
}

#secondary-menu a {
  color:#191970;
  padding-left: 6px; 
}


#last_agro {
  padding-right: 0px;
}

/* ヘッダー部分のCSS */

#header-bg {
  width: 100%;
  height: 8px;
  display: block;
  background: url("../images/common/bg_header.gif") repeat right top;
  position: static;
  top: 0;
  right: 0;
}

#header {
  width: 970px;
  height: 67px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

#logo-floater {
  width: 248px;
  display: block;
  top: 20px;
  left: 0px;
  position: relative;
}

#logo-floater-img {
  line-height: 120%;
  padding-left: 0px;
}

#header-floater {
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
}

#primary_links_upper_div {
  margin-top: 8px;
}

.logged {
  clear: right;
  position:absolute;
  right: 0;
  top: 40px;
  height: 26px;
}

#logged_in {
  background: url("../images/common/ico_user.gif") no-repeat left center;
}

#logged_in_label {
  height: 26px;
  display:block;
  float: left;
  padding-top: 5px;
  padding-right:5px;
  padding-left: 18px;
}

/*
#logout{
  background: url("../images/common/btn_logout.png") no-repeat left top;
  width: 100px;
  float: left;
  height: 26px;
  display:block;
}

#login{
  background: url("../images/common/btn_login.gif") no-repeat left top;
  width: 100px;
  float: left;
  height: 26px;
  display:block;
}
*/
#header-region {
  padding-bottom: 16px;
}

/** パンくずのCSS **/

#breadcrumb {
        width: 100%;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        margin: 20px auto;
        padding: 3px 0;
        overflow: hidden;
}
#breadcrumb-left {
        float: left;
        padding-left: 20px;
        background: url("../images/common/ico_home.gif") no-repeat 0 50%;
}
dl#breadcrumb-right {
        float: right;
        overflow: hidden;
}
dl#breadcrumb-right dt,dl#breadcrumb-right dd {
        float: left;
}
dl#breadcrumb-right dt {
        margin-right: 10px;
}
#breadcrumb-right ul li {
        float: left;
        width: 50px;
    height: 24px;
    margin-left: 3px;
}
#breadcrumb-right ul li a {
        text-indent: -9999px;
}
/*#breadcrumb {
  height: 25px;
  width: 100%;
  padding: 5px 0 5px 0;
  margin: 10px 0 5px 0;
  border: 1px solid #e8e8e8;
}
#breadcrumb a {
  color: #1d3992;
  text-decoration: underline;
}
#breadcrumb a:hover {
  text-decoration: none;
}
#breadcrumb a:visited {
}
.breadcrumb {
  padding-left: 25px;
}
#breadcrumb-inner {
  width: 970px;
  margin: 0 auto;
  border: 0px solid #FFFFFF;
}
#breadcrumb-left {
  width: 755px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #FFFFFF;
  float: left;
}
#breadcrumb-right {
  width: 210px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #FFFFFF;
  float: left;
}
.breadcrumb {
  background: url("../images/common/ico_home.gif") no-repeat 0 0 ;
  padding-left: 20px;
  vertical-align: middle;
}
.bigger-font .breadcrumb {
  background: url("../images/common/ico_home.gif") no-repeat 0 2px  ;
}
.breadcrumb-button {
  border: 1px solid #CCCCCC;
}
.breadcrumb-img {
  background: none repeat scroll 0 0 #F4F5EF;
  border: 1px solid #CCCCCC;
  color: #162414;
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 1px;
  width: 62px;
}
*/
/* 表示中央部分のCSS */

#center {
  width: 100%;
  float: left;
}

/* "ページトップへ"のCSS */
#pagetop {
        text-align: right;
        margin: 80px 0 10px;
        clear: both;
}
/*
#pagetop_nul a {
  text-decoration: none;
}
#pagetop_img {
  width: 145px;
  height: 25px;
  background: url("../images/common/btn_pagetop.png") no-repeat left center;
  margin-top: 40px;
  margin-bottom: 5px;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
*/

/** フッターのCSS **/

#footer {
        clear: both;
        width: 100%;
        margin: 0 auto 10px;
}
#footer-inner {
        width: 950px;
        text-align: left;
        margin-bottom: 20px;
        padding: 10px;
        background: #D0F0D0;
}
#footer-inner li {
        display: inline;
}
#footer-bottom {
        overflow: hidden;
}
#copyright {
        float: left;
        font-size: 88%;
}
ul#bnrArea {
        float: right;
}
ul#bnrArea li {
        display: inline;
        margin-left: 15px;
}

div.internal-info {
    font-size: x-small;
    width: 55%;
    background: url(/common/images/common/red_key.png) no-repeat scroll 0px center;
    padding-left: 23px;
}

div.internal-info-content {
    font-size: smaller;
    background: url(/common/images/common/red_key.png) no-repeat scroll 0px center;
    padding-left: 23px;
    margin-left: 25px;
}

p.internal-info-content {
    font-size: smaller;
    background: url(/common/images/common/red_key.png) no-repeat scroll 0px center;
    padding-left: 23px;
}

div.internal-info-bottom {
    background: url(/common/images/common/red_key.png) no-repeat scroll 0px center;
    padding-left: 23px;
}

/*#footer-banner {
  width: 100%;
  height: 35px;
  background: #def1de;
  padding: 0px 0px 0px 0px;
  color: #000000;
}
#copyright {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #333;
  line-height: 150%;
  float: left;
  font-size: 100%;
  font-style: normal;
  text-align: left;
}*/

/* affritのバナー */
/*#affrit_portal {
  background: url("../images/common/bnr_affrit.gif") no-repeat left center;
  padding-top: 0px;
  float: right;
  width: 150px;
  height: 35px;
}*/
/* 筑波事務所のバナー */
/*#stoweb {
  background: url("../images/common/bnr_tsukuba.gif") no-repeat 10px center;
  padding-top: 0px;
  float: right;
  width: 170px;
  height: 35px;
}*/

/** --------------------------------------------------------- **/
/**
 * Custom
 */

.headerlink {
    background: url("https://www.agropedia.affrc.go.jp/sites/all/themes/agropedia/common/images/common/header.gif");
    width: 970px;
    height: 30px;
    text-align: right;
}

.headerlink > div {
    margin-top: 5px;
    margin-right: 5px;
}

.headerlink ul {
    list-style: none;
    margin: 0;
}

.headerlink li {
    display: inline;
    padding: 0;
    color: white;
    padding-right: 5px;
}

.headerlink a:link {
    color: white;
}

.headerlink a:visited {
    color: #FFFFFF !important;
}

.headermenu {
    width: 970px;
    text-align: right;
    padding-top: 10px;
    margin-bottom: 10px;
    height: 26px;
}

.headermenu .user-icon {
    margin-top: 3px;
}


/* 文字サイズ変更のCSS */

.bigger-font .headermenu .user-icon {
    margin-top: 2px;
}
/*
.font-size {
    height: 21px;
    margin-right: 2px;
}
.font-size-text {
    margin-right: 10px;
    line-height: 25px;
}

.bigger-font .font-size-text {
    margin-top: 0px;
}
*/

#font-size-button a {
    text-decoration: none;
}

.bigger-font {
    font-size: 116%;
}

#bigger_font_button {
    cursor: pointer;
    background: #F1F1E7 url("../images/common/btn_txt_bigger_off.gif") 0 0 no-repeat;
}

.bigger-font #bigger_font_button {
    cursor: default;
    background: #F1F1E7 url("../images/common/btn_txt_bigger_on.gif") 0 0 no-repeat;
}

#normal_font_button {
    cursor: default;
    background: #F1F1E7 url("../images/common/btn_txt_normal_on.gif") 0 0 no-repeat;
}

.bigger-font #normal_font_button {
    cursor: pointer;
    background: #F1F1E7 url("../images/common/btn_txt_normal_off.gif") 0 0 no-repeat;
}
/*
#login-button {
    display: block;
    width: 100px;
    height: 26px;
    text-decoration: none;
}

.login {
    background: #ffffff url("../images/common/btn_login.png") 0 0 no-repeat;
}

.logout {
    background: #ffffff url("../images/common/btn_logout.png") 0 0 no-repeat;
}
*/
/* 静的コンテンツ用CSS 開始 */
#h1_txt h1 {
        font-size: 185%;
        font-weight: normal;
        padding: 7px 25px;
        background: url("../images/common/ttl_line.gif") no-repeat 0 0;
}
#h1_txt.h1ttl {
        background: url("../images/common/ttl_underline.gif") repeat-x bottom;
        padding-bottom: 10px;
        margin-bottom: 20px;
}
#h1_img h1 {
    margin: 0 auto;
    position:relative;
}
#h1_img {
    width:735px;
    height:120px;
    margin-bottom: 30px;
}
.h1_effect {
        width: 746px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.h1_effect:before, #h1_effect:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.h1_effect:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
h2 {
        font-size: 116%;
        background:  url("../images/common/ttl_line.gif") no-repeat 0 0;
        margin: 2px;
        padding-left: 20px;
        height: 36px;
        line-height: 36px;
}
.h2ttl {
        background: url("../images/common/ttl_bg.gif") repeat-x 0 0;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        height: 40px;
}
#content ol {
        margin-left: 40px;
        margin-bottom: 1.5em;
}
#content ol li {
        margin-bottom: 1em;
}
/*#topicPath {
        position: relative;
        top: 80px;
        left: 30px;
        width: 600px;
}
#topicPath li {
        display: inline;
}
#topicPath li a {
        background: url("../images/common/topicpath.gif") no-repeat right center;
        padding-right: 15px;
}*/

/* ----------------------------------------------------
リンク集
---------------------------------------------------- */
ul.link  {
        margin-bottom: 1.5em;
        margin-left: 25px;
}
ul.link li {
        margin-bottom: 1em;
        background: url("../images/common/ico_arrow.gif") no-repeat left 4px;
        list-style: none;
        padding-left: 25px;
}
ul.link li ul {
        margin: 0;
        padding: 0;
}
ul.link li ul li {
        margin-bottom: 1em;
        background: url("../images/common/ico_arrow_s.gif") no-repeat left 7px;
        list-style: none;
        padding-left: 1em;
        margin-top: 0.5em;
}
.link2 ul {
        margin-left: 20px;
}
.link2 li {
        background: url("../images/common/ico_arrow.gif") no-repeat left 4px;
        list-style: none;
        padding-left: 20px;
        margin-left: 1px;
        display: block;
        float: left;
        width: 280px;
        margin-bottom: 1em;
}
.link2 p, .link3 p {
        font-weight: bold;
        background: #EBE4D6;
        padding: 5px 20px;
        margin-bottom: 20px;
        clear: both;
}
.link3 ul {
        margin-left: 20px;
}
.link3 li {
        background: url("../images/common/ico_arrow.gif") no-repeat left 4px;
        list-style: none;
        padding-left: 20px;
        margin-left: 1px;
        display: block;
        float: left;
        width: 440px;
        margin-bottom: 1em;
}
.pagetop {
        background: url("../images/common/ico_pagetop.gif") no-repeat 0 0;
        line-height: 13px;
        float: right;
        padding-left: 20px;
        margin: 20px 0;
}
/*
dl.linkIndex {
        margin-bottom: 30px;
        margin-left: 20px;
}

dl.linkIndex dt {
        list-style: none;
        margin-top: 1em;
        border-bottom: 1px dotted #CCC;
}

dl.linkIndex dd {
        background: url("../images/common/ico_arrow_s.gif") no-repeat left center;
        list-style: none;
        padding-left: 10px;
        padding-right: 1em;
        display: inline;
        margin-left: 1em;
}
*/

/* ----------------------------------------------------
データベース
---------------------------------------------------- */
#content .box {
        margin: 0 0 20px 0;
        padding: 0;
        clear: both;
}
#content .left {
        float: left;
        width: 353px;
}
#content .right {
        margin-left: 380px;
        width: 353px;
}
.dbMenu p {
        margin: 0 0 10px 25px;
}
#content .box ul {
        margin: 20px;
}
.btnArea {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 0px;
}
.btnArea a {
    text-decoration: none;
}
#main .btn_use {
        background: url("../images/common/btn_use_big.png") no-repeat left center;
    width: 360px;
    height: 40px;
    margin-left:auto;
    margin-right:auto;
}
/*#content .box {
        margin: 0 0 20px 0;
        padding: 0;
        overflow: hidden;
}
#content .left {
        float: left;
        width: 353px;
}
#content .right {
        margin-left: 380px;
        width: 353px;
}
.DBthumb {
        float: left;
        width: 120px;
}
.DBtxt {
        float: right;
        width: 233px;
}
.DBtxt2 {
        float: right;
        width: 615px;
}
#content .box p {
        margin-left: 20px;
}
#content .box ul {
        margin: 20px 0 20px 20px;
}
.btnArea {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 0px;
}
.btnArea a {
    text-decoration: none;
}
#main .btn_use {
        background: url("../images/common/btn_use_big.png") no-repeat left center;
    width: 360px;
    height: 40px;
    margin-left:auto;
    margin-right:auto;
}
#main {
        margin-top: 20px;
        margin-left: 5px;
}
#main p {
        margin-bottom: 1.5em;
        margin-left: 20px;
}
#main h2 {
        font-size: 140%;
        font-weight: bold;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-top: 7px;
        background: url("../images/common/h2_line.gif") no-repeat 0px 0px;
}
#main h3 {
        font-size: 120%;
        background:  url("../images/common/h3_line.gif") no-repeat 0px 0px;
        margin: 2px;
        padding-left: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
}
#main .h3ttl {
        background: url("../images/common/h3_bg.png") repeat-x 0px 0px;
        border: 1px solid #CCC;
        margin-bottom: 20px;
}
#main h4 {
        background: url("../images/common/h3_line.gif") no-repeat 0 0;
        font-weight: bold;
        padding-left: 20px;
        margin-bottom: 5px;
        font-size: 120%;
        margin-left: 20px;
}
#main .link {
        list-style: none;
        margin-bottom: 20px;
        margin-left: 20px;
}
#main .link li {
        padding-left: 20px;
        margin-bottom: 5px;
}
#main .inside {
        background: url("../images/common/ico_arrow.gif") no-repeat left center;
}
#content dl.details dt {
        clear: left;
        float: left;
        width: 12em;
        border-top: 3px solid #DBD2BA;
        padding: 10px 0px 20px 10px;
        font-weight: bold;
}
#content dl.details dd {
        border-top: 1px solid #CCC;
        padding: 13px 0px 20px 20px;
        margin-left: 12em;
}
ul.guideLink li {
        margin-bottom: 0.5em;
        background: url("../images/")
}
ul.list li {
        list-style: none;
}
ul.section li {
        list-style: none;
        background: url("../images/common/ico_arrow.gif") no-repeat left 4px;
        padding-left: 20px;
        margin-bottom: 0.5em;
} */

/* ----------------------------------------------------
左サイドメニュー
---------------------------------------------------- */
#sideMenu {
        margin-bottom: 20px;
        list-style: none;
        border: 1px solid #CCC;
}
#sideMenu dt {
        background: url(../images/side_l/navi_bg_gray.png) no-repeat 0 0;
        padding: 10px;
}
#sideMenu dt a {
        background: url(../images/side_l/navi_arrow1.png) no-repeat 0 center;
        padding-left: 20px;
}
#sideMenu dd {
        border-bottom: 1px solid #6EB774;
        border-left: 10px solid #6EB774;
        padding: 5px 0px;
}
#sideMenu dd a {
        background: url(../images/side_l/navi_arrow2.png) no-repeat 0 center;
        padding-left: 15px;
        margin-left: 5px;
}
#sideMenu .bg {
        background: url(../images/side_l/navi_bg_green.gif) repeat-x 0 0;
}
#sideMenu .active {
        background: url(../images/side_l/navi_arrow1_active.png) no-repeat 0 center;
        font-weight: bold;
        color: #FFF;
        padding-left: 20px;
}
#sideMenu .active2 {
        background: url(../images/side_l/navi_arrow1_active2.png) no-repeat 0 center;
        font-weight: bold;
        color: #FFF;
        padding-left: 20px;
}
#sideMenu .active2 a {
        background: none !important;
        font-weight: bold !important;
        color: #FFF !important;
        padding-left: -20px;
}
#sideMenu .active3  {
        background: url(../images/side_l/navi_arrow2_active.png) no-repeat 0 center;
        font-weight: bold;
        padding-left: 15px;
        margin-left: 5px;
}
.sideBanner {
        margin-top: 10px;
}

.clear-block::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/*「メインコンテンツに移動」*/
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
/* メニュー部 */
.panels-flexible-toplayout .panels-flexible-region-inside-last {
    padding-right: 0;
}
.panels-flexible-toplayout .panels-flexible-region-inside {
    padding-left: 0.5em;
}
.panels-flexible-toplayout .panels-flexible-region {
    padding: 0;
}
.panels-flexible-region-toplayout-middle_right {
    position: relative;
    float: left;
    background-color: transparent;
    width: 190px;
}
.panels-flexible-toplayout .panels-flexible-region {
    padding: 0;
}
.panels-flexible-region-toplayout-middle_left {
    position: relative;
    float: left;
    background-color: transparent;
    width: 754px;
}
.panels-flexible-toplayout .panels-flexible-row {
    padding: 0 0 0.5em 0;
    margin: 0;
}
.panels-flexible-dblayout .panels-flexible-row {
    padding: 0 0 0.5em 0;
    margin: 0;
}
.panels-flexible-dblayout .panels-flexible-region {
    padding: 0;
}
.panels-flexible-dblayout .panels-flexible-region-inside {
    padding-left: 0em;
}
.panels-flexible-dblayout .panels-flexible-region-inside-last {
    padding-right: 0;
}
.panels-flexible-dblayout {
    width: 1020px;
}
.panels-flexible-dblayout-inside {
    padding-right: 0px;
}
.panels-flexible-row-dblayout-1-inside {
    padding-left: 970px;
    margin-left: -970px;
    padding-right: 0px;
}
.panels-flexible-region-dblayout-left {
    position: relative;
    float: left;
    background-color: transparent;
    width: 217px;
}
.panels-flexible-region-dblayout-right {
    position: relative;
    float: left;
    background-color: transparent;
    width: 753px;
}
/* 静的コンテンツ用CSS 終了 */
