@charset "utf-8";
/* ===================================================================
	コンテンツ
		01 基本設定
		02 購入フローフォーム共通設定
		03 エラーエリア
		04 左サイド
		05 右サイド
		06 セット割
		07 チェックボックス・ラジオボタン
		08 ポップアップ用
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
body{
	font-size: 12px;
}
.header-user-info, .header-btn-block, .header_info, .header_caution, .footer-brand-info, .bread {
	display: none;
}
.header-wrap, .header-wrap.fixed, .header-wrap.fixed .header-inner-box, .header, .header-wrap.fixed .header, .header-inner-box {
	height: 76px;
}
.header.inner{
	border-bottom: 1px solid #4D4D4D;
	box-sizing: content-box;
}
.header-inner-box {
	width: 1080px;
}
.header-logo {
	width: 228px;
}
#footer {
}
footer.footer .footer-inner{
	padding:0;
}
#footer .footer_copyright {
	display: block;
}
#cart *{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.small{
    font-size: 12px;
}
#cart_main {
	position: relative;
	width: 1080px;
	text-align: left;
	margin: 30px auto 40px;
	font-size: 14px;
}
input:placeholder-shown {
	color: #999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {
	color: #999;
}
/* Firefox 18- */
input:-moz-placeholder {
	color: #999;
	opacity: 1;
}
/* Firefox 19+ */
input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
/* IE 10+ */
input:-ms-input-placeholder {
	color: #999;
}
select + .ok {
	margin-left: -45px;
	margin-top: 1px;
}
.cart:before, .cart:after {
	content: " ";
	display: block;
}
.cart:after {
	clear: both;
}
.cart {}
#contents.cart {
	overflow: visible;
	position: relative;
	width: 1080px;
	padding: 0;
}
.cart_wrapper {
	margin-bottom: 50px;
}
.cart_wrapper:last-of-type {
	border: none;
	margin-bottom: 0;
}
.page-title {
	margin: 34px 0 36px;
	padding: 0;
	border: none;
}
.page-title span {
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 auto;
	display: block;
}
.cart_lead_caution{ 
	line-height: 1.5em;
	color: #FE3263;
	width: 1200px;
	margin: -2em auto 3em;
}
.subtitle {
	color: #000;
	background: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.cart_title {
	color: #fff;
	background: #4D4D4D;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.section-title {
	color: #000;
	background: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
*:last-of-type .section {
	border-bottom: none;
}
.wide_xs{
	width: 105px !importanti;
}
.wide_sm{
	width: 165px !important;
}
.wide_md {
	width: 250px !important;
}

.wide_lg {
	width: 440px !important;
}
#right_box .subtitle {
	color: #fff;
	background: #4D4D4D;
	font-size: 14px;
	height: initial;
	line-height: 1.6;
	margin-bottom: 20px;
	padding: 10px 10px 8px;
	position: relative;
	cursor: pointer;
	margin: 0 10px 20px;
}
#cart_box {
	position: relative;
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}
.cart .stepimg {
	margin-bottom: 20px;
}
.step {
	position: absolute;
	right: 10px;
	top: -2px;
	text-align: right;
	white-space: nowrap;
}
.step li {
	font-size: 14px;
	display: inline-block;
	padding: 9px 16px;
	margin-right: 25px;
	position: relative;
}
.step .active {
	background: #E2E2E2;
}
.step li:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	transform: rotate(45deg);
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.step li:last-child {
	margin-right: 0;
}
.step li:last-child:after {
	content: none;
}
/*ERROR*/
.errorTextbox {
	text-align: center;
	margin: 0 auto 15px;
}
.sampleValue {
	color: #999;
}
.ast {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4;
}




