@charset "utf-8";

/***************************************************************************
 *
 * common.css
 *
 ***************************************************************************/

@import url(base.css);
@import url(font-awesome/css/font-awesome.min.css);
body {
    line-height: 1.5;
    position: relative;
}

ul {
    list-style: none;
}

table {
    width: 100%;
}

th {
    text-align: left;
    font-weight: normal;
}

img {
    width: 100%;
    vertical-align: top;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pt36 {
    padding-top: 36px;
}

.pb36 {
    padding-bottom: 36px;
}
.mh60 {
    min-height: 60px;
}
.inner {
    width: 1300px;
    margin: 0 auto;
}

header {
    border-top: solid 8px #534380;
    height: 80px;
}

header .inner {
    position: relative;
}

header .logo {
    width: 120px;
    margin-top: 12px;
    position: relative;
}

header .logo .area {
    position: absolute;
    left: 125px;
    top: 0px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #9c9a84;
    color: #fff;
    padding: 5px 8px 3px;
}

header .logo .subtitle {
    position: absolute;
    left: 125px;
    bottom: 0;
    font-size: 16px;
    white-space: nowrap;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#gNav {
    position: absolute;
    right: 0;
    top: 20px;
}

#gNav .nav li {
    float: left;
    margin-left: 35px;
}

#gNav .nav a {
    display: block;
    color: #403c3b;
    font-size: 14px;
    padding: 7px 0 5px;
}

#gNav .nav a:hover {
    text-decoration: underline;
}

#gNav .login {
    margin-left: 25px;
}

#gNav .login li {
    float: left;
    margin-left: 10px;
}

#gNav .login a {
    display: block;
    min-width: 98px;
    text-align: center;
    color: #412984;
    font-size: 14px;
    border: solid 1px #412984;
    padding: 7px 16px 5px;
    transition: .2s;
}

#gNav .login a:hover {
    color: #fff;
    background: #412984;
}

#content {
    background: #e2e1e7;
}

.areaTitle {
    text-align: center;
}

.areaTitle img {
    width: auto;
}

.searchCommon {
    background: url(../img/common/search_bg.png) center no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
    padding-bottom: 110px;
}

.searchCommon h3 {
    padding: 65px 0 55px;
}

.searchCommon .boxLink a {
    color: inherit;
}

.searchCommon .boxLink a:hover {
    text-decoration: underline;
}

.searchCommon .boxLink .bd {
    padding: 0 6px;
}

.searchCommon .boxLink .dv {
    padding: 0 15px;
}

.gSearch .inner {
    background: none !important;
}

.gSearch .wrapForm {
    min-height: 115px;
    background: url(../img/common/search_before.png) top center no-repeat, url(../img/common/search_after.png) bottom center no-repeat;
    padding: 55px 0 80px;
}

.gSearch .wrapForm .openForm {
    color: #534380;
    display: block;
    width: 145px;
    line-height: 30px;
    text-align: center;
    margin: -65px auto 0;
    font-size: 30px;
}

.gSearch form {
    display: none;
}

.gSearch .form-row {
    margin-bottom: 24px;
}

.gSearch .form-row:first-child {
    margin-bottom: 35px;
}

.gSearch .w205 {
    width: 20.5%;
    margin: 0 1.54% 0 0;
    position: relative;
}

.gSearch label.w205 {
    font-size: 19px;
    color: #412984;
    background: #aca5c0;
    border-radius: 10px;
    text-align: center;
    padding: 14px 0 12px;
}

.gSearch .search-text {
    width: 33.07%;
    border-radius: 10px;
    font-size: 16px;
    color: #412984;
    background: rgba(255,255,255,0.4);
    border: solid 3px #aca5c0;
    padding: 13px 20px 11px;
    margin-right: 2.07%;
}

.gSearch .radio {
    font-size: 16px;
    color: #412984;
    padding-top: 17px;
    cursor: pointer;
    position: relative;
}

.gSearch .radio span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: solid 2px #cbc8d2;
    margin-right: 10px;
    background: #fcfcfd;
}

