@charset "Shift-JIS";

#pan,#pan a {
	font-size:12px;
	font-size:1.2rem;
	color:#999;
}
.b {
	font-weight:bold;
}
.center {
	text-align:center;
}

.floatL {
	float:left;
	margin-right:10px;
	margin-left:5px;
}

.floatR {
	float:right;
	margin-left:10px;
	margin-right:5px;
}

div.imgBoxL {
	float: left;
	padding: 0 15px 5px 5px;
	width:200px;
	text-align:left;
}

div.imgBoxR {
	float: right;
	padding: 0 5px 5px 15px;
	width:200px;
	text-align:right;
}

.imgBoxL span, .imgBoxR span{
	display: block;
	color:#6f5436;
	font-size:11px;
	font-size:1.1rem;
	margin-right:5px;
	text-align:right;
}

.imgBoxL span {
	text-align: left;
}

.tyuusyaku {
	font-size:80%;
	color:#7b5544;
	font-weight:bold;
}
.Link {
	font-size:80%;
	color:#c9c9c2;
}

table.hyou1 {
	color:#7b5544;
	margin:0px 15px 25px 15px;
	border-spacing:0;
	background-color:#ffffff;
	border:none;
}

table.hyou1 th {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:bold;
	line-height:1.3;
	white-space:nowrap;
	border:none;
	vertical-align:top;
	text-align: right;
}

table.hyou1 td {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.3;
	border:none;
	vertical-align:top;
	text-align: left;
	margin:0;
	padding:1px 0 10px 0;
}

table.hyou2,table.hyou3 {
	margin:0px 0 25px 0;
	border-spacing:0;
	background-color:#ffffff;
	border:none;
}


table.hyou2 th {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height:1.4;
	white-space:nowrap;
	border:none;
	vertical-align:top;
	text-align: left;
}

table.hyou2 td,table.hyou3 td {
	font-size: 15px;
	font-size: 1.5rem;
	line-height:1.4;
	border:none;
	vertical-align:top;
	text-align: left;
	margin:0;
	padding:1px 0 10px 0;
}


table.hyou3 th {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 4px 2px 4px 2px;
	font-weight:bold;
	border:1px solid #d3d3d3;
	background-color:#3cb371;
	background-position:left top;
	color:#fff;
	text-align: center;
	vertical-align:top;
}

table.hyou3 td.w20 {
	width:23%;
}

table.hyou3 td.w60 {
	width:57%;
}


/******************************************************************
 *
 *  フロート解除
 *
 *****************************************************************/

.clear {
	clear:both;
}