input[readonly]{
	background-color:#C0C0C0;
}

#page-wrap {
/*	font-size: 0.9em;*/
	background: white;
	margin: 0px auto;
	padding: 0px;
}

form.waku {
	/*border: 1px solid black;*/
	/*padding: 7px;*/
	/*margin: 20px;	*/
	text-align: left;
	position: relative;
	}
	.tl-line {
/*		position: absolute;*/
		top: -1px;
		left: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topleft-line.png);
	}
	.tr-line {
/*		position: absolute;*/
		top: -1px;
		right: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topright-line.png);
	}
	.bl-line {
/*		position: absolute;*/
		bottom: -1px;
		left: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomleft-line.png);
	}
	.br-line {
/*		position: absolute;*/
		bottom: -1px;
		right: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomright-line.png);
	}

div.single-field-ul {
	border-bottom: 1px dotted #999;
}
	
div.single-field {
	padding: 10px 5px;
	position: relative;
	border-bottom: 1px dotted #999;
	}
	.tl {
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topleft.jpg);
		display: none;
	}
	.tr {
		position: absolute;
		top: 0;
		right: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topright.jpg);
		display: none;
	}
	.bl {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomleft.jpg);
		display: none;
	}
	.br {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomright.jpg);
		display: none;
	}


div.curFocus {
	background: #fdecb2;
}

label {
	width: 190px;
	display: block;
	float: left;
	font-weight: bold;
/*	font-size: 1.1em;*/	
}

.shipping_address li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}
#page-wrap div {
	line-height: 180%;
	padding-top: 10px;
}

form p {
	line-height: 160%;
	font-size: 12px;
}
input[type="text"] {
	padding: 5px;
	line-height:1;
	font-size: 14px;
	border: 1px solid #999;
}

#InquiryEmail {
    width: 60%;
	/width: 60%;
}
input[type="password"] {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #999;
}


input.searchbox {
	line-height:2;
	padding:0px 5px;
}

textarea {
	padding: 5px;
	font-size: 14px;
	height: 250px;
	width: 60%;
	/width: 60%;
	border: 1px solid #999;
	line-height:1.3;
}