.back_shopping {
	text-align: center;
	margin: 0 auto 50px;
}
.back_shopping .default-btn.btn-back {
	background: #999999;
	border: none;
	color: #fff;
	width: 300px;
	height: 58px;
	line-height: 58px;
}
/* 02 購入フローフォーム共通設定
--------------------------------------------------------------------*/
.cart_form {
	display: table;
	table-layout: fixed;
}
.cart_form--th, .cart_form--td {
	display: table-cell;
	vertical-align: top;
}
.cart_form--th {
	width: 210px;
	line-height: 38px;
	padding: 0 15px;
}
.cart_form--td {
	font-size: 14px;
	line-height: 38px;
	padding-bottom: 30px;
	width: 570px;
}
.cart_form--td * {
	letter-spacing: normal;
}
.cart_form--td #id {
	font-size: 12px;
	line-height: 30px;
}
.cart_form--td .radio_box {
	line-height: 30px;
}
.cart_form.cart_form--confirm {}
.cart_form--confirm .cart_form--th, .cart_form--confirm .cart_form--td {
	vertical-align: middle;
	padding: 15px 5px;
}
.cart_form--confirm .g_form--td {
	font-size: 12px;
}
.cart_form .error_message {
	display: block;
	color: #ff3300;
	font-size: 12px;
}
input.cart_form_input {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	background: #fff !important;
	padding: 5px;
	border: 1px solid #B2B2B2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.cart_form_input::-webkit-input-placeholder, input.cart_form_input::-moz-placeholder, input.cart_form_input:-moz-placeholder, input.cart_form_input:-ms-input-placeholder {
	color: #ccc;
}
.cart_form .tag.tag_required {
	position: relative;
}
.cart_form_text--name {
	display: none;
	width: 30px;
	font-size: 12px;
	color: #888;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}
.cart_form_text--inline {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 5px;
}
.cart_form_text--help {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 12px;
}
.cart_form_text-register {
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
.cart_form_text--price {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 15px;
}
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;
	-webkit-box-sizing: content-box;
}
.cart_form .select {}
.cart_form_select {
	/* overflow: hidden; */
	display: inline-block;
	font-size: 12px;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* .cart_form_select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	display: block;
	content: "";
	background: url(/static/full/images/common/mypage_select.png) center no-repeat;
	pointer-events: none;
	border-left: 1px solid #ccc;
} */
.cart_select {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url(/static/full/images/common/mypage_select_arrow.png) right center no-repeat;
	background-size: 40px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cart_form_radio {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_radio + .cart_form_radio {
	margin-left: 20px;
}
.cart_form_input {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_group {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_group + .cart_form_group {
	margin-left: 20px;
}
.cart_form .radio_checkbox_parallel .radio_leftside input[type="radio"] + label {
	margin-right: 20px;
	margin-bottom: 5px;
}
.cart_form .radio_checkbox_parallel .radio_leftside input[type="radio"] + label:last-child {
	margin-right: 0;
}
.cart_form .checkbox_parallel .check_leftside input[type="check"] + label {
	font-size: 12px;
}
.cart_form_input.-wide_xss, .cart_form_select.-wide_xss, .cart_form_radio.-wide_xss {
	width: 80px;
}
.cart_form_input.-wide_xs, .cart_form_select.-wide_xs, .cart_form_radio.-wide_xs {
	width: 120px;
}
.cart_form_input.-wide_sm, .cart_form_select.-wide_sm, .cart_form_radio.-wide_sm {
	width: 210px;
}
.cart_form_input.-wide_md, .cart_form_select.-wide_md, .cart_form_radio.-wide_md {
	width: 570px;
}
.cart_form_input.-wide_lg, .cart_form_select.-wide_lg, .cart_form_radio.-wide_lg {
	width: 800px;
}
/* Safari対応ハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .cart_form_text--name {
		display: inline;
	}
	::i-block-chrome, .cart_form_input.-wide_sm {
		width: 220px;
	}
}
_::-webkit-full-page-media, _:future, :root .cart_form_text--name {
	display: inline;
}
_::-webkit-full-page-media, _:future, :root .cart_form_input.-wide_sm {
	width: 225px;
}
.value {
	position: relative;
	display: inline-block;
	font-size: 12px;
	min-height: 30px;
}
.item_price .value {
	margin-right: 18px;
}
.value select {
	font-size: 12px;
	line-height: 38px;
	width: 160px;
	height: 38px;
	display: inline-block;
	position:relative;
	cursor: pointer;
	border: 1px #B2B2B2 solid;
	padding: 0 40px 0 10px;
	background-color: #FFF !important;
}
.value:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	transform: rotate(45deg);
	position: absolute;
	right: 12px;
	top: 14px;
}
.value dt {
	font-size: 12px;
	background-size: 40px;
	display: inline-block;
	cursor: pointer;
	padding: 0;
}
.value #stateOrRegionUl dt span {
	font-size: 12px;
	width: 84px;
}
.value dt span {
	font-size: 14px;
	border: 1px #ccc solid;
	line-height: 38px;
	height: 30px;
	padding: 0 5px;
	display: inline-block;
	padding-right: 38px;
	text-align: center;
}
.value dd {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
}
.value #stateOrRegionUl dd {}
.value dd ul {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	overflow-y: auto;
	max-height: 170px;
	box-sizing: border-box;
	margin-top: -1px;
}
.value dd .ccPay_pulldown_list {
	max-height: 105px;
	/*max-height:88px;*/
}
.value dd ul.card {
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	overflow-y: auto;
	height: auto;
}
.value dd li {
	line-height: 28px;
	border-top: 1px #ccc solid;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
}
.value dd li:first-child {
	border-top: none;
}
.allconf {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	padding: 40px 0;
}
.required {
	display: inline-block;
	color: #ff3300;
	font-size: 11px;
	margin: 0 0 0 5px;
}
/* 03 エラーエリア (ログイン用はmembers.cssに記載)
--------------------------------------------------------------------*/
.cart .error_area {
	height: 26px;
	background: url("/static/full/images/cart/caution.gif") no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #f30;
}
.cart .error_area.giftWrapping_error {
	background: url(/static/full/images/cart/caution.gif) no-repeat left center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #f30;
    margin: 0 10px 10px;
    padding: 5px 5px 10px 45px;
    height: 50px;
    background-position: 10px 10px;
}
.cart .error_area_notice {
	font-size: 12px;
    padding: 0px 10px;
    color: #888;
    line-height: 18px;
}
.cart .error_area p {
	color: #f30;
	line-height: 26px;
}
.cart .error_area p:before {
	content: "※";
	padding-right: 3px;
}
.cart .errorSlot {


	color: #f30;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
}
.cart .errorSlot .errorText {
	color: #f30;
}
.cart .errorSlot .errorText:before {
	content: "※";
	padding-right: 3px;
}
/* セール時の注意文言 */
.cart #left_box #cart_info {
	border: 1px #ff0000 solid !important;
	margin-top: 5px;
	margin-bottom: 10px;
}
.cart #left_box #cart_info h3 {
	background-color: #ff0000;
	color: #ffffff;
}
.cart #left_box #cart_info p {
	color: #ff0000;
	padding: 10px;
}
/* 予約商品の注意文言 */
.cart #left_box .reserve_area {
	background: #FFEFEF;
	margin-bottom: 30px;
	padding: 17px 21px;
}
.cart #left_box .reserve_area h3 {
	background: none;
	color: #FF1A1A;
	margin-bottom: 0;
	font-size: 16px;
	border-bottom: none;
	line-height: 28px;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
}
.cart #left_box .reserve_area p {
	color: #FF1A1A;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0;
}
/* 抽選商品の注意文言 */
.cart #left_box .cart_lot_area {
	background: #FFEFEF;
	margin-bottom: 30px;
	padding: 17px 21px;
}
.cart #left_box .cart_lot_area h3 {
	background: none;
	color: #FF1A1A;
	margin-bottom: 0;
	font-size: 16px;
	border-bottom: none;
	line-height: 28px;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
}
.cart #left_box .cart_lot_area p {
	color: #FF1A1A;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0;
}
/* 04 左サイド
--------------------------------------------------------------------*/
#cart_main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left_box {
	width: 780px;
	float: left;
}
/* カート内アイテム情報 */
#left_box .detail_area {
	width: 100%;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
#left_box .detail_area:last-of-type {

	margin-bottom: 0;
	border-bottom: none;
}
#left_box .detail_area.novelty {
	width: 630px;
	display: block;
	margin-bottom: 30px;
	margin-left: auto
}
#left_box .novelty_area .detail_area {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
#left_box .cart_confirm, #left_box .cart_complete {
	margin-bottom: 50px;
}
.cart_complete_wrap {
	display: none;
}
#left_box .cart_complete .detail_area:last-child, #left_box .cart_confirm .detail_area:last-child {
	border-bottom: none;
}
#left_box .caption {
	padding: 30px;
	background: #EEE;
	line-height: 1.6;
}
#left_box .caption p {
	text-indent: -1em;
	margin-left: 1em;
}
#left_box .detail_area td {
	vertical-align: middle;
	line-height: 1.6;
}
#left_box .detail_area .item_brand {
	padding-bottom: 2px;
	font-size: 12px;
	color: #666666;
}
#left_box .detail_area .item_photo {
	width: 180px;
	position:relative;
	vertical-align: top;
	overflow: hidden;
}
#left_box .detail_area .item_photo:after{
	content:"";
	display:block;
	padding-top:100%;
}
#left_box .detail_area .item_photo.giftItem:after {
    content: none!important;
}
#left_box .detail_area .item_photo:before,
#left_box .detail_area .item_photo a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background: #f5f5f5;
}
#left_box .detail_area .item_photo.giftItem:before,
#left_box .detail_area .item_photo.giftItem a:before {
    content: none!important;
}
#left_box .detail_area .item_photo img {
	display:block;
	vertical-align: top;
	/* width: 100%;
	height: auto; */
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    height: 180px;
    width: auto;
}

