@charset "utf-8";
/*------------------------------------------------------------

グラデーション作成
http://gradients.glrzad.com/

置換用
■グラデ　　rgb(224,224,224)→rgb(242,242,242)
■ボーダー　#bbb
■濃ライン　rgb(23,23,23)→rgb(92,92,92)
■アコーディオン　rgb(192,192,192)→rgb(163,163,163)　ボーダー　rgb(74,74,74)

------------------------------------------------------------*/


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
	clear: both;
	margin-top: 40px;
	background: -moz-linear-gradient(top, #c7e49d, #b9dd85); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#c7e49d), to(#b9dd85));/* Webkit */
	-pie-background:linear-gradient(top, #c7e49d, #b9dd85); /* ie */
	border-top:#9fca41 solid 2px;
}
footer a {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
}
#tel, #toTop {
	width: 50%;
	float: left;
	height: 60px;
	box-shadow:inset 0px 0px 1px #fff;
	-webkit-box-shadow:inset 0px 0px 1px #fff;
	-moz-box-shadow:inset 0px 0px 1px #fff;
	line-height: 60px;
	border-top: 1px solid #9a856b;
}
#toTop {
	border-right: 1px solid #9a856b;
	margin-left: -1px;
}
#tel span:before {
	content: url(../../images/tel_icon.png);
}
#toTop span:before {
	content: url(../../images/top_icon.png);
}
footer #copy {
	font-size: 80%;
	clear: both;
	padding: 10px;
	color:#567e00;
	border-top:#fff solid 1px;
}
/*------------------------------------------------------------
	hxタグ
------------------------------------------------------------*/
#contents .tel {
	margin:20px 0;
	text-align:center;
}
#contents h2{
	clear:both;
	font-size:130%;
	height:30px;
	letter-spacing: 0.1em;
	text-align:left;
	font-weight:bold;
	color:#fff;
	margin:15px 0 12px 0;
	padding:0px 0 0 10px;
	background: url(../../images/ttl_h2.gif) no-repeat 0 0;
}
#contents h3 {
	clear:both;
	font-size:120%;
	line-height:34px;
	letter-spacing: 0.1em;
	text-align:left;
	font-weight:bold;
	color:#666666;
	margin:15px 0 12px 0;
	padding:2px 0 0 10px;
	border:#9fca41 solid 1px;
	border-radius: 3px;
	-moz-border-radius: 3px; /* FF */
	-webkit-border-radius: 3px;/* Webkit */
}
h4 {
	clear:both;
	font-weight:bold;
	margin-bottom:10px;
	font-size:100%;
	color:#666666;
	line-height:30px;
	background:#eee url(../../images/ico_01.gif) no-repeat 5px 8px;
	padding:3px 0 3px 32px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
h4 span {
	font-weight:bold;
	font-size:80%;
	color:#666666;
}
h5 {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding:3px;
	font-weight: bold;
	background:#f6bfc6;
	padding-left:10px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
h6 {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding:3px 3px 0 3px;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom:4px dotted #f6bfc6;
}
p.waku {
	clear: both;
	padding: 10px;
	line-height: 1.5em;
	position:relative;
	font-size: 90%;
	margin-top: 10px 0;
	border-radius:8px;
	background-color:#F0FFF0;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
/*------ul 設定----------*/
#contents ul.list{
	margin:0 0 0 5px;
	padding:0 5px 0px 0;
	font-size:90%;
}
#contents ul.list li{
	background:url(../../images/ico_01.gif) no-repeat 0 8px;
	padding-left:20px;
	margin:0;
	width:99%;
}
#contents ul.list li a{
	display:block;
	padding:4px 0 4px 0; 
	width:98%;
}
#contents ul.list li a:hover {
	background:#ebf2e2;
	text-decoration:underline;
}

#contents ul.list li a.current {
	background:#dee9cf;
	text-decoration:underline;
	font-weight:bold;
}