/*　配送先表示　*/
.post_notice {
	text-align: left;
	font-size: 16px;
	margin: 10px 0 40px;
}
.post_box {
	background-color: #F00;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px;
	border-radius: 4px;
}
.font-red {
	color: #F00;
}
.font-bule {
	color: #0433e2;
}
.shipping_address .person_box {
	border-radius: 6px;
	border: solid 1px #bbb;
	margin-bottom: 20px;
	padding: 20px 15px 30px;
	font-size: 16px;
	line-height: 1.6;
	transition-duration: 0.5s;
}
.shipping_address .person_box:hover {
	background-color: #ffffed;
	box-shadow: 0 0 10px #edecec;
	border: solid 1px #a9a9a9;
}
.shipping_address .person_box h4 {
	margin: 0 0 5px 0;
	font-size: 20px;
	border-bottom: 1px dotted #999;
	padding: 10px;
	font-weight: bold;
}
.shipping_address .person_box .sub_box1 {
	margin: 20px 10px 20px;
}
.shipping_address .person_box .sub_box2 {
	width: 48.5%;
	float: left;
	margin: 0 0 0 3%;
}
.shipping_address .person_box .sub_box2:first-child {
	margin: 0;
}
.shipping_address .person_box .sub_box2 p {
	margin: 0;
}
.shipping_address .person_box .sub_box2 .tittle {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.shipping_address .person_box .button_box {
	margin-top: 40px;
}
.shipping_address .person_box a.button {
	font-size: 20px;
	padding: 15px 40px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: solid 1px #FF6802;
	background: #ffb426; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb426 0%, #ff6802 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffb426 0%, #ff6802 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb426 0%, #ff6802 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb426', endColorstr='#ff6802', GradientType=0 ); /* IE6-9 */
}
.shipping_address .person_box a.button:hover {
	background: #ff6802; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6802 0%, #ffb426 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6802 0%, #ffb426 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6802 0%, #ffb426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6802', endColorstr='#ffb426', GradientType=0 ); /* IE6-9 */
}
.shipping_address .person_box a.edit_button {
	padding: 3px 10px;
	font-size: 12px;
	color: #585858 !important;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: solid 1px #c0c0c0;
	float: right;
	background: #f5f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f4f4 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f4f4 0%, #e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f4f4 0%, #e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f4', endColorstr='#e9e9e9', GradientType=0 ); /* IE6-9 */
}
.shipping_address .person_box a.edit_button2 {
	padding: 3px 10px;
	font-size: 12px;
	color: #585858 !important;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: solid 1px #f6b7b7;
	float: right;
	margin-left: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff2f2+0,ffafaf+100 */
	background: #fff2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fff2f2 0%, #ffafaf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff2f2 0%, #ffafaf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff2f2 0%, #ffafaf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2f2', endColorstr='#ffafaf', GradientType=0 ); /* IE6-9 */
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.single-field .radio_box {
	float: none;
	display: inline;
	margin: 0 40px 0 0;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.single-field #post_check1 {
	width: auto;
}
.single-field #post_check1_omment {
	display: none;
}
.single-field #post_check1_omment .post_box1 {
	background-color: #fff8fc;
	margin-top: 30px;
	padding: 10px 20px 20px 20px;
}
.single-field #post_check1_omment .post_box1 >p {
	font-size: 14px;
}
.single-field #post_check1_omment .post_box2 {
	border: solid 2px #fd3765;
	margin-top: 20px;
	background: #fff;
	padding: 0px;
}
.single-field #post_check1_omment .post_box2 .pad20 {
	padding: 0 20px
}
.single-field #post_check1_omment .post_box2 .redbox {
	background: #f00;
	padding: 10px;
	color: #fff;
	margin: 0 0 20px 0;
}
.single-field #post_check1_omment .post_box2 .authentication {
	background-color: #F8F8F8;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}
.single-field #post_check1_omment .post_box2 .authentication .authentication_box {
	float: none;
	display: inline;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	cursor: pointer;
}
.single-field .post_check1 {
	width: auto;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
=======
input[readonly]{
	background-color:#C0C0C0;
}

#page-wrap {
/*	font-size: 0.9em;*/
	background: white;
	margin: 0px auto;
	padding: 0px;
}

form.waku {
	/*border: 1px solid black;*/
	/*padding: 7px;*/
	/*margin: 20px;	*/
	text-align: left;
	position: relative;
	}
	.tl-line {
/*		position: absolute;*/
		top: -1px;
		left: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topleft-line.png);
	}
	.tr-line {
/*		position: absolute;*/
		top: -1px;
		right: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topright-line.png);
	}
	.bl-line {
/*		position: absolute;*/
		bottom: -1px;
		left: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomleft-line.png);
	}
	.br-line {
/*		position: absolute;*/
		bottom: -1px;
		right: -1px;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomright-line.png);
	}

div.single-field-ul {
	border-bottom: 1px dotted #999;
}
	
div.single-field {
	padding: 10px 5px;
	position: relative;
	border-bottom: 1px dotted #999;
	}
	.tl {
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topleft.jpg);
		display: none;
	}
	.tr {
		position: absolute;
		top: 0;
		right: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-topright.jpg);
		display: none;
	}
	.bl {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomleft.jpg);
		display: none;
	}
	.br {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 5px;
		height: 5px;
		background: url(/img/corner-bottomright.jpg);
		display: none;
	}


div.curFocus, tr.curFocus {
	background: #fdecb2;
}

label {
	width: 190px;
	display: block;
	float: left;
	font-weight: bold;
/*	font-size: 1.1em;*/	
}

.shipping_address li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}
#page-wrap div {
	line-height: 180%;
	padding-top: 10px;
}

