* {
	box-sizing:border-box;
}

body {
	width:initial;
}

input {
	font-size:14px;
}

textarea {
	font-size:13px;
}

.center {
	margin-left:auto;
	margin-right:auto;
}
.center_text {
	text-align:center;
}

.main_cart {
	width:100%!important;
}
.contents_cart {
	width:800px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}


h1.cart_title {
	position:relative;
	width:800px;
	text-align:left;
	border:1px solid #ccc;
	border-radius:4px;
	background-color:#f8f8f8;
	font-size:18px;
	font-weight:bold;
	color:#333;
	padding:6px 5px 5px 27px;
	margin:0 0 10px 0;
}
h1.cart_title:before {
	position:absolute;
	content:"";
	background:#004186;
	left:10px;
	top:5px;
	width:8px;
	height:20px;
	border-radius:3px;
}

.cart_basic {
	background-color:#e5e5ff;
	padding:20px;
	width:700px;
	text-align:left;
	line-height:1.4em;
}
.cart_basic h2 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}

.cart_basic table {
	width:100%;
}
.cart_basic th {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0 0 10px 0;
}
.cart_basic td {
	text-align:left;
}


.line {
	color: #D6602B;
}
.item{
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #FCF3E9;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.data01 td, .data02 td {
	line-height:1.1em;
	padding:4px 2px;
}
.shopping{
	width: 100%;
}
.shopping th{
	white-space: nowrap;
	padding:4px 0;
}
.data01{
	font-size: small;
	color: #333333;
}
.data02{
	font-size: small;
	color: #333333;
	background-color: #EBEBEB;
}
.data01 a:link,.data02 a:link{
	font-size:12px;
	color: #336699;
	text-decoration:underline;
}
.data01  a:visited,.data02 a:visited {
	color: #336699;
	text-decoration:underline;
}
.data01  a:hover,.data02 a:hover {
	color: #336699;
	text-decoration:underline;
}
.data01  a:active,.data02 a:active {
	color: #336699;
	text-decoration:underline;
}
.total_txt{
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #FCF3E9;
	text-align: right;
	padding:4px 2px;
}
.total{
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #FCF3E9;
	text-align: left;
	padding:4px 2px;
}
.aline_center{
	text-align: center;
}
.aline_right{
	text-align: right;
}
#carriage{
	font-size: small;
	margin-bottom: 30px;
}
.step{
	margin-bottom: 15px;
	text-align: center;
	overflow:hidden;
}
.step li {
	float:left;
}

#cartupdate{
	text-align: center;
}
#shopping_txt{
	font-size: small;
	color: #D6602B;
	background-image: url(img/arrow_orange.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin-bottom: 5px;
	clear:both;
}
#return{
	background-color: #FFFBEC;
	padding: 10px;
	margin-bottom: 45px;
	line-height: 130%;
}
#explanation,
#explanation2{
	background-color: #F4F9F9;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#explanation2 p {
	color:#d6602b;
	font-size:13px;
	text-indent:-1em;
	padding-left:1em;
}

#explanation_txt01{
	line-height: 130%;
	font-size: small;
	color: #333333;
	text-indent:-1em;
	margin:0 0 0 1em;
}
#explanation_txt02{
	line-height: 130%;
	font-size: small;
	color: #990000;
	font-weight: bold;
	margin:15px;
}
#attention{
	font-size: medium;
	color: #333333;
	background-image: url(img/mark_attention.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	font-weight: bold;
	margin:0 0 5px 0;
}
#mark01{
	font-size: x-small;
	color: #333333;
	float: left;
	vertical-align: text-botom;
}
#mark02{
	font-size: x-small;
	color: #333333;
	float: left;
	margin-left: 10px;
}
#arrow{
	text-align: center;
	margin-bottom: 10px;
}
#center_txt{
	font-size: small;
	margin-bottom: 15px;
	color: #000000;
	text-align: center;
}
#btn_settlement{
	display:inline;
	float: left;
	margin-left: 160px;
	margin-bottom: 10px;
	height:50px;
}
#btn_continue{
	margin:10px auto;
	width:130px;
}

table.input_table{
	border-collapse:collapse;
	border:1px solid #0000ff;
	padding:5px;
	margin:10px 0 20px 0;
}
.input_table th {
	border-collapse:collapse;
	background-color:#eeeeff;
	border:1px solid #0000ff;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#333333;
}
.input_table td {
	border-collapse:collapse;
	border:1px solid #0000ff;
	padding:5px;
	text-align:left;
}

.input_sub_table, .input_sub_table td {
	border:0px;
}

div.cart_conf {
	text-align:center;
}

div.cart_conf p {
	font-size:12px;
}


.cart_conf_table {
	width:700px;
	text-align:center;
	margin:auto;
	padding:0;
	border-collapse:collapse;
	border:2px solid #6666ff;
}

.cart_conf_table th, .cart_conf_table td {
	padding:2px;
	border:1px solid #6666ff;
}
.cart_conf_table th {
	text-align:right;
	background-color:#eeeeff;
	color:#0000ff;
	font-weight:bold;
}
.cart_conf_table td {
	text-align:left;
	background-color:#ffffff;
}

div.cart_conf_title {
	width:600px;
	text-align:center;
	background-color:#CCCCFF;
	padding:20px 0 20px 0;
	font-size:25px;
	font-weight:bold;
	color:#0000ff;
}
div.cart_conf_caution {
	width:650px;
	background-color:#FFCCCC;
	padding:10px 10px 10px 10px;
	margin:5px 0 20px 0;
	text-align:left;
}
.cart_conf_caution_box {
	background-color:#ffe5ae;
	box-sizing:border-box;
	padding:20px;
}


