@charset "UTF-8";

/*****************************
    detail.css
    個別設定用CSS

    01: 共通設定
    02: ログインページ
    03: 材質・特長
    04: 購入

*****************************/


/* =01 共通設定
-------------------------- */
html {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#main_contents {
    width:730px;
    margin:55px 0 0 0;
    float:right;
}
#customer_menu {
    width:200px;
    float:left;
    padding:5px 0;
}
.headLine {
    width:920px;
    margin:0 auto;
    position:relative;
}
h2 {
    font-size:16px;
    font-weight:bold;
    border-left:5px solid #124F91;
    margin:0 0 20px 0;
    padding:2px 0 2px 5px;
}
h3{
    font-size:1em;
    font-weight:bold;
    margin:0 0 0 0;
    padding:5px 0 0 0;
    color:#0096b2;
    clear:both;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align:-0.5em;
    border: none;
    margin-right: 15px;
}

/* ▼UPD 2015.04.14 R.Kato */
input:focus ,
button:focus {
    outline: none;
}
/* ▲UPD 2015.04.14 R.Kato */

/*////2019.07.23 ADD START////*/
#mypage h2{
	font-size:18px;
}
#main_contents h2{
	border-bottom:1px solid #124F91;
}
/*////2019.07.23 ADD END  ////*/

/* =02 ログインページ
-------------------------- */
/* 共通 */
.login {
    width:400px;
    float:left;
    margin-right: 20px;
}
.regist {
    width:500px;
    float:left;
    margin-bottom:10px;
}
.privacy:after{
    display:block;
    margin-top:-1px;
    height:1px;content:"";
    clear:both;
}
.privacy {
    position:relative;
    clear:both;
    width:945px;
    height:105px;
    padding-top:20px;
}
.login h2,
.regist h2 {
    width:330px;
    margin-bottom:10px;
}

/* ログイン */
.login form {
    margin-left:25px;
}
.login p {
    background:url(../../images/form_back.png) bottom no-repeat;
    width:172px;
}
.login p input {
    height:30px;
    width:340px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #CCCCCC;
    padding-left:5px;
}

