
/*----------------------------------------------------
 id style
----------------------------------------------------*/

section#main_area h2 {
	background-image: url(../images/main_bg.png);
}

/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

div.shop_intro {
	width: 90%;
	text-align: left;
	margin: 0px auto 50px auto;
	padding: 0px;
}

section#contents article div.shop_intro h3.ttl {
	background-image: url(../images/intro_ttl.png);
}

div.shop_intro img {
	width: 100%;
	height: auto;
	margin: 0px auto 20px auto;
}
div.shop_intro dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
div.shop_intro dl:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.shop_intro dl dt {
	width: 100px;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	font-weight: normal;
	background-color: #c9564c;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div.shop_intro dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;	
}
div.shop_intro dl dd a {
	width: 120px;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	display: block;
	font-size: 14px;
	border-radius: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #333;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {

/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

div.shop_intro {
	width: 960px;
	text-align: left;
	margin: 0px auto 60px auto;
	padding: 0px;
}
div.shop_intro img {
	width: 660px;
	height: auto;
	margin: 0px auto 20px auto;
}
div.shop_intro dl {
	width: 660px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
div.shop_intro dl:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.shop_intro dl dt {
	width: 100px;
	text-align: center;
	float: left;
	line-height: 1.8em;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	font-weight: normal;
	background-color: #c9564c;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.shop_intro dl dd {
	width: 540px;
	float: right;
	text-align: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;	
}
div.shop_intro dl dd a {
	width: 120px;
	text-align: center;
	float: right;
	line-height: 1.8em;
	color: #fff;
	display: block;
	font-size: 14px;
	border-radius: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #333;
	margin: 0px 0px 0px auto;
	padding: 0px;
}



}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

