@charset "UTF-8";
/* CSS Document */

/*----------------------------------------*/
/*                                        */
/*基礎スタイル*/
/*                                        */
/*----------------------------------------*/

@import "reset.css";
@import "dropnavi.css?220422";

a{
	text-decoration:none;
	color:#283e90;
}
a:hover{
	color:#8899db;
}

a:hover img {
	cursor:pointer !important;
	opacity: 0.6 !important; /* 0.0～1.0 */
	filter: alpha(opacity=60) !important; /* 0～100 */
}

/*マージン*/
.mtz{margin-top: 0 !important;}
.marginTB5{clear:both; margin:5px 0px;}
.marginLR5{clear:both; margin:0px 5px;}
.marginB5{clear:both; margin-bottom:5px;}
.mb10{margin-bottom: 10px !important;}
.marginB10{clear:both; margin-bottom:10px;}
.marginTB10{clear:both; margin:10px 0px;}
.marginLR10{clear:both; margin:0px 10px;}
.marginTB15{clear:both; margin:15px 0px;}
.marginLR15{clear:both; margin:0px 15px;}
.marginL20{clear:both; margin-left:20px;}
.marginB20{clear:both; margin-bottom:20px;}
.marginTB20{clear:both; margin:20px 0px;}
.marginLR20{clear:both; margin:0px 20px;}
.marginL30{clear:both; margin-left:30px;}
.marginT30{clear:both; margin-top:30px;}
.marginT20{clear:both; margin-top:20px;}
.marginB30{clear:both; margin-bottom:30px;}
.marginTB30{clear:both; margin:30px 0px;}
.marginLR30{clear:both; margin:0px 30px;}

/*パディング*/
.paddingTB5{clear:both; padding:5px 0px;}
.paddingLR5{clear:both; padding:0px 5px;}
.paddingB10{clear:both; padding-bottom:10px;}
.paddingTB10{clear:both; padding:10px 0px;}
.paddingLR10{clear:both; padding:0px 10px;}
.paddingTB15{clear:both; padding:15px 0px;}
.paddingLR15{clear:both; padding:0px 15px;}
.paddingL20{clear:both; padding-left:20px;}
.paddingB20{clear:both; padding-bottom:20px;}
.paddingTB20{clear:both; padding:20px 0px;}
.paddingLR20{clear:both; padding:0px 20px;}
.paddingL30{clear:both; padding-left:30px;}
.paddingT30{clear:both; padding-top:30px;}
.paddingB30{clear:both; padding-bottom:30px;}
.paddingTB30{clear:both; padding:30px 0px;}
.paddingLR30{clear:both; padding:0px 30px;}

/*文字サイズ*/
.fs10{font-size:10px; line-height:1.5em;}

.kadomaru {
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

.kadomaru_L {
   /*CSS3 */
   border-top-left-radius: 5px;  /* 左上 */
   border-bottom-left-radius: 5px; /* 右上 */

   /*Safari,Chrome */
   -webkit-border-top-left-radius: 5px;  /* 左上 */
   -webkit-border-bottom-left-radius: 5px; /* 右上 */

   /*Firefox */
   -moz-border-radius-topleft: 5px;  /* 左上 */
   -moz-border-radius-bottomleft: 5px; /* 右上 */
}
.kadomaru_R {
   /*CSS3 */
   border-top-right-radius: 5px;  /* 左上 */
   border-bottom-right-radius: 5px; /* 右上 */

   /*Safari,Chrome */
   -webkit-border-top-right-radius: 5px;  /* 左上 */
   -webkit-border-bottom-right-radius: 5px; /* 右上 */

   /*Firefox */
   -moz-border-radius-topright: 5px;  /* 左上 */
   -moz-border-radius-bottomright: 5px; /* 右上 */
}

.text_shadow_000{
	text-shadow: 1px 1px 1px #000;
}
.text_shadow_fff{
	text-shadow: 1px 1px 1px #fff;
}

.box_shadow_000{
	-moz-box-shadow:1px 1px 5px #000;/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #000;/* Safari,Google Chrome用 */   
}
.box_shadow_fff{
	-moz-box-shadow: 1px 1px 3px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #fff;　/* Safari,Google Chrome用 */  
}

.box_shadow_inset_000{
	-moz-box-shadow:1px 1px 5px #000 inset;/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #000 inset;/* Safari,Google Chrome用 */   
}
.box_shadow_inset_666{
	-moz-box-shadow:1px 1px 5px #666 inset;/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #666 inset;/* Safari,Google Chrome用 */   
}
.box_shadow_inset_fff{
	-moz-box-shadow: 1px 1px 3px #fff inset;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #ff inset;　/* Safari,Google Chrome用 */  
}

/*----------------------------------------*/
/*ページ基礎                              */
/*----------------------------------------*/
body{
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
	color:#000;
}

#container{
	position:relative;
	width:980px;
	margin:0 auto;
}