/* ▼UPD 2015.04.14 R.Kato */
.login .submit input {
    background:url(../../images/btn_blue_03.png) no-repeat;
    width:200px;
    height:40px;
    border:none;
    margin: 10px auto;
    cursor:pointer;
    color:#ffffff;
    font-size:16px;
    font-weight: bold;
}
.login .submit input:hover{
    background:url(../../images/btn_blue_03_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.14 R.Kato */


/* 個人・法人登録 */
.regist p {
    margin-left:25px;
}
.regist ul:after{
    display:block;
    margin-top:-1px;
    height:1px;content:"";
    clear:both;
}
.regist ul {
    width: 430px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 21px;
}

/* ▼UPD 2015.04.14 R.Kato */
.regist ul li {
    background:url(../../images/btn_orange_02.png) no-repeat;
    float:left;
    width:200px;
    height:40px;
    border:none;
    cursor:pointer;
    text-align: center;
}
.regist ul li:hover {
    background:url(../../images/btn_orange_02_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.14 R.Kato */

.regist ul li.corporationRegiBtn {
    margin-right:30px;
}
.regist ul li a {
    display:block;
    width:200px;
    height:40px;
    text-decoration: none;
    color: #ffffff;
    font-size:16px;
    font-weight: bold;
    line-height: 40px;
}
.privacy p {
    padding:5px 0 5px 5px;
    height:21px;
    font-size: 14px;
}
.privacy p.img {
    position:absolute;
    top:-5px;
    right:0;
    width:104px;
    height:104px;
    background:none;
}

/* ▼UPD 2015.04.14 R.Kato */
.login_btn {
    background:url(../../images/btn_blue_02.png) no-repeat;
    width:220px;
    height:45px;
    border:none;
    cursor:pointer;
    text-align: center;
    margin: 0 auto;
}
.login_btn:hover {
    background:url(../../images/btn_blue_02_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.14 R.Kato */

.login_btn a {
    display:block;
    width:220px;
    height:45px;
    color:#ffffff;
    text-decoration:none;
    font-size: 14px;
    line-height: 45px;
}
.error-message {
    color:orange;
    font-weight:bold;
}


/* 完了画面リンク */
div#withdrawalend_contents p.login_btn a {
    color: #ffffff;
}
div#withdrawalend_contents p.login_btn a:visited {
    color: #ffffff;
}

/* ログインフォーム共通 */
.login div.loginArea,
.regist div.registArea,
.login div.forgetPassArea,
.login div.changePassArea {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #CCCCCC;
    background: #F0F0F0;
    padding-top:10px;
    margin-bottom:30px;
}

/* ログイン */
.login div.loginArea div.error-message {
    margin-left:25px;
}
.loginItem {
    position: relative; 
    margin-bottom: 15px;
}
.loginItem span {
    position: absolute;
    top: 10px;
    left: 220px;
    text-decoration: underline !important;
}

/* 法人のお客様へ */
.corporateMess {
    clear:both;
}
.corporateMess span.mds {
    font-weight:bold;
    font-size:1.1em;
}
.corporateMess span.caution {
    color:#f00;
}

/* メールアドレス再設定 */
div.messageArea {
    margin-left:10px;
    margin-bottom:20px;
}
.forgetPassArea .submit input {
    background:url(../../images/btn_blue_03.png) no-repeat;
    width:200px;
    height:40px;
    border:none;
    margin: 10px 70px 30px;
    cursor:pointer;
    color:#ffffff;
    font-size:16px;
    font-weight: bold;
}

/* ▼UPD 2015.04.14 R.Kato */
.forgetPassArea .submit input:hover {
    background:url(../../images/btn_blue_03_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.14 R.Kato */


/* 再設定メール送信完了・再設定エラー画面 */
div.forgetSendEnd,
div.changePassErrMes {
    height:300px;
}
div.forgetSendEnd span {
    margin-left: 10px;
}


/* 再設定画面 */
.changePassArea {
    margin-top: 30px;
}
.changePassArea .submit input {
    background:url(../../images/btn_blue_03.png) no-repeat;
    width:200px;
    height:40px;
    border:none;
    margin: 10px 70px 30px;
    cursor:pointer;
    color:#ffffff;
    font-size:16px;
    font-weight: bold;
}
.changePassArea .submit input:hover {
    background:url(../../images/btn_blue_03_shadow.png) no-repeat;
}

/* 再設定完了画面 */
.login_btn a:hover  {
    text-decoration: none;
}
.login_btn a span {
    color: #ffffff;
    font-size: 14px;
}


/* 追加_20130129 */

/* フローチャート */ 
.flow_chart {
    float:right;
    margin:-45px 10px 0 0;
}
 .flow_chart li {
    float:left;
    text-align:center;
    background:url(./../../../common/img/flow_chart.png) no-repeat;
    width:137px;
    height:24px;
    margin:2px -8px 0 0;
}
 .flow_chart li.sel {
    font-weight:bold;
    background:url(./../../../common/img/flow_chart_sel.png) no-repeat;
    width:137px;
    height:24px;
}
 .flow_chart li.sel2 {
    font-weight:bold;
    background:url(./../../../common/img/flow_chart_sel2.png) no-repeat;
    width:139px;
    height:24px;
}
 .flow_chart li.fst {
    border-left:1px #e0e0e0 solid;
}


/* 共通 */
.reg_con:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}
.reg_con {
    width:925px;
    margin:0 auto 20px;
    border:1px #ccc solid;
}
.reg_con h3 {
    background:#e0e0e0;
    padding:7px 10px;
    font-weight:bold;
    color:#0096b2;
    font-size:18px !important;
    margin:0;
}
.corp_upd {
    font-weight:bold;
    color:#0096b2;
    font-size:18px !important;
    margin:0;
}
html*#CustomerEmail,
html*#CustomerEmailConf {
    width: 330px;
}
*:first-child+html #mail_btn {
    width: 100px;
}


/* =02 会員登録
-------------------------- */
/* フォームテーブル */
.reg_item:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}
.reg_item {
    margin:0 auto;
    padding:20px 0;
    border-spacing:1px;
}
.reg_item th {
    clear:both;
}
.reg_item th {
    width:190px;
    background:#e0e0e0;
    font-weight:normal;
    vertical-align:top;
    text-align:left;
    padding:5px 10px;
}
.reg_item th span.req {
    float:right;
    color:#fff;
    font-weight:bold;
    font-size:0.9em;
    background:#f00;
    padding:0 3px;
    margin-top:3px;
    height:15px;
    line-height:140%;
}
.reg_item td {
    width:660px;
    padding:2px 10px 5px;
}
.reg_item td .cau {
    /*color:#c00;*/
    margin:0;
    font-size:0.9em;
    line-height:140%;
}
.reg_item td span {
    margin-left:10px;
    font-size:0.9em;
}
.reg_item td input.email {
    padding:5px;
    font-size:1.1em;
}
.reg_item td.fl div {
    display:inline;
}
.reg_item  input[type="text"],.reg_item  input[type="password"],.search  input[type="text"] {
    border:1px #999 solid;
    padding:2px;
}
.reg_con dd .terms_area {
    width:933px;
    height:170px;
}
.reg_con dd .terms_area p {
    margin:0 10px;
    font-size:0.8em;
}
.reg_con .search_btn {
    text-align:right;
    margin:-30px 5px 20px 0;
}
.reg_con .search_btn button {
    border:none;
    font-size:1em;
    margin:0 auto;
    cursor:pointer;
}
.reg_con .search_btn button:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
#re_search_btn {
    background:url(./../../../common/img/blue_btn2.png) no-repeat;
    width:89px;
    height:24px;
}
#new_ac_btn {
    background:url(./../../../common/img/blue_btn5.png) no-repeat;
    width:164px;
    height:25px;
}

