@charset "utf-8";

/*初期化
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	width:100%;
	min-width:1000px;
	background-color:#FFFFFF;
	-webkit-text-size-adjust:100%;
}
ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
}
ol {
	margin: 10px 0 10px 30px;
}
@media screen and (max-width: 769px) {
body {
	min-width:100%;
}
li{
	margin:5px 0 0 0;
}
}

hr {
	border:none;
	height:1px;
	border-top:1px solid #CCC;
	color:#FFF;
	margin:15px 0;
	padding:0;
}
img {
	vertical-align:top;
	border: 0;
	font-size:1px;
	line-height:1px;
	max-width:100%;
	width/***/:auto;
}
address{
	font-style:normal;
}
/*リンク
----------------------------------------*/
a,
a img{
	-webkit-transition:color 0.3s,opacity 0.3s;
	transition:color 0.3s,opacity 0.3s;
}
a:link {
	color:#007EBA;
}
a:visited {
	color:#666;
}
a:active {
}
a:hover {
	color:#909;
	text-decoration:none;
}
a:hover img{
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

/*ClearFix
----------------------------------------*/
.clear:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	/zoom:1;
} /* ie6,ie7 */


.hidden {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.pc-hidden{
	display:none;
}
.sp-hidden{
	display:block;
}
@media screen and (max-width: 769px) {
.pc-hidden{
	display:block;
}
.sp-hidden{
	display:none;
}
}

/*コンテンツボックス
----------------------------------------*/
/*contents common width setting
----------------------------------------*/
#header-container header,
#globalnavi,
#mainvisual,
#maincontents,
#footercontainer footer{
	width:980px;
	margin:0 auto;
}

@media screen and (max-width: 769px) {
#header-container header,
#globalnavi,
#mainvisual,
#maincontents,
#footercontainer footer{
	width:100%;
}
}

/*ヘッダー
----------------------------------------*/
#header-container {
	height:90px;
	background-color: #FFF;
}
/*ロゴ*/
#logo {
	width:310px;
	height:56px;
	float:left;
	padding:18px 0 0;
}
#logo img{
	width:100%;
}
@media screen and (max-width: 769px) {
#header-container {
	height:auto;
}
#logo {
	width:232px;
	float:none;
	padding:13px 0 0;
	margin:0 auto;
}
}

/*----- ヘッダーボックス -----*/
#headerbox{
	width:390px;
	float:right;
	margin-top:26px;
}

/*文字サイズ*/
#fontsize {
	float: left;
	width:182px;
	font-size:1px;
	line-height:1px;
	display:table;
	table-layout:fixed;
	position:relative;
}
#fontsize dt {
	display:table-cell;
	/*	margin-top:6px;
	margin-right:14px;*/
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	vertical-align:middle;
	padding-right: 5px;
}
#fontsize dt img {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#fontsize dd {
	display:table-cell;
}
/*文字サイズアイコン*/
#fontsize ul {
	margin:0;
	display:table;
	width:100%;
	table-layout:fixed;
}
#fontsize li {
	display:table-cell;
}
#fontsize li a {
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	width: 24px;
	height: 30px;
	overflow: hidden;
}
#fontsize li a:hover {
	background-position:bottom !important;
}
#fontsize #fs1 {
	background-image: url(../imgs/base/he_font_large.png);
	margin-right:8px;
}
#fontsize #fs2 {
	background-image: url(../imgs/base/he_font_middle.png);
	margin-right:8px;
}
#fontsize #fs3 {
	background-image: url(../imgs/base/he_font_small.png);
}
.noscript {
	position: absolute;
	top:0px;
	left:0px;
	color: #000000;
	font-size: 10px;
	line-height: 1.1em;
	height: 29px;
	font-weight:bold;
	overflow: hidden;
	background-image: url(../imgs/base/bg_koshi.gif);
	width:182px;
}
/*文字サイズ調整*/
.font-superlarge {
	font-size:120%;
	line-height:1.6em;
}
.font-large {
	font-size:100%;
	line-height:1.7em;
}
.font-normal {
	font-size: 0.9em;
	line-height: 1.6em;
}
@media screen and (max-width: 769px) {
#headerbox{
	width:96%;
	float:none;
	margin-top:10px;
}
#fontsize {
	display:none;
}
}
/*----- 検索 -----*/
#sitesearch {
	line-height:1px;
	list-style: none;
	float:right;
	padding-left:14px;
}
#sitesearch dt {
	display:none;
}
#sitesearch dd {
	float: left;
	display: inline;
}
#sitesearch input#words {
	margin:0 5px;
	width: 153px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #C8C8C8;
	color: #495142;
	font-size:120%;
}
#sitesearch input.text {
	color:#333333!important;
}
#sitesearch input#g {
	display: block;
	margin-top:2px;
	width:18px;
	height:22px;
}
#sitesearch input#g {
}

@media screen and (max-width: 769px) {
	
#sitesearch {
	line-height:1px;
	list-style: none;
	float:none;
	padding-left:14px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
}


