<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.form_input .error_txt, #cmn_form_body .error_txt {
    border: 2px solid #FF0000;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
}
.error th {
    background-color: #FFB9B9 !important;
    background-image: none !important;
}
.error td {
    background-color: #FFD9D9 !important;
    background-image: none !important;
}
.form_btn_area {
    background-color: #EFEAE0;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.cmn_form {
    font-size: 12px;
    width:700px;
    background:#fff;

}
.cmn_form.confirm, .form_finish .cmn_form {
    margin: 0;
}
.cmn_form .form_ttl {
    position: relative;
    width: 100%;
}
.cmn_form .login_area {
    position: absolute;
    right: 11px;
    top: 7px;
    width: 310px;
}
.cmn_form .login_area .text {
    display: inline;
    float: left;
    height: 30px;
    line-height: 32px;
    padding: 0 5px 0 0;
}
.cmn_form .login_area .btn {
    display: inline;
    float: right;
    height: 30px;
    line-height: 30px;
}
.cmn_form .form_step_area {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
/*    border-style: solid solid none;
    border-width: 1px 1px medium;*/
    overflow: hidden;
}
.cmn_form .form_step_area .form_step {
    padding: 13px 15px 0;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color #CCCCCC #CCCCCC;
border-image: none;
border-style: none solid none solid;
border-width: medium 1px 1px;
}
.cmn_form .form_step_area .ssl_toggle {
    padding: 8px 0 0 12px;
}
.cmn_form .infomation {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #FF0000;
    padding: 10px 10px 0;
}
.cmn_form #cmn_form_body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px 15px;
}

/*
.cmn_form .form_table_tit_01, .cmn_form .form_table_tit_02 {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 35px;
    padding: 0 0 0 50px;
}

.cmn_form .form_table_tit_01 {
    background: url("images/form_mail.jpg") no-repeat scroll 17px 5px #C4B595;
}
.cmn_form .form_table_tit_02 {
    background: url("images/form_customer.jpg") no-repeat scroll 17px 5px #C4B595;
}
#mypage_condition .form_table_tit_02 {
    background-image: url("../img/form/form_table_tit_bg_02.png");
}
*/
.cmn_form .form_table {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    width: 100%;
}
.cmn_form .form_table th {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 10px 6px;
    text-align: left;
    vertical-align: middle;
}


.cmn_form .form_table th {
    width: 17%;
    background-color:#f1f1f1;
}

.cmn_form .form_table td{
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 10px 6px;
    text-align: left;
    vertical-align: middle;

}


.cmn_form .form_table td .at_txt, .chui {
    color: #ff0000;
    font-size: 11px;
    margin: 5px 0 0;
    line-height: 1.2;
}


.cmn_form .form_table .require {
    font-weight: bold;
    text-align: center;
    width: 30px;
}
.cmn_form .form_table p.required {
    color: #FF0000;
    padding-top:5px;
}

