@charset "UTF-8";

/*------------ cloth index ------------*/

.c_righttxt {
	width: 405px;
	float: right;
}

.c_leftpht {
	width: 210px;
	float: left;
}

#contents .copy {
	font-weight: bold;
}

table {
	font-size: 1em;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

table td {
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	padding: 7px 9px 7px 9px;
}

table th {
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	padding: 7px 9px 7px 9px;
	text-align: left;
	background-color: #e3e7ea;
	color: #1b68c3;
	font-weight: bold;
	vertical-align: top;
}

#contents .fushokubox {
	border: #669fd8 solid 2px;
	padding: 15px;
	width: 600px
}

#contents .fushokubox .f_ttl {
	font-weight: bold;
	font-size: 1.2em;
	color: #023985;
}

#contents .f_left {
	width: 210px;
	float: left;
}

#contents .f_right {
	width: 370px;
	float: right;
}


