@charset "utf-8";

/* content
---------------------------------------- */
#content table.list{
	max-width: 700px;
	border:none;
	margin-bottom:30px;
}
#content table.list tr{
	background-color:inherit;
	border:none;
}
#content table.list th{
	background-color:inherit;
	text-align: left;
	color:#333;
	font-weight: normal;
	padding:10px 10px 10px 15px;
	padding:8px 0 7px 0;
	font-size:14px;
	width:130px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
}
#content table.list td{
	padding:8px 0 6px 0;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
}
@media screen and (max-width:800px) {
	#content table.list {
		margin-top: 20px;
	}
	#content table.list th {
		padding: 8px 2px 7px 0;
		font-size: 12px;
		line-height: 140%;
		width:80px;
		vertical-align: top;
		margin-top: 0px;
	}
	#content table.list td {
		padding:6px 2px 5px 5px;
		font-size: 13px;
		line-height: 140%;
	}
}

