@charset "UTF-8";

.orderbox{
	overflow: hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size: 0.8em;
	color:#7A7A7A;;
	border-bottom:1px dotted #5c5c5c;
}

.day_time{
	float:left;
	width:160px;
	font-weight:bold;
	padding-left:17px;
	line-height:1.2;
	background: url(/images/common/balloon.gif) 0 0 no-repeat;
}
.day_time a {text-decoration: none;}
.day_time a:link {color: #1c42a4;}
.day_time a:hover, .day_time a:active {
	color: #c30000;
	text-decoration: underline;
}
.day_time a:visited {color: #1c42a4;}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.where_price{
	float:right;
	width:140px;
	text-align:right;
}

.where_mar{
	margin:0 10px 0 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*@media
only screen and (max-width : 640px){
.orderbox {width: 294px;}
.day_time{width:130px;}	
.where_price{width:130px;}	
}*/