@charset "UTF-8";

/* reset */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/* base */
body {
	font:12px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-size: 100%;
	-webkit-text-size-adjust: none;
	color:#fff;
	background-color: #000;
}
a{ text-decoration:none; color:#fff;}
section{
	clear:both;
	margin:0px 5px 10px 5px;
}
section.nakacont01{ margin:10px;}
section.nakacont02{ margin:0px; padding:10px; border-bottom:solid #57534c 1px;}

section.youtube{ margin:10px auto; width:290px;}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header{
	text-align:center;
	border-bottom:solid #57544c 1px;
}
header h1{
	display:block;
	padding:0px;
}

a.btn_headtel{
	text-align: center;
	display: block;
	padding: 8px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-bottom:1px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), 
		color-stop(0.48, #787878), 
		color-stop(0.5, #666666), 
		to(#555555));
	background:#555555 linear-gradient(#eaeaea, #787878 48% , #666666 50%, #555555);
	}
/*----------------------------------------------------
	見出し
----------------------------------------------------*/
h2.h201{
	font-size:14px;
	text-align: center;
	padding: 8px 0px;
	border-bottom: 1px solid #443f3b;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#443f3b), to(#131210));
	background: linear-gradient(#443f3b, #131210);
	color: #b7ad9d;
}

h3.h301{
	font-size:12px;
	border-bottom:1px solid #57534c;
	padding:9px 10px;
	text-decoration:none;
	background-color:#1a1a1a;
	display: block;
	text-align: center;
	color:#928d85;
	font-weight:bold;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
	margin-top: 10px;
	border-top: solid #57534c 1px;
}

footer .footcont{
	padding:10px 10px 0px 10px;
}

footer .company-name{
	font-weight:bold;
	font-size: 14px;
	line-height:1.3;
}

footer ul li{
	float:left;
	padding-right:10px;
	margin-bottom:5px;
}


footer .copyrigh{
	clear:both;
	font-size:10px;
	text-align:center;
	padding:10px 0px;
	line-height: 1.0;
	color: #FFFFFF;
}

.pagetop{
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4c47), 
		color-stop(0.48, #423f3a), 
		color-stop(0.5, #3a3732), 
		to(#161513));
	background:#161513 linear-gradient(#4f4c47, #423f3a 48% , #3a3732 50%, #161513);
	border-bottom:1px solid #57534c;
}
a.a_pagetop{
	text-align:center;
	display:block;
	padding: 10px 0px;
	color:#ffffff;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	font-weight:bold;
}

/*----------------------------------------------------
	ナビゲーション
----------------------------------------------------*/
/* サムネイルつき矢印リスト２列 */
.tpnavi01 {
	margin: 10px;
	}
	.tpnavi01:after {
		content: "."; 
  	 	display: block;
		height: 0; 
 		clear: both; 
 		visibility: hidden;
	}
	.tpnavi01 ul{
		border-top: 1px solid #ccc;
	}
	.tpnavi01 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-top: none;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		height: 45px;
		margin: 0px;
	}
	.tpnavi01 ul li:nth-child(odd) {
		float: left;
		width: 50%;
	}
	.tpnavi01 ul li a{
		color: #666;
		display: block;
		height: 45px;
		margin: 0px;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
	}
	.tpnavi01 ul li a strong{
		color: #000;
		display: block;
		font-weight: bold;
		padding-top: 5px;
	}
	.tpnavi01 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

/* サムネイルつき矢印リスト２列 */
.tponavi_titel{
	background: #191816 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#403d38), to(#191816));
	background: #191816 linear-gradient(#403d38, #191816);
	border-radius: 5px 5px 0px 0px;
	text-align: left;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	font-weight:bold;
	border-top: 1px solid #57534c;
	border-right: 1px solid #57534c;
	border-left: 1px solid #57534c;
	color: #928d85;
	margin-bottom: 0;
	padding: 10px;
}
.tpnavi02{
	margin: 10px 5px 10px 5px;
	}
	.tpnavi02:after {
		content: "."; 
  	 	display: block;
		height: 0; 
 		clear: both; 
 		visibility: hidden;
	}
	.tpnavi02 ul{
		border-top: 1px solid #57534c;
	}
	.tpnavi02 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25365a), to(#1a2847));
		background: linear-gradient(#25365a, #1a2847);
		border-top: none;
		border-bottom: 1px solid #57534c;
		border-left: 1px solid #57534c;
		border-right: 1px solid #57534c;
		height: 45px;
		margin: 0px;
	}
	.tpnavi02 ul li:nth-child(odd) {
		float: left;
		width: 50%;
	}
	.tpnavi02 ul li a{
		color: #c9bba0;
		display: block;
		height: 45px;
		margin: 0px;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		background:url(../img/list_mark4.png) no-repeat right;
	}
	.tpnavi02 ul li a strong{
	padding-top: 15px;
	display: block;
	}
	.tpnavi02 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
	border-right: 1px solid #57534c;
	}


/* 矢印つきリスト２ */
.nakanavi01{
	margin:10px 0px 0px 0px;
	padding-bottom:10px;
	border-bottom:solid #57534c 1px;
}
.nakanavi01 ul{
	margin:0px 5px;
	}
	.nakanavi01 ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #57534c solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#25365a), to(#1a2847));
		background: linear-gradient(#25365a, #1a2847);
   		display:block;
		-webkit-box-shadow:0px 3px 3px #333;
		box-shadow:0px 3px 3px #333;
	}
	.nakanavi01 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.nakanavi01 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #495572 solid;
	}
	.nakanavi01 ul li a{
	color: #c9bba0;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	text-shadow:1px 1px 0px #495572;
	-webkit-box-shadow:inset 1px 1px 0px 0px #495572;
	-moz-box-shadow:inset 1px 1px 0px 0px #495572;
	}
	.nakanavi01 ul li a::after{
		content: url(../img/list_mark3.png);
		float: right;
	}
	
/* 矢印つきリスト２ */
.nakanavi02{
	margin:10px 0px 0px 0px;
	padding-bottom:10px;
	border-bottom:solid #57534c 1px;
}
.nakanavi02 ul{
	margin:0px 5px;
	}
	.nakanavi02 ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #57534c solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#25365a), to(#1a2847));
		background: linear-gradient(#25365a, #1a2847);
   		display:block;
		-webkit-box-shadow:0px 3px 3px #333;
		box-shadow:0px 3px 3px #333;
	}
	.nakanavi02 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.nakanavi02 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #495572 solid;
	}
	.nakanavi02 ul li a{
	color: #c9bba0;
	display: block;
	height: 44px;
	margin: 0;
	padding: 10px 0 0 15px;
	overflow: hidden;
	white-space: nowrap;
	line-height:18px;
	text-overflow: ellipsis;
	text-decoration: none;
	text-shadow:1px 1px 0px #495572;
	-webkit-box-shadow:inset 1px 1px 0px 0px #495572;
	-moz-box-shadow:inset 1px 1px 0px 0px #495572;
	background:url(../img/list_mark3.png) no-repeat right;
	font-weight:bold;
	font-size:14px;
	}
	
/*----------------------------------------------------
	アコーディオン
----------------------------------------------------*/
/* トップトピ */
.toptopi01 dl.acordion{
	margin: 0 0 10px 0;
	}
	.toptopi01 dt.trigger {
	background: #555555 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#555555));
	background: #555555 linear-gradient(#999999, #555555);
	border-radius: 5px;
	text-align: left;
	border: 1px solid #cccccc;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 10px;
	font-weight:bold;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	}
	.toptopi01 dt.active{
		border-radius: 5px 5px 0 0;
	}
	.toptopi01 dt.trigger span.open-close {
		background: url(../img/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
	}
	.toptopi01 dt.active span.open-close {
		background: url(../img/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.toptopi01 dd.acordion_tree{
	padding: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #ffffff linear-gradient(#fff, #f0f0f0);
	border: 1px solid #cccccc;
	border-top: none;
	}
/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.css_btn_class {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #e2a705;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fffbad), color-stop(100%, #ffcc00) );
	background:-moz-linear-gradient( center top, #fffbad 5%, #ffcc00 100% );
	background:-ms-linear-gradient( top, #fffbad 5%, #ffcc00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbad', endColorstr='#ffcc00');
	background-color:#fffbad;
	color:#a37500;
	display:inline-block;
	text-shadow:1px 1px 0px #fff399;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fffefa;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fffefa:}

/* This css button was generated by css-button-generator.com */

.css_btn_link01 {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #74b807;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	color:#ffffff;
	display:block;
	text-shadow:1px 1px 0px #528009;
	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
	box-shadow:inset 1px 1px 0px 0px #a4e271;
}
/* This css button was generated by css-button-generator.com */

a.btn_tel{
	text-align: left;
	display: inline-block;
	padding: 8px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border:1px solid #57534c;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#57534c), 
		color-stop(0.48, #2d2b27), 
		color-stop(0.5, #2d2b27), 
		to(#57534c));
	background:#57534c linear-gradient(#57534c, #2d2b27 48% , #2d2b27 50%, #57534c);
	}

a.btn_tel02{
	width: 100%;
	text-align: center;
	display: block;
	padding: 8px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	color: #666666;
	}

a.btn_fb{
	text-align: left;
	display: block;
	padding: 8px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border:1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#5877c5), 
		color-stop(0.48, #516fbb), 
		color-stop(0.5, #3b579d), 
		to(#4d6ab5));
	background: linear-gradient(#5877c5, #516fbb 48% , #3b579d 50%, #4d6ab5);
	width: 190px;
	}

a.btn3{
	text-align: center;
	display: inline-block;
	padding: 8px;
	margin: 10px 0px;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;  
	box-shadow: 1px 1px 2px #e7e7e7;  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), 		color-stop(0.01, #f1f1f1), 
		color-stop(0.5, #f1f1f1), 
		color-stop(0.99, #dfdfdf), 
		to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	}

/*----------------------------------------------------
	レイアウト・文字色系
----------------------------------------------------*/
.f11{ font-size:11px;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.fontb{ font-weight:bold;}
.fontn{ font-weight:normal;}

.c_point01{ color:#77736c;}
.c_point01b{ color:#77736c; font-weight:bold;} 

.c_red00{ color:#FF0000; }
.c_red00b{ color:#FF0000; font:bold;}
.c_red01{ color:#cc3333;}
.c_red01b{ color:#cc3333; font-weight:bold;}

.txtR{ text-align:right;   }
.txtL{ text-align:left;   }

.phL{ float:left;   }
.phL01{ float:left; margin:0px 8px 8px 0px;   }

.phR{ float:right;  }
.phR01{
	float:right;
	margin:0px 0px 8px 8px;
}

.btm00{ margin-bottom:0px;}
.btm05{ margin-bottom:5px;}
.btm10{ margin-bottom:10px;}
.btm15{ margin-bottom:15px;}

.c_both{ clear:both;}


table.table_about01 tr th,table.table_about01 tr td{
	border-bottom:dotted #57534c 1px;
	padding:5px 0px;
	vertical-align:top;
}
table.table_about01 tr th{
	width:60px;
	color:#77736c;
	font-weight:bold;
}

.center{ text-align:center;}

.border01{
	border-bottom:dotted #57534c 1px;
	padding-bottom:7px;
	margin-bottom:7px;
}