@charset "utf-8";

/*input*/
.inputBox {
    width: 966px;
    margin:0 auto;
}

.breadcrumbs li {
    display: inline-block;
}
.inputBox .ttl {
    max-width: 550px;
    font-weight: bold;
    border-bottom: 2px solid #163851;
    font-size: 214%;
    padding-bottom: 3px;
    margin: 8px auto 23px;
    color: #163851;
}
.inputBox #mypage_body {
    max-width: 550px;
    margin: 0 auto;
    padding:23px;
}

.input-form .check {
    color: #c40000;
    font-size: 116%;
}

.inputBox #mypage_body label {
    display: inline-block;
    margin: 0px 0px 12px 0px;
}

.input-form input.text, .box-mes textarea {
    border: 1px solid #d7d7d7;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
/* tw*/
.lang_tw table td {
    padding: 0 20px;
}
/* en*/
.lang_en table td {
    padding: 0 104px;
}

.inputBox table th {
    white-space: nowrap;
    text-align: left;
    vertical-align: text-top;
    padding: 6px 0;
}
.box-mes textarea {
    width: 318px;
    vertical-align: top;
    margin-left: 56px;
}

.email-input-text input {
    width: 317px;
}

.name input.text {
    width: 151px;
}

.mes-ttl {
    padding-left: 2px;
}

.box-mes {
    margin: 12px 0;
    font-weight: bold;
}

.input-form input.text:focus, .box-mes textarea:focus {
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #3fbaef;
    box-shadow: 0 0 8px #3fbaef;
    border: 1px solid #3fbaef;
}

.btn_c button[type="submit"] {
    border: 0;
    padding: 8px 30px 8px 30px;;
    background: #ff8500;
    color: #fff;
    box-shadow: 1px 1px 4px #dadada;
    -moz-box-shadow: 1px 1px 4px #dadada;
    -webkit-box-shadow: 1px 1px 4px #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 135%;
}

/*input*/

/*confirm*/
.inqury_confirm .ttl {
    max-width: 550px;
    font-weight: bold;
    border-bottom: 2px solid #163851;
    font-size: 214%;
    padding-bottom: 3px;
    margin: 8px auto 23px;
    color: #163851;
}

.inqury_confirm #content {
    width: 966px;
    margin: 0 auto;
}

.inqury_confirm #mypage_body {
    max-width: 550px;
    margin: 0 auto;
}

.confirmBox th,.confirmBox td {
    border: 1px solid #163851;
    padding: 8px;
    font-size: 120%;
}

.confirmBox table {
    border-collapse: collapse;
}

.ask_content_confirm {
    border: 1px solid #a2a2a2;
    width: 100px;
    margin-top: 18px;
    font-size: 120%;
    padding: 6px;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
}

.confirmBox th {
    background: #bfe7fb;
}

.cust_ask {
    word-break: break-word;
    max-width: 550px;
    font-size: 114%;
    border: 1px solid #a2a2a2;
    padding: 7px;
    background: rgba(22, 56, 81, 0.11);
}

.btn_c {
    margin: 26px 0 0 165px;
}

.btn_c button[type="button"] {
    border: 0;
    padding: 6px 21px 6px 21px;
    background: #adadad;
    color: #fff;
    box-shadow: 1px 1px 4px #dadada;
    -moz-box-shadow: 1px 1px 4px #dadada;
    -webkit-box-shadow: 1px 1px 4px #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 6px;
    font-size: 120%;
}

.btn_c .btn_w {
    padding: 56px;
}

.bg-ptn01 {
    background: #eee;
    border-radius: 6px;
    padding:10px 13px 10px;
    margin-bottom: 20px;
    font-size: 108%;
    max-width: 527px;
    margin-left: 206px;
}
.bg-e8f4fb {background: #e8f4fb!important;}

.mb5 {
    margin-bottom: 5px!important;
}

.ft-bold{
    font-weight: bold;
}
