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

div#container div#contents {
	width: 1000px;
	margin: 0 auto;
}

/* リンク指定 */
.choice {
	margin: 0 auto;
	height: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	padding-left: 21px;
	background-image: url(/webfront/img/common_arrow01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.choice02 {
	margin: 6px auto 0;
	font-size: 13px;
	color: #333;
}
.choice03 {
	margin: 0 auto;
	height: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	padding-left: 21px;
	background-image: url(/webfront/img/arrow_before_regist.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 6px;
}

/* エラー指定 */

.error {
	color: #F00;
	margin-bottom: 4px;
}

.error-text {
	margin-bottom: 20px;
}

.error-text p {
	margin-bottom: 20px;
}

.error-text span.error {
	display: block;
	text-align:left;
	margin-bottom: 0;
}

.alert {
	color: #F00;
}

/* マージン指定 */
.space{
	margin-left: 30px;
}
/*
.box03_lastelement {
	display: inline-block;
	margin-bottom: 30px;
}
*/
/* 強調文字指定 */
.strong {
	font-weight: bold;
}

.strong_hontouroku {
	font-weight: bold;
	margin-bottom: 25px;
}

h4.bg_g {
	margin-bottom: 20px;
	padding: 10px;
	height: auto;
	background-color: #ededed;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}


div#container div#contents div.box01_middle,
div#container div#contents div.box01_bottom,
div#container div#contents div.box01_top {
}

div#container div#contents div#tourokusumi {
	/* float: left; */
    float: right;
    width: 449px;
    margin: 0 20px 0 0;
    padding: 0 0 0 29px;
    border-left: solid 1px #f0f0f0;
}

div#container div#contents div#mitouroku {
    /* float: right; */
    float: left;
    width: 450px;
    margin: auto;
    margin: 0 30px 0 20px;
    padding: 0 0 0 0;
}


/* ログアウト指定 */

.logOut {
	text-align: right;
	height: 45px;
	line-height: 45px;
}

.logOut a {
	background: url("/webfront/img/arrow_gray04.jpg") no-repeat scroll left center transparent;
    padding-left: 12px;
	font-size: 13px;

}


/* ボックス指定 */

div#container div#contents div.box01_middle {
	background-repeat: repeat-y;
	float: left;
	zoom: 1;
}

div#container div#contents div.box01_bottom {
	background-repeat: no-repeat;
	background-position: bottom;
}

div#container div#contents div.box01_top {
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 20px;
}

div#container div#contents div.box02_middle,
div#container div#contents div.box02_middle02 {
	background-image:url(/webfront/img/box/box02_middle.jpg);
	background-repeat: repeat-y;
	zoom:1;
}

div#container div#contents div.box02_top {
	background-image:url(/webfront/img/box/box02_top.jpg);
	background-repeat: no-repeat;
}

div#container div#contents div.box02_bottom01 {
	background-image:url(/webfront/img/box/box02_bottom01.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}

div#container div#contents div.box02_bottom02 {
	height: 190px;
	background-image:url(/webfront/img/box/box02_bottom.jpg);
	background-repeat: no-repeat;
}

div#container div#contents div.box03_middle {
	background-image: url(/webfront/img/box/box03_middle.jpg);
	background-repeat: repeat-y;
}

div#container div#contents div.box03_top {
	background-image: url(/webfront/img/box/box03_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#container div#contents div.box03_bottom {
	background-image: url(/webfront/img/box/box03_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	zoom: 1;
}


div#container div#contents div.box01_middle div.box01_bottom div.box01_top h2{
    padding: 16px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    background-color: #f0f0f0;
    height: 50px;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 100%;
    width: 450px;
}

#login_top {
	margin-bottom: 20px;
}

#login_top div {}

div#container div#contents div.box01_middle div.box01_bottom div.box01_top div.inbox{
	margin: 0 auto;
}

div#container div#contents div.box01_middle div.box01_bottom div.box01_top div.inbox p.inbox_p{
	margin: 20px 0 0 0;
}

div#useRegist_login {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#useRegist_login a {
    width: 280px;
    font-size: 18px;
    margin: auto;
    background-color: #ff6e00;
    display: block;
    color: white;
    font-weight: bold;
    padding: 12px 0 10px 0;
    line-height: 100%;
}

div#useRegist_login a:hover {
	text-decoration: none;
	opacity: 0.8;
}

