@charset "utf-8";
/* CART CSS */

.itemdata{
	width: 260px;
	text-align: right;
	margin-bottom: 20px;
	margin-left: 150px;
}
.itemdata img{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.img_l{
	float: left;
	width: 640px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}
body.detail div.detaildata h3 {
	width: 300px;
	height: 44px;
	overflow: hidden;
	background-image: url(../img/product/titleS.gif);
	background-position: -220px 0px;
	background-repeat: no-repeat;
	line-height: 30em;
}
body.detail div.detaildata dl {
	width: auto;
	font-size: 0.9em;
	line-height: 150%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

body.detail div.detaildata dl dt {
	margin: 0.3em 0.3em 0.3em 0.3em;
	padding: 0.2em;
	text-align: left;
	color: #888;
}

body.detail div.detaildata dl dd {
	padding: 0.5em 0.5em 0.5em 6.8em;
	margin: -2.6em 0 0;
	background: #FEFDFB url(../img/common/dot.gif) left top repeat-x;
	text-align: left;
}

body.detail div.detaildata .even { background: #F9F7ED url(../img/common/dot.gif) left top repeat-x; }

/*
.cartin{
	background-image: url(../img/cart/cart_in.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 58px;
	width: 260px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	text-indent: -770px;
	margin-left: 150px;
}
.cartin:hover{
	background-repeat: no-repeat;
	background-position: 0px -58px;
}
.cartin:active{
	position:relative;
    top:1px;
    left:1px;
}
*/

#add_button{
	background-image: url(../img/cart/cart_in.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 58px;
	width: 260px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	text-indent: -770px;
	margin-left: 150px;
	border:0px;
}
#add_button:hover{
	background-repeat: no-repeat;
	background-position: 0px -58px;
}
#add_button:active{
	position:relative;
    top:1px;
    left:1px;
}
.itemdata li{
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
	padding-bottom: 5px;
	display: block;
	list-style-type: none;
	background-image: url(../img/cart/cart_arrow.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 20px;
	text-indent: 15pt;
}
.item_price{
	font-size: 1.2em;
}
.item_price td{
	padding: 0.2em;
}
.right_button{
	display: block;
	height: 35px;
	width: 210px;
	overflow: hidden;
	background-image: url(../img/cart/to_order.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-indent: -777em;
	border:0px;
}
.right_button:hover{
	background-position: 0px -35px;
}
.left_button{
	display: block;
	height: 35px;
	width: 210px;
	overflow: hidden;
	background-image: url(../img/cart/to_shopping.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	text-indent: -777px;
	border:0px;
}
.left_button:hover{
		background-position: 0px -35px;}
.input_right_button{
	display: block;
	height: 35px;
	width: 210px;
	overflow: hidden;
	background-image: url(../img/cart/to_confi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-indent: -770px;
	border:0px;
}
.input_right_button:hover{
	background-position: 0px -35px;
}
.input_left_button{
	display: block;
	height: 35px;
	width: 210px;
	overflow: hidden;
	background-image: url(../img/cart/cart_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	text-indent: -770px;
	border:0px;
}
.input_left_button:hover{
		background-position: 0px -35px;}
.confi_right_button{
	display: block;
	height: 35px;
	width: 210px;
	overflow: hidden;
	background-image: url(../img/cart/cart_fix.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-indent: -770px;
	border:0px;
}
.confi_right_button:hover{
	background-position: 0px -35px;
}
.confi_left_button{
	display: block;
	height: 35px;
	width: 210px;
	overflow: hidden;
	background-image: url(../img/cart/cart_cre.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	text-indent: -770px;
	border:0px;
}
.confi_left_button:hover{
		background-position: 0px -35px;}
.about{
	font-size: 0.7em;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 570px;
}
.about:hover{
	color: #C00;
}
/* contents カート内容の確認 */

#cart_main{
	width: 72%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-bottom: 60px;
	font-size: 1.2em;
	text-align: justify;
}
#cart_main td.t_right{
	text-align: right;
}
#cart_main td.t_right_b{
	text-align: right;
	font-weight: bold;
	}
div.to_shopping a{
	background-image: url(../img/cart/to_shopping.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 35px;
	width: 210px;
	overflow: hidden;
	text-indent: -777em;
	border:0px;
}
div.to_shopping a:hover{
	background-position: 0px -35px;
}

div.to_regi a{
	background-image: url(../img/cart/to_order.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -777em;
	float: right;
	height: 28px;
	width: 170px;
	overflow: hidden;
	border:0px;
}
div.to_regi:hover a{
		background-position: 0px -28px;
}
.topic{
	background-color: #F3EFDC;
	text-align: left;
	text-indent: 10px;
	font-size: 1.2em;
	font-weight: 900;
	color: #C90;
	padding-top: 0.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
}
img.ing{
	margin-left: 80px;
}
img.cap{
	margin-bottom: 10px;

}
td img{
	padding: 0px;
	margin: 5px;
	float: left;
}
#cart_main td{
	padding: 3px;
}
#cart_main table{
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#cart_main th{
	padding: 3px;
}
.itemname{
	font-size: 1.2em;
}
td span{
	font-size: 0.8em;
	color: #C90;
}
#cart_main .confi_mail{
	padding: 5px;
	border: 2px solid #999;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F7F7F7;
	margin-bottom: 15px;
	text-align: center;
}
/*  showcart_null  */
.cart_null{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0.2em;
}


/*  cart_regi  */

div.to_back a{
	background-image: url(../img/cart/cart_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 28px;
	width: 170px;
	overflow: hidden;
	text-indent: -777em;
	margin-top: 20px;
	border:0px;

}
div.to_back a:hover{
	background-position: 0px -28px;
}

div.to_next a{
	background-image: url(../img/cart/cart_next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -777em;
	float: right;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 20px;
	border:0px;
}
div.to_next a:hover{
		background-position: 0px -28px;
}
.button{
	display: block;
	max-width: 700px;
	height: 50px;
}
.s_leg{
	font-size: 0.7em;
	color: #666;
	padding-left: 10px;
}
.hurikomi{
	color: #FFF;
	background-color: #999;
	width: 4.3em;
	font-size: 0.8em;
	margin-top: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
}
.td_text{
	font-size: 0.9em;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
}
input{
	font-size: 1.1em;
}
textarea{font-size: 1.1em;}
/*  cart_confi  */

div.to_change{
	background-image: url(../img/cart/cart_cre.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 28px;
	width: 170px;
	overflow: hidden;
	text-indent: -777em;
	margin-top: 20px;
	border:0px;

}
div.to_change:hover{
	background-position: 0px -28px;
}

div.to_fix{
	background-image: url(../img/cart/cart_fix.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -777em;
	float: right;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 20px;
	border:0px;
}
div.to_fix:hover{
		background-position: 0px -28px;}
#cart_main th{
	font-weight: bold;
	background-color: #f5f5f5;
}
.cart_text{
	margin-bottom: 15px;
	display: block;
	line-height: 1.5em;
}
.cart_strong{
	font-weight: bold;
}		
/*  cart_comp  */
div.to_home a{
	background-image: url(../img/cart/to_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 35px;
	width: 210px;
	overflow: hidden;
	text-indent: -777em;
	margin-top: 20px;
	border:0px;
}
div.to_home a:hover{
	background-position: 0px -35px;
}
#support{
	border: 1px solid #999;
	/* border-radius: 10px;          CSS3 */
	/* -moz-border-radius: 10px;    /* Firefox */
	/*-webkit-border-radius: 10px;   */
	margin-bottom: 10px;
	padding: 10px;
	width: 580px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 10px;
	height: 80px;
}
#support img{
	float: left;
	padding-right: 10px;
}
#support span{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
}

body#p02.detail table{
	margin-left: 120px;
}

/* バリデーション */
tr td.error input ,
tr td.error textarea {
	background:#FFCCCC;
}

tr td p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:10px;
}



