@charset "utf-8";
/* delivery_area.css(配達エリアページのスタイルを指定する) */


/* ------------------- ▼【共通】コンテンツボックス02のスタイル指定▼ ------------------- */

div#contents_box02 {
	font-size: 14px;
	margin-bottom: 20px;
}

div#contents_box02_line {
	padding: 15px 15px 0 15px;
	overflow: hidden;
	background: #fff;
	border-left: 3px solid #50bd2a;
	border-right: 3px solid #50bd2a;
}


/* ------------------- ▼【共通】コンテンツボックス03のスタイル指定▼ ------------------- */


div#contents_box03_line {
	padding: 15px 15px 0 15px;
	overflow: hidden;
	background: #fff;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
}

div#contents_box03_clear {
	clear: both;
}

div#contents_box03 #return {
	float: right;
	margin: 20px 0;
}


/* ------------------- ▼配達エリアのスタイル指定▼ ------------------- */

/* ------------------- ▼【配達エリア】コンテンツボックス02のスタイル指定▼ ------------------- */

div#contents_box02_line #bbq_illust {
	float: right;
}

div#contents_box02_p, #bbq_illust {
	margin: 0 0 10px 0;
}

div#contents_box02_p span {
	text-decoration: underline;
}

/* ------------------- ▼【配達エリア】コンテンツボックス03のスタイル指定▼ ------------------- */

table,th,tr,td {
	border: 1px solid #330000;
}

table {
	margin: 0 0 20px 0;
	text-align: center;
}
th {
	background: #330000;
	text-align: center;
}

td {
	font-size: 86%;
	padding: 5px 0;
}

th#charge {
	width: 60px;
}

th#osaka,th#hyogo,th#kyoto,th#nara {
	width: 200px;
}

#areafree {
	background: #ccffff;
}

#area1500 {
	background: #ccff99;
}

#area3000 {
	background: #ffff99;
}

#area5000 {
	background: #ffcc66;
}

#area8000 {
	background: #ff9999;
}

#area10000 {
	background: #ccccff;
}

#map {
	border: 1px solid #330000;
}