.cart_conf_table th.th_center, .cart_conf_table td.td_center {
	text-align:center;
}
.cart_conf_table td.td_right {
	text-align:right;
}

#noitem,
#noitem_back {
	text-align:center;
	margin:10px;
}

.content {
	width:600px;
	margin:0 auto 20px auto;
}

.box_purchase {
	background-color:#f8f7f3;
	padding:15px;
	border:1px solid #ddd;
	margin-bottom:30px;
}

.box_purchase h2 {
	color:#333;
	font-size:16px;
	margin:0 0 5px 0;
}

.button_large {
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	padding:10px 20px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6544c+0,d34843+100 */
	background: #f6544c; /* Old browsers */
	background: -moz-linear-gradient(top, #f6544c 0%, #d34843 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6544c 0%,#d34843 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6544c 0%,#d34843 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:white;
	font-size:12px;
	font-weight:bold;
	border-style:none;
	letter-spacing:0.1em;
	border-radius:3px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.button_small {
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	padding:2px 6px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6544c+0,d34843+100 */
	background: #f6544c; /* Old browsers */
	background: -moz-linear-gradient(top, #f6544c 0%, #d34843 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6544c 0%,#d34843 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6544c 0%,#d34843 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:white;
	font-size:10px;
	font-weight:bold;
	border-style:none;
	letter-spacing:0.1em;
	border-radius:2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.button_large:hover,
.button_small:hover {
	opacity:0.7;
}

.button_prev,
.button_normal {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4585b2+0,326282+100 */
	background: #4585b2; /* Old browsers */
	background: -moz-linear-gradient(top, #4585b2 0%, #326282 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4585b2 0%,#326282 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4585b2 0%,#326282 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button_reload {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a8a8a+0,686868+100 */
	background: #8a8a8a; /* Old browsers */
	background: -moz-linear-gradient(top, #8a8a8a 0%, #686868 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8a8a8a 0%,#686868 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8a8a8a 0%,#686868 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.step {
	list-style-type: none;
	display:table;
	width:auto;
	overflow:hidden;
	text-align:center;
}

.step li{
	display:table-cell;
	position: relative;
	width:120px;
	height:40px;
	background: #808080;
	padding: 5px 0 5px 10px;
	text-align:center;
	color: #fff;
	margin-right:25px;
}
.step li:after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin:auto;
	top:0;
	right:-40px;
	border:20px transparent solid;
	border-left-color:#808080;
}

.step li:last-child{
	padding-right: 1em;
	margin-right:0;
}
.step li:last-child:after{
	display:none;
	border:none;

}

.step li.step_current{
	background: #f15a24;
}
.step li.step_current:after{
	border-left-color:#f15a24;
}

.requisite {
	display:block;
	float:right;
	background-color:red;
	border-radius:3px;
	padding:1px 4px;
	color:white;
	font-size:9px;
}

.box_cart_error_message {
	margin-left:auto;
	margin-right:auto;
	background-color:#ffcccc;
	text-align:center;
	font-weight:bold;
	margin:30px;
	padding:10px 20px 20px 20px;
}

.input_caution {
	color:red;
	font-size:12px;
}

.input_guide {
	font-size:12px;
}

.errormsg {
	color:red;
	font-size:12px;
	font-weight:bold;
}

.error_bk {
	background-color:#ffd1d1;
}

.cart_description {
	text-align:left;
}

dl.list_mypage {
	overflow:hidden;
	width:600px;
	text-align:left;
	background-color:#eeeeff;
	margin:30px;
	padding:30px 30px 20px 30px;
}
.list_mypage dt {
	float:left;
	clear:left;
	width:130px;
	height:30px;
}
.list_mypage dd {
	float:left;
	width:340px;
	height:30px;
}

.box_description {
	background-color:#FFFFCC;
	padding:20px;
}
.order_hist {
	overflow:hidden;
	border:1px solid #ccc;
	padding:15px;
}
.order_hist_header {
	background-color:#f5f5f5;
	margin:15px 0 0 0;
}

.order_hist_detail {
	margin:0 0 15px 0;
	border-top:none;
}

.order_hist div {
	text-align:left;
}

.order_hist_detail .item_desc, 
.order_hist_detail .item_name,
.order_hist_detail .qty,
.order_hist_detail .price {
	float:left;
	width:630px;
}
.order_hist_detail .item_name,
.order_hist_detail .qty {
	clear:both;
}
.order_hist_detail .item_name {
	margin-bottom:10px;
}

.order_hist_detail .item_image {
	clear:both;
	float:left;
	width:100px;
	margin:0 20px 10px 0;
}
.order_hist_detail .item_image img {
	width:80px;
	height:auto;
}
.order_hist_detail .qty,
.order_hist_detail .price {
	margin:0 10px 0 0;
	width:150px;
}

.order_hist_header .column {
	margin:0 0 0 0;
	width:125px;
	float:left;
}

.order_hist .column_shipping_cost {
	width:100px;
}

.order_hist .column_button {
	width:150px;
}

.order_hist .row {
	overflow:hidden;
	margin-top:20px;
	clear:both;
}
.order_hist .row:first-child {
	margin-top:0;
}

.order_hist_header .column_button .header_btn {
	float:right;
	margin-top:0;
}

.pager {
	margin:20px 0 0 0;
}

.pager .nextprev {
	margin:0 5px;
}
.pager a {
	margin:0 5px;
}
.pager .current {
	margin:0 5px;

}