form p {
	line-height: 160%;
	font-size: 12px;
}
input[type="text"] {
	padding: 5px;
	line-height:1;
	font-size: 14px;
	border: 1px solid #999;
}

#InquiryEmail {
    width: 60%;
	/width: 60%;
}
input[type="password"] {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #999;
}


input.searchbox {
	line-height:2;
	padding:0px 5px;
}

textarea {
	padding: 5px;
	font-size: 14px;
	height: 250px;
	width: 60%;
	/width: 60%;
	border: 1px solid #999;
	line-height:1.3;
}




/*　配送先表示　*/
.post_notice {
	text-align: left;
	font-size: 16px;
	margin: 10px 0 40px;
}
.post_box {
	background-color: #F00;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px;
	border-radius: 4px;
}
.font-red {
	color: #F00;
}
.font-bule {
	color: #0433e2;
}
.shipping_address .person_box {
	border-radius: 6px;
	border: solid 1px #bbb;
	margin-bottom: 20px;
	padding: 20px 15px 30px;
	font-size: 16px;
	line-height: 1.6;
	transition-duration: 0.5s;
}
.shipping_address .person_box:hover {
	background-color: #ffffed;
	box-shadow: 0 0 10px #edecec;
	border: solid 1px #a9a9a9;
}
.shipping_address .person_box h4 {
	margin: 0 0 5px 0;
	font-size: 20px;
	border-bottom: 1px dotted #999;
	padding: 10px;
	font-weight: bold;
}
.shipping_address .person_box .sub_box1 {
	margin: 20px 10px 20px;
}
.shipping_address .person_box .sub_box2 {
	width: 48.5%;
	float: left;
	margin: 0 0 0 3%;
}
.shipping_address .person_box .sub_box2:first-child {
	margin: 0;
}
.shipping_address .person_box .sub_box2 p {
	margin: 0;
}
.shipping_address .person_box .sub_box2 .tittle {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.shipping_address .person_box .button_box {
	margin-top: 40px;
}
.shipping_address .person_box a.button {
	font-size: 20px;
	padding: 15px 40px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: solid 1px #FF6802;
	background: #ffb426; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb426 0%, #ff6802 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffb426 0%, #ff6802 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb426 0%, #ff6802 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb426', endColorstr='#ff6802', GradientType=0 ); /* IE6-9 */
}
.shipping_address .person_box a.button:hover {
	background: #ff6802; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6802 0%, #ffb426 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6802 0%, #ffb426 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6802 0%, #ffb426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6802', endColorstr='#ffb426', GradientType=0 ); /* IE6-9 */
}
.shipping_address .person_box a.edit_button {
	padding: 3px 10px;
	font-size: 12px;
	color: #585858 !important;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: solid 1px #c0c0c0;
	float: right;
	background: #f5f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f4f4 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f4f4 0%, #e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f4f4 0%, #e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f4', endColorstr='#e9e9e9', GradientType=0 ); /* IE6-9 */
}
.shipping_address .person_box a.edit_button2 {
	padding: 3px 10px;
	font-size: 12px;
	color: #585858 !important;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	border: solid 1px #f6b7b7;
	float: right;
	margin-left: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff2f2+0,ffafaf+100 */
	background: #fff2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fff2f2 0%, #ffafaf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff2f2 0%, #ffafaf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff2f2 0%, #ffafaf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2f2', endColorstr='#ffafaf', GradientType=0 ); /* IE6-9 */
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.waku .required2, p .required2,
.single-field .required {
	font-size: 10px;
	font-weight: bold;
	color: #ff8787;
	margin: 0 10px;
}
.single-field .radio_box {
	float: none;
	display: inline;
	margin: 0 40px 0 0;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.single-field #post_check1 {
	width: auto;
}
.single-field #post_check1_omment {
	display: none;
}
.single-field #post_check1_omment .post_box1 {
	background-color: #fff8fc;
	margin-top: 30px;
	padding: 10px 20px 20px 20px;
}
.single-field #post_check1_omment .post_box1 >p {
	font-size: 14px;
}
.single-field #post_check1_omment .post_box2 {
	border: solid 2px #fd3765;
	margin-top: 20px;
	background: #fff;
	padding: 0px;
}
.single-field #post_check1_omment .post_box2 .pad20 {
	padding: 0 20px
}
.single-field #post_check1_omment .post_box2 .redbox {
	background: #f00;
	padding: 10px;
	color: #fff;
	margin: 0 0 20px 0;
}
.single-field #post_check1_omment .post_box2 .authentication {
	background-color: #F8F8F8;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}
