@charset "euc-jp";
/* CSS Document */
* {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '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;
}
.header{
	width:100%;
	text-align:center;
}
.mainimgarea{
}
.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;
}
.mainprice{
		font-size:24px;
		color:red;
		font-weight:bold;
		line-height:1.5em;
}
.main100cc{
	margin-left:15px;
	font-size:14px;
}
.mainitemno{
		font-size:14px;
}
.indexbuttonarea{
	clear:both;
}
.indexbuttonarea .selectbutton{
	margin-right:25px;
	width:240px;
}
.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;
}
.selectbutton2{
	background-color:#FFB300;
}
.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;
}
.selectbutton2:hover {
	background-color:#ffc94c;
}

.maintext img{
	margin-bottom:3px;
	padding-top:8px
}
.maincomment{
	background-color:#F2F1E4;
	border:1px #666 dotted;
	padding:8px;
}
.maincomment .titlem{
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.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{
	text-align:left;
}
.sellitemtext li{
	line-height:2.5em;
	margin:0px 0px 8px 0px;
}
.itemno{
	font-size:12px;
}
.itemname{
	font-size:14px;
	font-weight:bold;
}
.itemcomment{
	font-size:12px;
}
.itemprice{
		font-size:18px;
		padding-top:15px;
}
.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: 100px;
	font-size: 14px;
	margin-right:10px;
}
.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;
}

/*卸し用ページ*/
.maincomment2{
	padding:8px;
}
.maincomment2 .title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top:20px;
}
ul.textlist li {
	list-style: disc inside;
	margin-bottom:8px;
}
ul.textlist li.limain {
	font-size: 120%;
	list-style: none;
	font-weight: bold;
}
ul.textlist li.lilistnone {
	list-style: none;
}
ul.postform {
	background-color: #f9f9f9;
	padding:15px;
	margin-top:15px;
	border:#999 solid 1px;
	border-radius:5px;
}
ul.postform li{
	margin:10px 0 13px 0;
}
.postform label {
	width:180px;
	line-height:2em;
	display:inline-block;
	color:#333;
	vertical-align:top;
	font-size:14px;
}
.postform input{
	height:1.8em;
	width:50%;
	text-indent:0.3em;
	margin-bottom:5px;
}
.postform input[type="text"]{
	border:#aaa solid 1px;
	font-size:14px;
}
.postform select{
	width:50%;
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.3em;
	border-radius:0px;
    background:#fff url(img/regi-allow.png) no-repeat;
    background-size:20px 10px;
    background-position: right center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    vertical-align: middle;
    border:1px solid #aaa;
    margin-bottom:5px;
}
.required{
	color:red;
}
.require-check{
}
.require-alert{
	margin-left:5px;
	font-size:11px;
	color:red;
	display:none;
}
textarea{
	width:50%;
	height:7em;
}
.buttonarea{
	width:100%;
	text-align:center;
}
.postform input.continuebutton{
	width:70%;
	margin:10px 0;
	background-color:#F93;
	border:#cc7a28 solid 1px;
	text-align:center;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	height:2.5em;
	font-weight:bold;
}
.postform input.continuebutton:hover{
	background-color: #FFD2A5;
	color: #FF4100;
	transition: 0.8s;
	text-decoration: none;
	border-color: #FF4100;
}
.postform input.backbutton{
	width:30%;
	margin:0;
	background-color:#bbb;
	border:#333 solid 1px;
	text-align:center;
	font-size:14px;
	color:#000;
	height:2em;
	cursor:pointer;
	font-weight:bold;
}
.postform input.backbutton:hover{
	background-color: #e6e6e6;
	color: #FF4100;
	transition: 0.8s;
	text-decoration: none;
	border-color: #FF4100;
}

.caliculate{
	border-top:#666 1px dotted;
}
 input[type="text"].amount{
	border:none;
	background-color: #f9f9f9;
	font-size:16px;
	height:1.5em;
	width:70px;
	text-align:right
}
#qty{
	width:100px;
}
.shipfree{
	padding-left:5px;
	font-size:12px;
	color:red;
}
/*確認画面*/
.postform dt {
	width:160px;
	line-height:1.5em;
	color:#333;
	vertical-align:top;
	font-size:14px;
	float:left
}
.postform dd{
	width:610px;
	text-indent:0.3em;
}
/*参考例*/
.exampletable{
	margin-bottom:40px;
}
.exampletable td{
	padding:0 10px;
	vertical-align:top;
	line-height:1.5em
}
.exampletable img{
	float:left;
}
.exampletitle{
	font-size:20px;
	font-weight:bold;
}
.img1{
	margin-right:10px;
}


.footer {
	color: #666666;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer a:link, .footer a:visited {
	color: #666666;
}