.gSearch .radio span:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 23px;
    width: 10px;
    height: 10px;
    background: #534380;
    display: none;
}

.gSearch .radio [type=radio]:checked + span:after {
    display: block;
}

.gSearch .radio + .radio {
    margin-left: 2%;
}

.gSearch .radio [type=radio] {
    display: none;
}

.gSearch .choosing {
    width: 77.9%;
    min-height: 54px;
    border-radius: 10px;
    background: #d9d6e0;
    padding: 15px 15px 15px 100px;
    font-size: 16px;
    color: #412984;
}

.gSearch .modal .choosing {
    width: 100%;
    background: #aca5c0;
    margin: 15px 0;
}

.gSearch .choosing label {
    width: 100px;
    margin: 0 0 0 -100px;
    padding-left: 28px;
    float: left;
}

.gSearch .openModal {
    display: block;
    font-size: 19px;
    color: #fff;
    background: #534380;
    border-radius: 10px;
    text-align: center;
    padding: 14px 0 12px;
    text-decoration: none;
}

.gSearch .dropdown {
    display: block;
    font-size: 19px;
    color: #897ea6;
    background: rgba(255,255,255,0.4);
    border-radius: 10px;
    padding: 14px 50px 12px 20px;
    text-decoration: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gSearch .dropdown:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 3px #a9a2be;
    position: absolute;
    top: 0;
    left: 0;
}

.gSearch .dropdown:after {
    font-family: FontAwesome;
    content: "\f0d7";
    color: #fff;
    background: #534380;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    padding: 15px;
    font-size: 24px;
    line-height: 1;
}

.gSearch .choosing span {
    display: inline-block;
    color: #6f6294;
    margin-right: 18px;
}

.gSearch .choosing span a {
    font-size: 16px;
    line-height: 1;
    padding: 1px 1px 0 0;
    text-align: center;
    color: #fff;
    background: #534380;
    display: inline-block;
    width: 18px;
    height: 17px;
    text-decoration: none;
    margin-left: 8px;
}

.gSearch .submitRow {
    padding-top: 15px;
    margin-bottom: 0;
}

.gSearch .submit {
    width: 72.3%;
    font-size: 24px;
    color: #fff;
    background: #534380;
    border: solid 3px #534380;
    padding: 11px 0 9px;
}

.gSearch .submit .fa {
    display: inline-block;
    vertical-align: top;
    margin: 1px 20px 0 0;
    font-size: 30px;
}

.gSearch .reset {
    width: 26.9%;
    font-size: 24px;
    color: #534380;
    background: #fff;
    border: solid 3px #534380;
    padding: 11px 0 9px;
}

.gSearch .modal-dialog {
    max-width: 1000px;
    border: solid 4px #c6c3ce;
}

.gSearch .modal-header,
.gSearch .modal-footer {
    border: none;
}

.gSearch .modal-content {
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
}

.gSearch .modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #534380;
    padding: 20px 0 0 20px;
}

.gSearch .modal-header .close {
    width: 37px;
    height: 37px;
    text-align: center;
    color: #fff;
    background: #64558c;
    border-radius: 50%;
    font-size: 26px;
    line-height: 37px;
    opacity: 0.8;
    margin-top: -10px;
}

.gSearch .modal-header .close:hover {
    opacity: 1;
}

.gSearch .modal .wrapCheckbox .checkbox.all {
    display: block;
    margin-bottom: 50px;
}

.gSearch .modal .wrapCheckbox .checkbox {
    margin: 0 25px 8px 0;
    font-size: 16px;
    color: #534380;
    cursor: pointer;
}

.gSearch .saveChoosen {
    display: block;
    margin: 0 auto 35px;
    width: 165px;
    font-size: 24px;
    color: #fff;
    background: #534380;
    text-align: center;
    padding: 16px 0 13px;
}

.gSearch .checkbox {
    position: relative;
}

.gSearch .checkbox [type=checkbox] {
    display: none;
}

.gSearch .checkbox span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    background: #fff;
    border: solid 2px #cdcad4;
    margin: 3px 8px 0 0;
}

