.sp {display:none;}

.fit {
	max-width:100%;
	}
	
.tableLayout {
	table-layout:fixed;
	display:table;
	width:100%;
	}
.tableLayout > * {
	display:table-cell;
	vertical-align:top;
	}
	
#oneday table {background:#fffbf0;table-layout:fixed;}
#oneday table th,#oneday table td {padding:40px 10px 0;vertical-align:top;}
#oneday table tr:last-child td {padding-bottom:40px;}
#oneday table th {
	color:#025b6e;
	text-align:right;
	border-right:1px solid #46838b;
	font-weight:bold;
	padding-left:30px;
	width:134px;
	}
#oneday table td h3{
	font-weight:bold;
	color:#df336d;
	}
#oneday table dt {
	font-weight:bold;
	margin-top:0.5em;
	}
#oneday table dd {
	padding-left:0.5em;
	}

#oneday table .imgTd {width:320px;text-align:center;}
	
@media (max-width:640px) {
.pc {display:none;}
.sp {display:block;}
img.sp {display:inline-block !important;}

#oneday table .imgTd {display:none;}
#oneday table th {padding-left:10px;width:120px;}
}