<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:#F7F7F7;
	-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;
}
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: #FFFFFF;
background: -moz-linear-gradient(top,  #f7f7f7 50%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f7f7f7), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #f7f7f7 50%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #f7f7f7 50%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #f7f7f7 50%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #f7f7f7 50%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
}
/*ロゴ*/
#logo {
	width:262px;
	height:56px;
	float:left;
	padding:18px 0 0;
}
#logo img{
	width:100%;
}
@media screen and (max-width: 769px) {
#header-container {
	height:80px;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 50%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f7f7f7), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #f7f7f7 50%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #f7f7f7 50%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #f7f7f7 50%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #f7f7f7 50%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
}
#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;
}
#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) {
}


/*----- グローバルナビゲーション -----*/
#gnvcontainer{
	border-top:1px solid #5EABD0;
	border-bottom:3px solid #333333;
	box-shadow:0 4px 4px #CCC;
	background:url(../imgs/base/bg_globalnav.png) repeat-x bottom;
	background-size:1px 65px;
	height:65px;
}

#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 130px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height:65px;
	float:left;
}
#globalnavi li.nv1 a {
	width:125px;
	background-position:0 0;
}
#globalnavi li.nv2 a {
	width:149px;
	background-position:-125px 0;
}
#globalnavi li.nv3 a {
	width:114px;
	background-position:-274px 0;
}
#globalnavi li.nv4 a {
	width:114px;
	background-position:-388px 0;
}
#globalnavi li.nv5 a {
	width:175px;
	background-position:-502px 0;
}
#globalnavi li.nv6 a {
	width:163px;
	background-position:-677px 0;
}
#globalnavi li.nv7 a {
	width:140px;
	background-position:-840px 0;
}

/*----- マウスオーバー テンプレートプロパティ-----*/
#globalnavi li.nv1 a:hover,
ul.on1 li.nv1 a {
	background-position:0 -65px !important;
}
#globalnavi li.nv2 a:hover,
ul.on2 li.nv2 a {
	background-position:-125px -65px !important;
}
#globalnavi li.nv3 a:hover,
ul.on3 li.nv3 a {
	background-position:-274px -65px !important;
}
#globalnavi li.nv4 a:hover,
ul.on4 li.nv4 a {
	background-position:-388px -65px !important;
}
#globalnavi li.nv5 a:hover,
ul.on5 li.nv5 a {
	background-position:-502px -65px !important;
}
#globalnavi li.nv6 a:hover,
ul.on6 li.nv6 a {
	background-position:-677px -65px !important;
}
#globalnavi li.nv7 a:hover,
ul.on7 li.nv7 a {
	background-position:-840px -65px !important;
}
@media screen and (max-width: 769px) {
#gnvcontainer{
	border-top:0;
	border-bottom:3px solid #333333;
	box-shadow:0 4px 4px #CCC;
	background:none;
	height:auto;
}
#gMenuNav{
	border-top:1px solid #5EABD0;
	background:url(../imgs/base/bg_globalnav_sp.png) repeat-x top;
	background-size:1px 45px;
	height:45px;
	position:relative;
}
#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 #0B698E;
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:#14A2D5;
	background-size:auto;
	border-bottom:1px solid #015E8F;
	text-indent:1em;
	height:40px;
	line-height:40px;
	float:none;
	width:100% !important;
	color:#FFF;
	font-weight:bold;
	-webkit-transition:background 0.3s;
	transition:background 0.3s;
}
#globalnavi li a:hover{
	background-color:#026192 !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:#026192 !important;
}

}

/*メインコンテンツ
----------------------------------------*/
#maincontainer {
	background:url(../imgs/base/bg_main.png) repeat-x top #F7F7F7;
}
#maincontents {
}
/*左コンテンツ
----------------------------------------*/
/*右コンテンツ
----------------------------------------*/
#bnr-list{
	margin:0;
}
#bnr-list li{
	margin:0 0 10px 0;
}
#bnr-list img{
	width:100%;
}
@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;
	background:url(../imgs/base/bg_footer.png) repeat-x top #505050;
	color:#FFF;
	letter-spacing:1px;
	min-height:100px;
}
#footercontainer a {
	color:#FFF;
}
#footercontainer a:hover {
	text-decoration:none;
}
/*フッターリンク*/
#footerlink{
	float:left;
	width:50%;
	margin:0;
	padding:18px 0 0 ;
}
#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;
}
/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 0;
	right: 15%;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 64px;
	height:54px;
	background-image:url(../imgs/base/bt_pagetop.png);
	background-repeat: no-repeat;
	background-size: 64px 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;
}
}
</pre></body></html>