@charset "UTF-8";

.search_main_midashi {
    background: #333;
    color: #fff;
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    font-size: 14px;
}

span.List_number {
    color: #E56C22;
}


.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-L {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}


.areaListTableCell {
    /* display: table-cell; */
    width: 30%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    height: 40px;
    float: left;
    background: #f8f8f8;
}

.railwayAreaListTableCell {
    /* display: table-cell; */
    width: 30%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    height: 40px;
    float: left;
    background: #f8f8f8;
}

.railwayLineListTableCell {
    /* display: table-cell; */
    width: 30%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    height: 40px;
    float: left;
    background: #f8f8f8;
}

.dataTableCell {
    display: table-cell;
    padding: 10px;
}

.inlineBlock {
    display: inline-block;
}


div#area_1.table-L, div#area_2.table-L, div#area_3.table-L, div#area_4.table-L, div#area_5.table-L, div#area_6.table-L, div#area_7.table-L, div#area_8.table-L, div#area_9.table-L, div#area_10.table-L, div#area_11.table-L, div#area_12.table-L {
    background: #fff;
    border: 1px solid #555;
}

/* ========================================================== Error message = */

.errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

.displayNone {
    display: none;
}

/* ==================================================== Railway area search = */

.areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

/* ================================================================= Topics = */

.topicsTitleArea {
    margin: 20px 0 10px 0;
}

.topicsElementArea {
    padding-top: 10px;
}

.font-TopicsTitle {
    font-size: 14pt;
    font-weight: bold;
}

.searchButtonArea {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.font-AreaLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.font-RailwayAreaLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.font-RailwayLineLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.currentSearchConditionsTableTitleCell {
    display: table-cell;
    width: 150px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background-color: #dce5d3;
    vertical-align: middle;
}

.currentSearchConditionAreasTitleArea {
    color: #fff;
    background-color: #E9CE4F;
    padding: 5px 10px;
}

.currentSearchConditionRefinesTableTitleCell {
    color: #fff;
    background-color: #E9CE4F;
    padding: 5px 10px;
}

.currentSearchConditionStationsTitleArea {
    color: #fff;
    background-color: #E9CE4F;
    padding: 5px 10px;
}

.currentSearchConditionRefinesTitleArea {
    color: #fff;
    background-color: #E9CE4F;
    padding: 5px 10px;
}


input#btnTownSearch {
    width: auto;
    color: #595757;
    -webkit-appearance: none;
    cursor: pointer;
    /* line-height: 30px; */
    background-color: #e9ce4f;
    font-size: 14px;
    border: none;
    font-weight: bold;
    padding: 6px 24px;
    display: inline-block;
    border-radius: 4px;
}

input#btnTownSearch:hover {
    /* background: #fff; */
    /* color: #E9CE4F; */
}

.searchButtonArea input.search_btn {
    width: auto;
    color: #595757;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: #e9ce4f;
    font-weight: bold;
    padding: 6px 24px;
    border: none;
    border-radius: 4px;
}

.searchButtonArea input.search_btn:hover {
    /* color: #E9CE4F; */
    /* background-color: #fff; */
}

.containts {
    width: 1100px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.sidemenuArea {
    width: 260px;
    float: left;
}

.searchListMainArea {
    width: 880px;
    float: right;
}

.mapTableMapCell {
    height: 300px;
}

.googleMapMargin {
    width: 15px;
}

.table li.thead_archive {
    background: #d5e3f7;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

.table li.tbody_archive a {
    color: #146fb5;
}

.table li.tbody_archive {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

/* ================================================================== Pager = */

.pagerTable {
    display: table;
    table-layout: fixed;
    max-width: 1000px;
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
    margin-bottom: 30px;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #3c9c4a;
    cursor: pointer;
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
}

.pagerTableCurrentPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #fff;
    background: #3c9c4a;
}

.pagerTableOtherPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #3c9c4a;
    background: #fff;
    border: 1px solid #3c9c4a;
    cursor: pointer;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #717171;
}


div.buildingListBuildingNameArea input.float-Right {
    background: #C61A22;
    color: #fff;
    border: none;
    margin-top: -2px;
    font-size: 13px;
    padding: 2px 20px;
    float: right;
}

.mapTableStreetViewCell {
    height: 300px;
}

.linedLeft {
    border-left: solid 1px #d3d3d3;
}

.linedBottom {
    border-bottom: solid 1px #d3d3d3;
}

.linedRight {
    border-right: solid 1px #d3d3d3;
}

.linedTop {
    border-top: solid 1px #d3d3d3;
}


.currentSearchConditionAreasTableDataCell {
    display: table-cell;
    padding: 5px 10px 5px 0;
}

.currentSearchConditionAreasTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionRefinesTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionsTableDataCell {
    display: table-cell;
    font-size: 10pt;
    background-color: #efefef;
    vertical-align: middle;
}


.inputTextbox {
    width: 100%;
    height: 35px;
}

.inputTextarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
}