.cmn_form .form_table .tr_captcha .text {
    font-size: 11px;
    margin-left: 5px;
}
.cmn_form .form_table .tr_mail .text {
    background: url("../img/common/ico_arw_7x7_02.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 11px;
    margin: 3px 0 0;
    padding: 0 0 0 12px;
}
.cmTblStyle td input[type="text"], .cmTblStyle td input[type="password"] {
    border: 1px solid #BAC0C9;
    padding: 3px;
}
.cmTblStyle td textarea {
    border: 1px solid #BAC0C9;
    padding: 3px;
}
.cmn_form .form_table td input[type="checkbox"], .cmn_form .form_table td input[type="radio"] {
    margin-right: 3px;
}
.cmn_form .dtl_form_btm {
    margin: 10px 0 0;
}
.cmn_form .dtl_form_btm_left {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 4px;
    width: 418px;
}
.cmn_form .dtl_form_btm_left.back_btn {
    border: medium none;
    padding-top: 60px;
}
.cmn_form .privacy_dtl p {
    line-height: 1.4;
    padding: 0 5px;
}
.cmn_form .privacy_dtl p.title {
    border-bottom: 1px solid #FF9300;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 5px 0;
}
.cmn_form .dtl_form_btm_right {
    float: right;
    width: 300px;
}
.cmn_form .dtl_form_btm_left .pv_ttl {
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0 3px 10px;
}
.cmn_form .dtl_form_btm_left .privacy_dtl {
    border: medium none;
    height: 84px;
    width: 100%;
}
#privacy_inline {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
#privacy_inline .title_main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #666666;
    margin: 0 0 10px;
    padding: 3px 0 0;
    position: relative;
    width: 100%;
}
#privacy_inline .title_main .inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: medium none;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 0;
    padding: 4px 8px 5px;
}
#privacy_inline .title_sub {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #666666;
}
.cmn_form .dtl_form_btm_back {
    float: left;
    padding-right: 10px;
    padding-top: 20px;
    text-align: right;
    width: 300px;
}
.cmn_form .dtl_form_btm_send {
    float: right;
    width: 400px;
}
.cmn_form .dtl_form_btm .button_area {
    display: inline;
    vertical-align: bottom;
}
.form_confirm .form_btn_area {
    position: relative;
    text-align: center;
}
.form_confirm .form_btn_area .back_btn {
    bottom: 10px;
    height: 30px;
    left: 80px;
    position: absolute;
    width: 129px;
}
.form_confirm .form_btn_area .send_btn {
    display: inline;
}
.form_finish .cmn_form #cmn_form_body {
    border: medium none;
    padding: 0;
}
.form_finish .cmn_form .finish_info_area {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 20px 10px;
}
.form_finish .cmn_form .finish_info_ttl {
    color: #FF0000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 10px;
}
.form_finish .cmn_form .finish_info_area .txt01 {
    margin-bottom: 20px;
}
.form_finish .cmn_form .mail_info_area {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding-bottom: 10px;
}
.form_finish .cmn_form .mail_info_area p {
    margin: 0 auto;
    width: 730px;
}
.form_finish .cmn_form .mypage_bnr {
    background: none repeat scroll 0 0 #EBEBEB;
    margin: 20px 0 10px;
}
.form_finish .cmn_form .mypage_bnr .fltImg {
    margin-right: 8px;
}
.form_finish .cmn_form .mypage_bnr .ft {
    padding-top: 5px;
}
.form_finish .cmn_form .link_area {
    margin-left: 10px;
}
.form_finish .cmn_form .link_tit {
    background: url("../img/form/finish_info_ttl_ico.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 26px;
}
.form_finish .cmn_form .link_list {
}
.form_finish .cmn_form .link_list li {
    display: inline;
    float: left;
    margin-bottom: 4px;
    margin-right: 5px;
}
.form_finish .back_link {
    margin-top: 20px;
}
#inquiry {
    font-size: 12px;
}
.cmn_form .form_table .checklist {
    margin: 0 0 10px;
}
.cmn_form .form_table .checklist li {
    margin-bottom: 5px;
    margin-right: 1.2em;
}
.cmn_form .form_table .checklist li:last-child {
    margin-right: 1.2em;
}
.cmn_form .form_table .tr_name td input[type="text"], .cmn_form .form_table .tr_mail td input[type="text"], .cmn_form .form_table .tr_tel td input[type="text"]{
    width: 474px;
}
.cmn_form .form_table .tr_addr td input[type="text"]{
    width:525px;
}
.cmn_form .form_table .resizable-textarea {
    width: 508px;
}
.cmn_form .form_table .resizable-textarea textarea {
    min-height: 100px;
    width: 525px;
}
.cmn_form .form_table .tr_addr .addr_area {
    margin-bottom: 5px;
}
.cmn_form .form_table .tr_addr td input#zip {
    width: 80px;
}
.cmn_form .form_table .tr_addr td input#address1 {
    margin-bottom: 5px;
}
.cmn_form .form_table .tr_addr td .note, .cmn_form .form_table .tr_search_zip td .note {
    font-size: 10px;
}
.cmn_form .form_table .tr_shop td select {
    height: 22px;
    line-height: 22px;
}
.cmn_form .add_est_area {
    margin-top: 10px;
}
.cmn_form .add_est_area .imgBoxL {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.cmn_form .add_est_area .imgBoxL .est_list {
    margin-top: 6px;
}
.cmn_form .add_est_area .imgBoxL li {
    background: url("../img/form/est_list_bg.png") no-repeat scroll 20px top rgba(0, 0, 0, 0);
    height: 20px;
    margin-top: 3px;
    padding-top: 2px;
}
.cmn_form .add_est_area .imgBoxL li.checked {
    background: url("../img/form/est_list_bg_checked.png") no-repeat scroll 20px top rgba(0, 0, 0, 0);
}
.cmn_form .add_est_area .imgBoxL .est_list .type {
    display: inline-block;
    font-size: 0;
    margin: 0 0 0 3px;
    text-align: center;
    vertical-align: top;
    width: 80px;
}
.cmn_form .add_est_area .imgBoxL .est_list .type img {
    margin: 1px 0 0;
}
.cmn_form .add_est_area .imgBoxL .est_list .name {
    margin-left: 3px;
}
#address_input {
    width: 525px;
}
#customer_input .cmn_form {
    margin-top: 0 !important;
}
#customer_login {
    font-size: 12px;
}
#customer_login .cmTblStyle td input[name="email"], #customer_login .cmTblStyle td input[name="password"] {
    width: 300px;
}
#customer_reminder {
    font-size: 12px;
}
#customer_reminder .reissue_txt {
    margin-bottom: 20px;
}
#customer_reminder .reissue_txt a {
    color: #CC0000;
    font-weight: bold;
}
#customer_reminder .form_step_area .form_step {
    right: 10px;
    top: 9px;
}
#customer_reminder .cmTblStyle th, #customer_reminder .cmTblStyle td {
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 10px 6px;
    text-align: left;
    vertical-align: middle;
}
#customer_reminder .cmTblStyle th {
    width: 155px;
}
#customer_reminder .cmTblStyle td {
    background: none repeat scroll 0 0 #FFFFFF;
}
#customer_reminder .cmTblStyle td input[name="email"], #customer_reminder .cmTblStyle td input[name="password"] {
    width: 300px;
}
#customer_reminder .form_btn_area #inq_pri_agree {
    overflow: hidden;
    position: relative;
}
#customer_reminder .form_btn_area #inq_pri_agree #bkinp {
    bottom: 0;
    left: 140px;
    position: absolute;
}
#customer_reminder .form_btn_area #inq_pri_agree input.over {
    display: block;
    float: right;
    margin-right: 150px;
}
#customer_edit .note {
    font-size: 10px;
    margin-top: 5px;
}
#customer_edit .form_btn_area {
    position: relative;
}
#customer_edit .form_btn_area #withdraw {
    bottom: 10px;
    display: inline;
    position: absolute;
    right: 10px;
}
#customer_edit .form_btn_area #withdraw a {
    color: #999966;
}
#customer_edit.form_confirm .form_btn_area .back_btn {
    left: 70px;
}
#withdraw_wp {
    font-size: 12px;
}
#withdraw_wp #inq_form {
    border: 1px solid #CCCCCC;
    padding: 8px 10px;
    vertical-align: middle;
}
#withdraw_wp .other_comment {
    margin: 5px 0;
}
#withdraw_wp .thx_txt {
    margin-bottom: 20px;
}
#withdraw_wp .note_area .at_txt {
    margin-top: 10px;
}
#withdraw_wp .at_txt {
    color: #FF6600;
    font-size: 14px !important;
    font-weight: bold;
}
#withdraw_wp.form_confirm #inq_form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-image: none;
    border-right: medium none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    padding: 0;
}
#withdraw_wp.form_confirm #inq_form th {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 10px 6px;
    text-align: left;
    vertical-align: middle;
}
#withdraw_wp.form_confirm #inq_form td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 10px 6px;
    text-align: left;
    vertical-align: middle;
}
#withdraw_wp.form_finish .top_link {
    margin-top: 20px;
}
.reform_form .form_table .checklist {
    margin-bottom: 0 !important;
}
.reform_form .form_table .estate_kind_list li, .reform_form .form_table .tr_name .checklist li {
    margin-bottom: 0 !important;
}
.reform_form .form_table .estate_kind_list_wp &gt; div {
    margin-bottom: 5px;
}

div.grippie {
    background: url("images/grippie.jpg") no-repeat scroll center 2px #EEEEEE;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 1px 1px;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width: 100%;
}

#cmn_form_body #ek .topform td.require{
	border-left:none;
	border-right: 1px solid #999999;
	padding:0;
	display:none;
}


div.submitbtn{
	text-align:center;
	margin:25px 0 20px 0;
}

#confirm:hover {
	background: url(images/bt_submit_on.jpg);
	width: 250px;
	height: 50px;
	border: none;
}


#confirm {
	border: medium none;
	width: 250px;
	height: 50px;
	background: url(images/bt_submit.jpg) repeat scroll 0% 0% transparent;
	cursor: pointer;
}</pre></body></html>