.single-field #post_check1_omment .post_box2 .authentication .authentication_box {
	float: none;
	display: inline;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	cursor: pointer;
}
.single-field .post_check1 {
	width: auto;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
input.backtoCart:hover {
	cursor:pointer;
}
p.order1-1Ttl {
	margin-bottom:40px;
	font-size:20px;
	font-size:1.6em;
	font-weight:bold
	;color:#333;
	text-align:center;
}
p#do_show_area1, p#do_show_area2, p#do_show_area3 {
	color:#333;
	margin:10px 0 20px 0;
	padding:10px;
	font-weight:bold;
	display:block;
	font-size:1.4em;
	text-align:left;
	text-decoration:none;
	cursor:pointer;
}
p#do_show_area1 {
	background-color:#ffb83b;
}
p#do_show_area2 {
	background-color:#ff9000;
}
p#do_show_area3 {
	background-color:#e87733;
}
p#do_show_area1 span, p#do_show_area2 span, p#do_show_area3 span {
	width:16px;
	height:17px;
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}
p#do_show_area1 span.rtarw, p#do_show_area2 span.rtarw, p#do_show_area3 span.rtarw {
	background:url(../img/i_leftarw_order.png) top center no-repeat;
}
p#do_show_area1 span.dwnarw, p#do_show_area2 span.dwnarw, p#do_show_area3 span.dwnarw {
	background: url(../img/i_dwnarw_order.png) 0.3em center no-repeat;
}
p#do_show_area1:hover {
	background-color:#ffdb9b;
}
p#do_show_area2:hover {
	background-color:#ffcc99;
}
p#do_show_area3:hover {
	background-color:#ecb390;
}
.hide_area1, .hide_area2, .hide_area3 {
	display:none;
	}
#do_show_area1.active, p#do_show_area2.active, p#do_show_area3.active {
	background:#ffcc99 url(../img/i_dwnarw_order.png) 0.8em center no-repeat;
	}

#do_show_area1 + .page-wrap, #do_show_area2 + .page-wrap, #do_show_area3 + .page-wrap {
	background: white;
	margin: 0px auto;
	padding: 0px;
}
#do_show_area1 + .page-wrap div, #do_show_area2 + .page-wrap div, #do_show_area3 + .page-wrap div {
	line-height: 180%;
	padding-top: 10px;
}
#do_show_area2 + .page-wrap div#password, #do_show_area3 + .page-wrap div#password {
	padding-top: 0;
}