/* 数字リスト */
.number span {
	float: left;
	display: block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	background: rgb(92,92,92);
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	margin: 0px 10px 0 0;
}
.number li {
	margin-top: 15px;
}
/* テーブル */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table {
	border:1px solid #c8c8c8;
	font-size: 100%;
	margin: 2px auto 15px;
}
table th {
	background: #70a106;
	border:1px solid #c8c8c8;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold
}
table td {
	border:1px solid #c8c8c8;
	padding: 3px;
	text-align:center;
}
/* テーブル */
.table_price td {
	text-align: right;
}
.bg_blue {
	background: none repeat scroll 0 0 #D6EDF4;
}
.bg_pink {
	background: none repeat scroll 0 0 #F1D0D0;
}
/* テーブルnone */
table.none{
	border-collapse: collapse;
	border-spacing: 0;
}
table.none{
	border:none;
	font-size: 100%;
	margin: 2px auto 15px;
}
table.none td {
	border:none;
	padding: 3px;
	text-align:left;
}
/* テーブルdoc */
table.doc{
	border-collapse: collapse;
	border-spacing: 0;
}
table.doc{
	border:none;
	font-size: 100%;
	margin: 2px auto 15px;
}
table.doc td {
	border:none;
	line-height:1.3em;
	padding: 0 0 0 3px;
	text-align:left;
}
/* コメント枠 */
.comment {
	border: 1px solid #bbb;
	border-radius:6px;
	padding: 2px;
	background: rgb(242,242,242);
	margin-bottom: 25px;
	margin-top: -10px;
}
.comment dt {
	border-radius: 4px;
	background: rgb(23,23,23);
	color: white;
	height: 1.3em;
	line-height: 1.3em;
	padding: 0.5em;
}
.comment dd {
	padding: 5px;
}
/* ボタン */
button {
	background: -moz-linear-gradient(top, #fef8ee, #f3e6d3); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#fef8ee), to(#f3e6d3));/* Webkit */
	-pie-background:linear-gradient(top, #fef8ee, #f3e6d3); /* ie */
	border: 1px solid #c4a79e;
	position:relative;
	border-radius:8px;
	box-shadow: inset 0px 0px 0px 2px #fffbf7;
	-webkit-box-shadow:inset 0px 0px 2px #fffbf7;
	-moz-box-box-shadow:inset 0px 0px 2px #fffbf7;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 15px;
	font-size: 120%;
	color: #000;
	font-weight:bold;
	padding: 0 20px;
	color:#4e3527;
}
button span {
	display: block;
	background:url(../../images/ico_03.gif) no-repeat right center;
	float:right;
	width:33px;
	height:60px;
	text-indent: -9999em;
}
/* アコーディオンQA */
.acc_qa {
	margin-bottom: 10px;
}
.acc_qa dl.acordion {
}
.acc_qa dt.trigger {
	background: -moz-linear-gradient( top, rgb(192,192,192) 0%, rgb(163,163,163));
	background: -webkit-gradient( linear, left top, left bottom, from(rgb(192,192,192)), to(rgb(163,163,163)));
	border-radius: 5px;
	text-align:left;
	border: 1px solid rgb(74,74,74);
	color: #000;
	margin-bottom:0;
	padding:10px;
	vertical-align: middle;
}
.acc_qa dt.active {
	border-radius: 5px 5px 0 0;
}
.acc_qa dt.trigger span.open-close {
	display: block;
	background:url(../../images/plus.png) no-repeat right center;
	float:right;
	width:33px;
	height:18px;
	text-indent: -9999em;
}
.acc_qa dt.active span.open-close {
	background:url(../../images/minus.png) no-repeat right center;
	float:right;
	width:33px;
	height: 100%;
}
.acc_qa dd.acordion_tree {
	text-align: left;
	padding:10px;
	background: #fff;
	border: 1px solid rgb(74,74,74);
	border-top:none;
	border-radius: 0 0 5px 5px;
}
.acc_qa dt.trigger:before {
	content:"Q";
	color: white;
	margin-right: 1em;
	font-weight: bold;
	font-size: 110%;
	float: left;
}
.acc_qa dd.acordion_tree:before {
	content:"A";
	margin-right: 5px;
	float: left;
	font-weight: bold;
	font-size: 110%;
}
.acc_qa dd.acordion_tree p, .acc_qa dt.trigger p {
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 0!important;
}
/* アコーディオン */
.acc dl.acordion {
	clear:both;
}
.acc dt.trigger {
	background: -moz-linear-gradient(top, #c7e49d, #b9dd85); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#c7e49d), to(#b9dd85));/* Webkit */
	-pie-background:linear-gradient(top, #c7e49d, #b9dd85); /* ie */
	position:relative;
	border: 1px solid #b9dd85;
	box-shadow: inset 0px 0px 0px 3px #fff;
	-webkit-box-shadow:inset 0px 0px 3px #fff;
	-moz-box-box-shadow:inset 0px 0px 3px #fff;
	text-align:left;
	color: #4a5944;
	margin-bottom:0;
	height: 60px;
	line-height: 60px;
	padding: 0 5%;
	font-size: 100%;
	font-weight:bold;
}
.acc dt.active {
}
.acc dt.trigger span.open-close {
	display: block;
	background:url(../../images/arrow_b.png) no-repeat right center;
	float:right;
	width:30px;
	height:60px;
	text-indent: -9999em;
}
.acc dt.active span.open-close {
	background:url(../../images/arrow_b_under.png) no-repeat right center;
	float:right;
	width:33px;
	height: 60px;
}
.acc dd.acordion_tree {
	text-align: left;
	padding:10px 5%;
}
.acc dd.acordion_tree ul {
	margin-bottom:14px;
}
.acc dd.acordion_tree ul li {
	padding-left:14px;
	background: url(../../images/ico_04.gif) no-repeat 0px 0px;
}
/*------横並び -----*/
.acc dd.acordion_tree ul.list {
	margin:0 0 0 0px;
	padding:0 0px 5px 0px;
}
.acc dd.acordion_tree ul.list li {
	background: url(../../images/ico_04.gif) no-repeat 0px 10px;
	padding:0 0 0 15px;
}

