@charset "UTF-8";
/* CSS Document */

body {
	font-family: sans-serif;
}

div#wrapper {
	width : 300px;
	/*background-color: #f6f6f6;*/
	padding : 10px;
}

p#explanation {
	width : 300px;
	font-size: 14px;
	margin: 0 0 5px 0;
}

div.header {
	position : relative;
	width : 96px;
	height : 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	border : solid 1px #f5e6c5;
	background-color: #f5e6c5;
	margin : 0 0 5px 0;
	border-radius: 3px;	/* CSS3草案 */  
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;	/* Firefox用 */
}

/*ユニット高さ選択メニューの設定*/
ul.menu {
	position: relative;
	margin: 0;
	padding: 0;
}


ul.menu li {/*ユニット高さボタンの初期設定*/
	display: inline-block;
	float : left;
	width : 48px;
	height : 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: nomal;
	cursor : pointer;
	list-style-type: none;
	margin: 0 2px 10px 0;
	padding: 0;
	background-color: #ccc;
	border-radius: 3px;	/* CSS3草案 */  
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;	/* Firefox用 */
}

ul.menu li:hover {/*マウスオーバー中のユニット高さボタンに色を付ける*/
	float : left;
	width : 48px;
	height : 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: nomal;
	cursor : pointer;
	list-style-type: none;
	margin: 0 2px 10px 0;
	padding: 0;
	background-color: #ddbb9d;
	border-radius: 3px;	/* CSS3草案 */  
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;	/* Firefox用 */
}

ul.menu li.selected {/*選択中のユニット高さボタンに色を付ける*/
	float : left;
	width : 48px;
	height : 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	cursor : pointer;
	list-style-type: none;
	margin: 0 2px 10px 0;
	padding: 0;
	background-color: #f5e6c5;
	border-radius: 3px;	/* CSS3草案 */  
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;	/* Firefox用 */
}


/*カルーセルエリアの設定*/
#content {
	width : 300px;
	clear : both;
}

#content>div {
	position : absolute;
	top: 140px;
	margin-bottom: 3em;
	width : 300px;
}

/*h39以外のカルーセルを画面外に飛ばしておく*/
#content>div.h58, #content>div.h78, #content>div.h97, #content>div.h117, #content>div.h175 {
	top : -10000px;
	
}

#content>div>div {
	font-size: 14px;
	margin: 10px 0 3px 0;
}

div.number {　/*棚板枚数の表示の設定*/
	position: relative;
	width : 140px;
	background-color : #fff;
	margin : 0 0 30px 90px;
	padding : 5px 0 0 10px;
}

ul.bxslider li {
	display: block;
	width : 140px;
}

ul.bxslider li img {　/*ユニット画像の設定*/
	position: relative;
	padding : 0 0 5px 0;
	margin: 0 0 0 90px;
	background-color : #fff;
	width : auto;
	height : auto;
}

/*隠す*/
.dis_non {
	display: none;
}