@charset "utf-8";
/*--------------------
ID、class、CSS命名ルール
・「タグ名」+「_」+「識別名」+「_」+「連番」
例）.ul_info_01
--------------------*/
/*--------------------
日本語CSS
base
--------------------*/
* { margin: 0; padding: 0; filter: inherit;}
*, *:before, *:after { box-sizing: content-box;}
a { text-decoration : none}
ul, ol { list-style : none}

html {
	overflow-y: scroll;
	font-size: inherit;
}
body{
	color: #666;
	margin:0px;
	padding:0px;
	font-size: 14px;
	line-height: 1.6;
	overflow-x : hidden ;
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/

	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}

p{
	margin: 0px;
	padding: 0px;
}
ul,li,dl,dt,dd {
	list-style: none;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0px;
	padding:0px;
	clear:both;
	font-weight:normal;
}
img {
	border: 0px;
	vertical-align:middle;
}

object {
	vertical-align: middle;
	outline: none;
}
a:link {
	color:#666;
	text-decoration:underline;
}
a:visited {
	color:#666;
}
a:hover,a:active {
	color:#666;
	text-decoration:underline;
}
/*--------------------
共通
--------------------*/
.btn_more{
	background: url(../images/btn_more.gif);
	width: 110px;
	height: 23px;
	text-indent: -9999px;
}
.btn_more a{
	background: url(../images/btn_more.gif);
	width: 110px;
	height: 23px;
	display: block;
}
.btn_more a:hover{
	background-position: 0 -23px;
}
.btn_close{
	margin-top: 35px;
	background: url(../images/btn_close.gif);
	width: 140px;
	height: 28px;
	text-indent: -9999px;
}
.btn_close a{
	background: url(../images/btn_close.gif);
	width: 140px;
	height: 28px;
	display: block;
}
.btn_close a:hover{
	background-position: 0 -28px;
}
.btn_next{
	background: url(../images/btn_next.gif);
	width: 140px;
	height: 28px;
	text-indent: -9999px;
}
.btn_next a{
	background: url(../images/btn_next.gif);
	width: 140px;
	height: 28px;
	display: block;
}
.btn_next a:hover{
	background-position: 0 -28px;
}
/*--------------------
お問い合わせ
--------------------*/
.error img{
	display:none;
}
.parts-11 img{display:none;}

.box_note{
	color:#0080cc;
	border:2px solid #0080cc;
	padding:20px;
	margin-bottom:20px;
}
/*--------------------
商品詳細サイズ表
--------------------*/
.table_size{
	width:auto;
}
.table_size th{
	width:10em;
}
.table_size td{
	width:10em;
}
.table_size th,.table_size td{
	border:1px solid #ccc;
	text-align:center;
}
.table_size th{
	background-color:#eee;
}
.detailItems{
	width:100% !important;
	max-width:100% !important;
}
.red{
color:#f00;
}
.mt10{
	margin-top:10px;
}
.line-t{text-decoration:line-through;}
.go-link{text-align:right;}
#quantitySelect p,#option1select p,#option2select p,.cf p{margin-bottom:0 !important}



/* koteibotan */


#foot_btn{
position: fixed;
left: 0;
width: 100%;
text-align: center;
bottom: 0;
z-index: 99;
background: rgba(0,0,0,0.5);
}
.open #foot_btn{
	display: none !important;
}
.product_item .mini{
	display: none !important;
}