@charset "utf-8";
/*
   会員登録関連スタイル
 */
#GSC_customer_base {
    margin: 20px auto 50px auto;
    width:  780px;
    color:  #333333;
}
#GSC_customer_base strong{
    color:       #cc3333;
    font-weight: normal;
}
#GSC_customer_base .error_message,
#GSC_customer_base .caution {
    color:       #cc3333;
    font-weight: normal;
}
#GSC_customer_base .item_name{
    color:       #333333;
    font-weight: bold;
}
#GSC_customer_base .notation{
    color:       #3366ff;
    font-size:   11px;
}
#GSC_customer_base .float_clear{
    clear: both;
}
#GSC_customer_base .h2Ttl span {
	padding: 0 0 12px 24px;
	display: block;
	color: rgb(36, 163, 255);
	font-size: 16px;
	font-weight: bold;
	background: url(../images/point/com_h2_bg02.gif) no-repeat left 1px;
	line-height:16px;
}
#GSC_customer_base h2 {
	margin: 0 auto 20px;
	width: 780px;
	background: url(../images/point/com_h2_bg01.gif) no-repeat left bottom;
	background-size: 100% auto;
}


/* ボタン群 (form用) */
#GSC_customer_base input.button_next{
    width:        201px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_next_off.gif");
    border-style: none;
}
#GSC_customer_base input.button_back{
    width:        122px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_back_off.gif");
    border-style: none;
}
#GSC_customer_base input.button_sendmail{
    width:        185px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_sendmail_off.gif");
    border-style: none;
}
#GSC_customer_base input.button_change{
    width:        143px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_change_off.gif");
    border-style: none;
}
#GSC_customer_base input.button_email_change{
    width:        242px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_changemail_off.gif");
    border-style: none;
}
#GSC_customer_base input.button_reissue_password{
    width:        220px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_reissuepass_off.gif");
    border-style: none;
}
/* 2014.2.7 AP修正ここから*/
#GSC_customer_base input.button_send{
    width:        122px;
    height:       35px;
    background:   #ffffff 0 0 no-repeat url("../images/parts/customer/bt_send_off.gif");
    border-style: none;
}
/* 2014.2.7 AP修正ここまで*/
/* 2014.1.5 退会申請フォーム用ここから */
#GSC_customer_base ul.button_form li {
    margin-bottom: 20px;
    text-align: center;
}
#GSC_customer_base input.button_withdrawal_check{
    background:transparent url(../images/parts/sokuyomi/skym_inquiry_bt_confirm_off.gif) no-repeat scroll 0 0;
    border-style:none;
    height:35px;
    width:140px;
    vertical-align:top;
}
#GSC_customer_base input.button_withdrawal_send{
    background:transparent url(../images/parts/sokuyomi/skym_withdrawal_bt_send_off.gif) no-repeat scroll 0 0;
    border-style:none;
    height:35px;
    width:140px;
    vertical-align:top;
}
#GSC_customer_base input.button_withdrawal_cancel{
    background:transparent url(../images/parts/sokuyomi/skym_withdrawal_bt_cancel_off.gif) no-repeat scroll 0 0;
    border-style:none;
    height:35px;
    width:140px;
    vertical-align:top;
}
/* 2014.1.5 退会申請フォーム用ここまで */