#left_box .detail_area .item_photo.giftItem img {
	width: 100%!important;
	height: auto!important;
	position: initial!important;
}
#left_box .detail_area .item_info {
	/* width: 100%; */
	vertical-align: middle;
	padding-left: 20px;
}
#left_box .detail_area .item_detail {
	width: 100%;
}
#left_box .detail_area .item_name {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
}
#left_box .detail_area .item_name a {
	font-size: 20px;
}
#left_box .detail_area .shippingdate {
	color: #ff3363;
	padding-bottom: 2px;
}
/* カラー・サイズ */
#left_box .detail_area .color_size {
	width: 100%;
}
#left_box .detail_area .color_size th{
	width:58px;
}
#left_box .detail_area .color_size td {
	color: #000000;
	padding-bottom: 7px;
}
#left_box .detail_area .return {
	color: #ff0000;
}
/* 価格エリア */
#left_box .detail_area .item_price {
	width: 100%;
	margin-top: 10px;
}
#left_box .detail_area .item_price th {
	height: 23px;
	vertical-align: middle;
	text-align: center;
	background: #eee;
	border-right: 5px solid #fff;
	color: #888;
	width: 177px;
	box-sizing: content-box;
}
#left_box .detail_area .item_price .proper_price {
	display: block;
	font-size: 12px;
	text-decoration: line-through;
}
#left_box .detail_area .item_price th:nth-of-type(2) {
	width: 137px;
}
#left_box .detail_area .item_price th:nth-of-type(3) {
	width: 256px;
}
#left_box .cart_confirm .detail_area .item_price th, #left_box .cart_complete .detail_area .item_price th {
	width: 210px;
}
#left_box .detail_area .item_price td {
	text-align: center;
	height: 60px;
	font-size: 16px;
	letter-spacing: normal;
}
/* 数量変更プルダウン */
#left_box .detail_area .item_price dl {
	position: relative;
	display: inline-block;
	width: 68px;
}
#left_box .detail_area .item_price dt {
	display: inline-block;
	cursor: pointer;
	width: 68px;
	position: relative;
}
#left_box .detail_area .item_price dt:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	transform: rotate(135deg);
	right: 11px;
	top: -3px;
	bottom: 0;
	margin: auto;
}
#left_box .detail_area .item_price dt span {
	height: 38px;
	padding: 0px 30px 0 10px;
	width: 68px;
	text-align: center;
}
#left_box .detail_area .item_price dd {
	display: none;
	position: absolute;
	top: 39px;

	left: 0;
	width: 100%;
}
#left_box .detail_area .item_price dd ul {
	border: 1px #ccc solid;
	margin-top: -2px;
	max-height: none;
	box-sizing: border-box;
}
#left_box .detail_area .item_price dd li {
	line-height: 26px;
	border-top: 1px #ccc solid;
	background-color: #FFF;
	cursor: pointer;
}
#left_box .detail_area .item_price dd li:first-child {
	border-top: none;
}
#left_box .price_off {
	color: #ff3363;
	line-height: 26px;
}
#left_box .p_down {
	text-decoration: line-through;
	line-height: 26px;
}
/* 変更・削除ボタン */
#left_box .detail_area .item_price .cd {
	font-size: 12px;
	/*
	width: 130px;
	padding-right: 10px;
*/
}
#left_box .detail_area .item_price .cartNumChangeBtn_list {
	letter-spacing: -0.45em;
}
#left_box .detail_area .item_price .cartNumChangeBtn_item { /*span*/
	display: inline-block;
	letter-spacing: normal;
	font-size: 12px;
}
#left_box .detail_area .item_price .cartNumChangeBtn_item + .cartNumChangeBtn_item {
	margin-left: 10px;
}
#left_box .detail_area .item_price span a {
	line-height: 28px;
	border-bottom: 1px #000 solid;
	color: #000;
}
#left_box .detail_area .item_price .cd span:first-child a {
	margin: 0 auto;
}
#left_box .detail_area .item_price .cd span a:hover {
	font-weight: bold;
	text-decoration: none;
}
/*novel*/
.novelty_area {
	width: 630px;
	border-top: #ccc 1px solid;
	;
	padding-top: 30px;
	margin: 0 0 30px auto;
}
.novelty_title {
	font-size: 12px;
	margin-bottom: 15px;
}
.novelty_area .item_name {
	padding-bottom: 5px !important;
}
.novelty_empty {
	font-size: 12px;
	color: #F00;
	margin: 15px 0;
}
select::-ms-expand {
	display: none;
}
#noveltyRecordId {
	display: block;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	background: url(/static/full/images/common/detailsearch_select_arrow.png) right center no-repeat;
	background-size: 38px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 43px 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	font-weight: bold;
	width: auto;
	max-width: 550px;
}
/* 情報入力 */
/*ご注文者情報入力*/
.input_delivery {
	margin-bottom: 44px;
}
.address_list {
    
}
#left_box .address_list .confirmation table {
	width: 730px;
	margin-left: 25px;
	margin-bottom: 35px;
}
.address_list p{
	margin-left:25px;
	margin-bottom:10px;
	padding: 4px 0;
	line-height: 1.4;
}
.address_list p .red{
	color:red;
}
.address_list .send_center{
	margin-left:0;
	margin-bottom:0;
	padding: 0;
	line-height: 1.4;
}
#left_box .address_list .send_shop{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}
#left_box .address_list .send_shop th{
	background:#F2F2F2;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
	padding: 20px;
	vertical-align:middle;
}
#left_box .address_list .send_shop td{
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
	padding: 15px 20px;
}
.payment {
	margin-bottom: 30px;
}
#left_box .address_list .confirmation:last-of-type {}
.input_delivery {
	width: 100%;
	display: table;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #CCC 1px solid;
}
.input_delivery .select {
	width: 180px;
	padding-left: 10px;
	vertical-align: top;
	display: table-cell;
	line-height: 1.6;
}
.input_delivery .address {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
}
.input_delivery .edit_address {
	width: 120px;
	display: table-cell;
	vertical-align: bottom;
	padding-right: 10px;
}
.input_delivery .edit_address a {
	background-position: left bottom;
	display: block;
	line-height: 24px;
	padding-left: 30px;
	text-decoration: underline;
}
.input_delivery .edit_address a {
	color: #2423ff;
	background: url("/static/full/images/common/edit.gif") no-repeat;
	margin-bottom: 5px;
}
.input_delivery .edit_address a + a {
	color: #000;
	background: url("/static/full/images/common/delete.gif") no-repeat;
	background-position: left bottom;
}
.input_delivery .add_address {
	border-bottom: none;
	border-collapse: separate;
}
.input_delivery .add_address .select {
	line-height: 28px;
}
.input_delivery .add_address .address {
	line-height: 28px;
}
.input_delivery .add_address .select a {
	display: block;
	line-height: 28px;
}
.input_delivery .add_address .select a img {
	margin-right: 7px;
}
/* 配送日時指定 */
#left_box .delivery_date {
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.6;
	margin-left: 20px;
}
#left_box .delivery_date table {}
#left_box .delivery_date table th {
	width: 100px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 20px 0;
}
#left_box .delivery_date table td {
	vertical-align: middle;
	padding: 0 0 20px;
}
#left_box .delivery_date table td input[type=checkbox] {
	/*	display: inline-block;*/
}
#left_box .delivery_date table td input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	/*	line-height: 30px;*/
	cursor: pointer;
}
#left_box .delivery_date table dl {
	position: relative;
	display: inline-block;
	width: 210px;
}
#left_box .delivery_date table dt {
	background: #FFF url("/static/full/images/common/detailsearch_select_arrow.png") right center no-repeat;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}
#left_box .delivery_date table dt span {
	border: 1px #ccc solid;
	padding: 0 40px 0 10px;
	display: inline-block;
	width: 160px;
	text-align: center;
}
#left_box .delivery_date table dt.select {
	background: none;
}
#left_box .delivery_date table dt.select span {
	border: none;
	padding: 0;
	display: inline-block;
	width: auto;
	text-align: left;
}
#left_box .delivery_date table dd {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
}
#left_box .delivery_date table dd ul {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	margin-top: -1px;
}
#left_box .delivery_date table dd li {
	line-height: 26px;
	border-top: 1px #ccc solid;
	background-color: #FFF;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
