@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, #eee, #ccc); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));/* Webkit */
	-pie-background:linear-gradient(top, #eee, #ccc); /* ie */
}
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 #bbb;
}
#toTop {
	border-right: 1px solid #bbb;
	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%;
	background:#eee;
	clear: both;
	padding: 5px;
	border-top: 1px solid #bbb;
}
/*------------------------------------------------------------
	hxタグ
------------------------------------------------------------*/
#contents h2 {

	background:none;
	clear:both;
	font-size:180%;
	text-align:left;
	margin:0 0 15px 0;
	padding:0px 0 0 0px;
	border-bottom:1px solid #255b92;
	line-height:1;
	text-align:right;
	font-weight:normal !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
h3 {
	clear:both;
	font-size:150%;
	color:#ffffff;
	margin:0 0 10px 0;
	padding:5px 0 2px 10px;
	background:#024385;
	border-left:6px solid #0563c4;
}
#contents h3 span {
	display: block;
	margin-right: 5px;
	float:left;
	width: 5px;
	height: 30px;
	background: -moz-linear-gradient(top, #4269e0, #314c9e); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#4269e0), to(#314c9e));/* Webkit */
	-pie-background:linear-gradient(top, #4269e0, #314c9e); /* ie */
}
h4 {
	clear:both;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding:3px;
	font-weight: bold;
	margin-bottom:12px;
	background:#aec9ed;
	padding-left:10px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
h5 {
	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;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
ul.list02 {
	margin:0 0 15px 0;
	padding:0;
}
ul.list02 li {
	clear: both;

	background:url(../../../images/ico_02.gif) no-repeat 2px 8px;
	padding:0 0 0 16px;
	margin:0 0 0 0;
	line-height:1.8em;
}
/*------コンテンツ内ul設定 -----*/


/* 数字リスト */
.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 #999;
	font-size: 100%;
	margin: 2px auto 15px;
}
table th {
	background:#deebf8;
	border:1px solid #999;
	font-weight: normal;
	padding: 2px;
	white-space: nowrap;
}
table td {
	border:1px solid #999;
	padding: 2px;
}

table.whitening td {
	width:50%;
}
.table_price td {
	text-align: right;
}
.bg_blue {
	background: none repeat scroll 0 0 #D6EDF4;
}
.bg_pink {
	background: none repeat scroll 0 0 #F1D0D0;
}
/* コメント枠 */
.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, #fff, #ccc); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));/* Webkit */
	-pie-background:linear-gradient(top, #fff, #ccc); /* ie */
	border: 1px solid #666;
	position:relative;
	border-radius:8px;
	box-shadow: inset 0px 0px 0px 2px #fff;
	-webkit-box-shadow:inset 0px 0px 2px #fff;
	-moz-box-box-shadow:inset 0px 0px 2px #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 15px;
	font-size: 120%;
	color: #000;
	font-weight:bold;
	padding: 0 20px;
}
button span {
	display: block;
	background:url(../../images/arrow_w.png) 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;
	margin-bottom:5px;
}
.acc dt.trigger {
	background: -moz-linear-gradient(top, #cadcfa, #90b8f5); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#cadcfa), to(#90b8f5));/* Webkit */
	-pie-background:linear-gradient(top, #cadcfa, #90b8f5); /* ie */
	position:relative;
	border: 1px solid #5580ed;
	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: #000;
	margin-bottom:0;
	height: 60px;
	line-height: 60px;
	padding: 0 5%;
	font-size: 120%;
}
.acc dt.active {
}
.acc dt.trigger span.open-close {
	display: block;
	background:url(../../images/arrow_b.png) no-repeat right center;
	float:right;
	width:33px;
	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 0%;
}

.acc dd.acordion_tree ul.list01 {
	margin:0 0 15px 0;
	padding:0;
}
.acc dd.acordion_tree ul.list01 li {
	clear: both;
	background:url(../../../images/ico_01.png) no-repeat 2px 4px;
	padding:0 0 0 25px;
	margin:0 0 0 0;
	line-height:1.8em;
}

/* Finalize
----------------------------------------------------*/

dl.dlnormal dd dl dd:after,
.clfix:after{
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
	font-size:0.01em;
}
dl.dlnormal dd dl dd,
.clfix{
	display:inline-block;
	min-height:1%;
}

#contents .topicsArea {
     border-radius: 5px;
     border:1px solid #cccccc;
     -moz-border-radius:5px; /* FF */
     -webkit-border-radius: 5px;/* Webkit */
     behavior: url(/PIE.htc);  /* ie */
     margin:0 0px 10px 0;
     padding:15px 10px 0 10px;
		 width:93% !important;
}
