/*
Fot Cell Settings max-width: 519px
	Reset Items
	Base Items

---------------------------------------------------------------------- */

/* paymethod.tpl on_cart.tpl Items
---------------------------------------------------------------------- */
.oncart table{
	display: block;
}
.oncart thead{
	display: none;
}
.oncart tbody{
	display: block;
}
.oncart tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
.oncart tbody th,
.oncart tbody td{
	display: list-item;
	border: none;
}
.oncart tbody th{
	margin: 5px 5px 0px 5px;
	padding: 0px 5px;
	list-style-type: none;
	text-align: left;
	color: #fff;
	background: #000;
}
.oncart tbody td{
	margin-left: 20px;
	list-style-type: none;
	padding: 0;
}
.oncart tbody td:nth-of-type(1):before { content: "[単　価]"; }
.oncart tbody td:nth-of-type(2):before { content: "[数　量]"; }
.oncart tbody td:nth-of-type(3):before { content: "[小　計]"; }
.oncart img{
	display: none;
}
.oncart a ,a:hover ,a:active{
	color: #fff;
	text-decoration: none;
}

.oncart_acc table{
	margin: 10px 0;
	border-collapse: collapse;
}
.oncart_acc td,
.oncart_acc th{
	padding: 5px;
	border: 1px solid #ccc;
}
.oncart_acc tbody th{
	width: 130px;
	background:#e6e6e6;
	white-space: nowrap;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.oncart_acc tbody td{
	padding: 15px;
	white-space: nowrap;
}
div.address_form_space{
	display: block;
	margin-top: 50px;
}
.address_form input[type="submit"],
.address_form input[type="button"]{
	display: block;
	padding:15px 12px;
	margin:5px 15px 5px 0px;
	width:300px;
	border:1px solid #c0c0c0;
	border-radius:2px;
	color:#fff;
	background:#808080;
}


.address_form input[name="confirm"]{
	padding:20px 6px;
	margin:5px 10px 5px 0px;
	border:1px solid #808080;
	border-radius:2px;
	color:#808080;
	background:#fff;
	font-size:1.5em;
}
.address_form input[name="confirm"]:hover{
	outline:none;
	border-color:#ff9900;
	box-shadow:0 0 10px #ff9900;
}

.address_form p{
	display:inline-block;
	padding:5px 0 5px 5px;
	margin:5px 0px 0px ;
	width:150px;
	font-size:1em;
	color:#fff;
	background:#000;
}

p#auto_implement{
	display:inline-block;
	padding:0;
	margin:3px 0px 0px 15px;
	width:80%;
	font-size:1em;
	color:#555;
	background:#fff;
}
/* Base Items  in on_cart_paymethod
---------------------------------------------------------------------- */
.colum300 {
	display: inline-block;
	min-height: 100px;
	min-width: 300px;
	padding: 0 0 10px 0;
	margin: 0 5px 5px 0;
	border: 1px solid #c0c0c0;
 vertical-align: top;
}
.colum300 H3 {
	background:#000;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
.colum300 p{
	width: auto;
	padding: 0 5px;
	color: rgb(85, 85, 85);
	background:#ffffff;
}

.colum300 input[type="radio"]{
	margin: 0 5px 5px 5px;
	padding:  0 5px 5px 5px;

}
.half_hight H3 {
	background:#000;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
.half_hight p{
	width: auto;
	padding: 0 5px;
	color: rgb(85, 85, 85);
	background:#ffffff;
}

div.mbr_wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.mbr_wrapper h1{
	color:#fff;
	background:#669999;
	margin:20px 0 0;
	padding:15px;
	font-weight:bold;
	font-size:1.2em;
	white-space: nowrap;
	overflow: hidden;
}
.mbr_wrapper h2{
	color:#fff;
	background:#8a9b0f;
	margin:0;
	padding:5px 15px 10px;
	font-weight:bold;
	font-size:1.0em;
	border-top:dotted 1px #fff;
}
.mbr_wrapper h3{
	color:#fff;
	background:#8a9b0f;
	display:block;
	margin:10px 20px 0px 10px;
	font-weight:bold;
	font-size:1em;
}
.mbr_wrapper h4{
	display:block;
	margin-left:20px;
	font-weight:normal;
	font-size:1em;
}
.mbr_wrapper h5{
	display:inline-block;
	margin:0px 10px 0px 20px;
	font-weight:normal;
	font-size:1em;
}
.mbr_wrapper table {
	border: none;
}
.mbr_wrapper hr.line_thin{
	border: 0px solid #ffffff;
}
.mbr_wrapper p{
	display:inline-block;
	margin:10px 0px 0px;
	width: 20%;
	font-size:1em;
}
.mbr_wrapper a{
	margin-left:30px;
	color:#ff9900;
}
.mbr_wrapper a:hover{
	margin-left:30px;
	color:#ff9900;
}