#left_box .delivery_date table dd li:first-child {
	border-top: none;
}
#left_box .delivery_date .value input[type="checkbox"] {
	margin-right: .5em;
	vertical-align: top;
}
#left_box .delivery_date p {
	font-size: 14px;
	padding: 0;
	margin-bottom: 20px;
}
/* お支払い方法選択 */
#left_box .check_same {
	margin-bottom: 44px;
}
#left_box .check_same .checkbox_parallel label {
	margin-left:6px;
}
#left_box .payment_method {
	width: 100%;
	background: #FFF;
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #BFBFBF;
}
#left_box .payment_method.check_same{
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#left_box .payment_method.other .cart_form {
	padding: 0 0 0 25px;
}
#left_box .payment_method_wrapper {
	margin-bottom: 44px;
	margin-left: 20px;
}
#left_box .payment_method_inner {
	width: 100%;
	margin: 5px 0;
}
#left_box .payment_method_inner .cart_form {
	width: 760px;
	table-layout: auto;
	padding: 0 0 20px 10px;
}
#credit_payment .cart_form:last-of-type {
	padding-bottom: 20px;
}
#left_box .payment_method_inner .cart_form dd {
	padding-bottom: 5px;
}
#left_box .payment_method_inner .cart_form .cart_form--td {
	padding-bottom: 0;
}
#left_box .payment_method_inner > .cart_form:first-of-type {
	width: 800px;
	padding: 0;
	margin: 5px 0;
	background: #FFF;
}
#left_box .payment_method .payment_method_inner .select {
	min-width: 200px;
	vertical-align: middle;
}
#left_box .payment_method .payment_method_inner .credit_security {
	padding: 0 20px 0 25px;
	margin-top: -20px;
}
#left_box .payment_method .payment_method_inner .credit_security .cart_form .cart_form--th {
	width: 160px;
	padding: 0;
	margin: 0;
	position: relative;
}
#left_box .payment_method .payment_method_inner .credit_security .cart_form .cart_form--td {
	padding: 0;
	margin: 0;
}
#left_box .payment_method .payment_method_inner .credit_security .cart_form {
	padding: 20px 0;
	margin: 0;
	width: 740px;
}
#left_box .payment_method .payment_method_inner dt.select {
	background: #FFF;
	margin: 5px 0;
}
#left_box .payment_method .payment_method_inner .select img {
	vertical-align: middle;
}
#left_box .payment_method .payment_method_inner .cart_form--th {
	width: 170px;
	text-align: left;
	padding: 0 0 0 15px;
	margin-bottom: 0;
}
#left_box .payment_method .payment_method_inner .cart_form--td {
	padding-bottom: 0;
	position: relative;
	vertical-align: middle;
}
#left_box .payment_method .payment_method_inner .value dt {
	background: #FFF url("/static/full/images/common/detailsearch_select_arrow.png") right center no-repeat;
	display: inline-block;
	cursor: pointer;
	width: 180px;
	z-index: 1;
}
#left_box .payment_method .payment_method_inner .value dt span {
	width: 135px;
}
#left_box .payment_method .payment_method_inner .value select {
	width: 135px;
}
#left_box .payment_method .payment_method_inner .value .card_brand{
	width:210px;
	box-sizing:border-box;
}
#left_box .payment_method .payment_method_inner .card_num{
	width:250px;
	box-sizing:border-box;
}
#left_box .payment_method .payment_method_inner .card_code{
	width:105px;
	box-sizing:border-box;
}
#left_box .payment_method .payment_method_inner .card_name{
	width:250px;
	box-sizing:border-box;
}
#left_box .payment_method .payment_method_inner .value .card_span{
	width:73px;
	box-sizing:border-box;
}
#left_box .payment_method .payment_method_inner .value .card_payway{
	width:196px;
	box-sizing:border-box;
}
#left_box .payment_method .payment_method_inner .value dd {
	z-index: 2;
}
#left_box .payment_method .payment_method_inner dd .addition {
	font-size: 15px;
	vertical-align: middle;
	color: #404040;
	margin-left: 1em;
}
#left_box .payment_method .payment_method_inner .security input {
	width: 130px;
}
#left_box .payment_method .payment_method_inner dd .explanation {
	display: inline-block;
	padding-left: 10px;
	line-height: 15px;
	font-size: 12px;
	vertical-align: middle;
}
#left_box .payment_method .payment_method_inner dd .explanation a {
	text-decoration: none;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	color: #404040;
	font-size: 12px;
	line-height: 16px;
}
#left_box .payment_method .payment_method_inner dd .explanation a:before {
	content: "?";
	width: 16px;
	height: 16px;
	line-height:14px;
	border: 1px solid #404040;
	border-radius:16px;
	text-align:center;
	position: absolute;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}
/* ポイントのご利用 */
#left_box .point_area {
	margin-bottom: 50px;
	margin-left: 20px;
}
#left_box .point_area p {
    padding-bottom: 15px;
}
#left_box .point_area p span {
	display: inline-block;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}
#left_box .point_area table {
	margin: 10px 0;
}
#left_box .point_area table th {
	width: 180px;
}
#left_box .point_area table td:first-of-type {
	position: relative;
	width: 200px;
	padding-right: 20px;
}
#left_box .point_area table td input {
}
/* #left_box .point_area table td span {
	margin-left: 10px;
}

#left_box .point_area table td span.check {
	margin-left: 0;
} */
#left_box .point_area table td span.errorText {
	color: #f30;
	top: -12px;
}
.point_area_text--inline {
	font-size: 12px;
	margin-left: 10px;
}
.point_area_text--help {
	display: block;
	color: #888;
	font-size: 12px;
	margin-top: 5px;
}

#left_box .point_area p.pointlapse span.member_havepoint_date .text_normal {
	font-weight: initial;
	font-size: 14px;
}

/* 優待コード */
#left_box .special_code {
	margin-bottom: 50px;
	margin-left: 20px;
}

