<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -----------------------------------------
html5 reset
------------------------------------------*/
@import "html5-reset.css" ;

/* -----------------------------------------
clearfix
------------------------------------------*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.cb{clear:both;height:0;line-height:0;font-size:1%;}


/* -----------------------------------------
layout
------------------------------------------*/
.box{
	margin:0 15px;
}
.wrapper0{
	width:100%;
}
.wrapper{
	margin:0 auto;
	width:1000px;
	position:relative;
}
.wrapper2{
	margin:0 auto 50px;
	width:720px;
	position:relative;
}

#L_box{
	width:720px;
	float:left;
	padding-top:12px;
	margin-right:48px;
	margin-right:43px;
}
#R_box{
	width:232px;/*280*/
	float:left;
	padding-top:12px;
	margin-bottom:50px;
}
.pagenavi{
	width:725px;
	text-align:center;
	padding:20px 0;
}

/* -----------------------------------------
basic
------------------------------------------*/
body{
	font-size:14px;
	font-family:Meiryo,"メイリオ","ＭＳ ゴシック","Osaka -等幅","ヒラギノ角ゴ Pro W3";
	line-height:1.55;
	color:#666;
	width:100%;
	background-color:#fff;
}

a{
	color:#003991;
	text-decoration:underline;
}
a:visited {
	color:#003991;
}
a:hover {
	color:#003991;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
a:hover img.alpha { opacity:0.8; filter: alpha(opacity=80); }

.f_left{
	float:left;
}
.f_right{
	float:right;
}


/*ie7対策*/
*{
		/background-color:transparent;
}
.red{
	color:#f00;
}
.bb{
	color:#375ab9;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
.t_left{
	text-align:left;
}
.fs_s{
	font-size:90%;
}
.fs_ss{
	font-size:81%;
}
.fs_sss{
	font-size:75%;
}
.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt70{margin-top:70px;}
.mt100{margin-top:100px;}
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb70{margin-bottom:70px;}
.mb100{margin-bottom:100px;}
.ml05{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml70{margin-left:70px;}
.ml100{margin-left:100px;}
.ml320{margin-left:320px;}
.mr05{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr70{margin-right:70px;}
.mr100{margin-right:100px;}
.pt30{padding-top:30px;}

#breadcrumbs{
	margin:0 auto;
	width:1000px;
	font-size:14px;
	vertical-align:top;
	height:25px;
	padding-top:10px;
}
#breadcrumbs a{
	vertical-align:top;
}
.base_img{
	position:absolute;
	top:0;
	left:0;
}
a.sp_a{
	text-decoration: none;
	color: #666;
}
.backbtn{
	width: 100%;
	text-align: center;
}
.backbtn img{
	width: 50%;
	height: auto;
}
/* -----------------------------------------
header
------------------------------------------*/

header{
	width:100%;
	height:193px;
	background:url(../images/header_base.png) 0 0 repeat-x;
}

header h1{
	position: absolute;
	left: 282px;
	top: 89px;
	width: 300px;
	height: 42px;
	font-size: 12px;
	font-weight: normal;
}

header #logo{
	position:absolute;
	left:21px;
	top:46px;
}
header #contact{
	position:absolute;
	left:566px;
	top:13px;
	font-size:10px;
}
header #contact_img{
	position: absolute;
	top: 54px;
	left: 490px;
	z-index: 1;
}
header #contact_btn{
	position: absolute;
	top: 53px;
	left: 770px;
	z-index: 1;
}

#gnavi{
	position:absolute;
	top:150px;
	left:9px;
	width:980px;
	height:43px;
	z-index:10;
}
#gnavi li{
	float:left;
	display:block;
}
#searchform{
	position:relative;
}
#search_btn{
	position:absolute;
	left:770px;
	top:13px;
}
#search_btn .field{
	padding:2px 0 2px 10px;
	width:200px;
	height:26px;
	border:#C8C8C8 solid 1px;
	border-radius:15px;
	font-size:14px;
	box-shadow:1px 1px 2px #5D5C5C inset
}
#search_btn .img_btn{
	position:absolute;
	top:7px;
	right:5px;
}


/* -----------------------------------------
contents
------------------------------------------*/

#contents{
	overflow:hidden;
}
#contents_sub{
	overflow:hidden;
	background:url(../images/web_reserve/btm_box_base.png) 55% 100% repeat-x;
}

#boxComment{
	padding:15px 0 30px;
	margin: 15px auto 30px;
    min-height: 500px;
    width: 1000px;
	min-height:500px;
}
#boxComment .wrapper{
	width:700px;
	margin:0;
	line-height:1.8;
}



