@charset "UTF-8";

#laundry {
	margin: 10px auto;
	padding: 0;
	width: 970px;
}
#laundry .read-txt{
	margin-bottom:20px;
}
#laundry h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 35px auto;
}

.laundrymark { overflow: hidden; }
.laundrymark .leftArea { float: left; }
.laundrymark .rightArea { float: right; }
.laundrymark .box {
	width: 476px;
	margin: 0 0 10px;
}

.laundrymark h3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #00a0e9;
	font-size: 13px;
	color: #fff;
}

.laundrymark table { width: 100%; }
.laundrymark table td {
	vertical-align: middle;
	text-align: center;
	border-bottom: 2px solid #00a0e9;
	border-left: 2px solid #00a0e9;
}
.laundrymark table td.number {
	width: 40px;
	padding: 5px;
}
.laundrymark table td.img { width: 45px; }
.laundrymark table td.text {
	text-align: left;
	border-right: 2px solid #00a0e9;
	padding: 10px 5px;
}

.ex-link {
	text-align: right;
	margin: 10px 0 0;
}
.ex-link a { text-decoration: underline; }
.ex-link a:hover { text-decoration: none; }
/* BTR */
.laundry_BTR .laundrymark h3{
background: #f0f0f0;
color:#000;
}
.laundry_BTR .ex-link a {
	color:#bc1e2b ;
}
.laundry_BTR .ex-link a:hover {
	opacity:0.6;
	text-decoration: underline; 
}
.laundry_BTR .laundrymark table td {
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.laundry_BTR .laundrymark table td.text {
	border-right: 1px solid #dcdcdc;
}





