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



body{
	background : url(bg_wrapper.jpg) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

strong{
	font-weight:bolder;
	color:#EF454A;
}

em{
	font-weight:bold;
}


p.indent{
	padding:0 25px;
}

.m_b10{
	margin-bottom:10px;
}

div#main{
	background : url(detail-footer.png) left bottom / auto auto repeat-x scroll padding-box border-box #fafafa;
	width:650px;
	margin:10px auto;
	border:solid #d3cdc5 1px;
}

h1{
	color:#333333;
	background : url(bg_h1_detail.gif) center bottom / auto auto repeat-x scroll padding-box border-box transparent;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	padding:5px 10px 5px 15px;
    text-shadow: #ededed 1px 1px 1px;
	font-weight:bolder;
	margin:0 0 10px 0;
	}

.center{
	text-align:center;
}
.redtxt{
	color:#EF454A;
	font-weight:bolder;
}

table#item-detail{
	margin:0 10px 0 0;
	text-align:left;
	border-collapse:collapse;
	border:solid #d3cdc5 1px;
	padding:10px;
	background:#ffffff;
	width:400px;
	float:left;
}

table#item-detail th{
	width:180px;
	padding:3px;
	border-bottom:solid #d3cdc5 1px;
}

table#item-detail td{
	border-bottom:solid #d3cdc5 1px;
	padding:3px;
}
div.box{
	width:600px;
	margin: 0px 25px;
	padding:10px 0;
}

p.cart-btn{
	margin:10px 25px 0 10px;
}


p.btn{
	text-align:center;
	margin:10px 0;
	clear:both;
	}
	
p.footer{
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:12px;
	padding: 5px 0;
}

p.note{
	border-top:dotted #ccc 1px;
	font-size:11px;
	line-height:1.2;
	padding:5px 0 5px 10px;
}

.line-through,.strike{
	text-decoration:line-through;
}