.descTextAria {
    width: 100%;
    padding: 20px;
    border: solid 1px #d3d3d3;
    background: #fff;
}

.confirmButtonArea {
    max-width: 100%;
    padding: 30px;
    text-align: center;
}

div.confirmButtonArea input {
    width: 80%;
    border: 0px;
    color: #fff;
    line-height: 30px;
    background: #192752;
}

.textAlign-Center {
    text-align: center;
    background: #f4f4f4;
}

.textAlign-Right {
    text-align: right;
}

.verticalAlign-Top {
    vertical-align: top;
}

.font-DescText {
    font-size: 10.5pt;
    font-weight: bold;
}


.detailsTableDataCell {
    display: table-cell;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    background: #fff;
}


ul.article_list {
    margin: 30px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

ul.article_list li {
    padding: 10px 0px 20px;
    border-bottom: 1px dotted #a1a1a1;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
    width: 48%;
    margin: 1%;
    float: left;
}

ul.article_list li span.date {
    display: block;
    color: #909090;
    font-size: 11px;
    margin-bottom: 15px;
}

ul.article_list li span.thumb {
    width: 100px;
    float: left;
}

ul.article_list li span.thumb img {
    width: 100% !important;
    height: auto !important;
}

ul.article_list li .date_title_box {
    float: right;
    width: 360px;
}

ul.article_list li span.title {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}


ul.article_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s
}

ul.article_list li a:hover {
    background: rgba(255, 255, 255, 0.59);
}

.roomListTableDataCell a {
    text-decoration: none;
}


.roomsForInquiryTableSeqTitleCell {
    display: table-cell;
    width: 35px;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableRoomNameTitleCell {
    display: table-cell;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableTitleCell {
    display: table-cell;
    width: 75px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableContactDivsTitleCell {
    display: table-cell;
    width: 460px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.customerInfoTableTitleCell {
    display: table-cell;
    width: 225px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.favorite_page {
    padding: 30px;
}

.favor01_text {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.favor02_text {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.favor02_text span {
    font-size: 20px;
    color: #f3771c;
    letter-spacing: 0px;
}

.favor_sec02 {
    background: url(/penguin/resources/image/xias/home/bg_dot.png);
    padding: 10px;
}

.favor_sec02 ul {
    overflow: hidden;
}

.favor_sec02 ul li {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

.favor_sec02 ul li:nth-child(1) {
    padding-top: 8px;
}

.favor_sec02 ul li #btnSubmitInquiryIfChecked {
    padding: 4px 10px;
    display: block;
    background-color: #af2b73;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

#areaFavorites {
    padding-top: 30px;
    overflow: hidden;
}

#areaFavorites .Fav_list_cell {
    border: 1px solid #a5a5a5;
    width: 24%;
    margin: 2% 0.5%;
    float: left;
    padding: 10px;
}

#areaFavorites .Fav_list_cell p.name {
    padding-bottom: 8px;
    border-bottom: 1px dotted #ddd;
}

#areaFavorites .Fav_list_cell p.name a {
    color: #2f82dd;
    font-size: 13px;
}

#areaFavorites .Fav_list_cell .pic {
    background: #ededed;
    padding: 10px;
    height: 120px;
    margin-bottom: 6px;
}

#areaFavorites .Fav_list_cell .pic img {
    max-width: 100%;
    max-height: 100px;
    margin: auto;
    display: block;
}

#areaFavorites .Fav_list_cell .main_info th {
    background: #daddac;
    padding: 2px 6px;
}

#areaFavorites .Fav_list_cell .main_info td span.yatin {
    font-size: 16px;
    color: #ff6933;
}

