@charset "utf-8";

.cart .cart01 {
	width:800px;
	position: absolute;
	top: 675px;
	left: 386px;
}

.cart .cart01 img {
	float:left;
}

.cart .cart02 {
	width:800px;
	position: absolute;
	top: 708px;
	left: 383px;
}

.contact_bg {
}

.contact {
	font-family: 'Pontano Sans',"?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
	color: #3b3932;
	width:1105px;
	padding: 40px 25px;
	margin:0 auto;
}

.contact h1 {
	border-bottom: 2px #79766c solid;
	padding: 10px 40px 15px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

.contact p {
	padding-left: 30px;
}

.contact form{
	margin:30px 0 0 0;
}

.contactform {
	border-top: 1px #a8a498 solid;
	width: 900px;
	margin: 0 auto;
}

.contactform th {
	font-weight: bold;
	white-space: nowrap;
}


.contactform th em {
	background: #e9879d;
	color: #fff;
	padding: 3px 7px;
	font-size: 11px;
}

.contactform th,
table.contactform td {
	padding: 10px;
	border-bottom: 1px #a8a498 solid;
	line-height: 1.4;
}

.contactform td input[type=text],
.contactform td input[type=tel],
.contactform td input[type=email],
.contactform td select,
.contactform td textarea{
	border: 1px #bab7ae solid;
	width: 280px;
	height: 27px;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}

.contactform td input.left{
	border: 1px #bab7ae solid;
	width: 135px;
	height: 27px;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}

.contactform td input.right{
	border: 1px #bab7ae solid;
	width: 135px;
	height: 27px;
	margin-left:10px;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}

.privacy {
	padding: 10px;
	border-bottom: 1px #a8a498 solid;
	width: 600px;
	margin: 0 auto;
}

.privacy .ttl {
font-weight: bold;
}

.privacy .content {
	width: 580px;
	margin: 0 auto 10px;
	height: 100px;
	overflow: auto;
	background: #fff;
	border: 1px #bab7ae solid;
	padding: 10px;
	line-height: 1.5;
}

.privacy p {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 !important;
}

.btn {
	text-align: center;
	padding: 40px 0 0;
	margin: 0;
}

.btn a {
	background: #3b3932;
	color: #fff;
	border: 0 none;
	padding: 15px 50px;
	font-size: 16px;
}

.btn button {
	background: #3b3932;
	color: #fff;
	border: 0 none;
	padding: 15px 50px;
	font-size: 16px;
}
.btn a:hover {
	opacity: 0.6;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
.note {
	font-size: 80%;
	color: #ff0000;
}

@charset "UTF-8";
/* CSS Document */

/*PCamazonボタン*/
div#ctl00_ContentPlaceHolder1_ucInputForm_upSocialLogin {
    margin: 0 auto 20px;
    width: 200px;
}
/*ご注文内容入力*/
#Contents h2.ttlA{
    background: #e1e1e1;
}
/*注文者情報が画像のため薄めに設定*/
#Contents div.columnLeft h2 {
    background: #ececec;
    padding-top: 15px;
}
/*配送先情報が画像のため薄めに設定*/
#Contents div.columnRight h2 {
    background: #ececec;
    padding-top: 15px;
}
/*PCで左と右の項目にスペースを作りたい時は下記を追加*/
.formlp-front-section-form .columnLeft, .formlp-front-section-form .columnLeft div.column {
    width: 450px !important;
    margin-right: 10px;
}
/*同意するボタン*/
a#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_rPayment_ctl00_lbCreditCardPersonalInfoConsent {
    width: 100%;
    padding: 30px 0 30px;
}
/*ご注文内容の確認へボタン*/
.formlp-front-section-form div.btmbtn ul {
    text-align: center;
}