@charset "shift_jis";

#wrapper{
	margin:30px auto 0;
}

/********** businessdeal **********/
#businessdeal{
	width:700px;
}
#businessdeal h2{
	min-height:53px;
	margin:0 0 17px;
	padding:0 30px;
	line-height:1.8;
	font-weight:normal;
	background:url(/images/common/t-bg.png) no-repeat 0 0;
}
#businessdeal .businessdeal_con{
	margin:11px 20px 0 20px;
	font-size:95%;
	line-height:1.5em;
}
#businessdeal .businessdeal_con table.hyoki {
	width:660px;
	border:solid 1px #ffffff;
	border-collapse:collapse;

}

#businessdeal .businessdeal_con table.hyoki th {
	width:150px;
	border:solid 1px #ffffff;
	background-color:#eee5d5;
	padding:12px 0 12px 10px;
	text-align:left;
	font-weight:normal;


}

#businessdeal .businessdeal_con table.hyoki td {
	border:solid 1px #ffffff;
	padding:12px 0 12px 5px;
}

#businessdeal .order {
	margin:20px 0;

}


#businessdeal .order .order_con h3 {
	background: url(../images/businessdeal/order_title_bg.jpg) no-repeat 0 0;
	width:660px;
	height:33px;
	line-height:33px;
	padding:0 0 0 10px;
}

#businessdeal .order .order_con p{
	margin:0 10px 14px;
}

#businessdeal .order .order_con ol{
	margin:0 10px 0 20px;
	padding:0 0 0 10px;
}

#businessdeal .order .order_con ol li{
	margin:0;
	padding:0;
}

#businessdeal .order .order_con ul.about_pay{
	margin:0 10px;
	padding:0;
	list-style:none;
}

#businessdeal .order .order_con ul.about_pay li,
#businessdeal .order .order_con ul.about_pay li p.choice{
	margin:0 0 19px;
	padding:0;
}
#businessdeal .order .order_con ul.about_pay li p{
	margin:0 ;
}
#businessdeal .order .order_con ul.about_pay li p.txt_em{
	font-weight:bold;
	font-size:115%;
}

#businessdeal .order .order_con ul.about_pay li p.furikomi{
	font-weight:bold;
	margin:19px 0 0;
}

#businessdeal .order .order_con .about_pay li .c-card {
	margin:10px 0 0;
}

#businessdeal .businessdeal_con table.delivery {
	width:660px;
	border:solid 1px #ffffff;
	border-collapse:collapse;
}
#businessdeal .businessdeal_con table.delivery th {
	height:52px;
	background-color:#663333;
	color:#ffffff;
	min-height:52px;
	border:solid 1px #ffffff;
	font-size:150%;
	font-weight:normal;
}
#businessdeal .businessdeal_con table.delivery th.area,
#businessdeal .businessdeal_con table.delivery th.soryo {
	width:190px;
}
#businessdeal .businessdeal_con table.delivery td {
	padding:0 10px;
	vertical-align:middle;
	/* font-size:130%; */
	border:solid 1px #ffffff;
	line-height:1;
	height:50px;
}
#businessdeal .businessdeal_con table.delivery td.price {
	text-align:center;
}

#businessdeal .businessdeal_con table.delivery td.area_550 {
	background-color:#cbe6f3;
}
#businessdeal .businessdeal_con table.delivery td.area_580 {
	background-color:#eef5d3;
}
#businessdeal .businessdeal_con table.delivery td.area_690 {
	background-color:#fffbd5;
}
#businessdeal .businessdeal_con table.delivery td.area_800 {
	background-color:#fcf1d3;
}
#businessdeal .businessdeal_con table.delivery td.area_880 {
	background-color:#f6d4d8;
}
#businessdeal .businessdeal_con table.delivery td.okinawa {
	background-color:#f3d1e5;
	/* height:138px; */
}
#businessdeal .businessdeal_con table.delivery td.okinawa .left {
	float:left;
	margin:19px 0 0 6px;
}
#businessdeal .businessdeal_con table.delivery td.okinawa .right {
	float:left;
	margin:0 0 0 30px;
	/*letter-spacing: -0.1em;*/
}



#businessdeal .order .order_con ul.henpin{
	margin:0 10px;
	padding:0;
	list-style-type:square;
}

#businessdeal .order .order_con ul.henpin li{
	margin:0 0 0 20px;
	padding:0;
}

@media screen and (max-width: 739px) {
    #businessdeal .businessdeal_con table.delivery td.okinawa {
        background-color:#f3d1e5;
        padding: 0 2%;
    }
}