@charset "euc-jp";
/* CSS Document */
*{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a:link  {  
    text-decoration: none;  
    color: #00F;  
}  
  
a:visited   {  
    text-decoration: none;  
    color: #00F;  
}  
  
a:hover {  
    text-decoration: underline;  
    color: #00F;  
}  
  
a:active    {  
    text-decoration: none;  
    color: #00F;  
}  
body{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
footer{
	font-size:14px;
	color:#666;
	text-align:center;
}
/*ここから選択ページ*/
.image{
	text-align:center;
	border:#9C9C9C dotted 1px;
	margin:5px;
	padding:5px;
}
.image img{
	height:250px;
}
.text{
	display:inline-block;
	text-align:left;
	font-size:13px;
}
ul.text li{
	line-height:180%
}
ul.text .itemname{
	font-size:13px;
	font-weight:bold;
}
.buttonarea{
		text-align:center;
}
.selectbutton {
	margin-top:15px;
	font-size: 16px;
	display: inline-block;
	background: #8b9e4e url(../../../common-img/yajirushiwh.png) no-repeat;
	background-size: 33px 18px;
	background-position: left center;
	padding-right:15px;
	height: 40px;
	text-align: left;
	text-indent: 3em;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	border: #999 1px solid;
	border-radius: 4px;
}
.selectbutton::before, .selectbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.selectbutton, .selectbutton::before, .selectbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.selectbutton:link, .selectbutton:visited {
	color: #fff;
}
.selectbutton:hover {
	background-color: #a6b37e;
	color: #fff;
	text-decoration: none;
	border: #eee 1px solid;
}
.indexmaintitle{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.indexmaintext{
}
/*ここから販売ページ*/
.main{
	display:table;
	width:100%;
}
.mainimg{
	display: table-cell;
	text-align:center;
	width:525px;
	vertical-align:middle;
	vertical-align:central;
}
.maintext{
	display: table-cell;
	width:275px;
	font-size:13px;
	line-height:1.5em;
}
.mainitemname{
		font-size:18px;
		font-weight:bold;
		line-height:1.5em;
}
.indexbuttonarea{
	clear:both;
}
.indexbuttonarea .selectbutton{
	margin-right:25px;
	width:210px;
}
.maintext img{
	margin-bottom:3px;
	padding-top:8px
}
.alert{
	margin:14px 0px 11px 0px;
	background-color:#FFC;
	padding:7px;
	border: #FF0 solid 1px;
}
.sellitem{
	width:100%;
	margin:8px 0px 8px 0px;
	padding:8px;
	border:#333 dotted 1px;
	float:left;
}
.sellitemimg{
	float:left;
	margin-right:15px;
}
.sellitemtext li{
	line-height:1.3em;
	margin:0px 0px 8px 0px;
}
.itemno{
	font-size:12px;
}
.itemname{
	font-size:14px;
	font-weight:bold;
}
.itemcomment{
	font-size:12px;
}
.itemprice{
		font-size:20px;
		color:#FF0004;
}
.tax{
	font-size:10px;
	color:#666;
}
.qty{	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 7px;
	background: #FFF url(../../../common-img/selectarrow.png) no-repeat;
	background-size: 20px 30px;
	background-position: right center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #bababa;
	-moz-appearance: none;
	  text-overflow: '';
	width: 60px;
	font-size: 14px;
	margin-right:10px;
	margin-left:15px;
}
.orderbutton {
	font-size: 14px;
	display: inline-block;
	background: #F93 url(../../../common-img/addtocart.png) no-repeat;
	background-size: 33px 20px;
	background-position: left center;
	width: 150px;
	height: 30px;
	text-align: left;
	text-indent: 3em;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	border: #cc7a28 1px solid;
	border-radius: 4px;
	margin-left:10px;
}
.orderbutton::before, .orderbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.orderbutton, .orderbutton::before, .orderbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.orderbutton:link {
	background-color: #F93;
	color: #fff;
}
.orderbutton:hover {
	background-color: #ffbd7b;
	color: #fff;
	text-decoration: none;
}
/*関連商品部分*/
.relateitemtitle{
	background-image:url(../image/border_back.gif);
	border: thin solid #666666;
	width:100%;
	font-size:14px;
	font-weight:bold;
	display:table;
	text-indent:10px;
	padding:3px;
	margin:25px: 0px 0px 0px;
}
.relationitembox{/*関連商品画像*/
	width:130px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;	
	text-align:center;
	font-size:10px;
	vertical-align: top;
	margin-bottom:15px;
}
.relationitembox a:hover{/*関連商品画像*/
	color:#D13119;
	transition: all .3s;
}
.relationitembox a:hover img{/*関連商品画像*/
	opacity: 0.8;  
	transition: all .3s;
}
.relationitemimg{/*関連商品画像*/
	width:130px;
	min-height:90px;
	text-align:center;
	padding: 3px;
	background-color:#FFFFFF;
	clear:both;
	float:left;
}
.relationitemimg img{
	width:100px;
}
.relationitemtext{/*関連商品テキスト*/
	width:113px;
	text-align:center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color:#FFFFFF;
	font-size:9px;
	clear:both;
	float:left;
}
/*詳細ページ*/
.shosaibuttontable{
	text-align:center;
	margin-bottom:15px;
}
.shosaibutton {
	color:#fff;
	margin-top:15px;
	margin-right:8px;
	margin-right:8px;
	font-size: 16px;
	display: inline-block;
	background: #8b9e4e url(../../../common-img/yajirushiwh.png) no-repeat;
	background-size: 33px 18px;
	background-position: left center;
	width: 180px;
	height: 30px;
	text-align: left;
	text-indent: 3em;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	border: #999 1px solid;
	border-radius: 4px;
}
.shosaibutton::before, .shosaibutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.shosaibutton, .shosaibutton::before, .shosaibutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.shosaibutton:link, .shosaibutton:visited {
	color: #fff;
}
.shosaibutton:hover {
	background-color: #a6b37e;
	color: #fff;
	text-decoration: none;
	border: #eee 1px solid;
}
.shosaimain{
	clear:both;
}
.shosaimainimg{
	width:310px;
	float:right;
	text-align:right;
	clear:none;
}
.shosaimaintitle{
	float:left;
	width:490px;
	clear:none;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.shosaimaintext{
	font-size:14px;
	float:left;
	width:490px;
	line-height:1.8em
}
.shosaisubimg{
	width:490px;
	float:left;
	text-align:left;
	clear:none;
	margin-top:70px;
}
.shosaisubtitle{
	float:right;
	width:310px;
	clear:none;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
}
.shosaisubtext{
	font-size:14px;
	float:right;
	width:310px;
	line-height:1.8em
}
.othertable{
	background-color:#F5F5EF;
	padding:10px;
}