div#useRegist_login p {
	text-align: center;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox form{
	width:360px;
	margin: 20px auto;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox form p{
	text-align: center;
	margin-bottom: 5px;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox form p input{
	width: 230px;
	margin-left: 15px;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox form p#checbox{
	text-align: right;
	padding-top: 10px;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox form p#checbox input{
	width: auto;
	margin-right: 8px;
}

div#container div#contents div#tourokusumi #btn_login{
	/*height: 69px;*/
	margin-top: 20px;
    margin-bottom: 20px;
}

div#tourokusumi #btn_login input {
	background-color: #ff6e00;
	border: none;
	font-size: 18px;
	cursor: pointer;
	width: 360px;
	-webkit-appearance: none;
	border-radius: 0;
}

div#tourokusumi #btn_login input:hover {
	opacity: 0.8;
}

div#tourokusumi #btn_login input[value] {
    width: 280px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 12px 0 10px 0;
    line-height: 100%;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox .choice{
	/*width: 360px;*/
	text-align:left;
	display: block;
	margin-bottom: 6px;
}

div#container div#contents div#tourokusumi div.box01_bottom div.box01_top div.inbox .choice01{
	margin-top: 6px;
}

div#container div#contents #mitouroku .box01_bottom img {
	margin-top: 76px;
}

div#container div#contents div.box02_middle02{

}

div#container div#contents div.box02_middle,
div#container div#contents div.box02_middle02,
div#container div#contents div.box02_top,
div#container div#contents div.box02_bottom {
	width:1000px;
}

div#container div#contents div.box02_middle02 div.box02_top div#miryoku p,
div#container div#contents div.box02_middle02 div.box02_top div#miryoku div#miryoku_img {
	text-align: center;
}

div#container div#contents div.box02_middle02 div.box02_top div#miryoku p {
	padding-top: 18px;
	padding-bottom: 17px;
}

div#container div#contents div.box02_middle02 div.box02_top div#miryoku div#miryoku_img {
	padding-bottom: 25px;
}

div#container div#contents div.box02_bottom02 div#miryoku_f {
	width: 870px;
	margin: 0 auto;
	padding-top: 27px;
}

div#container div#contents div.box02_bottom02 div#miryoku_f div#miryoku_f_kaiin {
	float: left;
}

div#container div#contents div.box02_bottom02 div#miryoku_f div#miryoku_f_mypage {
	float: right;
}

div#container div#contents div.box02_bottom02 div#miryoku_f p {
	text-align: center;
	margin-bottom: 5px;
}

div#container div#contents div#f_btn {
	margin-top: 60px;
	margin-bottom: 50px;
}


div#container div#contents div#f_btn_hontouroku {
	margin-top: 60px;
	padding-bottom: 60px;
	zoom:1;
}

div#container div#contents div#f_btn p {
	text-align: center;
	margin-bottom: 15px;
}

div#container div#contents div#simple_btn {
	padding-top: 130px;
	padding-bottom: 40px;
	zoom:1;
}

/*　ログイン認証　*/

div#container div#contents div.box02_top div.box02_bottom01 {
	padding: 33px;
	text-align: left;
}

div#container div#contents div.box01_middle,
div#container div#contents div.box02_middle,
div#container div#contents div.box03_middle {
	margin-bottom: 20px;
	zoom:1;
}

div#container div#contents div#kaiinkiyaku,
div#container div#contents div#riyoukiyaku {
}

div#container div#contents div.overflow{
	height: 500px;
	overflow-x: hidden;
	overflow: auto;
}

/*
div#container div#contents div#goriyou div.box02_top div.box02_bottom01 h2,
div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 h2,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 h2 {
	height: 30px;
	padding-left: 12px;
	font-size: 	16px;
	font-weight:bold;
	line-height: 30px;
	margin-bottom: 25px;

}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 h2,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 h2 {
	background-color: #f4f4f4;
}
*/

div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow,
div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow
 {
	margin-top: 25px;
	padding: 10px 0;
	border: #9a9a9a solid 1px;
}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl {
	padding-left: 2em;
}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dt,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dt.dt1 {
	margin-top: 0.5em;
}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dt,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dt {
	font-weight: bold;
	padding-left: 14px;
}

div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dt.dt1 {
	font-size: 16px;
}


div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dd,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dd{
	margin-left: 2.5em;
	text-indent: -2.5em;
}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dd.normal_text,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dd.normal_text {
	text-indent: 0;
}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dd.li-style,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow dl dd.li-style {
	padding-left: 6em;
	text-indent: -3em;
}

div#container div#contents div#kaiinkiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow p.end ,
div#container div#contents div#riyoukiyaku div.box02_top div.box02_bottom01 div.kiyaku_overflow p.end {
	text-align: right;
	margin-right: 4em;
}


div#container div#contents div#f_btn a,
div#container div#contents div#f_btn input {
	margin: 0 40px;
}