.reg_info_area {
    background:#e0e0e0;
    width:930px;
    padding:1px 0;
    margin:0 auto;
}
.reg_info_area p {
    text-align:center;
}
.reg_info_area > .error-message {
    text-align:center;
    margin-top:-15px;
}
#terms_area {
    height:170px;
    padding:1px;
}
#terms_area p {
    margin:5px;
}
.go_mypage {
    background:url(./../../../common/img/blue_btn3.png) no-repeat;
    width:156px;
    height:30px;
    text-align:center;
    padding:5px 0 0 0;
    margin:5px 0 30px 15px;
    font-weight:normal;
}
.go_mypage a {
    display:block;
    width:156px;
    height:30px;
    text-decoration:none;
    color:#000;
}

/* 会社検索 */
.search {
    width:460px;
    float:left;
    margin:20px;
}
.search p {
    margin:0 0 10px;
}
.search h4 {
    color:#0096b2;
    font-weight:bold;
    margin:0;
}
.search button {
    background:url(./../../../common/img/blue_btn1.png) no-repeat;
    width:59px;
    height:24px;
    text-align:center;
    font-weight:normal;
    font-size:1em;
    border:none;
    cursor:pointer;
}
.search button:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.search .cau {
    font-size:0.9em;
    margin:0;
}
.search .cau span {
    color:#cc3300;
}
.result {
    width:380px;
    float:right;
    background:#e0e0e0;
    margin:0 10px 10px 0;
    margin:20px;
    display:none;
}
.result .result_mds {
    font-weight:bold;
    font-size:14px;
    color:#0096b2;
    padding:10px 10px 5px;
    margin:0;
}
.result li {
    padding:0 10px 10px 20px;
    margin:0;
    line-height:120%;
}
.result hr {
    border:0;
    height:0;
    border-top:1px #fff solid;
    border-bottom:1px #ccc solid;
    margin:5px 5px 10px 5px;
    padding:0;
    clear:both;
}
.result button {
    background:url(./../../../common/img/blue_btn1.png) no-repeat;
    width:59px;
    height:24px;
    text-align:center;
    font-weight:normal;
    font-size:1em;
    border:none;
    cursor:pointer;
    float:right;
    margin-top:-8px;
}
.result p button {
    background:url(./../../../common/img/blue_btn3.png) no-repeat;
    width:156px;
    height:30px;
    margin-bottom:10px;
    margin-right:10px;
}
.result button:hover,
.result p button:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* 各フォームテーブル個別指定 */
.regist_sup {
    width:880px;
}
.mypage_sup {
    width:700px;
    padding:0;
    font-size:1em;
}
.mypage_sup td {
    width:450px;
}