#main{
	padding-top:40px;
	padding-bottom:90px;
	position:relative;
	z-index:0 !important;
}

#left_column{
	width:228px;
	float:left;
}

#right_column{
	width:700px;
	float:right;
}

.midashi{
	background:no-repeat bottom url(../img/common/midashi_grade.gif);
}
.midashi h3{
	padding-top:5px;
	padding-bottom:15px;
	margin-bottom:30px;
	font-size:18px;
	line-height:1.4;
}


h4{
	padding:1px 0 1px 12px;
	margin-bottom:15px;
	border-left:6px solid #3866AB;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
}


h5{
	margin-bottom:5px;
	font-size:14px;
	color:#3866AB;
	font-weight:bold;
}

h6{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

/* メール */
.mail a{
	background:url(../img/common/mail.gif) 0 50% no-repeat;
	padding-left:13px;
}

/* ボタン */
.btn{
	text-align:center;
}

.btn a{
	background-color:#57A6D6;
	color:#fff;
	padding:10px 30px;
}

.btn a:hover{
	background-color:#ABD2EA;
}

/* リンク */
.link a{
	padding-left:15px;
	background:url(../img/common/footer_link.gif) 0 50% no-repeat;
}

/* アンカー */
ol.page_ancor{
	margin:0 0 20px;
}
ol.page_ancor li{
	float:left;
	background:no-repeat 10px center url(../img/common/pa_arrow.gif);
	margin-left:20px;
	margin-top:30px;
}

ol.page_ancor li a{
	display:block;
	padding-bottom:5px;
	width:205px;
	border-bottom:3px solid #ddd;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

/* ページトップへ */
#page-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    font-size: 70%;
}
#page-top a {
    display: block;
    text-decoration: none;
    padding-top: 60px;
    width: 60px;
    height: 0px;
    overflow: hidden;
    background: url(../img/common/pagetop.png) no-repeat 0 0;
}
  
#page-top a:hover {
	background-position:0 -60px
}

/* NEW! */
span.new{
	background-color:#db114f;
	color:#FFF;
	font-size:7px;
	padding:2px 3px 0;
	margin-left:3px;
	vertical-align:middle;
}

/* 他言語にジャンプページ */
.no .no1{
	padding:1em 0;
}

/*----------------------------------------*/
/*ヘッダー                              */
/*----------------------------------------*/

/* ヘッダー固定　*/
body {
    margin-top: 240px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:240px;
	background: url("../img/common/bg_header.png") repeat-x #fff;
	z-index:100;
}


/* ヘッダー内　*/
#header{
	position:relative;
	height:240px;
	width: 980px;
	margin: auto;
}
/* 会期 */
#header h1{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

#header h2{
	position:absolute;
	top:148px;
	right:0;
}

#header #logos{
	position:absolute;
	top:43px;
	display: table;
	width: 100%;
	overflow: hidden;
}
#header #logos li{
	float: left;
	text-align: center;
	padding: 0 6px;
}
#header #logos li:first-child {
	padding-left: 0;
}
#header #logos li:last-child {
	padding-right: 0;
}
#header #logos li:nth-of-type(7) {
	padding-right: 0;
}
#header #logos li:nth-of-type(8) {
  clear: left;
	padding-left: 0;
}