#areaFavorites .Fav_list_cell .address {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    font-size: 11px;
}

#areaFavorites .Fav_list_cell .btn {}

#areaFavorites .Fav_list_cell .btn li.btn01 a {
    float: left;
    width: 60%;
    padding: 4px 10px;
    display: block;
    background-color: #af2b73;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #6f1b49;
    margin-right: 2%;
    text-decoration: none;
    text-align: center;
}

#areaFavorites .Fav_list_cell .btn li.btn02 a {
    float: left;
    width: 18%;
    padding: 4px 2px;
    display: block;
    background-color: #f27b11;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #9d6f1c;
    text-align: center;
    margin-right: 2%;
    text-decoration: none;
}

#areaFavorites .Fav_list_cell .btn li.btn03 a {
    float: left;
    width: 18%;
    padding: 4px 2px;
    display: block;
    background-color: #6d6d6d;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #333;
    text-align: center;
    text-decoration: none;
}


h4.sitemap {
    background: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 10px;
}

ul.sitemap {
    overflow: hidden;
}

ul.sitemap li {
    border: 1px dotted #888;
    width: 49%;
    float: left;
    padding: 10px 10px 10px 15px;
    margin: 0.5%;
    background: url(/penguin/resources/image/breadcrum_arrow.png)no-repeat left center;
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    color: #dc8930;
}

.wrap {
    width: 1200px;
    margin: auto;
}

.article_page h1 {
    background-color: #e8e7e7;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.article_page img {
    margin: 20px 0px;
}

.article_page h2 {
    background-color: #E9CE4F;
    padding: 10px 20px;
    font-size: 16px;
    margin: 20px 0px 10px;
}

.article_page h3 {
    color: #E9CE4F;
    border: 2px solid #E9CE4F;
    display: table;
    padding: 5px 10px;
    margin: 20px 0px 10px;
    font-size: 16px;
}

.containts.article {
    display: flex;
}

.containts.article .page_outline.article_page {
    width: 830px;
    flex: 1 0 auto;
}

.containts.article .side_blog {
    margin-left: 40px;
}

.containts.article .side_blog h3 {
    color: #fff;
    text-align: center;
    background-color: #e9ce4f;
    padding: 12px 0 7px;
    letter-spacing: 0.04em;
    font-size: 16px;
}

.containts.article .side_blog ul.blog {}

.containts.article .side_blog ul.blog a.more {
    flex-wrap: nowrap;
    text-decoration: none;
    border-top: 1px solid #eee;
    padding: 16px 0;
}

.containts.article .side_blog ul.blog a.more p.img {
    width: 82px;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1 0 auto;
}

.containts.article .side_blog ul.blog a.more p.text {
    color: #000;
    margin-left: 10px;
    font-size: 12px;
}

.containts.article .side_blog ul.blog a.more p.text span.date {
    display: block;
    font-size: 10px;
}