/* =03 マイページ
-------------------------- */
/* ▼UPD 2015.03.24 R.Kato */
/* サイドメニュー */
#customer_menu p {
    padding:5px 10px;
    margin:0;
}
#customer_menu hr {
    border:0;
    height:0;
    border-top:1px #fff solid;
    border-bottom:1px #ccc solid;
    margin:5px 10px 10px 10px;
    padding:0;
    clear:both;
}
#customer_menu ul {
    margin:0 auto;
    width:200px;
}
#customer_menu .logout {
    background:url(./../../../common/img/gray_btn3.png) no-repeat;
    width:156px;
    height:30px;
    text-align:center;
    padding:5px 0 0 0;
    margin:0 auto;
    font-weight:normal;
}
#customer_menu li.btnMenuCart a {
    display:table-cell;
    text-decoration:none;
    vertical-align: middle;
    width:200px;
    height:50px;
}
#customer_menu li.btnMenuGrayS a,
#customer_menu li.btnMenuGrayS_on a {
    display:table-cell;
    text-decoration:none;
    vertical-align: middle;
    width:200px;
    height:45px;
}
#customer_menu li.btnMenuGrayL a,
#customer_menu li.btnMenuGrayL_on a {
    display:table-cell;
    text-decoration:none;
    vertical-align: middle;
    width:195px;
    height:82px;
}
#customer_menu li.btnMenuGrayS a,
#customer_menu li.btnMenuGrayL a,
#customer_menu li.btnMenuGrayS_on a,
#customer_menu li.btnMenuGrayL_on a {
    color:#000000
}
#customer_menu ul li {
    margin-bottom:8px;
}

/* ▼UPD 2015.04.14 R.Kato */
#customer_menu ul li.btnMenuCart {
    background:url(../../images/menu/btn_menu_cart.png) no-repeat;
    height:50px;
    font-size:14px;
    text-align: center;
}
#customer_menu ul li.btnMenuCart:hover {
    background:url(../../images/menu/btn_menu_cart_shadow.png) no-repeat;
}
#customer_menu ul li.btnMenuGrayS {
    background:url(../../images/menu/btn_menu_gray_s.png) no-repeat;
    width:200px;
    height:45px;
    font-size:14px;
    text-align:left;
    vertical-align:middle;
}
#customer_menu ul li.btnMenuGrayS:hover {
    background:url(../../images/menu/btn_menu_gray_s_shadow.png) no-repeat;
}
#customer_menu ul li.btnMenuGrayS_on {
    background:url(../../images/menu/btn_menu_gray_s_on.png) no-repeat;
    width:200px;
    height:45px;
    font-size:14px;
    text-align:left;
    vertical-align:middle;
}
#customer_menu ul li.btnMenuGrayS_on:hover {
    background:url(../../images/menu/btn_menu_gray_s_on_shadow.png) no-repeat;
}
#customer_menu ul li.btnMenuGrayL {
    background:url(../../images/menu/btn_menu_gray_l.png) no-repeat;
    width:200px;
    height:80px;
    font-size:14px;
    text-align:left;
    vertical-align:middle;
}
#customer_menu ul li.btnMenuGrayL:hover {
    background:url(../../images/menu/btn_menu_gray_l_shadow.png) no-repeat;
}
#customer_menu ul li.btnMenuGrayL_on {
    background:url(../../images/menu/btn_menu_gray_l_on.png) no-repeat;
    width:200px;
    height:80px;
    font-size:14px;
    text-align:left;
    vertical-align:middle;
}
#customer_menu ul li.btnMenuGrayL_on:hover {
    background:url(../../images/menu/btn_menu_gray_l_on_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.14 R.Kato */

div.iconOrder {
    background:url(../../images/menu/icon_order.png) no-repeat;
    width:10px;
    height:14px;
}
div.iconEntry {
    background:url(../../images/menu/icon_entry.png) no-repeat;
    width:13px;
    height:14px;
}
div.iconLogout {
    background:url(../../images/menu/icon_logout.png) no-repeat;
    width:14px;
    height:14px;
}
#customer_menu ul {
    padding-left: 0;
    margin-left: 0;
}
#customer_menu ul li {
    margin-left: 0;
    padding-left: 0;
    list-style-position:outside;
}
#customer_menu span.subTitle {
    margin: 4px;
    font-size:16px;
}
#customer_menu span.sidemenuBtnTitle {
    margin: 8px;
}
#customer_menu span.sidemenuBtnTitle2 {
    margin: 5px;
}
#customer_menu ul.shoppingCart span.sidemenuBtnTitle {
    color:#ffffff;
}
/* ▲UPD 2015.03.24 R.Kato */