.gSearch .checkbox span:after {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    color: #aca5c0;
    left: 2px;
    top: 1px;
    font-size: 14px;
    display: none;
}

.gSearch .checkbox [type=checkbox]:checked + span:after {
    display: block;
}

.gSearch .modal .wrapCheckbox.branch {
    width: 570px;
    margin: 0 auto;
}

.gSearch .modal .wrapCheckbox.branch .checkbox {
    margin: 0 25px 35px 0;
}

.gSearch .modal .wrapCheckbox.business_type {
    padding: 0 30px;
}

.gSearch .modal .wrapCheckbox.business_type .group {
    padding-left: 160px;
    margin-bottom: 30px;
}

.gSearch .modal .wrapCheckbox.business_type .group > p {
    float: left;
    width: 160px;
    margin-left: -160px;
    color: #534380;
}

.gSearch .modal .wrapCheckbox.area {
    padding: 0 80px;
}

.gSearch .modal .wrapCheckbox.area + .choosing {
    margin-top: 65px;
}

.gSearch .wrapDropdown {
    position: relative;
}

.gSearch .wrapDropdown .menuDropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #6f6294;
    display: none;
}

.gSearch .wrapDropdown .menuDropdown label {
    display: block;
    margin: 0;
}

.gSearch .wrapDropdown .menuDropdown label span {
    display: block;
    background: #d9d6e0;
    color: #6f6294;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    transition: .2s;
}

.gSearch .wrapDropdown .menuDropdown label:hover span,
.gSearch .wrapDropdown .menuDropdown label input:checked+span {
    background: #eeedf1;
}

.gSearch .wrapDropdown .menuDropdown label input:checked+span:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.gSearch .wrapDropdown .menuDropdown label+label {
    border-top: solid 1px #6f6294;
}

.gSearch .wrapDropdown .menuDropdown label input {
    display: none;
}

.list {
    padding: 0.769230769% 0.769230769% 0;
}

.list + .list {
    padding-top: 0;
}

.list li {
    float: left;
    margin-right: 0.625%;
    margin-bottom: 0.625%;
    position: relative;
}

.list li.col2 {
    width: 49.6875%;
}

.list li.col2:nth-child(2n) {
    margin-right: 0;
}

.list li.col2:nth-child(2n+3) {
    clear: both;
}

.list li.col2 .img {
    height: 0;
    padding-bottom: 51.8867925%;
    overflow: hidden;
}

.list li.col2 .des {
    width: 100%;
    background: #0f0f10;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 35px;
}

.list li.col2 .des .label {
    position: absolute;
    top: -26px;
    left: 17px;
    width: 207px;
    color: #fff;
    font-size: 18px;
    padding: 6px 0 2px;
    text-align: center;
}

.list li.col2 .des .label.color1 {
    background: #cb940e;
}

.list li.col2 .des .label.color2 {
    background: #883b29;
}

.list li.col2 .des .label.color3 {
    background: #296798;
}

.list li.col2 .des .label.color4 {
    background: #727a1b;
}

.list li.col2 .button {
    position: absolute;
    right: 18px;
    top: -50px;
}

.list li.col2 .button a {
    display: block;
}

.list li.col4 {
    width: 24.53125%;
}

.list li.col4 a {
    display: block;
}

.list li.col4:nth-child(4n) {
    margin-right: 0;
}

.list li.col4:nth-child(4n+5) {
    clear: both;
}

.list li.col4 .img {
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}

.list li.col4 .img img {
    max-width: initial;
    width: 120%;
    margin-left: -10%;
}

.list li.col4 .des {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 15px 0 10px;
    text-align: center;
    position: relative;
}

.arrivals .list li.col4 .premium {
    position: absolute;
    top: 0;
    right: 0;
}

.arrivals .list li.col4 .des .label {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -26px;
    font-size: 13px;
}

.arrivals .list li.col4 .des .label .city {
    float: left;
    width: 50px;
    text-align: center;
    padding: 5px 0 2px;
    background: #ba9e2c;
}

