/* ---------------------------------------------
main
--------------------------------------------- */
h2{
	border-bottom: 1px solid #008965;
}

#menu li{
	float: left;
	margin: 0px 25px;
}

#h3Title{
	background-repeat: no-repeat;
	padding: 0px 15px;
	min-height: 40px;
	line-height: 40px;
}

#businessStore #h3Title{
	background-image: url(../img/bg_store.gif);
}

#businessShop #h3Title{
	background-image: url(../img/bg_shop.gif);
}

#businessEtc #h3Title{
	background-image: url(../img/bg_etc.gif);
}

#businessFood #h3Title{
	background-image: url(../img/bg_food.gif);
}

#h3Title img{
	vertical-align: middle;
}

/* ---------------------------------------------
mediaquery main
--------------------------------------------- */
@media screen and (max-width: 1019px) {
	h2 img{
		height: auto;
	}
	#menu{
		width: 475px;
		margin: 0 auto;
		margin-bottom: 30px!important;
	}
	#menu li{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 520px) {
	#menu{
		width: 100%;
	}
	
	#menu li{
		margin: 0px 1% 10px 1%;
		text-align: center;
		width: 48%;
	}
	#menu li img{
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	h2 img{
		height: 30px;
	}
	#h3Title img{
		max-height: 20px;
		height: auto;
	}
}


/* ---------------------------------------------
detail
--------------------------------------------- */
.detail{
	margin-bottom: 40px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

#businessStore .detail{
	border: 1px solid #007253;
}

#businessShop .detail{
	border: 1px solid #008ca9;
}

#businessEtc .detail{
	border: 1px solid #4CA535;
}

#businessFood .detail{
	border: 1px solid #81A889;
}

.detailText{
	width: 100%;
	margin-right: -321px;
	float: left;
}

.detailText h3{
	margin-right: 400px;
	max-width: 100%;
}

.detailText h3 img{
	max-width: 100%;
	height: auto;
	padding: 10px 30px;
	border-radius: 0px 0px 7px 0px;
}

#businessStore .detailText h3 img{
	background-color: #007253;
}

#businessShop .detailText h3 img{
	background-color: #008ca9;
}

#businessEtc .detailText h3 img{
	background-color: #4CA535;
}

#businessFood .detailText h3 img{
	background-color: #81A889;
}

.detailText p{
	padding: 0px 351px 20px 30px;
}

.detailImg img{
	height: auto;
}

.textOnly{
	margin-right: 0px;
}

.textOnly h3{
	margin-right: 70px;
}

.textOnly p{
	padding: 0px 30px 20px 30px;
}

/* ---------------------------------------------
mediaquery detail
--------------------------------------------- */
@media screen and (max-width: 800px) {
	.detailText{
		margin-right: 0px;
		float: none;
	}
	.detailText h3{
		margin-right: 70px;
		max-width: 100%;
	}
	.detailText p{
		padding: 0px 30px 20px 30px;
	}
	.detailImg{
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.detailText h3{
		margin-right: 50px;
	}
	.detailText h3 img{
		max-height: 15px;
		padding: 10px 15px;
	}
	.detailImg img{
		width: 100%;
	}
}