/*----------------------------------------*/
/*ヘッダー ツール                         */
/*----------------------------------------*/
#header #header_tool{
	position:absolute;
	left:0;
	top:10px;
}
#header #header_tool li{
	display:inline;
	margin-right:5px;
	font-size:10px;
}
#header #header_tool li a{
	color:black;
	text-decoration:none;
}
#header #header_tool li a:hover{
	color:black;
	text-decoration:underline;
}
#header #header_tool li a.select{
	font-weight:bold;
	cursor:default;
	text-decoration:underline;
}

#header #header_tool li img{
	vertical-align:middle;
	position:relative;
	_top:2px;
}

/* header_btn */
#header #header_btn{
	position:absolute;
	right:280px;
	top:0;
}
#header #header_btn li{
	display:inline;
	margin-right:5px;
	font-size:10px;
	vertical-align: top;
}

/* 検索 */
#header #search{
    width:260px;
    position:absolute;
	top:9px;
	right:0;
}
#header #search .gsc-control-cse, 
#header #search .gsc-control-cse-ja,
#header #search .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#header #search table.gsc-search-box td,
#header #search table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#header #search input[type="text"]{
    /*border: 1px solid #dddddd !important;*/
    height:25px !important;
}
#header #search input[type="text"]:focus {
    border: 1px solid #008ee1 !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#header #search #header #search-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#header #search #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#header #search input.gsc-search-button {
background: #1db1e8 !important;
background: -ms-linear-gradient(top,  #1db1e8 0%,#1db1e8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db1e8', endColorstr='#1db1e8',GradientType=0 ); /* IE6-9 */
border: 1px solid #0f98ca !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
border-color: #0f98ca !important;
background: -ms-linear-gradient(top,  #1db1e8 0%,#1db1e8 100%); /* IE10+ */
background-color: #1db1e8 !important;
}
/* ボタンの位置調整と角丸消し */
#header #search .gsc-search-button{
    margin:0 0 0 -16px !important;
    border-radius:0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#header #search .gsib_b a{
    position:absolute;
    top:3px;
    left:-25px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#header #search .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}

/*----------------------------------------*/
/*グロナビ                              */
/*----------------------------------------*/
#header #glnavi{
	position:absolute;
	bottom:0px;
	background:no-repeat top url(../img/common/glanavi.gif);
	height:50px;
}
#header #glnavi li{
	position:relative;
	float:left;
}
#header #glnavi li a{
	display:block;
	background:no-repeat top url(../img/common/glanavi.gif);
	width:140px;
	height:50px;
	text-indent:-9999em;
}


#header #glnavi li.m1 a{
	background-position:left 0px;
}
#header #glnavi li.m1 a:hover{
	background-position:left -50px;
}

#header #glnavi li.m2 a{
	background-position:-140px 0px;
}
#header #glnavi li.m2 a:hover{
	background-position:-140px -50px;
}

#header #glnavi li.m3 a{
	background-position:-280px 0px;
}
#header #glnavi li.m3 a:hover{
	background-position:-280px -50px;
}

#header #glnavi li.m4 a{
	background-position:-420px 0px;
}
#header #glnavi li.m4 a:hover{
	background-position:-420px -50px;
}

#header #glnavi li.m5 a{
	background-position:-560px 0px;
}
#header #glnavi li.m5 a:hover{
	background-position:-560px -50px;
}

#header #glnavi li.m6 a{
	background-position:-700px 0px;
}
#header #glnavi li.m6 a:hover{
	background-position:-700px -50px;
}

#header #glnavi li.m7 a{
	background-position:-840px 0px;
}
#header #glnavi li.m7 a:hover{
	background-position:-840px -50px;
}