/* ---------------------------------------------------------
   共通メッセージ
--------------------------------------------------------- */
#GSC_customer_base div.message_box {
    margin:       20px auto 80px auto;
    width:        740px;
}
#GSC_customer_base div.message_box_generic {
    margin:     80px auto 80px auto;
}
#GSC_customer_base div.message_box div.message_title {
    padding:     15px 0 15px 0;
    color:       #333333;
    text-align:  center;
    font-weight: bold;
    font-size:   16px;
    background:  #ffffff url("../images/parts/customer/bg_740box_47top.gif") left top no-repeat;
}
#GSC_customer_base div.message_box div.message_body {
    padding:    70px 0 60px 0;
    border-style: solid;
    border-width: 0 1px;
    border-color: #cccccc;
}
#GSC_customer_base div.message_box div.message_body p {
    color:       #333333;
    text-align:  center;
    font-size:   12px;
    line-height: 1.5em;
}
#GSC_customer_base div.message_box div.message_body div.button {
    margin-top:  30px;
    color:       #333333;
    text-align:  center;
    font-size:   12px;
}
#GSC_customer_base div.message_box div.message_body div.generic_button {
    margin-top: 20px;
    height: 40px;
    text-align:  center;
    vertical-align: middle;
}
#GSC_customer_base div.message_box div.message_body div.generic_button a.generic_button_on {
    display: block;
    margin:auto;
    width:  120px;
    height: 40px;
    background-image:  url("../images/parts/contents/bg_button_on.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    line-height:40px;
    text-decoration: none;
    color:#000000;
    overflow: hidden;
}
#GSC_customer_base div.message_box div.message_body div.generic_button a.generic_button_off {
    display: block;
    margin:auto;
    width:  120px;
    height: 40px;
    background-image: url("../images/parts/contents/bg_button_off.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    line-height:40px;
    text-decoration: none;
    color:#000000;
    overflow: hidden;
}
#GSC_customer_base div.message_box div.message_box_bottom{
    background: #ffffff url("../images/parts/customer/bg_740box_bottom.gif") left bottom no-repeat;
}

/* ---------------------------------------------------------
   会員登録
--------------------------------------------------------- */
#GSC_customer_base h2{
    margin-bottom: 12px;
    font-weight: bold;
    font-size:   18px;
}
#GSC_customer_base ul.step{
    margin:     20px auto 10px auto;
    padding:    10px 0 10px 0px;
    text-align:     center;
    letter-spacing: 3px;
}
#GSC_customer_base ul.step img{
    vertical-align: middle;
}
#GSC_customer_base ul.step li{
    display: inline;
}
#GSC_customer_base ul.step li.first img{
    padding-left: 0;
    background:   none;
}
#GSC_customer_base ul.step li img{
    padding-left: 20px;
    background: no-repeat 0 50% url("../images/parts/customer/ico_arrow_gray.gif");
}

#GSC_customer_base h3 {
    margin:      10px auto 5px auto;
    border-left:  solid 10px #f67757 ;
    padding:     5px 0px 5px 10px;
    text-align:  left;
    color:       #c76832;
    font-weight: bold;
    font-size:   16px;
}
#GSC_customer_base p {
    margin:      0 auto 0 auto;
    color:       #333333;
    text-align:  left;
    font-size:   12px;
    line-height: 1.5em;
}
#GSC_customer_base table{
    border-collapse: collapse;
    empty-cells:     show;
    margin:          10px 0 30px 0;/*2014.1.29 AP変更*/
    width:           100%;
}
#GSC_customer_base table th, #GSC_customer_base table td{
    border:         solid 1px #bec3c6;
    padding:        10px;
    font-size  :    12px;
    font-weight:    normal;
    vertical-align: top;
}
#GSC_customer_base table th{
    width           : 170px ;
    background-color: #f0f5f8;
}
#GSC_customer_base table.pre_complete th{
    padding-left: 60px ;
    width       : 110px ;
    table-layout: fixed;
}
#GSC_customer_base table.with_form_parts th{
    padding-top: 13px;
}
#GSC_customer_base table.no_form_parts th{
    padding-top: 10px;
}
#GSC_customer_base table.pre_complete th.required{
    background-image:    url("../images/parts/customer/ico_required.gif");
    background-repeat:   no-repeat;
}
#GSC_customer_base table.with_form_parts th.required{
    background-position: 10px 13px ;
}
#GSC_customer_base table.no_form_parts th.required{
    background-position: 10px 10px ;
}
#GSC_customer_base table tr th.address,
#GSC_customer_base table tr td.address{
    vertical-align: middle;
}
#GSC_customer_base table tr th.address span,
#GSC_customer_base table tr td.address span{
    line-height: 26px;
}