#left_box .special_code input{
	width:180px;
}
#left_box .special_code table {
	/* margin: 10px 0; */
}
#left_box .special_code table th {
	padding: 10px 0 10px 0;
	width: 180px;
	font-weight:bold;
}
#left_box .special_code table td {
	/* padding: 10px 0; */
}
#left_box .special_code table td input {}
#left_box .special_code table .explanation {
	background: url("/static/full/images/cart/cart_q.gif") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
	margin-left: 10px;
}
#left_box .special_code table .explanation a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
}
/* 選択クーポン */
#left_box .special_coupon {
	margin-bottom: 50px;
	margin-left: 20px;
}
#left_box .special_coupon table {}
#left_box .special_coupon table th {
	padding: 10px 0 10px 35px;
	width: 180px;
}
#left_box .special_coupon table td {}
#left_box .special_coupon table td input {
	margin: 0 10px 0 0;
	border: 2px #d6d6d6 solid;
	height: 26px;
	padding: 0 5px;
}
#left_box .special_coupon table .explanation {
	background: url("/static/full/images/cart/cart_q.gif") no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
}
#left_box .special_coupon .coupon_title {
	padding-bottom: 10px;
}
#left_box .special_coupon table .explanation a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
}
#left_box .special_coupon table td ul li {
	margin-bottom: 7px;
}
/* 注文内容確認ページ */
#left_box .confirmation {
	margin-bottom: 50px;
	margin-left: 20px;
}
#left_box .confirmation:last-of-type {
	border-bottom: none;
}
#left_box .confirmation .form_checkbox .notice {
	margin: 20px 0 0 20px;
    line-height: 1.5;
    font-size: 12px;
	white-space: pre;
}
#left_box .confirmation table {
	width: 100%;
}
#left_box .novelty_area table {
	width: 100%;
}
#left_box .novelty_area table .selectLink {
	text-align: right;
	line-height: 24px;
}
#left_box .novelty_area table .selectLink a {
	margin-right: 10px;
}
#left_box .novelty_area table .selectLink a:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: 9px;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}
#left_box .confirmation table th {
	width: 130px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	font-weight: bold;
	padding: 4px 0;
}
#left_box .confirmation table td {
	width: auto;
	vertical-align: top;
	padding: 4px 0;
	line-height: 1.6;
}
#left_box .confirmation table .change {
	width: 160px;
	text-align: right;
	vertical-align: middle;
}
#left_box .novelty_area table .change {
	width: 80px;
	text-align: right;
	vertical-align: bottom;
}
#left_box .novelty_area table .changeText {
	text-align: right;
	padding-top: 5px;
}
#left_box table .change a {
	font-size: 14px;
	width: auto;
	box-sizing: border-box;
	line-height: 40px;
	display: inline-block;
	border: 1px #999999 solid;
	border-radius: 6px;
	background: #999999;
	color: #fff;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 0 16px;
	letter-spacing: normal;
	white-space: nowrap;
}
#left_box table .change a:after {
	content: none;

}
/* ポイントのご利用確認・変更 */
#left_box .point_use {
	margin: 10px 0 44px;
}
#left_box .point_use th {
	width: auto;
}
#left_box .point_use td {
	vertical-align: middle;
	line-height: 30px;
}
#left_box .point_use table {
	width: 100%;
}
#left_box .point_use td.change {
	width: 80px;
}
/* ニュース レターを受け取る確認・変更 */
#left_box .mailmagazine {
	margin-top: 15px;
	margin-bottom: 44px;
	line-height: 1.6;
}
.site_magazine{
	margin-top:21px;
}
.site_magazine .check_box{
	font-weight:bold;
}
.site_magazine label{
	margin-left:78px !important;
	font-weight:normal !important;
}
#left_box .mailmagazine .agree_area {
	margin: 10px 0;
}

#left_box .mailmagazine li {

}
#left_box .mailmagazine .brand_magazine li {
	width: 102px;
	height: 148px;
	float: left;
	border:1px solid #E2E2E2;
	margin-left:10px;
	margin-bottom: 10px;
	padding:17px 14px;
	position:relative;
}
#left_box .mailmagazine .brand_magazine .all {
	width: auto;
	height: auto;
	float: none;
	border:none;
	margin-left:0px;
	margin-bottom: 10px;
	padding:17px 14px;
	position:relative;
}
#left_box .mailmagazine .brand_magazine{
	display:block;
	margin-bottom:45px;
	margin-left:-10px;
}
#left_box .mailmagazine .brand_magazine li img{
	display:block;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin:auto;
	width: 85%;
	height: auto;
}
#left_box .mailmagazine .brand_magazine li label{
	text-indent: -9999px;
	position: absolute;
	display: block;
	width: 105px;
	height: 148px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#left_box .mailmagazine .brand_magazine li .checkbox_parallel .check_leftside input[type="checkbox"] + label:before {
	content: "";
	width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/check.png) no-repeat;
	background-position: 0;
	background-size: 25px auto;
	line-height:25px;
	position: absolute;
	top: auto;
	bottom: 17px;
	left: 50%;
	right: 50%;
	padding: 0;
	margin-left: -12px;
}
#left_box .mailmagazine .brand_magazine li .checkbox_parallel .check_leftside input[type="checkbox"]:checked + label:after {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/checked.png) no-repeat;
	background-size: 25px auto;
	line-height:25px;
	position: absolute;
	top: auto;
	bottom: 17px;
	left: 50%;
	right: 50%;
	padding: 0;
	margin-left: -12px;
}
#left_box .mailmagazine p {}
#left_box .mailmagazine .allCheck, #left_box .mailmagazine .allRelease {
	display: block;
	cursor: pointer;
	line-height: 16px;
	font-size:14px;
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
#left_box .mailmagazine .allCheck:before, #left_box .mailmagazine .allRelease:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/check.png) no-repeat;
	background-size: 16px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}
#left_box .mailmagazine .allCheck.active:before, #left_box .mailmagazine .allRelease.active:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/checked.png) no-repeat;
	background-size: 16px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	left: 0;
}
/* 注文内容完了ページ */
#cart_main.thanks {
	text-align: left;
	margin: 0 auto 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.thx h3 {
	font-size: 22px;
	text-align: center;
	padding: 0;
	color: #000000;
	background: none;
	font-weight: normal;
	border-bottom: none;
}
.thx p {
	margin-bottom: 1em;
	line-height: 1.8;
	font-weight: bold;
}
.thx .complete_mail {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 50px;
}
.thx .complete_mail strong {
	font-size: 15px;
	font-weight: bold;
}
.thx .complete_mail span {
	font-size: 14px;
}
.complete_box {
	width: 800px;
	margin: 30px auto 30px auto;
	padding: 30px;
	color: #000;
	background: #eee;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.complete_box h4 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.complete_box p {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 25px;
}
.complete_box .btn-chnage a {
	padding: 12px 0 !important;
}
.cart .webstore_nav {
	background: #eeeeee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	margin-bottom: 47px;
}
.cart .webstore_nav nav {
	text-align: center;
}
.cart .webstore_nav nav li {
	display: inline-block;
	padding: 0 3px;
}
.section_recommend {
	padding-top: 40px;
	border-top: 1px solid #BFBFBF;
	width: 1080px;
	margin: 0 auto 50px;
}
.section_recommend .common-title01 {
	font-size: 20px;
	text-align: center;
}
#thx_area {
	text-align: center;
	padding: 30px 0 30px 0;
	border-bottom: 1px #aeaeae solid;
	margin-bottom: 30px;
}
#thx_area p {
	text-align: center;
}
#thx_area .cart_lead_caution{
	margin-top:20px;
}
#thx_area .order_num {
	margin: 20px 0;
	font-size: 15px;
}
#thx_area .order_num span {
	font-weight: bold;
}
#thx_area strong {
	font-size: 50px;
	line-height: 50px;
	padding: 0;
}
.thx #left_box .confirmation {
	padding: 0px 20px 0px 10px;
}
.thx #left_box .confirmation td.address {
	padding: 0 0 0 10px;
}
/* 05 右サイド
--------------------------------------------------------------------*/
#right_box {
	float: right;
	width: 260px;
	z-index: 990;
}
#user_box {
	background-color: #eee;
	width: 260px;
	box-sizing: border-box;
	padding: 10px 0 20px;
}
#user_box .price_wrap {
	font-size: 12px;
	padding: 0 10px 20px;
}