/* -----------------------------------------
footer
------------------------------------------*/
footer{
	height:173px;
	background:url(../images/footer_base.png) 50% 100% repeat-x;
}
#p_top{
	position: absolute;
	top: -20px;
	left: 925px;
	z-index: 10;
}
#fnavi01{
	position: absolute;
	left: 320px;
	top: 44px;
}
#fnavi02{
	position: absolute;
	left: 464px;
	top: 44px;
}
#fnavi03{
	position: absolute;
	left: 565px;
	top: 44px;
}
#fnavi04{
	position: absolute;
	left: 320px;
	top: 80px;
}
#fnavi05{
	position: absolute;
	left: 464px;
	top: 80px;
}
#fnavi06{
	position: absolute;
	left: 565px;
	top: 80px;
}
#fnavi07{
	position: absolute;
	left: 692px;
	top: 44px;
}
#fnavi08{
	position: absolute;
	left: 692px;
	top: 80px;
}


footer #f_logo{
	position:absolute;
	top:13px;
	left:0px;
}
footer #f_logo{
	position:absolute;
	top:31px;
	left: 25px;
}
footer #cp{
	position: absolute;
	top: 142px;
	left: 593px;
	font-size: 12px;
}

.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
.pc_none2 {
  display: none !important;
}
.sp_none2 {
  display: inline !important;
}

@media screen and (max-width: 768px) {
	p,input,textarea,li,dt,dd{
		font-size: 20px;
	}
 .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
 .pc_none2 {
    display: inline!important;
  }
  .sp_none2 {
    display: none !important;
  }
.backbtn img{
	width: 536px;
	height: auto;
}
	#search_btn,#contact_btn,#gnavi,#f_logo,#p_top{
		display: none;
	}
	header {
		height: 140px;
	}
	header #logo {
		left: 18px;
		top: 45px;
	}
	header h1 {
		left: 23px;
		top: 20px;
		width: 300px;
		height: 42px;
		font-size: 12px;
		font-weight: normal;
	}
	header #contact_img {
		top: 45px;
		left: 280px;
	}
	a.sp_a{
		text-decoration: underline;
		color: #003991;
	}
	.wrapper{
		width: 640px;
	}
	
	.wrapper2{
		margin:0;
		width:640px;
/*		position:static;*/
	}
	#contents_sub {
		background-image: none;
	}
	#menu_btn{
		position: absolute;
		top: 45px;
		left: 565px;
	}
	#tnavi{
		position:absolute;
		top:140px;
		left:120px;
		width:520px;
		z-index:100;
		overflow: hidden;
		display: none;
	}
	#tnavi li{
		border-bottom:#c0c0c0 solid 1px;
		width:520px;
		font-size:30px;
		background:url(../image_sp2/arrow1.png) 95% 25px no-repeat #fff;
		margin: 0;
	}
	#tnavi li.active{
		background-image: url(../image_sp2/arrow2.png);
	}
	#tnavi li a{
		display: inline-block;
		color:#008f31;
		text-decoration:none;
		padding:10px 0 10px 30px;
	}
	#tnavi li ul{
		margin: 0;
	}
	#tnavi li li{
		background:url(../image_sp2/arrow3.png) 95% 50% no-repeat #6dcd8b;
		border-left: #007925 solid 2px;
		width: 518px;
		margin: 0;
		height: 74px;
	}
	#tnavi li li a{
		display: inline-block;
		color:#fff;
		padding:10px 0 10px 50px;
	}
	#breadcrumbs{
		margin:0 20px 20px;
		width:600px;
		font-size:16px;
		vertical-align:top;
		height:auto;
	}
	#s_box01{
		display: none;
	}
	#L_box {
		width: 640px;
		float: none;
		padding: 0;
		margin: 0;
	}
	
	#R_box{
		display: none;
	}
	.pagenavi{
		width:640px;
		text-align:center;
		padding:40px 0;
	}
	
	footer #cp {
		top: 142px;
		left: 100px;
	}
	#p_top {
		top: -20px;
		left: 500px;
	}
	#fnavi01{
		left: 24px;
		top: 44px;
	}
	#fnavi02{
		left: 180px;
		top: 44px;
	}
	#fnavi03{
		left: 340px;
		top: 44px;
	}
	#fnavi04{
		left: 24px;
		top: 80px;
	}
	#fnavi05{
		left: 180px;
		top: 80px;
	}
	#fnavi06{
		left: 340px;
		top: 80px;
	}
	#fnavi07{
		left: 486px;
		top: 44px;
	}
	#fnavi08{
		left: 486px;
		top: 80px;
	}
	#boxComment{
		min-height: 300px;
		width: 640px;
	}
	#boxComment .wrapper{
		width:640px;
	}
}</pre></body></html>