@charset "utf-8";
/* CSS Document */
#contents_left li:last-child{
	margin-bottom: 0;
}
#contents_left dl{
	margin-bottom: 20px;
}
#contents_left dt{
	margin-bottom: 7px;
}
#contents_left dd{
	line-height: 1.5;
}
#contents_left .messageBox dl dt{
	font-weight: bold;
}
@media only screen and (max-width: 700px) {
#contents_left .contentsBlock li{
	line-height: 1.5;
	margin: 0 0 3%;
}
#contents_left dl{
	margin: 0 0% 4%;
}
#contents_left dl:last-child{
	margin-bottom: 3%;
}
#contents_left dt,
#contents_left dd{
	line-height: 1.5;
	font-size: 100%;
}
#contents_left dt{
	margin-bottom: 1%;
	font-size:16px;
}
}