html {
  overflow-y: scroll;
}

body
    {
     margin:0;          /* ページ全体のmargin */
     padding:0;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:1000px;         /* 幅を決定する */
}

a {
  text-decoration: none;
}


.icon_img
{
	width: 30px;
}

.menuTop
{


	width: 140px;

	color: #FFFFFF;

	font-size: 1em;

	font-weight: bold;

	text-align:center;

	padding: 0px;

	margin: 0px;

	background-color: #FFFFFF;

}

.infobox
	{
	display:block;
	width:100%;
   	height:100%; 
   	/*overflow: visible;*/
	font-size:0.8em;
	/*-webkit-overflow-scrolling: touch;*/
	/*position:static;*/

	
}

.left_menu
{
	border: 1px solid #aaa;
	width: 200px;
	
	font-size:23px;

}



.MenuTitle
{
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
}



.boxhead
{

	background: url(../img/s_menu01.gif) no-repeat left top;
	margin: 0;
	padding-top: 2px;
	color:  #FFFFFF;
	width: 140px;
	text-align: center;

}



section
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
 
section .sub_img dl
{
	display: table;
	table-layout: fixed;

}
 
section .sub_img div dt
{
	width: 30px;

	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: top;

}
 
section .sub_img div img
{
    height: 52px;              /* 高さ指定 */
    width: 70px;               /* 幅指定 */
    
	cursor:pointer;

}
 
section .sub_img dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
 
.select
{
    background-color: #FFFFFF;    /* 背景色指定 */
}



.float_test img {
    margin:  10px;              /* 周りの余白指定 */
}


.float_test {
    float: left;                /* 回り込み指定 */
}


.sub_img {
    width: 640px;               /* 幅指定 */


}

.toggle_contents:first-of-type dd {
	display: block;
}

/* 商品詳細ページキーワード */

.goodskeyword {

}
.setcategory {
	width:90px;
	height:43px;
	text-align: right;
	background-color:#e6e6e6;
	padding-right:6px;
}

.setkeyword {
	width:170px;
	height:43px;
	text-align: left;
	background-color:#FFFFFF;
	padding-left:3px;
}

.setkeywordframe {
	width:790px;
	text-align:left;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background-color:#e1e1e1;
}