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

#contents_in article {
	margin:40px 0;
}
#contents_in article ol {
	padding:0 0 0 22px;
}
#contents_in article ol li {
	margin:0 0 3px;
}
#contents_in table {
	width:100%;
	border-collapse:collapse;
}
#contents_in table th {
	border:1px solid #d1d1d1;
	text-align:left;
	font-weight:normal;
	padding:8px 15px;
	background:#eeeeee;
	width:28%;
}
#contents_in table td {
	border:1px solid #d1d1d1;
	padding:8px 15px;
}

@media screen and (min-width: 0px) and (max-width: 680px) {
#contents_in table {
	border-bottom:1px solid #d1d1d1;
}
#contents_in table th ,#contents_in table td {
	width:100%;
	display:block;
	border-bottom:none;
}
}