#user_box .price_list {
	width: 100%;
	line-height: 1.6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#user_box .price_list dt {
	clear: both;
	float: left;
	width: 110px;
	text-align: right;
	margin-bottom: 10px;
}
#user_box .price_list .title_campaign {
	white-space: nowrap;
}
#user_box .price_list dd {
	float: right;
	width: 130px;
	text-align: right;
	margin-bottom: 10px;
}
#user_box .price_list dd.offPrice {
	color: #ff3363;
}
#user_box .campaign_list {
	width: 100%;
	line-height: 1.6;
}
#user_box .campaign_list dt {
	clear: both;
	float: left;
	width: 110px;
	/* width: 9em; */
	text-align: right;
}
#user_box .campaign_list .title_campaign {
	white-space: nowrap;
}
#user_box .campaign_list dd {
	float: right;
	width: 180px;
	text-align: right;
}
#user_box .campaign_list dd.offPrice {
	color: #ff0000;
}
#user_box .campaign_list .title_campaign_application {
	white-space: nowrap;
	float: none;
	text-align: left;
}
/*合計優先順位を上げて打ち消し*/
#user_box .campaign_list dd.title_campaign_application_list {
	float: none;
	width: 100%;
	text-align: left;
	padding-left: 15px;
}

#user_box .btn-area{
	border-top: 4px solid #fff;
	padding: 30px 10px 10px;
}
#user_box .login_area .btn-area{
	border-top: none !important;
	padding-top: 0;
}

.tax {
	font-size: 77%;
}
#user_box .price_total {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-top: 16px;
	border-top: 1px #BFBFBF solid;
}
#user_box .price_total.last {}
dl.price_total.last.clearfix {}
#user_box .price_total dt {
	clear: both;
	float: left;
	width: 7em;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
}
#user_box .price_total dt span {}
#user_box .price_total dd {
	float: right;
	font-weight: bold;
	width: auto;
	text-align: right;
	font-size: 18px;
	white-space: nowrap;
}
.get_point {
	font-size: 14px;
}
#user_box .postage_price {
	text-align: left;
	margin-bottom: 10px;
}
#user_box .postage_price span {
	font-size: 12px;
	margin: 0 auto;
	color: #fe3262;
	display: inline-block;
}
#user_box .postage_price a {
	color: #ff3363;
	text-decoration: underline;
}
#user_box .tos {
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 12px;
}
#user_box .campaign_list_detail {
	line-height: 1.6;
	text-align: left;
}
.lead {
	line-height:1.5;
	padding-bottom: 15px;
}
.lead.caution {
	color: #FF0000;
}
.payment_link {
	color: #888 !important;
	border-bottom: 1px solid #888;
	text-decoration: none !important;
	line-height: 1.6;
	display: inline-block;
	margin-bottom: 5px;
}
.payment_method_inner .cart_form .caution {
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
	padding: 0;
	line-height: 1.6;
}
.payment_method_inner .cart_form p {
	line-height: 1.6;
	margin-bottom: 15px;
}
.campaign_heading {}
.campaign_data {}
.campaign_data--item {
	color: #ff3363;
	line-height: 1.6;
}
.campaign_data--item + .campaign_data--item {
	margin-top: 2px;
}
.campaign_data--text {
	color: #ff3363;
}
/* ログインエリア */
#user_box .login_area {
	margin: 0 -10px;
	padding-top: 24px;
	border-top: 4px solid #fff;
}
#user_box .login_area .cart_btn {
	background: none;
	padding: 0 10px;
	margin-top: 6px;
}
.cart_btn img{
	width:100%;
	height:auto;
}
.cart_btn #AmazonPayButton{
	background-color: #eee !important;
}
#AmazonPayButton img{
	width: 100%;
	height: auto;
}
#user_box .login_area p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}
#user_box .point_coupon {
	text-align: left;
	font-size: 12px;
	margin: 10px 0 15px;
	line-height: 1.4;
}

#user_box .login_area .point_coupon {
	text-align: left;
	font-size: 12px;
	margin: 10px 15px 15px;
	line-height: 1.4;
}
#user_box .login_area dl {
	display: table;
	width: 240px;
	margin: 0 auto 5px;
	position: relative;
}
#user_box .login_area dt, #user_box .login_area dd {
	display: table-cell;
	vertical-align: baseline;
	margin-bottom: 3px;
	width: auto;
}
#user_box .login_area dt {
	width: 80px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#user_box .login_area dd {
	/* width: 170px;
	height: 26px; */
}
#user_box .login_area dd input {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 3px;
	line-height: 1;
	padding: 9px 5px;
	border: 1px solid #B2B2B2;
	background: #fff;
	font-size: 12px;
}
#user_box .login_area dd .error_message {
	display: block;
	color: #f30;
	font-size: 11px;
	/* position: absolute;
	top: 0;
	right: 0; */
}
#user_box .login_area .forgot {
	line-height: 16px;
	display: block;
	margin: 15px auto;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}
#user_box .login_area .forgot a {
	color: #000000;
	position: relative;
	border-bottom: 1px solid;
	font-size: 11px;
}

/* 購入・会員登録系ボタン */
#user_box .cart_btn a {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
}
#user_box .back_btn {
	border: none;
	margin-bottom: 0;
}
#user_box .back_btn a {
	line-height: 50px;
	width: 100%;
	padding: 0;
	margin-top: 5px;
}
#user_box .login_area .registration {
	text-align: center;
	padding: 0 10px;
}