/* パンくずリスト */
#bread{
	position:absolute;
	top:23px;
	/*left:280px;*/
	left: 22px;
	z-index:19;
}
#bread li{
	display:inline;
	font-size:11px;
	color:#fff;
}
#bread li a{
	color:#fff;
}
#bread li a:hover{
	text-decoration:underline;
}


/* fontSize */
ul.textresizer {
	display:block;
	width:185px;
	height:40px;
	line-height:40px;
	background:url(../img/common/textsizer.gif) top left no-repeat;
	text-align:center;
	float:right;
	margin-top:20px;
}
ul.textresizer li {
	display: inline;
	margin-right: 2px;
}
ul.textresizer a {
	border: solid 1px #ccc;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	color:#666;
}
ul.textresizer a:hover {
	background-color:#48a2b9;
	color:#fff;
}
ul.textresizer .medium-text {
	font-size: 12px;
}
ul.textresizer .large-text {
	font-size: 14px;
}
/* Style of active button */
ul.textresizer a.textresizer-active {
	background-color:#48a2b9;
	border: solid 1px #ccc;
	color:#fff;
}
/* End of Text Resizer Buttons */


/*----------------------------------------*/
/*レフトナビ                              */
/*----------------------------------------*/
#left_column #leftnavi{
	position:relative;
	top:-22px;
	z-index:1 !important;
}
#left_column #leftnavi .wrapper{
	padding:0 0 0 22px;
}
#left_column #leftnavi ul{
	margin-bottom:22px;
}
#left_column #leftnavi ul li{
	margin-bottom:5px;
	background:url(../img/common/footer_link.gif) left 3px no-repeat;
	padding-left:13px;
	line-height:1.4;
}
#left_column #leftnavi ul li.title{
	padding-left:0;
	background-image:none;
	font-weight:bold;
	margin-top:15px;
}
#left_column #leftnavi ul li.index{
	font-weight:bold;
	margin-bottom:15px;
}
#left_column #leftnavi ul li a{
	display:inline !important;
	background:none !important;
	text-indent:0em !important;
}
#left_column #leftnavi ul li.selected a{
	color:#8899db;
}
#left_column #leftnavi ul li ul{
	display:none;
	margin:5px 0;
	margin-left:-13px;
	padding-top:10px;
	padding-left:0px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
#left_column #leftnavi ul li ul li{
	background:url(../img/common/footer_link.gif) 1px 0 no-repeat;
	padding-left:13px;
	margin-bottom:5px;
}
#left_column #leftnavi ul li.selected ul a{
	color:#283e90;
	font-size:10px;
}
#left_column #leftnavi ul li.selected ul a:hover{
	color:#8899db;
}
#left_column #leftnavi ul li.selected ul li.selected a{
	color:#8899db;
}


/*----------------------------------------*/
/*プラチナスポンサー                            */
/*----------------------------------------*/
#platinum_banner{
	position: relative;
	width: 1050px;
	height: 50px;
	margin-left: -35px;
	padding: 20px 0;
}
#platinum_banner dl{
	display: table;
	margin: 0 auto;
	padding: 0;
}
#platinum_banner dt{
	float: left;
	width:130px;
	font-size:0.8em;
	font-weight:bold;
	line-height: 50px;
	background-color:#48bccb;
	color:#fff;
	text-align:center;
}
#platinum_banner dd{
	float: left;
	margin-left: 10px;
}
#platinum_banner dd img{
	vertical-align: bottom;
}


/*----------------------------------------*/
/*レフトボタンとバナー                            */
/*----------------------------------------*/
#left_column .btns{
	margin-bottom:22px;
}

#left_column .banners dl{
	margin-top:22px;
}
#left_column .banners dd, 
#left_column .btns dd{
	margin-bottom:3px;
}
#left_column .banners dt{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:3px;
	padding:3px 0 2px;
	background-color:#e62d8b;
	width:184px;
	color:#fff;
	text-align:center;
}
#left_column .banners dt.platinum{
	background-color:#48bccb;
}
#left_column .banners dt.gold{
	margin-top:20px;
	background-color:#9A9A37;
}
#left_column .banners dt.silver{
	margin-top:20px;
	background-color:#aaa;
}
#left_column .banners dt.bronze{
	margin-top:20px;
	background-color:#b2806e;
}