/* 納入先 */
.destination:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.destination li {
    width:290px;
    float:left;
    background:#e0e0e0;
    margin:0 10px 10px 0;
    padding:5px 0 3px 0;
}
.destination p {
    font-weight:bold;
    padding:5px 10px 0;
    margin:0;
}
.destination p .default_btn button {
    background:url(../../images/blue_btn2.png) no-repeat;
    width:89px;
    height:24px;
    font-size:0.9em;
    font-weight:normal;
    text-align:center;
    float:right;
    margin-top:-3px;
    border:none;
    cursor:pointer;
}
.destination hr {
    border:0;
    height:0;
    border-top:1px #fff solid;
    border-bottom:1px #ccc solid;
    margin:5px 5px 10px 5px;
    padding:0;
    clear:both;
}
.destination .addr {
    font-weight:normal;
    margin:0 0 0 0;
    padding:5px 0 5px 15px;
    clear:both;
    line-height:130%;
}
.destination li ul.edit_btn:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.destination li ul.edit_btn {
    clear:both;
    margin-top:-15px;
}
.destination li ul.edit_btn li {
    width:59px;
    height:24px;
    float:right;
    margin:0 5px 0 0;
}
.destination .edit_btn button {
    background:url(../../images/blue_btn1.png) no-repeat;
    width:59px;
    height:24px;
    font-size:0.9em;
    text-align:center;
    border:none;
    margin:0 auto;
    cursor:pointer;
}
.new_address_btn button {
    clear:both;
    background:url(../../images/blue_btn3.png) no-repeat;
    width:156px;
    height:30px;
    font-size:1em;
    text-align:center;
    border:none;
    margin:0 auto;
    cursor:pointer;
}
.destination p .default_btn button:hover,
.destination .edit_btn button:hover,
.new_address_btn button:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

#regist .edit_btn {
    margin:10px 0;
}

#regist .edit_btn li{
    float:left;
    height:30px;
    margin:0 5px 0 0;
}
#regist .edit_btn button {
    clear:both;
    background:url(../../images/blue_btn3.png) no-repeat;
    width:156px;
    height:30px;
    font-size:1em;
    text-align:center;
    border:none;
    margin:0 auto;
    cursor:pointer;
}