.registration + .cart_btn{
	margin-top:5px;
}
.point_coupon + .cart_btn{
	margin-top: 6px;
}
.cart_btn + .cart_btn{
	margin-top: 6px;
}
#user_box .login_area .not_registration {
	text-align: center;
	padding: 0 10px;
}
#user_box .login_area .registration a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 48px;
	width: 100%;
	height: 50px;
}
#user_box .login_area .not_registration a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 48px;
	width: 100%;
	height: 50px;
}
#user_box .login_area .registration.entry a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	padding: 12px 0px;
	line-height: 14px;
	width: 100%;
	height: 40px;
}
#user_box .login_area .registration a span {
	font-size: 10px;
	color: #888;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#user_box .login_area .registration a:hover {
	text-decoration: none;
	font-weight: bold;
}
#user_box .mypege_btn a {
	display: block;
	width: 100%;
	line-height: 52px;
}
/* バナーエリア */
#bnr_area {
	width: 280px;
	text-align: center;
}
#bnr_area .title_bg {
	background: url("/static/full/images/cart/bnr_info.gif") no-repeat 15px center;
	padding: 20px 0 10px 75px;
	margin: 10px 0;
	border-bottom: 1px #d6d6d6 solid;
	text-align: left;
}
#bnr_area .title_bg p {
	font-size: 13px;
	font-weight: bold;
	color: #5a5655;
}
#bnr_area ul {
	padding: 0 10px;
}
#bnr_area ul li {
	margin-bottom: 15px;
}
#bnr_area li img {
	max-width: 276px;
}
/* 06 セット割
--------------------------------------------------------------------*/
.detail_area .color_size .choose_set {
	text-align: right;
}
/* 07 チェックボックス・ラジオボタン
--------------------------------------------------------------------*/
#cart input[type="checkbox"] + label {
	line-height: 24px;
}
/* 08 ポップアップ用
--------------------------------------------------------------------*/
#popup-content1, #popup-content2 {
	margin: 0;
	border: 2px solid #d6d6d6;
	width: 400px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 9999;
	padding-bottom: 20px;
	text-align: center;
}
#popup-content1 p, #popup-content2 p {
	text-align: left;
	padding: 15px 15px 10px 15px;
	font-size: 11px;
	line-height: 20px;
}
#popup-content1 p span {
	text-align: left;
	color: rgb(200, 18, 32);
}
#popup-content1 span {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
#popup-content1 .close_btn, #popup-content2 .close_btn {
	text-decoration: underline;
	margin-top: 30px;
	background: #333333;
	color: #FFFFFF;
	padding: 5px;
}
#popup-overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
.reserve_area p:before {
	content: "" !important;
	padding-right: 0 !important;
}
.reserve_area p {
	line-height: 1.2;
}
.cart_u_text_indent {
	margin-left: 1em;
	text-indent: -1em;
}
.section_directrecommend {
	/*	width:1000px;*/
	width: 1190px;
	text-align: left;
	margin: 0 auto 50px;
}
.section_directrecommend .item_container li:nth-of-type(5) a {
	margin: 0;
}
/* AUかんたん決済info */
.payment_method_info a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
	padding: 10px;
	background: url(/static/full/images/cart/cart_q.gif) no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
	margin-left: 20px;
}
/*==== ↓キャリア決済 ====*/
#thx_area.carrier_paylp {
	text-align: left;
	border: none;
	padding: 0 34px;
	text-align: center;
	margin: 60px 0;
}
#thx_area.carrier_paylp strong {
	font-size: 100%;
	font-weight: normal;
}
#thx_area.carrier_paylp .submitbtn {
	color: #fff;
	font-weight: bold;
	background: #000;
	border-radius: 3px;
	padding: 10px 60px;
}
/*==== ↑キャリア決済 ====*/
.close_btn.bottom {
	padding: 50px 0 0 !important;
	text-align: center;
}
.cart_banner {
	background: #eee;
	width: 100%;
	border-top: 1px solid #CCC;
}
.cart_banner ul {
	width: 430px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
}
.cart_banner ul li {
	width: 210px;
	padding-left: 5px;
	padding-right: 0;
	float: right;
	box-sizing: border-box;
}
.cart_banner ul li:first-child {
	float: left;
	padding-right: 5px;
	padding-left: 0;
}
.cart_banner ul li img {
	border: #000 1px solid;
	box-sizing: border-box;
}
.add_address {
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.mypage_banner {
	width: 940px;
	margin: 0 auto 50px auto;
}
.mypage_banner li img {
	width: 100%;
	height: auto;
}
.cart_sns_nav {
	margin: 0 auto;
}
.cart_sns_nav ul {

	padding-left: 30px;

	line-height: 24px;
	position: relative;
	margin: 0 500px;
}
.cart_sns_nav ul li {
	width: 24px;
	margin-right: 10px;
	display: inline-block;
}
.cart_sns_nav a {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
}
.cart_sns_nav .facebook a {
	background: url(../images/common/snsparts/sns_icon_01.png) no-repeat;
}
.cart_sns_nav .twitter a {
	width: 24px;
	background: url(../images/common/snsparts/sns_icon_02.png) no-repeat;
}
.cart_sns_nav .instagram a {
	background: url(../images/common/snsparts/sns_icon_03.png) no-repeat;
}
.cart_sns_nav .line a {
	background: url(../images/common/snsparts/sns_icon_04.png) no-repeat;
}
.caution_link {
	border-bottom: 1px solid
}
.caution_link:hover {
	text-decoration: none;
}
.postage_free {
	text-align: center;
}
.postage_free p {
	display: inline-block;
	padding-left: 30px;
	line-height: 150%;
	margin-bottom: 20px;
	background: url(../images/cart/icon_info.png) left center no-repeat;
	text-align: left;
}
.postage_free a {
	text-decoration: underline;
}
.page-mask {
	cursor: pointer;
}
.postage_popup {
	display: none;
	width: 550px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 10000;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	line-height: 160%;
	font-size: 14px;
}
.postage_popup .modal_area_subtitle {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px #000 solid;
	text-align: left;
}
.modal_close_btn.right {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -30px;
}
.modal_close_btn.right a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	position: relative;
}
.modal_close_btn.right a:before {
	content: "";
	width: 31px;
	height: 31px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: -15px;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_close_btn.right a:after {
	content: "";
	width: 31px;
	height: 31px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 7px;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.postage_popup .modal_close_btn.bottom {
	padding: 100px 0 0 !important;
	text-align: center;
}
.modal_close_btn.bottom a {
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: block;
}
.modal_close_btn.bottom span {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}
.modal_close_btn.bottom span:before {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 8px;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_close_btn.bottom span:after {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 17px;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.cart_caution_top ul {
	margin-bottom: 40px;
}
.cart_caution_top ul li {
	margin-left: 1em;
	text-indent: -1em;
	color: #000;
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 12px;
}
.cart_caution_top ul li:before {
	content: "・";
}
.cart_caution_top ul li.caution_mark {
	margin-top: 1em;
	text-indent: -1em;
}
.cart_caution_top ul li.caution_mark:before {
	content: none;
}
/*打消し用*/
.g_form_text--name {
	display: none;
}
#familyName{
	width:165px;
}
#givenName{
	width:165px;
}

#tel{
	width:188px;
}
.other_pay{
	display:flex;
	justify-content: center;
	margin-bottom:50px;
}
.btn_rakuten_pay{
	margin-right:10px;
}

.btn_amazon_pay{
	margin-left:10px;
}
.btn_rakuten_pay img{
    width:auto !important;
}

.btn_amazon_pay img{
    width:auto !important;
}

/*ギフトラッピング*/
.giftWrapping_notification {
	width: 100%;
	border: solid 1px #E72B1E;
	text-align: center;
	font-size: 14px;
	padding: 23px;
	color: #E72B1E;
	margin-bottom: 30px;
}
.gift-title{
	font-size: 18px;
	font-weight: normal;
	padding-top:22px;
	margin-bottom: 15px;
	position: relative;
}
.gift_wrapping_area .gift-title{
	border-top:1px solid #BFBFBF;
	padding-top:44px;
}

.gift-title.toggle:after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	margin: 4px 0 4px 50px;
}
.gift-title.toggle.on:after{
	transform: rotate(225deg);
	margin: 7px 0 1px 50px;
}
.gift_wrapping_area p{
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.gift_wrapping_grid{
	margin-bottom:15px;
	margin-right: -10px;
	/*display: none;*/
	display:block;
}
.gift_wrapping_area .gift_instance{
	display: table;
	width:385px;
	background: #f2f2f2;
	margin-bottom:10px;
	float: left;
	margin-right: 10px;
}
.gift_wrapping_area .gift_photo{
	display: table-cell;
	width:130px;
	overflow:hidden;
	position:relative;
}
.gift_wrapping_area .gift_photo:after{
	content:"";
	display:block;
	width:130px;
	padding-top:130px;
}
.gift_wrapping_area .gift_photo img{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;

}
.gift_wrapping_area .gift_info{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
}
.gift_wrapping_area .gift_name{
	font-size: 14px;
	font-weight: bold;
}
.gift_wrapping_area .gift_price{
	width:120px;
	font-size: 18px;
	float: left;
}
.gift_wrapping_area .gift_price .tax{
	font-size: 14px;
}
.gift_wrapping_area .wrapping_add_to_cart{
	float: right;
	width: 100px;
}
.gift_wrapping_area .wrapping_add_to_cart a{
	display:block;
	width: 100px;
	height:28px;
	line-height:28px;
	background:#4D4D4D;
	text-align:center;

	color:#fff;
	border-radius:6px;
	font-size:12px;

	font-weight:bold;
}





.gift_kit_area p{
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.gift_kit_grid{
	margin-bottom:15px;
	margin-right: -10px;
	/*display: none;*/
	display:block;
}
.gift_kit_area .gift_instance{
	display: table;
	width:385px;
	background: #f2f2f2;
	margin-bottom:10px;
	float: left;
	margin-right: 10px;
}
.gift_kit_area .gift_photo{
	display: table-cell;
	width:130px;
	overflow:hidden;
	position:relative;
}
.gift_kit_area .gift_photo:after{
	content:"";
	display:block;
	width:130px;
	padding-top:130px;
}
.gift_kit_area .gift_photo img{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;

}
.gift_kit_area .gift_info{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
}
.gift_kit_area .gift_name{
	font-size: 14px;
	font-weight: bold;
}
.gift_kit_area .gift_price{
	width:120px;
	font-size: 18px;
	float: left;
}
.gift_kit_area .gift_price .tax{
	font-size: 14px;
}
.gift_kit_area .wrapping_add_to_cart{
	float: right;
	width: 100px;
}
.gift_kit_area .wrapping_add_to_cart a{
	display:block;
	width: 100px;
	height:28px;
	line-height:28px;
	background:#4D4D4D;
	text-align:center;

	color:#fff;
	border-radius:6px;
	font-size:12px;

	font-weight:bold;
}

.gift_caution_word {
    color: #ff0000;
	word-break: break-all;
}

.coupon_code_txt{
	font-size: 14px;
	margin-bottom: 20px;
}
.coupon_code_txt2{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}
.coupon_txt{
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 20px;
}
.coupon_txt2{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

#popup_wrapper{
	padding: 40px;
}
.slick-prev, .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}
.slick-prev:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 16px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev {
	left: -28px;
}
.slick-next {
	right: -28px;
}
.slick-next:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 7px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slick-slide img {
	opacity: 1 !important;
}
.slick-dots {
	display: none !important;
}

#recommended{
    margin: 30px 15px 0;
}