#GSC_customer_base input, #GSC_customer_base select{
    vertical-align: middle;
}
#GSC_customer_base input{
    padding: 3px;
}
#GSC_customer_base input.no_border{
    border: none ;
}
#GSC_customer_base input.radio_button{
    margin: 6px 3px;
    border: none ;
}
#GSC_customer_base input.checkbox{
    margin: 6px 3px;
    border: none ;
}
#GSC_customer_base textarea.textarea{
    margin: 6px 3px;
    width: 99%;
}
#GSC_customer_base input.textbox{
    width: 250px;
}
#GSC_customer_base input.textbox_tel{
    width: 200px;
}
#GSC_customer_base input.textbox_password,
#GSC_customer_base input.textbox_zipcode {
    width: 120px;
}
#GSC_customer_base select{
    margin: 3px 0px;
}
#GSC_customer_base label.birthday{
    margin-right: 12px;
}
#GSC_customer_base label.birthday select{
    margin-right: 3px;
}
#GSC_customer_base table input, #GSC_customer_base table select{
    border: solid 1px #cccccc ;
}
#GSC_customer_base label.user_name{
    display: block;
    float:   left;
    margin-right:  10px;
    width:        132px;
    text-align: right;
}
#GSC_customer_base label.user_name input{
    margin-left: 3px;
    width: 85px;
}
#GSC_customer_base table .note{
    color: #598eba;
}
#GSC_customer_base table td.note{
    width: 250px ;
}
#GSC_customer_base table.with_form_parts td.note{
    padding-top: 13px;
}

#GSC_customer_base table td.valign_middle{
    vertical-align : middle ;
}
#GSC_customer_base table td.note p{
    margin:      5px 0 0 0;
    color:       #598eba;
    line-height: 1.2em;
}
#GSC_customer_base table td.note ul{
    padding-left: 20px;
}
#GSC_customer_base table td.note li{
    list-style-type: disc;
}

#GSC_customer_base table .captcha{
    margin: 10px 0;
}
#GSC_customer_base table .captcha_note {
    color: #007FFF;
}

#GSC_customer_base div.rule{
    margin:           0 auto 0 auto;
    /*border:           inset 1px #dddddd;*/
    padding:          10px;
    /*height:           70px;
    overflow:         auto;*/
    font-size:        12px;
    background-color: #ffffff;
    line-height:140%;
}
#GSC_customer_base div.agree{
    margin:     5px auto 10px auto;
    text-align: center;
    font-size:  12px;
}
#GSC_customer_base div.buttons{
    margin:         20px 0 0 0;
    text-align:     center;
    letter-spacing: 50px;
}
#GSC_customer_base div.buttons img{
    vertical-align: top;
}

/* 会員情報変更で使用 */
#GSC_customer_base td.unmodifiable{
    padding-top:    13px;
    padding-bottom: 13px;
}

#GSC_customer_base td.note a.other_operation{
    border:          solid 1px #ff9900;
    padding-left:    12px;
    color:           #ff9900;
    text-decoration: none;
    background: transparent 0 50% no-repeat url("../images/parts/customer/ico_arrow_orange.gif")
}

/* ---------------------------------------------------------
   メールアドレス変更・パスワード変更・
   パスワード再申請・パスワード再入力
--------------------------------------------------------- */
#GSC_customer_base div.message_box div.message_body table{
    margin:0 auto;
    width: 500px;
}
#GSC_customer_base div.message_box div.message_body table th,
#GSC_customer_base div.message_box div.message_body table td{
    padding:          5px;
    border-style:     none;
    width:            auto;
    background-color: transparent;
}
#GSC_customer_base div.message_box div.message_body table th{
    padding-top: 8px;
    font-weight: bold;
    text-align:  right;
}
#GSC_customer_base div.message_box div.message_body table th.fixed{
    padding-top: 5px;
}
#GSC_customer_base table#GSC_customer_republish_password th{
    width: 240px;
}
#GSC_customer_base table#GSC_customer_redefine_password th{
    width: 220px;
}
#GSC_customer_base table#GSC_customer_change_password th{
    width: 225px;
}
#GSC_customer_base table#GSC_customer_change_mail_address th,
#GSC_customer_base table#GSC_customer_change_mail_address_confirm th{
    width: 190px;
}