#left_column .banners .partner dt {
	background-color:#154b9d;
}
#left_column .banners .partner dd img {
	border: 1px solid #ddd;
}
#left_column .banners .partner dd.txtAC {
	width: 184px;
	text-align: center;
}
#left_column .banners .partner dd.txtAC img {
	border: none;
}


/*----------------------------------------*/
/*フッター                                */
/*----------------------------------------*/
#footer{
	background:#f2f2f2 url(../img/common/border.gif) left top repeat-x;
	padding:40px 0 0;
}
#footer .wrapper{
	width:980px;
	margin:0 auto;
}
#footer .top dt, 
#footer .middle dt{
	font-weight:bold;
	font-size:14px;
	background:url(../img/common/footer_dt_s.gif) bottom left no-repeat;
	margin-bottom:15px;
	padding-bottom:10px;
}
#footer .middle dt{
	background:url(../img/common/footer_dt_l.gif) bottom left no-repeat;
	margin-top:40px;
}
#footer .top li,
#footer .middle li{
	text-indent:-15px;
	padding-left:15px;
	line-height:1.4;
	margin-bottom:3px;
}
#footer .middle li.title{
	font-weight:bold;
	padding:0;
	text-indent:0;
	line-height:1.6;
}
#footer .top li a,
#footer .middle li a{
	background:url(../img/common/footer_link.gif) 0 50% no-repeat;
	padding-left:15px;
}
#footer .top div{
	float:left;
	width:185px;
	background:url(../img/common/footer_separateline.gif) top right repeat-y;
	min-height:235px;
	height: auto !important;
	height: 235px;
	margin-right:13px;
}
#footer .middle .column6 div.listbox01,
#footer .middle .column6 div.listbox02,
#footer .middle .column6 div.listbox03{
	float:left;
	width:306px;
	background:url(../img/common/footer_separateline.gif) top right repeat-y;
	min-height:120px;
	height: auto !important;
	height: 340px;
	margin-right:13px;
}
#footer .middle .column6 div.listbox02{
	background:none;	
}
#footer .middle .column6 div.listbox01 li.keynote {
	font-weight: bold;
	margin-bottom: 1em;
}
#footer .middle .column6 div.listbox01 li.index{
	font-weight:bold;
	margin-bottom:15px;
}
#footer .middle .column6 div .mt3 {
	margin-top: 3px;
}
#footer .middle .column6 div .mt10 {
	margin-top: 10px;
}
#footer .middle .column6 div .charge {
	font-size: 80%;
	font-weight: normal;
	background-color: #db114f;
    color: #fff;
	margin-left: 10px;
	padding: 2px 6px 1px;
}
#footer .middle .column6 div .charge.mlz,
#footer .middle .column6 div .free.mlz {
	margin-left: 0px;
}
#footer .middle .column6 div .free {
	font-size: 80%;
	font-weight: normal;
    background-color: #ffcb41;
	margin-left: 10px;
    padding: 2px 6px 1px;
}
#footer .middle .column6 div .child a {
	background:url(../img/common/list_arrow_small.gif) no-repeat left center;
}
#footer .middle .column6 div a.nolink {
	color: #333;
	cursor: default;
}
#footer dl dd dl{
	display:none;
}
#footer .bottom{
	background:url(../img/common/border.gif) left top repeat-x;
	width:980px;
	margin-top:25px;
}

#footer .bottom h6{
	margin:0;
	padding:20px 0 0 0;
}
#footer .bottom address{
	font-size:10px;
	margin-top:20px;
}
#footer .siteinfo{
	background:#e5e5e5 url(../img/common/border.gif) left top repeat-x;
	margin-top:20px;
	padding:20px 0;
}
#footer .siteinfo .c1{
	font-size:10px;
}