/* 登録フォーム */
#new_address .submit {
    width:160px;
    margin:10px 0;
}
#new_address input[type=submit] {
    background:url(../../images/red_btn3.png) no-repeat;
    width:156px;
    height:30px;
    border:none;
    font-weight:normal;
    font-size:1em;
    margin:0 auto;
    cursor:pointer;
}
#regist .edit_btn button:hover,
#new_address input[type=submit]:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* 購入履歴 */
.filter_tle {
    float:left;
    width:120px;
}
.filter:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.filter {
    margin-top:-5px;
}
.filter li {
    float:left;
    margin-right:10px;
}
.filter_clr {
    background:url(../../images/gray_btn1.png) no-repeat;
    width:106px;
    height:26px;
    text-align:center;
    float:right;
    margin:-27px 0 0 0;
}
.filter_clr:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.filter_clr a {
    display:block;
    width:106px;
    height:26px;
    text-decoration:none;
    color:#000;
}
.filter_clr a:hover {
    text-decoration:none;
    color:#000;
}
.his_mds {
    font-weight:bold;
    margin-bottom:0;
    clear:both;
}
.order_info {
    clear:both;
    margin:0 0 20px 10px;
}
.order_info dt {
    float:left;
    width:50px;
}
.history_item {
    clear:both;
    width:650px;
    border-collapse:separate;
    border-spacing:1px;
    text-align:center;
}
.history_item th {
    background:#e0e0e0;
    font-weight:normal;
    padding:3px 0;
}
.history_item td {
    border:1px #e0e0e0 solid;
}
.history_item td.detail {
    width:110px;
}
.history_item td.detail button {
    background:url(../../images/gray_btn1.png) no-repeat;
    width:106px;
    height:26px;
    text-align:center;
    cursor:pointer;
    border:none;
}
.history_item td.detail button:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

.totalRight {
    text-align: right;
    padding: 0 15px 0 0;
}

.historyCart {
    width: 100px;
}

.historyDate {
    width: 250px;
}

.historyTotal {
    width: 100px;
}

.historyState {
    width: 90px;
}

/* その他 */
p.outline {
    margin:10px 15px;
}
p.caution {
    color:#c00;
    margin:10px 15px;
}
.error-message {
    color:red;
    font-weight:bold;
}
.success-message {
    color:#02bb80;
    font-weight:bold;
    margin-left:5px;
}
.change_btn input {
    float:right;
    margin-top:10px;
    background:url(../../images/blue_btn3.png) no-repeat;
    width:156px;
    height:30px;
    text-align:center;
    border:none;
    margin:-49px auto 0;
    cursor:pointer;
}
.change_btn input:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}


/* 余白 */
.mabo10 {
    margin-bottom:10px;
}
.mabo20 {
    margin-bottom:20px;
}
.mabo30 {
    margin-bottom:30px;
}
.mato20 {
    margin-top:20px;
}
.red_bold {
    font-weight:bold;
    color:#c00;
}


#main_contents div.withdrawal_att {
    margin: 0 0 10px 0;
    padding: 5px 10px 10px 15px;
    background: #FEE2E2;
}
#main_contents div.withdrawal_att p.att_mds {
    margin: 0 0 0 0;
    font-weight: bold;
    color: #CC0000;
}
#main_contents div.withdrawal_att ul li {
    margin: 0 0 0 5px;
    line-height: 1.5;
}
ul.regist_btn {
    width: 200px;
    margin: 0 auto 20px auto;
}