#GSC_customer_base div.message_box div.message_body table th.email{
    padding-top: 8px;
}
#GSC_customer_base div.message_box div.message_body table th.email_with_note{
    padding-top: 23px;
}
#GSC_customer_base div.message_box div.message_body div.sent_mail_to,
#GSC_customer_base div.message_box div.message_body div.login_id{
    margin: 12px 0;
    font-size:   12px;
    font-weight: bold;
    text-align:  center;
}
#GSC_customer_base div.message_box div.message_body div.sent_mail_to{
    color: #333333;
}
#GSC_customer_base div.message_box div.message_body span.mail_address{
    font-weight: bold;
}
#GSC_customer_base div.message_box div.message_body input.textbox_password{
    width: 160px;
}
/* パスワード再入力 */
#GSC_customer_base #GSC_customer_message_box_password_reconfirm div.message_body{
    padding-top: 20px;
}
#GSC_customer_message_box_password_reconfirm div.message_body div.error_message_box{
    margin: 0 auto 20px auto;
    border: solid 3px #cc3333;
    padding: 10px;
    width: 80%;
    color: #333333;
    text-align:center;
    font-size: 16px;
}






/* 会員規約CSS追加　PSD　Hikasa　20110523 */
/* const page common */
#org_const_area2{
	padding-top:5px;
	padding-bottom:25px;
	margin-bottom:20px;
}

#org_const_area2 h3{
	background:#144883;
	letter-spacing:2px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:7px 15px 6px 15px;
	width:715px;
	margin:10px auto 0 auto;
	clear:both;
	border: none;
}

.org_const_txt_area2{
	border-left:1px solid #9D9146;
	border-right:1px solid #9D9146;
	border-bottom:1px solid #9D9146;
	width:703px;
	margin:0 auto 20px auto;
	padding:18px 20px;
}

.org_const_txt_area_bottom2{
	border-left:1px solid #9D9146;
	border-right:1px solid #9D9146;
	border-bottom:1px solid #9D9146;
	width:878px;
	margin:0 auto 0px auto;
	padding:18px 20px;
}

.org_const_txt_area2 p,
.org_const_txt_area_bottom2 p{
	margin:0;
	line-height:140%;
}

/* 会員規約CSS追加　DC　D.Yano　20130221 */

.org_const_txt_area4{
	border:1px solid #9D9146;
	width:703px;
	margin:10px auto 20px auto;
	padding:18px 20px;
}
.org_const_txt_area4 p,
.org_const_txt_area_bottom2 p{
	margin:0;
	line-height:140%;
}

/* terms */
.org_const_terms2{
	line-height:140%;
}

.org_const_terms2 h4{
	font-weight:bold;
	margin-bottom:10px;
}

.org_const_terms_txt2{
	width:730px;
	margin:0 auto 20px auto;
	line-height:140%;
}

.org_const_terms2 ol{
	list-style:decimal;
	padding-left:25px;
	padding-bottom:20px;
	border-bottom:1px solid #9D9146;
	margin-bottom:20px;
}

.org_const_terms2 ol.org_const_terms_ol_bottom2{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.org_const_terms2 ol li{
	margin-bottom:5px;
}

.org_const_terms2 ol li ul li{
	margin-bottom:0px;
	background:url(../images/docs/terms_dot.gif) no-repeat 0 4px;
	padding-left:18px;
}

p.org_const_terms_summary_txt2{
	padding-bottom:20px;
	border-bottom:1px solid #9D9146;
	margin-bottom:20px;
}

.org_const_terms_txt22{
	width:920px;
	margin:0 auto 0px auto;
	line-height:140%;
}


/*仮登録メールの再送信*/

/* 2014.2.7 AP修正ここから*/
#GSC_customer_base.temporary h2 {
    margin-bottom:25px;
}
#GSC_customer_base.temporary p a {
    display:block;
    padding-top:10px;
}
/* 2014.2.7 AP修正ここまで*/
div#GSC_customer_resend_input {
    display: none;
}