* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

body{
}

.bodybackground{
	background-color: #ffffff;
}

.bodybackground.styleA{
	background-color: #190c02;
}

.bodybackground.styleB{
	background-color: #ececec;
}

.bodybackground.styleC{
	background-color: #ededed;
}

small{
	font-size: 12px;
}

#title{
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 650px;
	background-color: #ffffff;
}


#container{
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #bebaae;
	border-width: 1px;
	border-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	background-color: #ffffff;
}

.content_box{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-color: #bebaae;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

#shopping_flow{
	margin-right: auto;
	margin-left: auto;
	width: 610px;
	padding-top: 10px;
	margin-bottom: 30px;
}
#container h2{
	margin-bottom: 10px;
	border-bottom-color: #bebaae;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background-color: white;
}

.flow_box {
	letter-spacing: 2px;
	color: white;
	padding: 5px;
	text-align: center;
	background-color: #bebaae;
	width: 170px;
	display: table-cell;
	border-radius: 5px;
}

.flow_arrow{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../image/flow_arrow.gif);
	width: 35px;
	display: table-cell;
}

.flow_box.here{
	color: #ffffff;
}

/*
.flow_box.here.styleA{
	background-color: #373737;
}

.flow_box.here.styleB{
	background-color: #7f7f7f;
}

.flow_box.here.styleC{
	background-color: #ffcb99;
}
*/

body.styleA .flow_box.here{
	background-color: #373737;
}

body.styleB .flow_box.here{
	background-color: #7f7f7f;
}

body.styleC .flow_box.here{
	background-color: #ffcb99;
}

.message{
	margin: 0px 30px 20px 30px;
	font-size: 12px;
}

.cart_table {
	border-collapse: collapse;
	border-left-color: #bebaae;
	border-top-color: #bebaae;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
}

.cart_table tr th {
	font-size: 14px;
	border-bottom-color: #bebaae;
	border-right-color: #bebaae;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*
.cart_table.styleA tr th{
	background-color: #383838;
	color:#ffffff;
}

.cart_table.styleB tr th{
	background-color: #dedede;
}

.cart_table.styleC tr th{
	background-color: #5a2f1c;
	color: #ffffff;
}
*/

body.styleA .cart_table tr th{
	background-color: #383838;
	color:#ffffff;
}

body.styleB .cart_table tr th{
	background-color: #dedede;
}

body.styleC .cart_table tr th{
	background-color: #5a2f1c;
	color: #ffffff;
}

.cart_table tr td {
	font-size: 14px;
	padding: 3px;
	border-bottom-color: #bebaae;
	border-right-color: #bebaae;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.cart_table.items {
	width: 650px;
}

.cart_table.input_name {
	width: 650px;
}

.cart_table.input_name tr th {
	padding-left: 40px;
	text-align: left;
	width: 135px;
}

.cart_table.input_name tr td {
}


.item_name{
	
}
.cart_table .image_url {
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle !important;
}

.block_item_name {
	display: table-cell;
	vertical-align: middle !important;
	display: inline-block;
	width: 87%;
}

.item_del input{
	vertical-align: middle !important;
	margin-top: -2px;
}


.no_item{
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	color: #f40700;
}


#error {
	background-color: #ffc8c8;
	border-color: #bc0700;
	border-style: solid;
	margin: 10px;
	padding: 5px;
	border-width: 1px;
}

#error p {
	text-align: center;
	font-weight: bold;
	color: #bc0700;
}

.price{
	text-align: right;
}

.sub_total{
	text-align: right;
}

.buttons{
	padding-bottom: 20px;
	text-align: center;
}
.buttons button,
.buttons .button,{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.hissu{
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(../image/hissu_arrow.png);
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.img_center{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.img_left{
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

.img_right{
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}

.red {
	color: red;
}

.yellow{
	color: yellow;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.big {
	font-size: 16px;
}
.bigbig {
	font-size: 18px;
}
.bigbigbig {
	font-size: 20px;
}
.junbo{
	font-size: 24px;
}

.mini{
	font-size: 12px;
}

.text_box1{
	width: 300px;
}

.text_box2{
	width: 150px;
}

.text_box3{
	width: 435px;
}
.text_box_full{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select_box1{
}
.select_box2{
	width: 50px;
}
.text_area1{
	height: 100px;
	width: 438px;
}
.text_area_full{
	width: 100%;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ime{
	ime-mode:disabled
}
#another_addressee_check{
	margin-right: 5px;
}
#same_address{
	margin-bottom: 5px;
}
.cart_table.payment{
	width: 100%;
}
.cart_table.payment tr th{
	padding-left: 40px;
	text-align: left;
	width: 135px;
}
.cart_table.payment tr td{
	letter-spacing: -0.08ex;
}
.cart_table.payment input{
	margin-right: 5px;
}
#complete{
}
#complete p{
	padding: 5px;
}
/*
#complete .thanks_message.styleA{
	background-color: #feffaa;
}
#complete .thanks_message.styleB{
	background-color: #fafccb;
}
#complete .thanks_message.styleC{
	background-color: #fdecbc;
}
*/



body.styleA #complete .thanks_message{
	background-color: #feffaa;
}
body.styleB #complete .thanks_message{
	background-color: #fafccb;
}
body.styleC #complete .thanks_message{
	background-color: #fdecbc;
}





.block.block_login a{
	color: #468847;
}
.block.block_login a:hover{
	opacity: 0.8;
}
.block_login{
	padding-top:20px !important;
	padding-bottom: 20px !important;
	text-align: center;
	font-weight: bold;	
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px solid !important;
	
	background-color: #dff0d8;
	color:#468847;
	border-color: #468847;	
}
.block_login .buttons{
	margin-top: 10px;
	padding-bottom: 0;
}
.block.block_login a.button{
	color: white;
}
.buttons a.button{
	color: white;
}

/* --- フォームエラーメッセージ ----------------------------------------------------- */
.error_modal {
	background-color: #ffc8c8 !important;
	border-color: #bc0700;
	border-style: solid;
	border-width: 3px;
	padding: 5px;
}
.error_modal:nth-of-type(1) {
	margin-top: 10px;
}
.error_modal p {
	text-align: center;
	font-weight: bold;
	color: #bd0700;
	font-size: 14px;
}
.error_modal .remodal-close:hover{
	background-color: #bd0700 !important;
}


/*--- フォームエラーメッセージ -----------------------------------------------------*/
