@charset "UTF-8";
@import url("../../css/default.css");
@import url("../../css/conscreen_base.css");

div#content_main h4 {
	margin-top: 29px;
	margin-bottom: 5px;
}

div#content_main h4.main_copy {
	margin-top: 17px;
	margin-bottom: 0px;
}

div#content_main img {
	margin: 0;
}

div#content_main p {
	margin: 0;
}

div#content_main p.top_text {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}

div#itime table {
	margin-top: 13px;
	width: 481px;
	border: 1px solid #F5F5F5;
}

th {
	width: 100px;
	border: 1px solid #F5F5F5;
	background-color: #E0E0E0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

td {
	width: 381px;
	border: 1px solid #F5F5F5;
	text-indent: 10px;
}

td span {
	margin-left: 10px;
	display: block;
	line-height: 200%;	
}