.onlyWrapping{
	color:red;
	text-align: left;
	margin-left: 50px;
}


.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.5;
    height:20px;
}

.ui-widget-content  input[type="radio"] {
	vertical-align: middle;
}
.ui-widget-content  input[type="radio"] + label:before {
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/choose.png) no-repeat;
	background-position: 0;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-content  input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/choosen.png) no-repeat;
	background-position: 0;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-content input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content{
	padding: 0.5em 1.5em !important;
}

.cart_lead_caution{
	color: #FE3263;
	width: 100%;
	margin: -2em auto 3em;
	line-height: 1.6;
}

#rakuten_point_parts{
	display:inline;
	vertical-align:top;
}

.cart_pre_message {
	margin-bottom:1em;
}

.cart_pre_message p {
	color: #FE3263;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6;
}

.fischer_agree_message {

}

.fischer_agree_message p {
	color: #FE3263;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.6;
	font-size: 12px;
}

/**/
/* zoom
-----------------------------------------------------------------------*/
.zoom {
	cursor: pointer;
}

#zoom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
	overflow-y: scroll;
}
.hidden {
	display: none !important;
}
.fade.in {
	opacity: 1;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
#zoom .close {
	font-family: 'Helvetica Neue', 'Brown', arial;
	line-height: 40px;
	color: #000;
	position: fixed;
	top: 10px;
	right: 30px;
	z-index: 999999;
	font-size: 40px;
	font-weight: lighter;
	font-style: normal;
	opacity: 1;
	cursor: pointer;
}
.close {
	float: right;
	font-size: 20px;

	line-height: 1;
	color: #000;
	text-shadow: 0 0 3px #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#zoom .slick-dots {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 315px;
	z-index: 9999999
}
#zoom .slick-dots li {
	border: 1px solid #f4f4f4;
	margin: 0;
	width: 19%;
	/*height: 110px;*/
	float: left;
	position: relative
}
#zoom .slick-dots li.slick-active {
	border-color: #000
}
#zoom .slick-dots li.slick-active img {
	opacity: 1;
	filter: alpha(opacity=100)
}
#zoom .slick-dots li button {
	height: 106px;
	width: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	display: block;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer
}
#zoom .slick-dots li button:before {
	content: '';
	height: 106px;
	width: 64px;
	z-index: 9999999;
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#zoom .slick-dots img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: auto;
}
#zoom .slick-slide img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

/*****
ギフト購入時のアラート
******************/

#alert_dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 700px;
	height: 410px;
	z-index: 20000;
}

#alert_dialog.giftkit {
	height: fit-content!important;
}
#alert_dialog.giftwrapping {
    height: fit-content!important;
}

#alert_dialog .inner {
	position: relative;
    padding: 40px 50px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);

}
#alert_dialog h2 {
	font-size: 18px;
    font-weight: bold;
    padding-bottom: 17px;
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 30px;
}

#alert_dialog .inner > p {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px #d2d2d2 solid;
	margin-bottom: 15px;
}
#alert_dialog .inner > p span {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
#alert_dialog .inner > p span:before,
#alert_dialog .inner > p span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
}
#alert_dialog .inner > p span:before {
	right: 100%;
}
#alert_dialog .inner > p span:after {
	left: 100%;
}

.alert_btn_list  {
    display:flex;
	flex-direction: row-reverse;
}

.alert_btn  {
	display: block;
	margin: 0 auto;
}

.alert_ok,
.alert_cancel {
	background: #4D4D4D;
	width: 240px;
	height: 46px;
	border-radius: 6px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.alert_ok {
	width: 340px;
}
.alert_cancel {
	width: 120px;
	background: #999999;
}

.alert_description {
    margin-bottom: 20px;
    line-height: 1.5;
	font-size:12px;
}
.alert_title{
	font-size: 14px !important;
    font-weight: normal !important;
    border-bottom: none !important;
    margin-bottom: 10px !important;
	padding: 0 !important;
}
.alert_description p{
    margin-bottom: 30px !important;
	line-height: 1.6em !important;
}
.alert_description_attention{
	padding: 0 0 0 15px;
	display: inline-block;
	position: relative;
}
.alert_description_nonattention{
	padding: 0 0 0 15px;
	display: inline-block;
}
.alert_description_attention::before{
    content: "※";
    position: absolute;
    top: 3px;
    left: 0px;
}
.alert_description_giftwrapping p:nth-child(2){
    padding: 30px 0;
	border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}
