/***********************************************/
/* food47_shop03.css                           */
/***********************************************/

/***********************************************/
/* レイアウトの定義                            */
/***********************************************/

/* ショップ紹介ページ共通部分 start */

#main_box {
	float: left;
	width: 696px;
	margin-top: 6px;
	margin-left: 6px;
	}

#headcopy { /* 各ショップのキャッチフレーズ */
	float: left;
	width: 696px;
	height: auto;
	text-align: center;
	overflow: hidden;
	/* font setting */
	font-size: 0.8em;
	line-height: 3;
} 
	
#shop_header_box {
	float: left;
	width: 696px;
	height: 38px;
}

#shop_name {
	float: left;
	width: 696px;
	height: 38px;
	text-align: left;
}

/* ショップ紹介ページ共通部分 end */

.osusume_box {
	float: left;
	width: 690px;
	height: auto;
	margin-top: 18px;
	margin-right: 6px;
	}
	
.osusume_box .photo_box {
	float: left;
	}

.osusume_box .rightbox {
	float: right;
}

.photo_box {
	width: 320px;
	height: auto;
	}

.rightbox {
	width: 336px;
	height: auto;
	}

.osusume_name { /* おすすめ商品名 */
	float: left;
	width: 336px;
	height: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 32px;
	padding-top: 0.2em;
	/* font setting */
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.66;
	color: #444444;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #339900;
	border-bottom-color: #339900;
	}

.osusume_copy { /* おすすめ商品説明文 */
	float: left;
	width: 336px;
	height: auto;
	/* font setting */
	font-size: 0.9em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	}