.order1-1mB40 {
	margin-bottom:40px;
}
.order1-1pL20 {
	padding-left:20px;
}
.order1-1mB40 .mL190 {
	margin-left:190px;
}
.order1-1mB40 input::-webkit-input-placeholder,
.order1-1pL20 input::-webkit-input-placeholder {
	color: #ccc;
	font-weight:normal;
	font-size:14px;
}
.order1-1mB40 input:-ms-input-placeholder,
.order1-1pL20 input:-ms-input-placeholder {
	color: #ccc;
	font-weight:normal;
	font-size:14px;
}
.order1-1mB40 input::-moz-placeholder,
.order1-1pL20 input::-moz-placeholder {
	color: #ccc;
	font-weight:normal;
	font-size:14px;
}
.order1-1mB40 input[type="radio"]:hover,
.order1-1mB40 input[type="checkbox"]:hover,
.order1-1mB40 button:hover,
.order1-1pL20 input[type="radio"]:hover,
.order1-1pL20 input[type="checkbox"]:hover,
.order1-1pL20 button:hover {
	cursor:pointer;
}
.order1-1mB40 .annotation,
.orderAdd .annotation,
.order1-1pL20 .annotation,
.order1-1pL20 .annotation {
	margin:5px 0 5px 190px;
}
.order1-1mB40 .annotation200,
.order1-1pL20 .annotation200 {
	margin: 0 0 5px 200px;
}
.order1-1mB40 .tokuten {
	display:inline-block;
	text-align:center;
	border:double #333;
	padding:10px;
	line-height:1.6;
	margin-left:200px;
}
.order1-1mB40 label.fL190 {
	width: 190px;
	display: block;
	float: left;
	font-weight: bold;
}
.order1-1mB40 img.creditLogos {
	display:block;
}
.order1-1mB40 select#OrderCardType {
	margin-top:5px;
}
.order1-1mB40 label.magazineChange {
	margin:2px 0 0 0;
	color:#e02e2e;
	font-weight:bold
	;display:block;
	width:300px;
}
.order1-1mB40 .single-field label.fL190 + div.multiChoices {
	padding:0 0 0 200px;
}
.order1-1mB40 label.magazineChange + div.multiChoices {
	clear:both;
	padding:0 0 0 190px;
}
.order1-1mB40 label.fL190 + div.multiChoices label,
.orderAdd label.fL190 + div.multiChoices label,
.order1-1mB40 label.magazineChange + div.multiChoices label {
	float:none;
	width:auto;
	font-weight:normal;
	line-height:2;
}
.order1-1mB40 label.fL190:hover, .order1-1mB40 label.magazineChange:hover,
.order1-1mB40 .single-field label.fL190 + div.multiChoices label:hover,
.order1-1mB40 label.magazineChange + div.multiChoices label:hover {
	cursor:pointer;
}
.order1-1mB40 label.fL190 + div.multiChoices > .annotation {
	margin-left:0;
}
.order1-1mB40 label.fL190 + div.multiChoices > p,
.orderAdd label.fL190 + div.multiChoices > p,
.order1-1mB40 label.magazineChange + div.multiChoices > p {
	margin:0;
}
.order1-1mB40 label.magazineChange + div.multiChoices > p > label:first-child {
	padding-top:5px;
}
.order1-1mB40 label.fL190 + div.multiChoices span.tokuten,
.order1-1mB40 label.magazineChange + div.multiChoices span.tokuten {
	margin:10px 0;
}

.order1-1mB20 {
	margin-bottom:20px;
}
.order1-1mB20 #show_area2 {
	padding-bottom:30px;
}

/*-----Rapid SSLへ変更 start 20171218-----*/
.securityBox {
    border: solid 1px #e9e9e9;
    margin-right: 0;
    text-align: center;
    width: 718px;
    padding: 15px;
}
.securityBox img {
  padding-right:15px;
  vertical-align:middle;
}
.securityBox p {
  line-height:1.7;
  margin:0;
}
/*-----Rapid SSLへ変更 start 20171218-----*/

/* オーダーフォーム振込人名義の精度向上対策 */
.form-para-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 190px;
}
.form-para-flex label {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
#OrderConfirm #OrderPayerNameSelect {
    margin-left:32px
}
#OrderConfirm #OrderPayerName {
    background-color: #ffffcc;
    display: none;
    margin-left:37px;
}
.input-item {
  border-bottom: 1px dotted #999;
  padding: 10px 5px;
}
.input-item__required {
  color: #ff8787;
  font-size: .63rem;
  font-weight: 700;
  margin: 0 10px;
}
.input-item__description {
  font-size: .75rem;
  margin: 10px 0 10px 190px;
}