.arrivals .list li.col4 .des .label .branch {
    float: left;
    text-align: center;
    font-size: 11px;
    padding: 6px 10px 4px;
    background: #523a93;
}

.arrivals .list li.col4 .des table {
    min-height: 75px;
}

.arrivals .list li.col4 .des th {
    font-size: 15px;
    line-height: 19px;
    vertical-align: middle;
    width: 58%;
    padding: 0 10px;
    letter-spacing: 1px;
}

.arrivals .list li.col4 .des td {
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 0 10px;
}

.arrivals .list li.col4 .des td .ceo {
    text-align: right;
}

.arrivals .list li.col4 .des td .name {
    font-size: 24px;
}

.arrivals .list li.col4 .des .button {
    position: absolute;
    top: -60px;
    right: 20px;
}

.information h3 {
    padding: 18px 0 42px;
}

.information .inner {
    background: #fff;
    padding: 0 40px 48px;
}

.information .news li {
    border-bottom: dotted 1px #adaaaa;
    overflow: hidden;
    padding: 20px 0;
}

.information .news li .post-date {
    float: left;
    width: 13.5%;
    padding-left: 10px;
    font-weight: bold;
}

.information .news li .title {
    float: left;
    width: 85%;
}

.information .news li .title a {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}

.information .news li .title a:hover {
    text-decoration: underline;
}

.information .button {
    text-align: right;
    margin-top: 18px;
}

.information .button a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 117px;
    background: #534380;
    padding: 10px 0 4px;
}

.information .button a:before {
    content: url(../img/common/icon1.png);
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px 0 0;
}

footer {
    text-align: center;
    padding: 80px 0 25px;
}

footer .fNav {
    font-size: 0;
}

footer .fNav li {
    display: inline-block;
    margin-top: 10px;
}

footer .fNav li a {
    font-size: 12px;
    color: inherit;
    line-height: 1;
}

footer .fNav li a:hover {
    text-decoration: underline;
}

footer .fNav li+li {
    border-left: solid 1px #000;
    padding-left: 14px;
    margin-left: 14px;
}

footer .copyright {
    font-size: 10px;
    margin-top: 50px;
}

footer .backtop {
    margin-top: 65px;
}

footer .backtop a {
    display: inline-block;
}

.sp {
    display: none;
}

.error-message {
    color: #fe0101;
}

@media (max-width: 1299px) and (min-width: 769px) {
    .inner {
        width: 100%;
    }
}

