@charset 'UTF-8';

/** |READ ME| **************************************************************************************

『マルコメ株式会社』 - 商品情報

Cascading Style Sheet Setting File
Ver.201407

----------------------------------------------------------------------------------------------------

01. ページ設定

************************************************************************************** |READ ME| **/





/** |01. ページ設定| ********************************************************************* START **/

	.left_area {
		float:left;
		width: 690px;
	}
	.right_area {
		float: right;
		margin-top: 10px;
		margin-bottom: 20px;		
		width: 250px;
	}

	/** [商品を探す] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/
	.left_area h2 {
		float:left;
		width: 112px;
	}
	.left_area .more {
		float: right;
		margin-top: 10px;
		width: 84px;
	}
	.cat_area,
	.btn_area,
	.banner_area {
		clear: both;
	}
	/*bnrエリアに罫線を追加した場合の追加css 使わない場合はコメントアウトまま*/
	/*.banner_area {
		border-top: 1px dotted #dbdbdb;
		padding-top: 15px;
		margin-top: 15px;
	}*/
	/*bnrエリアに罫線を追加した場合の追加css  ここまで※右カラムbnrの数が減り次第削除150807*/	
	.cat_area li,
	.btn_area li {
		float:left;
		margin: 10px 15px 10px 0;
	}
	.cat_area li.li_last,
	.btn_area li.li_last {
		margin: 10px 0;
	}
	.banner_area li {
		margin: 10px 0 20px;
	}
	.banner_area li:first-child {
		float:left;
	}
	.banner_area li:last-child {
		float:right;
	}

	/** [ブランドで探す] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/
	.home .feature {
		padding-bottom: 10px;
		text-align: center;
	}
	/*右bnrエリア8個並ぶ際はpadding: 15px;に戻す　9個並ぶ際はpadding: 10px;*/	
	.side_banner {
		background: url(/product/img/cnt_bg_brand.gif) repeat left top;
		border-radius: 6px;
		font-size: 0;
		padding: 10px;
		width: 230px;
	}
	/*右bnrエリア8個並ぶ際はpadding: 15px;に戻す　9個並ぶ際はpadding: 10px;150807*/	
	.side_banner_inner {
		background-color: #ffffff;
		padding: 10px 7px 0;
	}
	.side_banner_inner h2 {
		margin-bottom: 10px;
		margin-top: 3px;
	}
	.side_banner_inner ul {
		overflow: hidden;
	}
	.side_banner_inner li {
		margin-bottom: 8px;
	}

/** |01. ページ設定| *********************************************************************** END **/
