@charset "UTF-8";

/*
###################################

    お店紹介　専用CSS

###################################
*/


#content {
	background: #FFFFFF;
}

/* ########## MAIN VISUAL ########## */
#mainVisual {
	height: 120px;
}
#mainVisual h1 {
	padding-bottom: 20px;
}

/* ########## BOTTOM CONTENT ########## */
#wrapContentBtm {
	padding: 180px 0 20px 0;
}

/* H2 */
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 a {
	color: #422210;
}
h2 span {
	background: url(../img/icon_window.gif) no-repeat left center;
	width: 13px;
	height: 12px;
	display:inline-block;
	margin-left: 10px;
}


/* CONTENT BOX */
.shopContent {
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9;
	width: 430px;
}
*:first-child+html .shopContent { /* IE7 */
	min-height: 80px;
}
.first {
	/*border-top: 1px solid #D9D9D9;*/
}

/* LARGE SIZE */
.large {
	border-top: 1px solid #D9D9D9;
	
}
*:first-child+html .large { /* IE7 */
	min-height: 110px;
}


/* CONTENT TEXT */
.shopContentText {
	float: right;
	width: 330px;
}
.large .shopContentText {
	width: 300px;
}

/* CONTENT IMAGE */
.shopContentImg {
	float: left;
	margin-right: 20px;
}

