@charset "utf-8";
@import "common/0-import.css";
#wrap {
	background: url(../timetable/images/mainImg.jpg) no-repeat center 47px;
}

#main .sideBar {
}

#conts h2 {
	margin-bottom: 16px;
}

#conts p {
	font-size: 12px;
	color: #372e2d;
	line-height: 1.4;
}

#conts .p01 {
	margin-bottom: 35px;
}

#conts .box {
	padding: 36px 0 82px 37px;
	*padding: 35px 0 82px 37px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}

#conts p.mb15 {
	margin-bottom: 16px;
}

#conts p.mb35 {
	margin-bottom: 35px;
}

#conts p a {
	color: #d13118;
}

.timeTable{ 
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	margin-bottom:30px;
}
	
.timeTable th{
	font-weight:normal;
	background-image:url(../timetable/images/bk.gif);
}

.timeTable td, .timeTable th{
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#ffffff;
}

.timeTable td.title{
    color:#D33018;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#main{
		margin-top: 21px;
	}
	
	#conts .p01 {
		margin-bottom: 37px;
	}
	
	#conts .box {
		padding: 36px 0 82px 37px;
	}
	
	#conts p.mb15 {
		margin-bottom: 17px;
	}
	
	#conts p.mb35 {
		margin-bottom: 36px;
	}
	
 }