/* 20180123add */
div.box02_bottom01 h1:nth-child(1) {
    background-image: url(/webfront/img/order/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 17px 8px;
    cursor: pointer;
}
div.box02_bottom01 h1.active {
    background-image: url(/webfront/img/order/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 17px 8px;
    cursor: pointer;
}


/*　ネット認証画面　*/


div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom,
div#container div#contents div#fin div.box03_top div.box03_bottom {
	padding: 30px;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom h2,
div#container div#contents div#nohave_card div.box02_top div.box02_bottom01 h2,
div#container div#contents div#fin div.box03_top div.box03_bottom h2 {
	margin-bottom: 27px;
	text-align: left;
}

div#container div#contents div.box02_top div.box02_bottom01 p.p_margintop20 {
	margin-top: 20px;
}


div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form,
div#container div#contents div#fin div.box03_top div.box03_bottom form {
	width: 740px;
	margin: 30px auto;
}

div#container div#contents div#fin div.box03_top div.box03_bottom form#houjin,
div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form#houjin {
	width: 830px;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form dt,
div#container div#contents div#fin div.box03_top div.box03_bottom form dt {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 130px;
	line-height: 30px;
	text-align:left;
	font-weight: bold;
}

div#container div#contents div#fin div.box03_top div.box03_bottom form#houjin dt,
div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form#houjin dt {

	width:220px;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form dd,
div#container div#contents div#fin div.box03_top div.box03_bottom form dd {
	float: right;
	width: 605px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form dd input,
div#container div#contents div#fin div.box03_top div.box03_bottom form dd input {
	width: 345px;
	margin-right: 5px;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form dd#tel,
div#container div#contents div#fin div.box03_top div.box03_bottom form dd#tel,
div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom form dd#mail,
div#container div#contents div#fin div.box03_top div.box03_bottom form dd#card_no {
	margin-bottom: 30px;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom div#card_img,
div#container div#contents div#fin div.box03_top div.box03_bottom div#card_img {
	height: 210px;
	width: 100%;
	margin-bottom: 15px;
	background-color: #dedede;
}

div#container div#contents div#fin div.box03_top div.box03_bottom div#card_img02 {
	text-align: center;
}

hr.registHr {
    border-top: solid 1px #ccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

div#container div#contents div#net_ninsyou div.box03_top div.box03_bottom div#houjin{
	margin-left:0;
	width: 340px;
}

div#container div#contents div#nohave_card {
	margin-bottom: 60px;
}

div#container div#contents div#nohave_card div.clearfix #nc_text{
	float: left;
	width: 540px;
}

div#container div#contents div#nohave_card div.clearfix #nc_text p#nctext_fast{
	margin-bottom: 1em;
}

div#container div#contents div#nohave_card div.clearfix a{
	float: right;
	margin-top:20px;
}

div#container div#contents div#nohave_card div.clearfix #nc_btn2 a{
	margin-top: 30px;
}

div#container div#contents div#nohave_card div.clearfix #nc_btn3 a{
	margin-top: 0;
}

hr.registHr {
    border-top: solid 1px #ccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

/*　情報移行・確認画面（テーブル）　*/

table th, table td {
    vertical-align: middle;
}

div#container div#contents div#input_name,
div#container div#contents div#input_inquiry,
div#container div#contents div#input_juusyo,
div#container div#contents div#input_mail,
div#container div#contents #input_myshop {
	text-align: left;
	margin-bottom: 20px;
}

div#input_inquiry div.inquiryText {
	float: left;
	display: block;
	width: 60%;
}

div#input_inquiry div.inquiryImg {
	float: right;
	margin-right: 10px;
	width: 360px;
}

div#container div#contents table {
	width: 930px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 5px;
}

div#container div#contents table th{
	width: 238px;
	padding: 20px;
	background-color: #ededed;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}

div#container div#contents table th.th_auto{
	text-align:center;
}

div#container div#contents table th p.caution_normal{
	font-weight: normal;
	font-size: 12px;
}

div#container div#contents table td{
	border: #e6e6e6 solid 1px;
	background-color:#fbfbfb;
	padding: 10px 14px;
	vertical-align: middle;
	font-size: 13px;
}
#ssl_text{
	float: left;
	width: 760px;
}
#ssl_banner{
	float: right;
	display: inline-block;
}
div#container div#contents div#input_myshop table td#myshop_choice{
	width: 240px;
	text-align: center;
}

div#container div#contents table th span.kome{
	color: #f36d00;
	padding-right: 4px;
}

div#container div#contents table td input.inp_s {
	width: 160px;
}

div#container div#contents table td input.inp_m {
	width: 380px;
}

div#container div#contents table td input.inp_l {
	width: 600px;
}

div#container div#contents table td input.inp_l_margin {
	margin-left: 10px;
}

div#container div#contents table td p {
	margin-top: 5px;
}

div#container div#contents table td input,
div#container div#contents table td select {
	margin-right: 5px;
}

