@charset "utf-8";
#delivery {
	width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#delivery h2 {
	font-size: 250%;
	line-height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	text-align: center;
}
#delivery .contents {
	float: left;
	width: 1000px;
	margin-bottom: 70px;
}
#delivery .table {
	width: 410px;
	float: left;
}
#delivery td {
	font-size: 120%;
}
#delivery .head {
	background-color: #F8F8F8;
	width: 200px;
	line-height: 50px;
	height: 50px;
	font-size: 160%;
	font-weight: bold;
	padding-left: 15px;
}
#delivery .text {
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#delivery .icon {
	float: left;
	margin-right: 10px;
}

#delivery #map {
	width: 550px;
	float: right;
	height: 450px;
}
