@charset "UTF-8";
/* CSS Document */

/*==============================
index
==============================*/
.saiyou article section table th {
	width:15em;
}
.saiyou article section table td img {
	margin-left:10px;
	vertical-align:middle;
}
.saiyou article section dl {
	margin-top:20px;
	font-weight:bold;
	overflow:hidden;
}
.saiyou article section dl dt {
	clear:both;
	float:left;
}
.saiyou article section dl dd {
	margin-left:4em;
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width:640px) {
	#contents {
		padding-bottom:30px;
	}
	.saiyou article section table th {
		width:auto;
	}
}

