@charset "utf-8";

/* page.css */
.themaBox {
	margin:0 0 2em;
	border-top:1px dashed #a38f85;
}

.themaBox tr {
	border-bottom:1px dashed #a38f85;
}

.themaBox th,
.themaBox td {
	padding:10px;
}

.themaBox th{
	width:6em;
	font-weight:bold;
}

.themaBox td{
	width:auto;
}

.imgBox li img {
	max-width:466px;
}


@media only screen and (max-width: 640px) {
.themaBox th,
.themaBox td {
	display:block;
}

.themaBox th{
	width:100%;
	padding-bottom:0;
	font-weight:bold;
}
}