@media (max-width: 1176px) and (min-width: 769px) {
    header {
        height: 130px;
    }
    #gNav {
        top: 70px;
    }
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    img {
        max-width: 100%;
    }
    .inner {
        width: 100%;
    }
    header {
        height: 100px;
    }
    header .logo {
        width: 120px;
    }
    header .logo .area {
        left: 120px;
    }
    header .logo .subtitle {
        display: block;
        padding: 7px 10px;
        text-align: center;
        position: absolute;
        bottom: -32px;
        top: initial;
        left: 5px !important;
    }
    #btnMenu {
        font-size: 30px;
        line-height: 1;
        color: #534380;
        padding: 23px;
    }
    #gNav {
        position: absolute;
        width: 100%;
        z-index: 999;
        background: #fff;
        top: 87px;
        left: 0;
        margin-top: 0;
        display: none;
    }
    #gNav .nav {
        float: none;
        display: block;
    }
    #gNav .nav li {
        float: none;
        margin-left: 0;
        display: block;
        width: 100%;
    }
    #gNav .nav li a {
        text-align: center;
        padding: 10px;
        border-top: solid 1px #534380;
    }
    #gNav .login {
        margin: 25px 0;
        float: none;
        text-align: center;
    }
    #gNav .login li {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }
    .areaTitle {
        overflow: hidden;
    }
    .areaTitle img {
        max-width: none;
        width: 200%;
        margin-left: -50%;
    }
    .searchCommon {
        padding-bottom: 50px;
    }
    .searchCommon h3 {
        padding: 50px 0 20px;
    }
    .searchCommon .boxLink {
        padding: 0 4%;
        text-align: left;
        font-size: 14px;
    }
    .searchCommon .boxLink a {
        display: inline-block;
    }
    .searchCommon .boxLink strong {
        display: block;
        margin-top: 10px;
    }
    .searchCommon .boxLink .dv {
        display: none;
    }
    .gSearch .wrapForm {
        min-height: 80px;
        padding: 30px 0 50px;
    }
    .gSearch .wrapForm .openForm {
        margin: -40px auto 0;
    }
    .gSearch .w205,
    .gSearch .search-text {
        float: none;
        display: block;
        width: 100%;
    }
    .gSearch label.w205 {
        text-align: left;
        padding: 12px 4% 10px;
        margin: 20px 0 5px;
    }
    .gSearch .radio {
        width: 47%;
    }
    .gSearch .choosing {
        width: 100%;
        margin-top: 10px;
        padding: 4%;
    }
    .gSearch .choosing label {
        width: 100%;
        margin: 0;
        padding-left: 0;
    }
    .gSearch .choosing span {
        margin: 10px 10px 0 0;
    }
    .gSearch .form-row {
        padding: 0 4%;
        margin-bottom: 20px !important;
    }
    .gSearch .form-row + .form-row {
        border-top: solid 1px #534380;
        padding-top: 20px;
    }
    .gSearch .submit {
        width: 100%;
        font-size: 20px;
        padding: 6px 0 4px;
    }
    .gSearch .submit .fa {
        margin: 1px 15px 0 0;
        font-size: 24px;
    }
    .gSearch .reset {
        width: 100%;
        font-size: 20px;
        padding: 6px 0 4px;
        margin-top: 5px;
    }
    .gSearch .modal-title {
        padding-left: 0;
    }
    .gSearch .modal .wrapCheckbox.branch {
        width: 100%;
    }
    .gSearch .modal .wrapCheckbox.branch .checkbox {
        margin: 0 15px 15px 0;
    }
    .gSearch .modal .wrapCheckbox.business_type {
        padding: 0;
    }
    .gSearch .modal .wrapCheckbox.business_type .group > p {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .gSearch .modal .wrapCheckbox.business_type .group {
        padding-left: 0;
    }
    .gSearch .modal .wrapCheckbox.area {
        padding: 0;
    }
    .list li.col2 {
        width: 100%;
    }
    .list li.col2 .des {
        padding: 4%;
        text-align: justify;
    }
    .list li.col2 .des .label {
        top: -18px;
        left: 4%;
        width: 160px;
        font-size: 14px;
        padding: 2px 0 0px;
    }
    .list li.col2 .button {
        position: absolute;
        right: 4%;
        top: -25%;
        max-width: 20%;
    }
    .list li.col4 {
        width: 49.5%;
        margin-right: 1%;
    }
    .list li.col4:nth-child(2n) {
        margin-right: 0;
    }
    .list li.col4 .des {
        font-size: 14px;
        padding: 8px 0;
    }
    .arrivals .list li.col4 {
        width: 100%;
        margin-right: 0;
    }
    .information .inner {
        padding: 0 0 20px;
    }
    .information h3 {
        padding: 18px 0 20px;
    }
    .information .news li {
        padding: 15px 4%;
    }
    .information .news li .post-date {
        width: 100%;
        padding: 0;
    }
    .information .news li .title {
        width: 100%;
    }
    .information .button {
        padding-right: 4%;
    }
    .list li.col2 {
        width: 100%;
    }
    .list li.col2 .des {
        padding: 4%;
        text-align: justify;
    }
    .list li.col2 .des .label {
        top: -18px;
        left: 4%;
        width: 160px;
        font-size: 14px;
        padding: 2px 0 0px;
    }
    .list li.col2 .button {
        position: absolute;
        right: 4%;
        top: -25%;
        max-width: 20%;
    }
    .list li.col4 {
        width: 49.5%;
        margin-right: 1%;
    }
    .list li.col4:nth-child(2n) {
        margin-right: 0;
    }
    .list li.col4 .des {
        font-size: 13px;
        padding: 8px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .arrivals .list li.col4 {
        width: 100%;
        margin-right: 0;
    }
    .information .inner {
        padding: 0 0 20px;
    }
    .information h3 {
        padding: 18px 0 20px;
    }
    .information .news li {
        padding: 15px 4%;
    }
    .information .news li .post-date {
        width: 100%;
        padding: 0;
    }
    .information .news li .title {
        width: 100%;
    }
    .information .button {
        padding-right: 4%;
    }
    footer {
        padding: 40px 0 20px;
    }
    footer .fNav li {
        display: block;
    }
    footer .fNav li+li {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
    footer .fNav li a {
        font-size: 14px;
        line-height: 1.5;
    }
    footer .backtop {
        margin-top: 30px;
    }
}

@media (max-width: 369px) {
    header .logo .subtitle {
        font-size: 14px;
    }
}



/* モーダル（jquery）画面 */

#modal-overlay {
    display: none;
    z-index: 9997;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.pop-contents {
    width: 735px;
    margin: auto auto;
    padding-top: 15px;
}

.pop-contents table {
    width: 99%;
    margin-top: 20px;
    border: 1px solid #999;
}

.pop-contents th {
    width: 140px;
    padding: 8px 0 7px 10px;
    border-top: 1px dotted #999;
    background-color: #666;
    color: #FFF;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: top;
}

.pop-contents th span {
    display: block;
    margin-top: 15px;
    font-size: 10px;
}

.pop-contents th img {
    width: initial;
}

.pop-contents td {
    padding: 8px 10px 7px;
    border-top: 1px dotted #999;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: top;
}

.pop-contents tr:first-child th,
.pop-contents tr:first-child td {
    border-top-width: 0;
}

.pop-contents .w1,
.pop-contents .w2,
.pop-contents .w3,
.pop-contents .w4,
.pop-contents .w5,
.pop-contents .w6 {
    padding: 2px 3px;
    border: 1px solid #CCC;
    font-size: 12px;
    line-height: 1.4;
}

.pop-contents .w1 {
    width: 40px;
}

.pop-contents .w2 {
    width: 55px;
}

.pop-contents .w3 {
    width: 80px;
}

.pop-contents .w4 {
    width: 175px;
}

.pop-contents .w5 {
    width: 320px;
}

.pop-contents .w5:first-child {
    margin: 4px 0 2px;
}

.pop-contents .w6 {
    width: 96%;
    height: 5em;
    margin-top: 4px;
    resize: vertical;
}

.pop-contents td p {
    width: 530px;
}

.pop-contents td label {
    white-space: nowrap;
}

.pop-title {
    padding-bottom: 2px;
    border-bottom: 1px solid #999;
    font-size: 20px;
}

.pop-title-lead {
    margin-top: 6px;
    font-size: 12px;
}

.pop-complete-message {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.pop-note {
    font-size: 11px;
}

.pop-agreement {
    font-size: 11px;
    text-align: center;
}

.pop-agreement input {
    vertical-align: text-bottom;
}

.pop-button {
    margin: 10px 0 15px;
    text-align: center;
    font-size: 12px;
}

.pop-button2 {
    margin: 10px 0 15px;
    text-align: center;
    font-size: 12px;
}

.pop-button input[type="submit"],
.pop-button input[type="button"] {
    width: 116px;
    height: 28px;
    margin-right: 20px;
    background-color: transparent;
    background-image: url(/assets/default/img/common/btn_form.png);
    background-repeat: no-repeat;
}

.pop-button2 input[type="submit"],
.pop-button2 input[type="button"] {
    width: 232px;
    height: 56px;
    margin-right: 20px;
    background-color: transparent;
    background-image: url(/assets/default/img/common/btn_form2.png);
    background-repeat: no-repeat;
}

.pop-button .pop-confirm {
    background-position: left top;
}

.pop-button .pop-confirm:hover {
    background-position: left -28px;
}

.pop-button .pop-send {
    background-position: left -56px;
}

.pop-button .pop-send:hover {
    background-position: left -84px;
}

.pop-button .pop-back {
    background-position: left -112px;
}

.pop-button .pop-back:hover {
    background-position: left -140px;
}

.pop-button .pop-login {
    background-position: left -168px;
}

.pop-button .pop-login:hover {
    background-position: left -196px;
}

.pop-button .pop-register {
    background-position: center -224px;
}

.pop-button .pop-register:hover {
    background-position: center -252px;
}

.pop-button2 .pop-confirm {
    background-position: left top;
}

.pop-button2 .pop-confirm:hover {
    background-position: left -54px;
}

.pop-button2 .pop-send {
    background-position: left -110px;
}

.pop-button2 .pop-send:hover {
    background-position: left -166px;
}

.pop-button2 .pop-back {
    background-position: left -222px;
}

.pop-button2 .pop-back:hover {
    background-position: left -278px;
}

.pop-button2 .pop-login {
    background-position: left -334px;
}

.pop-button2 .pop-login:hover {
    background-position: left -390px;
}

.pop-button2 .pop-register {
    background-position: center -446px;
}

.pop-button2 .pop-register:hover {
    background-position: center -502px;
}

.pop-entry-nologin{
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
}
.pop-entry-nologin p{
    margin-top: 20px;
}

.pop-entry-info {
    margin-top: 10px;
    width: 306px !important;
    height: 51px !important;
    background: url(/assets/default/img/common/btn_entry.png) no-repeat !important;
}

.pop-entry-info:hover {
    background-position: left -51px !important;
}

.pop-contact-info {
    padding: 0px 25px;
}

.pop-contact-info .item-left {
    float: left;
    width: 49%;
}

.pop-contact-info .item-right {
    float: right;
    width: 49%;
}

.pop-contact-info h3 {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    font-size: 14px;
    line-height: 1.4;
}

.pop-contact-info p {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.pop-contact-info p strong {
    font-size: 26px;
    font-weight: bold;
    color: #F90;
}

.pop-pr-info {
    margin-top: 15px;
}

.pop-pr-info .item-left {
    float: left;
    width: 49%;
    min-height: 300px;
    border: 1px solid #999;
}

.pop-pr-info .item-right {
    float: right;
    width: 49%;
    min-height: 300px;
    border: 1px solid #999;
}

.pop-pr-info h3 {
    margin-bottom: 10px;
    padding: 6px 10px;
    background-color: #666;
    color: #FFF;
    font-size: 12px;
}

.pop-pr-info figure {
    display: block;
    padding: 0 0 5px;
    text-align: center;
}

.pop-pr-info p {
    padding: 0 10px 10px;
    font-size: 12px;
    line-height: 1.4;
}

.pop-reco-note {
    margin: 20px 0 -15px;
    font-size: 12px;
}

.pop-reco-sender figure {
    float: left;
    border: 1px solid #999;
    margin-right: 8px;
}

.pop-reco-sender img {
    display: block;
}

.pop-reco-sender p {
    margin-bottom: 2px;
    font-size: 12px;
}

.pop-reco-sender strong {
    font-size: 16px;
}



/* submitボタン共通部分 */

.pop-contents .btn-submit input[type="submit"],
.pop-contents .btn-submit input[type="button"] {
    border-width: 0;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

* + html .pop-contents .btn-submit input[type="submit"],
* + html .pop-contents .btn-submit input[type="button"] {
    /*forIE7*/
    width: auto !important;
    height: auto !important;
    padding: 4px 10px 2px;
    border: 1px solid #999 !important;
    background: #F2F2F2 !important;
    text-indent: 0 !important;
}

@media (max-width: 700px) {
    .pop-contents {
        width: 98%;
    }
    .pop-contents th {
        width: 100%;
        display: block;
        border: none;
    }
    .pop-contents td {
        width: 100%;
        display: block;
        border: none;
    }
    .pop-contents td p {
        width: 100%;
    }
    .pop-contact-info .item-left,
    .pop-contact-info .item-right {
        float: none;
        width: 80%;
        margin: 20px auto;
    }
    .pop-contact-info {
        padding: 0;
    }
}