div#container div#contents table td select.pd_long {
	width: 300px;
}

div#container div#contents table td select.pd_normal {
	width: 160px;
}

div#container div#contents table td select.pd_nen {
	width: 85px;
}

div#container div#contents table td select.pd_gappi {
	width: 55px;
}

div#container div#contents th.th_auto {
	width: auto;
}

div#container div#contents div.oneline{
	width: 930px;
	height: 45px;
	margin: 0 auto;
}

/* 郵便番号入力で表示されるリスト */

td div.underAddressCode {
	position: relative;
}

.addressCode {
	display: block;
}

.addressBox {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 50%;
	border: #c6c6c6 solid 2px;
	background-color: #fff;
	border-radius: 5px;
}

.addressBox li {
	line-height: normal;
	padding: 5px;
	text-align: left;
	border-bottom: #a6a6a6 dotted 1px;
}

.addressBox li a {
	display: block;
	width: 100%;
	height: 100%;
}


/*　終了画面　*/


div#container div#contents div#fin {
	margin-bottom: 85px;
}

div#container div#contents div.fg_pw {
	text-align: right;
}


/* メルマガ登録 */

.mailMagazine {
	margin: 30px auto;
	font-weight: bold;
	text-align: center;
}

.mailMagazine .address {
	margin: 0 20px;
}

.mailMagazine img {
	text-align: center;
}

/* 画像まわりボーダー */
.border {
    border: 1px solid #EAEAEA;
}


/**/
.mb14 {
	margin-bottom: 14px;
}

.maker_price_value {
    font-size: 12px;
}

div.loginID_alert{
    color: red;
    font-size: 16px;
    margin: 15px;
    font-weight: bold;
}
.pcNone{
    display: none;
}

/* ABSS-1873 ここから */
.webregist1873block{
    width:855px;
    margin:auto;
}
.webregisttitle1873{
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight:bold;
    font-size:18px;
    color:#fff;
    background-color:#18529c;
    line-height: 43px;
    width:406px;
}
.webregistwords1873{
    margin-left:15px;
    text-align:left;
    font-size:15px;
    color:#1a1a1a;
    margin-bottom: 15px;
}
.sp_br{
    display: none;
}
.webregist1873ol{
    list-style: decimal;
}
.webregist1873li{
    list-style: decimal;
    list-style-position: inside;
    margin-left: 17px;
    text-indent: -17px;
}
.webregist1873call{
    /*border: solid 1px #ccc;*/
    padding-top: 15px;
    padding-bottom: 15px;
}
.webregist1873custmercenter{
    margin-left:20px;
    font-size:16px;
    color:#1a1a1a;
    text-align:left;
}
.webregist1873phonenumber{
    font-weight:bold;
    font-size:36px;
    color:#1a1a1a;
    margin-left:20px;
    text-align:left;
    float:left;
}
.webregist1873freecall{
    font-size:12px;
    color:#1a1a1a;
    font-weight:normal;
}
.webregist1873receptiontime{
    font-size:16px;
    color:#1a1a1a;
    float:left;
    text-align:left;
    margin-left:68px;
}
div#container div#contents table.tablewebregist1873call {
    width:100%;
    border-spacing:none;
}
div#container div#contents table.tablewebregist1873call td.left {
    padding:0;
    vertical-align: baseline;
    font-size:36px;
    font-weight:bold;
    float: left;
    margin-left: 20px;
    text-align: left;
    border:none;
    background-color: #ffffff;
}
div#container div#contents table.tablewebregist1873call td.right {
    padding:0;
    vertical-align: baseline;
    font-size: 16px;
    display: inline-block;
    float: left;
    margin-left: 68px;
    text-align: left;
    border:none;
    background-color: #ffffff;
}
/* ABSS-1873 ここまで */

/* ------- お問い合わせフォーム注釈追加 202112KT ------- */
#aboutAnswerKT{
    text-align:left;
    margin:1.5em auto;
    width:100%;
    background-color:#fee;
    padding:0.8em;
    box-sizing: border-box;
    font-weight:700;
}
#aboutAnswerKT h3{
    font-size:17px;
    color:#e11;
}
#aboutAnswerKT p{
    font-size:15px;
    margin:0 1em;
}
.bodyArea {
	width: 95%;
	height: 7em;
}
#phoneNo,
#mobilePhoneNo {
	margin-left: 1em;
}
.min_height_2em {
	min-height: 2.5rem;
}
.abIdLoginLabel {
	display: inline-block;
	width: 4rem;
}

.displayNoneForPc {
	display: none;
}

.sp-only{
	display: none;
}

.tire_tekigo_text{
	border: 1px solid #ED7D31;
    text-align: center;
    color: #ED7D31;
}