/*----- グローバルナビゲーション -----*/
#gnvcontainer{
	background-size:10px 86px;
	height:66px;
	background-image: url(../imgs/base/bg_globalnav.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 8px;
	padding-bottom: 12px;
}

#globalnavi {
}
#globalnavi ul {
	display:block;
	margin:0;
	padding:0;
}
#globalnavi ul li {
	display:inline;
}
#globalnavi li a {
	display:block;
	background-image:url(../imgs/base/bt_sprite.png);
	background-repeat:no-repeat;
	background-size:980px 132px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height:66px;
	float:left;
}
#globalnavi li.nv1 a {
	width:164px;
	background-position:0 0;
}
#globalnavi li.nv2 a {
	width:193px;
	background-position:-164px 0;
}
#globalnavi li.nv3 a {
	width:148px;
	background-position:-357px 0;
}
#globalnavi li.nv4 a {
	width:148px;
	background-position:-505px 0;
}
#globalnavi li.nv5 a {
	width:149px;
	background-position:-653px 0;
}
#globalnavi li.nv6 a {
	width:178px;
	background-position:-802px 0;
}

/*----- マウスオーバー テンプレートプロパティ-----*/
#globalnavi li.nv1 a:hover,
ul.on1 li.nv1 a {
	background-position:0 -66px !important;
}
#globalnavi li.nv2 a:hover,
ul.on2 li.nv2 a {
	background-position:-164px -66px !important;
}
#globalnavi li.nv3 a:hover,
ul.on3 li.nv3 a {
	background-position:-357px -66px !important;
}
#globalnavi li.nv4 a:hover,
ul.on4 li.nv4 a {
	background-position:-505px -66px !important;
}
#globalnavi li.nv5 a:hover,
ul.on5 li.nv5 a {
	background-position:-653px -66px !important;
}
#globalnavi li.nv6 a:hover,
ul.on6 li.nv6 a {
	background-position:-802px -66px !important;
}

#snav li {
	float: left !important;
	height: 65px;
	width: 88px;
	padding-right: 1px;
	padding-bottom: 20px;
	display: block;
}
#snav li a {
	background-image: url(../imgs/base/bt_s_sprite.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 88px;
	text-indent: -9999px;
	display: block;
}
#snav .snv1 a {
	background-position: 0px 0px;
}
#snav .snv2 a {
	background-position: -89px 0px;
}
#snav .snv3 a {
	background-position: -178px 0px;
}
#snav .snv4 a {
	background-position: -267px 0px;
}
#snav .snv5 a {
	background-position: -356px 0px;
}
#snav .snv6 a {
	background-position: -445px 0px;
}
#snav .snv7 a {
	background-position: -534px 0px;
}
#snav .snv8 a {
	background-position: -623px 0px;
}
#snav .snv9 a {
	background-position: -712px 0px;
}


#snav .snv10 a {
	background-position: -801px 0px;
}
#snav .snv11 a {
	background-position: -890px 0px;
}




#snav .snv1 a:hover {
	background-position:0px -65px;
}
#snav .snv2 a:hover {
	background-position:-89px -65px;
}
#snav .snv3 a:hover {
	background-position:-178px -65px;
}
#snav .snv4 a:hover {
	background-position:-267px -65px;
}
#snav .snv5 a:hover {
	background-position:-356px -65px;
}
#snav .snv6 a:hover {
	background-position:-445px -65px;
}
#snav .snv7 a:hover {
	background-position:-534px -65px;
}
#snav .snv8 a:hover {
	background-position:-623px -65px;
}
#snav .snv9 a:hover {
	background-position:-712px -65px;
}


#snav .snv10 a:hover {
	background-position:-801px -65px;
}
#snav .snv11 a:hover {
	background-position:-890px -65px;
}





#snav {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
	clear: both;
}

@media screen and (max-width: 769px) {


#snav {
	width: 327px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
}
#snav li {
	float: left !important;
	height: 65px;
	width: 108px;
	padding-right: 1px;
	padding-bottom: 20px;
	display: block;
}
#gnvcontainer{
	border-top:0;
	border-bottom:3px solid #333333;
	box-shadow:0 4px 4px #CCC;
	background:none;
	height:auto;
}
#gMenuNav{
	background:url(../imgs/base/bg_globalnav_sp.png) repeat-x top;
	background-size:1px 45px;
	height:45px;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #697289;
}
#nv-menu{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	display:block;
	text-align:center;
	color:#FFF;
	text-shadow:0 0 10px #003366;
	font-size:130%;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:16px;
}
#nv-btn{
	display:block;
	width:26px;
	height:26px;
	background:url(../imgs/base/bt_gnv_sp.png) no-repeat;
	background-size:26px 26px;
	text-indent:-9999em;
	box-shadow:0 3px 2px #697289;
	border-radius:3px;
	overflow:hidden;
	position:absolute;
	right:5%;
	top:10px;
}