.containts.article .side_blog ul.blog a.more p.text span.title {
    display: block;
    line-height: 1.5;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.containts.article .side_blog ul.blog li+li {}

.containts.article .side_blog p.link a {
    color: #000;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 100px;
    width: 99%;
    padding: 6px 0;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-top: 16px;
}

@media (max-width: 750px) {

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .containts {
        width: 100% !important;
        padding: 3% !important;
    }

    .searchListMainArea, .sidemenuArea {
        width: 100%;
        float: none;
    }

    div.buildingListBuildingNameArea input.float-Right {
        display: none;
    }

    #buildinglist_cell {
        width: 100%;
    }

    .checkboxCheckAll {
        padding: 0px;
        font-size: 11px;
    }


    div.table.search_main_midashi {
        table-layout: auto;
        display: block;
        padding: 0% 4%;
    }

    .tableCell.railwayLineSearchRailwayLineName, .tableCell.areaSearchAreaName, .tableCell.railwayAreaSearchRailwayAreaName {
        display: block;
        font-size: 14px;
        padding: 10px 0px 2px;
        color: #fff;
    }

    #checkAllLine_1.tableCell.checkboxCheckAll, #checkAllArea_1.tableCell.checkboxCheckAll, #checkAllArea_1.tableCell.checkboxCheckAll {
        padding-left: 0px;
        color: #ddd;
        font-size: 11px;
    }

    div#area_1.table-L, div#area_2.table-L, div#area_3.table-L, div#area_4.table-L, div#area_5.table-L, div#area_6.table-L {
        table-layout: auto;
    }

    .railwayLineListTableCell, .areaListTableCell, .railwayAreaListTableCell {
        float: left;
        width: 48%;
        display: block;
        padding: 2% 1%;
        height: auto;
        margin: 1%;
        min-height: 38px;
    }

    span.font-RailwayLineLinkText, .font-AreaLinkText, .font-RailwayAreaLinkText {
        font-size: 10px;
    }

    .descTextAria {
        width: 100%;
    }

    .customerInfoTableTitleCell {
        width: 100%;
        display: block;
        background: #2f2f2f;
        color: #fff;
        padding: 10px;
    }

    .detailsTableDataCell {
        width: 100%;
        display: block;
    }

    .roomsForInquiryTableSeqTitleCell, .roomsForInquiryTableRoomNameTitleCell, .roomsForInquiryTableTitleCell, .roomsForInquiryTableTitleCell, .roomsForInquiryTableContactDivsTitleCell {
        display: none;
    }

    ul.article_list li {
        float: none;
        width: 100%;
        padding: 3%;
    }

    ul.article_list li span.thumb {
        width: 30%;
    }

    ul.article_list li .date_title_box {
        width: 67%;
    }

    .page_outline {
        padding: 3%;
    }

    #areaFavorites .Fav_list_cell {
        float: none;
        width: 100%;
        margin: 0px;
        margin-bottom: 3%;
        padding-bottom: 12%;
    }

    .wrap {
        max-width: 100%;
    }

    .railwayLineListTableCell:empty, .areaListTableCell:empty, .railwayAreaListTableCell:empty {
        display: none;
    }

    .containts {
        width: 96%;
    }

    .railwayLineListTableCell, .areaListTableCell, .railwayAreaListTableCell {
        width: 98%;
        margin: 1% auto 0;
        float: none;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
    }

    span.font-RailwayLineLinkText, .font-AreaLinkText, .font-RailwayAreaLinkText {
        font-size: 14px;
    }

    .railwayLineListTableCell input, .areaListTableCell input, .railwayAreaListTableCell input {
        -webkit-appearance: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #ccc;
        position: relative;
        vertical-align: middle;
        z-index: 100;
        margin-right: 13px;
    }

    .railwayLineListTableCell input:checked, .areaListTableCell input:checked, .railwayAreaListTableCell input:checked {
        background: #ee5435;
    }

    .railwayLineListTableCell input:checked:after, .areaListTableCell input:checked:after, .railwayAreaListTableCell input:checked:after {
        content: "";
        width: 10px;
        height: 5px;
        border: solid;
        border-color: #fff;
        position: absolute;
        top: 0;
        left: 1px;
        border-width: 0 0 3px 3px;
        transform: rotateZ(-45deg);
        right: 0;
        bottom: 5px;
        margin: auto;
    }

    .railwayAreaListTableCell a {
        display: inline-block;
        line-height: 20px;
        vertical-align: middle;
    }

    .table.search_main_midashi input:checked:after {
        content: "";
        width: 10px;
        height: 5px;
        border: solid;
        border-color: #fff;
        position: absolute;
        top: 0;
        left: 1px;
        border-width: 0 0 3px 3px;
        transform: rotateZ(-45deg);
        right: 0;
        bottom: 5px;
        margin: auto;
    }

    .railwayLineListTableCell:before, .areaListTableCell:before, .railwayAreaListTableCell:before {
        content: "";
        display: block;
        background: #eee;
        height: 40px;
        width: 36px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .searchButtonArea input {
        -webkit-appearance: none;
        display: block;
        width: 90%;
        margin: 5px auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        border-radius: 3px;
        box-shadow: 0 2px #ddd;
    }

    .containts.article .page_outline.article_page {
        width: 100%;
    }

    .containts.article {
        flex-wrap: wrap;
    }

    .containts.article .side_blog {
        margin-left: 0;
        margin-top: 60px;
    }

}