@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content  table {
	margin-bottom: 40px;
}

#content  table th {
	
	width: 160px;
	overflow: hidden;
	font-weight: bold;
	padding :  14px 0px 14px 19px;
	/zoom: 1;
}
#content  table td {	
	padding : 14px 30px 14px 19px;
	text-align: left;
}
#content .aside {
	margin-bottom: 28px;
	
}
@media screen and (max-width: 680px){
	#content .imgright ul.image,
	#content .imgleft ul.image{
		float: none;
		margin:0 0 15px;
		width: auto !important;
		max-width: 100%;
		text-align: center;
	}
}