#globalnavi ul {
	display:none;
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #015E8F;
}
#globalnavi ul li {
	display:block;
	width:100%;
	margin:0;
}
#globalnavi li a {
	display:block;
	background-image:none;
	background-color:#FFFFFF;
	background-size:auto;
	text-indent:1em;
	height:40px;
	line-height:40px;
	float:none;
	width:100% !important;
	color:#062156;
	font-weight:bold;
	-webkit-transition:background 0.3s;
	transition:background 0.3s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #062156;
}
#globalnavi li a:hover{
	background-color:#C1C8E3 !important;
}
/*----- マウスオーバー テンプレートプロパティ-----*/
#globalnavi li.nv1 a:hover,
ul.on1 li.nv1 a,
#globalnavi li.nv2 a:hover,
ul.on2 li.nv2 a,
#globalnavi li.nv3 a:hover,
ul.on3 li.nv3 a,
#globalnavi li.nv4 a:hover,
ul.on4 li.nv4 a,
#globalnavi li.nv5 a:hover,
ul.on5 li.nv5 a,
#globalnavi li.nv6 a:hover,
ul.on6 li.nv6 a,
#globalnavi li.nv7 a:hover,
ul.on7 li.nv7 a {
	background-color:#C1C8E3 !important;
}

}

/*メインコンテンツ
----------------------------------------*/
#maincontainer {

}
#maincontents {
}

/*左コンテンツ
----------------------------------------*/
/*右コンテンツ
----------------------------------------*/
#bnr-list{
	margin:0;
	padding-bottom: 20px;
}
#bnr-list li{
	margin:0 0 10px 0;
}
#bnr-list img{
	width:100%;
	height: auto;
}
@media screen and (max-width: 769px) {
#bnr-list{
	background: #DADADA;
	margin:0;
	padding:20px 0;
}
#bnr-list li{
	max-width:240px;
	margin:0 auto 10px;
}
#bnr-list img{
	width:100%;
}
}

/*フッター
----------------------------------------*/
#footercontainer{
	clear:both;
	border-top:2px solid #B9B49F;
	color:#FFF;
	letter-spacing:1px;
	min-height:100px;
	background-color: #505050;
	background-image: url(../imgs/base/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footercontainer a {
	color:#FFF;
}
#footercontainer a:hover {
	text-decoration:none;
}
/*フッターリンク*/
#footerlink{
	float:left;
	width:50%;
	margin:0;
	padding:18px 0 0 ;
}
#footbn {
	width: 995px;
	padding-left: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footbn li {
	float: left;
	padding-right: 15px;
	padding-bottom: 30px;
}

#footerlink li{
	display:inline;
}
#footerlink a{
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #FFF;
	font-size:10px;
	line-height:10px;
}
#footerlink .list-end a{
	border-right:0;
}
/*コピーライト*/
small#copyright {
	display:block;
	float:right;
	width:50%;
	text-align:right;
	padding:18px 0 0 ;
	font-size:11px;
	line-height:11px;
}
@media screen and (max-width: 769px) {
#footbn {
	width: 310px;
	padding-left: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footbn li {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
}
/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 5%;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 70px;
	height:54px;
	background-image:url(../imgs/base/bt_pagetop.png);
	background-repeat: no-repeat;
	background-size: 70px 54px;
	overflow: hidden;
	font-size:1px;
	line-height:1px;
	text-indent:-9999em;
	filter: alpha(opacity=70); /* IE7以下用 */
	-ms-filter: “alpha(opacity=70)”; /* IE8用 */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
#pagetop a:hover {
	filter: alpha(opacity=90); /* IE7以下用 */
	-ms-filter: “alpha(opacity=90)”; /* IE8用 */
	opacity: 0.9; /* Firefox 1.5以上, Opera, Safari用 */
}
@media screen and (max-width: 769px) {
#footercontainer{
	clear:both;
	border-top:2px solid #B9B49F;
	background:url(../imgs/base/bg_footer.png) repeat-x top #505050;
	color:#FFF;
	letter-spacing:1px;
	min-height:100px;
	position:relative;
}
#footercontainer a {
	color:#FFF;
}
#footercontainer a:hover {
	text-decoration:none;
}
/*フッターリンク*/
#footerlink{
	float:none;
	width:100%;
	margin:0;
	padding:15px 0 0 ;
	display:table;
	table-layout:fixed;
}
#footerlink li{
	display:table-cell;
}
#footerlink a{
	display:block;
	float:none;
	text-align:center;
	padding:0 10px;
	border-right:1px solid #FFF;
	font-size:10px;
	line-height:12px;
}
#footerlink .list-end a{
	border-right:0;
}
/*コピーライト*/
small#copyright {
	position:absolute;
	bottom:20px;
	display:block;
	float:none;
	width:100%;
	text-align:center;
	padding:18px 0 0 ;
	font-size:11px;
	line-height:11px;
}
#pagetop a{
	display:none;
}
}
.info-box {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 5px solid #C4CCD7;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}


div {  
    zoom: 1;/*for IE 5.5-7*/  
}  
div:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}  
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
article {  
    zoom: 1;/*for IE 5.5-7*/  
}  
article:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}  
ul {  
    zoom: 1;/*for IE 5.5-7*/  
}  
ul:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
} 