/* 他の商品も見てみる（継続）ボタン */
ul.regist_btn .back_btn button {
    float: left;
    background:url(../../images/gray_btn4.png) no-repeat;
    width:166px;
    height:30px;
    margin : 5px 0 0 0;
    font-size:1em;
    text-align:center;
    border:none;
    cursor:pointer;
}
*ul.regist_btn .back_btn button {
    margin: 25px 0 0 0;
}
body:first-of-type ul.regist_btn .back_btn button {
    margin: 5px 0 0 0;
}
ul.regist_btn .back_btn button:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* 退会ボタン */
ul.regist_btn .withdrawal_btn:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
ul.regist_btn .withdrawal_btn input:hover{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
ul.regist_btn .withdrawal_btn span {
    display: block;
    width: 208px;
    margin: -3px 0 0 0;
    text-align: center;
    font-size:0.9em;
    color: #333333;
}
*ul.regist_btn .withdrawal_btn span {
    margin: -20px 0 0 0;
}
p.lastconfirm {
    clear: both;
    width: 950px;
    text-align:center;
}


/* 退会完了画面・ログアウト完了画面  */
h2.withdrawalend {
    width: 900px;
}
p.messageimg {
    text-align: center;
}

/* ▼UPD 2015.04.14 R.Kato */
p.backtop {
    background:url(../../images/btn_blue_02.png) no-repeat;
    display:block;
    width: 220px;
    height: 45px;
    text-align: center;
    line-height:45px;
    margin: 0 auto;
}
p.backtop:hover {
    background:url(../../images/btn_blue_02_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.14 R.Kato */

.red{
    color:red;
}
p.backMes {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
p.backtop a {
    display: block;
    font-size:16px;
    color: #ffffff;
    height: 45px;
}
p.backtop a:link {
    text-decoration: none;
}
.thanksMess {
    width: 950px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


/* -------------------------------
退会確認画面 
------------------------------- */
/*////2019.07.23 UPD START//// */
#withdrawalContents {
    width:730px;
    margin:55px 0 0 0;
    float: right;
    font-size: 14px;
}
/*////2019.07.23 UPD END  //// */
#withdrawalContents div.withdrawal_att {
    margin: 0 0 10px 0;
    padding: 5px 10px 10px 15px;
    border-radius:4px;
    background: #F0F0F0;
}
#withdrawalContents div.withdrawalMess {
    margin-left: 15px;
}
#withdrawalContents div.withdrawal_att p.att_mds {
    margin: 0 0 0 0;
    font-weight: bold;
    color: red;
}
#withdrawalContents div.withdrawal_att ul li {
    margin: 0 0 0 0;
    line-height: 1.5;
}
/*////2019.07.23 ADD START//// */
#withdrawalContents h2{
	border-bottom:1px solid #124F91;
}
/*////2019.07.23 ADD END  //// */

/* 登録情報 */
div.infoSection {
    width:730px;
    border:1px #cccccc solid;
    border-radius:4px;
    margin-left:10px;
    margin-bottom:40px;
}
h3.confSectionHeader {
    height:40px;
    background-color:#F0F0F0;
    border-radius:4px 4px 0 0;
    margin: 0;
    padding: 0;
    padding-left:10px;
    color:#000000;
    font-size:15px;
    line-height: 40px;
}
table.contentsTable {
    width:710px;
    margin: 0px 10px;
    border-collapse: separate;
    border-spacing: 0px;
}
table.contentsTable tr {
    height: 60px;
}
table.contentsTable th {
    width: 190px;
    padding-left: 10px;
}
table.contentsTable td {
    padding-right: 10px;
}
table.contentsTable th,
table.contentsTable td {
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    font-weight: normal;
}
table.contentsTable th.notBottomBorder,
table.contentsTable td.notBottomBorder {
    border-bottom: 0px;
}
div#noteMessage {
    background:#F0F0F0;
    width: 730px;
    margin-left: 10px;
    padding: 10px 0;
}
div#noteMessage p {
    width: 450px;
    margin: 0 auto;
    text-align: left;
}
p#withdrawalCmpMess {
    margin-left: 10px;
}
.lastConfMess {
    font-size: 18px;
    width: 730px;
    text-align:center;
}

/* 下部のボタン */
#withdrawalContents .submit input {
    background: url(../../images/btn_red.png) no-repeat;
    width: 300px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    color: #ffffff;
}
#withdrawalContents .submit input:hover {
    background: url(../../images/btn_red_shadow.png) no-repeat;
}
#buttonArea {
    width: 550px;
    height: 50px;
    margin: 0 auto;
}
#buttonArea div {
    float: left;
}
/* ▼UPD 2015.04.15 */
#buttonArea input#backButton {
    background: url(../../images/btn_gray_06.png) no-repeat;
    border: none;
    width: 210px;
    height: 50px;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
