
@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	text-align: center;
	font-family: verdana;
	color: #FFFFFF;
	font-size:12px;
}
h1,h2,div,p{
	margin:0;
	padding:0;
}

.contents{background-color:#202020; width:1000px; margin:0 auto; padding:0 0 40px;}

.box{
	background-color: #FFF;
	border-bottom: 1px dotted #ccc;
}

.box h2{
	text-align: left;
    margin-left:50px;
}

.box h2 img{
	width: 200px;
}

.item_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: auto;
    margin: 0 50px 0;
}

.colum2:after{
	content:"";
  	display: block;
  	width:30%;
}

.item_wrap .item_box{
	color: #000;
	width: 30%;
	border:1px solid #000;
	margin-bottom: 20px;
}

.item_wrap .item_box p.product{
    font-weight: bold;
    font-size: 15px;
    background: #eaeaea;
    padding: 5px 0;
}

.item_wrap .item_box p.price{
	font-size: 14px;
    margin-top: 5px;
}

.item_wrap .item_box p.sale_price{
	font-size: 20px;
	font-weight: bold;
	color: #da0303;
	margin-bottom: 5px;
}

.ichiran{
    width: auto;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}


table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
    margin: 0 auto;
	margin-bottom: 5px;
}

th,td{ 
	border-collapse: collapse;
	border:1px solid #CCC;
	padding:7px;
}

tr.soldout{
	background: #eaeaea;
}

table th{ background-color:#202020;
color:#FFF;
font-weight:normal;
text-align:center;
}

table td{ color:#666;
text-align:center;}

td:nth-child(4){
	color: #f00;
	font-weight: bold;
}

.ichiran p.desc{
	margin-right: 45px;
    color: #000;
    text-align: right;
}

.atten_box{
	background: #fff;
	padding-top: 20px;
	padding: 20px 0;
}
.atten{
	background: #ececec;
    color: #000;
    width: auto;
    margin: 20px 60px;
    padding: 20px;
}
.atten h3{
	margin: 0 0 10px;
	font-size: 16px;
}
.atten p{
	font-size: 14px;
}
.contact img{
	margin:0 20px;
}


.m_t_15{ margin-top:15px;}

.m_b_20{ margin-bottom:20px;}

.m_b_15{ margin-bottom:15px;}

a img{ border:none;}

table caption {
caption-side: bottom;
text-align:right;
margin-top:10px;
color:#C40608;
} 