@charset "utf-8";
@import "./image.css";
@import "./navi.css";
@import "./leftnavi.css";

/* copyright (c) fratgate 2006- All rights reserved */
/* http://www.fratgate.com/ */

*{
	margin: 0;
	padding: 0px;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;

}
body{
	width:100% ;
	background-color:#fff;
	color:#555;
	font-size:13px;
	line-height:150%;
	letter-spacing:2px;
}
img{
	border:none;
}

a{
	color:#555;
}
a:hover{
	text-decoration:none;
	color:#f59110;
}
.addres{
	height:50px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}
.flink{
	text-align:left;
	padding-top:5px;
	padding-left:10px;
}
#header{
	width:100%;
}
#bodys{
	position:relative;
	margin:0 auto;
	width:850px;
}
#navigation{
	float:left;
	width:198px;
	height:1900px;
	border-left:1px solid #000;
}
#contents{
	float:left;
	width:649px;
	height:1900px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#footer{
	width:100%;
	height:50px;
	clear:both;
	color:#fff;
	background-color:#000;
}
#footer_navi{
	width:100%;
	clear:both;
	padding-bottom:10px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#item_wrp{
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
	width:538px;
	text-align:left;
	display:block;
}
#item_wrp h2{
	width:537px;
	border-bottom:1px solid #999;
	margin-top:28px;
	text-align:left;
	font-size:13px;
	color:#333;
}
#item_wrp p{
	width:506px;
	margin-left:30px;
	margin-top:8px;
	text-align:left;
}
#item_wrp .price-list{
	margin-left:30px;
	margin-top:5px;
	width:506px;
	border:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
	font-weight:bold;
}
#item_wrp th,td{
	text-align:center;
	line-height:200%;
	border:1px solid #999;
}
#item_wrp th{
	background:#efefef;
	color:#333;
}
#item_wrp td{
	font-weight:normal;
}
#comp{
	clear:both;
}
.comptable{
	width:535px;
	border:1px solid #999;
	border-collapse:collapse;
	border-spacing:0;
}
.comptableth,.comptabletd{
	text-align:left;
	line-height:200%;
	border:1px solid #999;
}
.comptableth{
	font-weight:normal;
	background:#efefef;
	color:#333;
	width:100px;
	padding-left:10px;
}
.comptabletd{
	width:435px;
	padding-left:20px;
}

.nobd{
	border:none;
}
#item_wrp table.cart,#item_wrp tr.cart,#item_wrp td.cart{
	border:none;
}
.bt{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.open {
	color: #FF0000;
	padding-top: 5px;
}

/* 追加CSS */
.order {
    font-size: 13px;
    background-color: #111;
    color: #fff;
    padding: 5px 10px;
    margin: 30px 0;
}
.cartjs_product_table td {
	padding: 10px 5px 0;
}

.red {
	color: red;
}


/* らくうるカート */

.cart_wrap {
    display: flex;
    justify-content: space-between;
}
.cart_box {
    width: 44%;
    /*border: 1px solid #999;
    padding: 10px;*/
}
.cart_box.small > h3 {
    text-align: center;
    font-weight: bold;
    background-color: #EBE48B;
    padding: 8px;
    margin-bottom: 10px;
	border:1px solid #999;
}
.cart_box.big > h3 {
    text-align: center;
    font-weight: bold;
    background-color: #AFECD2;
    padding: 8px;
    margin-bottom: 10px;
	border:1px solid #999;
}

.cart_box form table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	width: 100%;
	margin: 0 auto 15px;
	text-align: left;
}
.cart_box form table tbody tr th {
	font-weight: normal;
	padding-bottom: 10px;
}
.cart_box form table tbody tr td {
	padding: 10px 5px;
}
.cart_box form table tbody tr td input[type="text"] {
	width: 50px;
	padding: 4px 6px;
}
.cart_box form table tbody tr td label {
	 vertical-align: middle;
}
.cart_box form table tbody tr td label select {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
	border-radius: 3px;
	color: #333;
}

.raku-cart-button input[type="submit"]{
	border-radius: 10px;
	padding: 0;
	width:100%;
	height:50px;
	line-height:30px;
	border:1px solid #ddd;
	background-color:#666;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
