body{
	background-color: #ededed;
	font-family: 'Arial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	overflow: hidden;
}
p,h3,h4,li,a,select{
	color: #2b363e;
}
li,p{
	font-size: 13px;
}
a{
	text-decoration: none;
	cursor: pointer;
}

.gray{
	color: #abadb0;
}

.red{
	color: #930000;
}

.blue{
	color: #00A0E9;
}

#wrapper{
	width: 100%;
}

/*== 横幅 ==*/
h2,
.cart_list li,
.cart_all_price,
.cart_giftwrap,
.btn_box,
.gift_box,
.num_change_box,
.kessai_box,
.confirm_submit_box,
.signup_box,
.signup_err_text,
.kessai_err_text_l,
.mail_box,
.login_box,
.login_save_box,
.contact_box,
.privacy_box,
.agreement_box,
.confirm_order_edit_box{
	padding: 0 15px;
}

h2{
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7;
	color: #92959a;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}

.btn{
	background-color: #6aa55c;
	border-radius: 6px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
}

.cart_btn_box{
	margin: 15px 0;
}
.cart_submit{
	width: 100%;
}

input[type="submit"]{
	-webkit-appearance: none;
	border: none;
	padding: 0;
}

/*input[type="checkbox"]{
	height: 28px;
	vertical-align: middle;
	width: 28px;
	margin-right: 8px;
}*/

input[type="radio"],
input[type="checkbox"]{
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 2px;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: none;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
	background-color: #57be53;
	background-image: url(../img/cart_checkbox.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
}


input[type="tel"],
input[type="number"],
input[type="text"],
input[type="password"],
input[type="url"],
textarea{
	border: none;
	background-color: transparent;
	box-shadow: none;
	font-size: 13px;
	padding: 0;
	-webkit-appearance: none;
}

select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

.line{
	background-color: #e5e5e5;
	height: 1px;
	width: 100%;
}

.select_box{
	background-color: #ffffff;
	border: 1px solid #d9d8d4;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 40px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.select_box select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: block;
	font-size: 13px;
	height: 40px;
	padding: 0 10px;
	position: relative;
	width: 100%;
}
.select_box .icon_down{
	background-color: #ffffff;
	background-image: url(../img/icon_down.png);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: right center;
	height: 40px;
	position: absolute;
	right: 10px;
	width: 25px;
}

.cart_item_plus,
.cart_item_minus{
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	width: 40px;
}
.cart_item_plus span,
.cart_item_minus span{
	background-color: #999999;
	background-position: center;
	background-size: 22px;
	background-repeat: no-repeat;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	vertical-align: middle;
	width: 26px;
	margin: 6px;
}
.cart_item_plus span{
	background-image: url(../img/plus_btn.png);
}
.cart_item_minus span{
	background-image: url(../img/minus_btn.png);
}
input.cart_item_num{
	background-color: #ffffff;
	border: 1px solid #d9d8d4;
	border-radius: 5px;
	display: inline-block;
	height: 40px;
	margin: 0;
	text-align: center;
	width: 40px;
}



/*========================================================*/





