
﻿/*↓ここから「メイン中央」CSS　= #main_contents ＞ .top_page */
/* メイン中央部分　*/
.top_page{
  width: 639px;
  height: auto;
}
/* メイン中央 メインバナー　*/
.main_img{
  width: auto;
  height: auto;
}
/* メイン中央　ミニバナー3つ　包括　*/
.main_ad_img{
  width: auto;
  height: auto;
}
/* メイン中央　ミニバナー01*/
.main_ad1_img{
  float:left;
  width: auto;
  height: auto;
}
/* メイン中央　ミニバナー02*/
.main_ad2_img{
  float:left;
  width: auto;
  height: auto;
}
/* メイン中央　ミニバナー03*/
.main_ad3_img{
  float:left;
  width: auto;
  height: auto;
}
/* メイン中央　掲示板記事リスト*/
.top_page .board_top{
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0px;
}
	.board_list{
				
	}
	.top_page .board_top .top2,
	.top_page .board_top .top3{
		width: 313px;
		float:left;
		margin: 2px;
	}
	.top_page .board_middle .center1,
	.top_page .board_middle .center2{
		width: 228px;
		float:left;
		margin: 2px;
	}
	.top_page .board_bottom .center3,
	.top_page .board_bottom .center4{
		width: 228px;
		float:left;
		margin: 2px;
	}


/* スペシャル商品 */
.product_special{
  clear: both;
  width: auto;
  height: auto;
}

/* top_page_bottom */
.top_page_bottom{
  clear: both;
  width: auto;
  height: 100%;
}

/* top_page_center */
.top_page_center{
  float: left;
  width:469px;
  height:auto;
  border-right: 1px solid silver;
}
.product_reco_best{
  clear: both;
  width: 100%;
  height: auto;
}  
.product_reco_list{
  clear: both;
  width: 100%;
  height: auto;
}
.product_new_best{
  clear: both;
  width: 100%;
  height: auto;
}
   
.product_new_list{
  clear: both;
  width: 100%;
  height: auto;
}
.board_middle{
  clear: both;
  width: 100%;
  height: auto;
}

.board_bottom{
  clear: both;
  width: 100%;
  height: auto;
}

/* top_page_right*/
.top_page_right{
  float:right;
  width:168px;
  height:auto;
}

.group_buying{
  clear: both;
  width: 100%;
  height: auto;
}
.board_right{
  clear: both;
  width: 100%;
  height: auto;
}
.banner_right{
  clear: both;
  width: 100%;
  height: auto;
}
.banner_right ul{
	margin:0px;
	padding:0px;
}
.banner_right li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.poll{
  clear: both;
  width: 100%;
  height: auto;
}
/* ↓最新掲示物出力部分のタイトル（h2)　管理画面でフォントサイズを変更できるのでこの定義は最終的には削除になります 
#main_contents .top_page .board_list h2{
	font-size: 12px;
	clear: both;
}

#main_contents .top_page .board_list ul{
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main_contents .top_page .board_list li{
	float: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	clear: both;
}
*/
/*↑ここまで「メイン中央」CSS　= #main_contents ＞ .top_page */
