* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ丸ゴシック Pro W3', 'Hiragino maru Gothic Pro', 'Helvetica', 'sans-serif';
}

body {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    margin: 0px;
}

body {
    background-color: #FFFFFF;
}

p {
    margin-top: 0px;
}

a:link {
    color: #333;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

dl,
dt,
dd {
    margin: 0px;
}

.sp {
    display: none;
}


/* ==================================================== breadcrumb = */

#breadcrumbs {
    padding: 5px 0px 5px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #ededed;
    font-size: 11px;
}

#breadcrumbs ul {
    overflow: hidden;
    margin-top: 4px;
}

#breadcrumbs li {
    float: left;
    background: url(/penguin/resources/image/breadcrum_arrow.png)no-repeat left center;
    padding-left: 14px;
    margin-right: 4px;
    font-size: 11px;
}

#breadcrumbs li.nav_st {
    padding-left: 0px;
    background: none;
}



.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 {
    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: #c5c56a;
    padding: 5px 10px;
}

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

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

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


input#btnTownSearch {}

.searchButtonArea input.search_btn {}

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

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

.searchListMainArea {
    width: 820px;
    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: #717171;
    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: 55px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #fff;
    background: #0068B7;
}

.pagerTableOtherPageCell {
    display: table-cell;
    width: 55px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #0068B7;
    background: #fff;
    border: 1px solid #0068B7;
    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: inline-block;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionsTableDataCell {
    display: inline-block;
    font-size: 10pt;
    background-color: #efefef;
    vertical-align: middle;
    padding: 0.9em 0.8em 0.5em;
}

.currentSearchConditionRefinesTableDataCell {
    display: inline-block;
}

.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;
    justify-content: space-between;
}

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%;
}

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;
    height: 70px;
    background: #f0f0f0;
}

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;
}

.tableRow.now_joken_sy {
    display: flex;
    width: 250px;
    align-items: center;
}

.tableRow.now_joken_area .currentSearchConditionStationsTableDataCell {
    margin-top: 10px;
}

@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%;
    }

    .tableRow.now_joken_area .currentSearchConditionStationsTableDataCell {
        margin-top: 0;
    }

}ß