#mainContent {
	width: 960px;
	margin: 0px auto 1% auto;
	background-color:#f5f5f5;
	border-left:1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-top: 1px solid #cc0000;
}

#mainContent .tour {
	width:920px;
	margin: 3% auto;
	text-align: left;	
}

#mainContent .tour h2 {
	font-size:200%;
	color:#000;
	margin-bottom: 0 !important;
	background-color:#87cefa;
	padding:1% 0 0 3%;
}

#mainContent .tour dl {
	border-bottom: 2px inset #ccc;
	margin-bottom:2%;

}

#mainContent .tour dl dt {
	float:left;
	clear:left;
	width:8%;
	font-size: 18px;
	vertical-align:middle;
	color: #FFF;
	line-height:240%;
}

#mainContent .tour dl dt .haya {
	background-color: #F00 !important;
	text-align: center;
	font-weight: bold;
	border:solid 3px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
	background: linear-gradient(#ff0001, #8f0202);
		
}

#mainContent .tour dl dd {
	font-size:18px;
	font-weight:bold;
	line-height:240%;
	border-bottom:1px dotted #dcdcdc;
}




@media screen and (max-device-width:375px){	




}
