@charset "EUC-JP";

/* This stylesheet is extra settings for revision. */

/* Clear floats without structural markup
courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* OK, now to the real stuff 
----------------------------------------------- */
/* basic style
----------------------------------------------- */
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
.clearboth {
	clear: both;
}
.txt-rd {
	color: red;
}
.layoutbox {
	position: relative;
	padding-bottom: 8px;
}
/* opacityプロパティによるロールオーバー */
a:hover.clear-btn {
	background: none;
	padding: 0;
	margin: 0;
}
a:hover.clear-btn img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* 本文修正分（＝top.css上書き）
----------------------------------------------- */
/* 共通 */
.box {
	margin: 0;
	padding: 0;
}
.widetitle{
	width: auto;
	height: 35px;
	margin: 15px 5px 0px 5px;
	padding: 10px 10px 8px 28px;
	background: url(../img/bg_title.gif) no-repeat;
	text-align: left;
	color: #ffffff;
	font-size: 15px;
}

/* よくある質問 */
.yokuaru table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.yokuaru td {
	padding: 5px;
	vertical-align: middle;
	background: #ffffcf;
	border: 1px solid #999999;
}
/* td.yokuaru-text {
	background: #ffffcf;
} */
.QA table {
	margin-top: 0;
}
.QA-midasi {
	padding-top: 0;
}

/* 特定商取引 */
.tokutei {
	width: 610px;
}
.tokutei table.tokutei-table {
/* 	width: 580px; */
	margin: 15px 0px 10px 0px;
	padding: 0px;
	border-collapse: collapse;
	color: #333333;
	font-size: 12px;
	text-align: left;
}
.tokutei table.tokutei-table th {
	margin: 0px;
	padding: 5px 8px;
	font-weight: normal;
	text-align: left;
	width: 7em;
	background-color: #ccffcc;
	border: 1px solid #666666;
}
.tokutei table.tokutei-table td {
	margin: 0px;
	padding: 5px 8px;
	background-color: #ffffff;
	text-align: left;
	border:1px solid #666666;
}
em.redtext {
	color: #ff0000;
	font-style: normal;
	font-weight: normal;
}
.tokutei a {
	height: auto;
}

/* トップ（品質部分） */
.feature-box {
	width: 573px;	/* 625-(24x2+2x2) */
	padding: 13px 24px 10px;
	border: 2px solid #009944;
	text-align: center;
}
.feature-box p.bodytext {
	margin: 0;
	padding: 6px 0;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}
.feature-box p.heading {
	margin-bottom: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/top_feature_heading.gif) no-repeat;
	width: 572px;
	height: 42px;
}
.feature-box .layoutbox {
	margin: 0 auto 20px;
	width: 570px;
}
.feature-box p.midashi {
	text-align: left;
}
.feature-box .feature01, 
.feature-box .feature02, 
.feature-box .feature03, 
.feature-box .feature04, 
.feature-box .feature05 {
	margin-top: 10px;
	width: 570px;
	min-height: 108px;
}
* html .feature-box .feature01 { height: 108px; }
* html .feature-box .feature02 { height: 108px; }
* html .feature-box .feature03 { height: 108px; }
* html .feature-box .feature04 { height: 108px; }
* html .feature-box .feature05 { height: 108px; }
.feature-box .feature01 { background: url(../img/top_feature1.jpg) no-repeat right top; }
.feature-box .feature02 { background: url(../img/top_feature2.jpg) no-repeat right top; }
.feature-box .feature03 { background: url(../img/top_feature3.jpg) no-repeat right top; }
.feature-box .feature04 { background: url(../img/top_feature4.jpg) no-repeat right top; }
.feature-box .feature05 { background: url(../img/top_feature5.jpg) no-repeat right top; }
.feature-box p.bodytext2 {
	margin: 0;
	padding: 6px 160px 6px 0;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}