#buttonArea input#backButton:hover {
    background: url(../../images/btn_gray_06_shadow.png) no-repeat;
}
/* ▲UPD 2015.04.15 */
#withdrawalContents p.noteMess {
    width: 730px;
    text-align:center;
    clear: both;
}


/* フローチャート */
.regiWorkFlow {
    background:url("../../images/work_flow/member_regi/workflow_back.png") no-repeat;
    width:930px;
    height:35px;
    padding-left:1px;
    position:relative;
}
.regiWorkFlow div{
    padding-top:7px;
    text-align:center;
}
.regiWorkFlow div.step1 {
    background:url("../../images/work_flow/member_regi/g_workflow1.png") no-repeat;
    width:101px;
    height:28px;
    float:left;
    text-align:center;
    position:absolute;
    top:1px;
}
.regiWorkFlow div.step2 {
    width:160px;
    height:33px;
    float:left;
    text-align:center;
    position:absolute;
    top:1px;
    left:92px;
}
.regiWorkFlow div.grayBack2 {
    background:url("../../images/work_flow/member_regi/g_workflow2.png") no-repeat;
}
.regiWorkFlow div.step3 {
    width:160px;
    height:33px;
    float:left;
    text-align:left;
    position:absolute;
    top:1px;
    left:245px;
}
.regiWorkFlow div.grayBack3 {
    background:url("../../images/work_flow/member_regi/g_workflow3.png") no-repeat;
    left:242px;
}
.regiWorkFlow div.grayBack3_2 {
    background:url("../../images/work_flow/member_regi/g_workflow3-2.png") no-repeat;
}
.regiWorkFlow div.step4 {
    width:172px;
    height:33px;
    float:left;
    text-align:left;
    padding-left:30px;
    position:absolute;
    top:1px;
    left:378px;
}
.regiWorkFlow div.grayBack4 {
    background:url("../../images/work_flow/member_regi/g_workflow4.png") no-repeat;
}
.regiWorkFlow div.step5 {
    width:392px;
    height:33px;
    float:left;
    text-align:left;
    padding-left:20px;
    position:absolute;
    top:1px;
    right:-19px;
}
.regiWorkFlow div.grayBack5 {
    background:url("../../images/work_flow/member_regi/g_workflow5.png") no-repeat;
}
.step3 span {
    margin-left: 38px;
}

/* ログインフォーム */
span#fogetPassLink a,
div.privacy a {
    text-decoration:underline;
}


/*消費税対応メンテナンス用テキスト*/
#taxMaintenance{
    margin:15px auto 30px auto;
    border:1px solid #555;
    width:868px;
    padding:15px;
    /*background:#ffd9d9;*/
    background:#FFFFE1;
}
#taxMaintenance dl{
    width:550px;
    margin:0 auto 5px auto;
}
#taxMaintenance dt{
    font-weight: bold;
    font-size:14px;
    margin:0 0 5px 0;
    padding:10px 0 10px 0;
}
#taxMaintenance dd{
    margin:0 5px;
    padding:0 0 0 10px;
}
#taxMaintenance dd p{
    color:#FF0000;
    width:400px;
    margin:10px auto;
    font-weight: bold;
}

/* お知らせ */
.notice{
    width:900px;
}
.notice_detail{
    margin:15px auto 30px auto;
    border-bottom:1px solid #555;
}

/* ▼2015.03.27 R.Kato*/
/* ログインフォーム */
/* パスワード再設定 */
div.loginArea {
    /*height: 230px;*/
}
div.notice h2,
div.login h2,
div.regist h2 {
    font-size: 18px;
}
p#mailAddressArea,
p#passArea {
    margin: 10px 0 25px;
}
div.loginArea a{
    font-size: 12px;
    margin-left: 20px;
}

/* ログアウト */
h2.withdrawalend {
    font-size: 18px;
}

/* 退会手続き */
div#withdrawalContents h2 {
    font-size: 18px;
}
/* ▲2015.03.27 R.Kato*/