@charset "UTF-8";
/*170809千葉*/
.tokushou {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.inner_content {
	width: 900px;
	margin: 0 auto;
}
.detaildata > h3 {
	font-size: 32px;
	text-align: center;
	color: #5F3727;
}
.detaildata > table {
	width: 100%;
	margin-bottom: 50px;
}
.detaildata > table tr {
	background: url(../images/border.png) left top / 1px repeat-x;
}
.detaildata > table th {
	color: #5F3727;
	width: 20%;
}
.detaildata > table td {
	padding: 10px 0;
	color: #5F3727;
}

@media screen and (max-width: 920px) {
div#wrapper div#container {
    padding: 20px 0 0;
}
.inner_content {
	width: 95%;
}
.detaildata > h3 {
	font-size: 24px;
}
.detaildata > table {
	font-size: 14px;
}
.detaildata > table td {
	width: 20%;
}
}
