@charset "utf-8";

/* 
############################################################
複数のページにまたがる、共通したパーツ(抜き出して配置できるパーツ)用のページ
このサンプルファイルでは、sec-extraContentsの中に入る、mod-からはじまるものが記述されています
sec-extraContentsが不要な場合はファイルごと削除してください
【読み込み範囲】全ファイル
############################################################
*/


/* = mod-breadcrumbs
----------------------------------------------- */
.mod-breadcrumbs {
    margin-bottom: 12px;
    padding: 0;
    font-size: 11px;
}
.mod-breadcrumbs a,
.mod-breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
}
.mod-breadcrumbs .arrow {
    width: 14px;
    height:13px;
    background: url(../../../img/pc/common/icon/breadcrumbs_arrow.png) no-repeat center top;
    text-indent: -9999px;
    overflow: hidden;
}

/* = mod-alertMsgBox
----------------------------------------------- */
.mod-alertMsgBox {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 10px;
    color: #fff;
    background-color: #434343;
    font-size: 16px;
}
.ie .mod-alertMsgBox {
    zoom: 1;
}
.mod-alertMsgBox p {
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.mod-alertMsgBox p .resultTotalHits {
    padding-right: 5px;
    font-size: 17px;
    font-family: verdana, sans-serif;
}

/* = mod-pageTitle
----------------------------------------------- */
.mod-pageTitle {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.mod-pageTitle .heading {
    position: absolute;
    top: 126px;
    left: 50%;
    width: 940px;
    margin-left: -470px;
    line-height: 30px;
    color: #8199a2;
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* = mod-description
----------------------------------------------- */
.mod-description {
    display: table;
    min-height: 81px;
    margin-bottom: 15px;
}
.mod-description .logo {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}
.mod-description .logo img {
    margin-left: -16px;
}
.mod-description .description {
    display: table-cell;
    width: 706px;
    padding-top: 10px;
    line-height: 1.6;
    font-size: 11px;
    vertical-align: top;
}

/* = mod-extraLinks
----------------------------------------------- */
.mod-extraLinks {
    margin-bottom: 20px;
}
.mod-extraLinks dl a:link {
    color: #000;
}
.mod-extraLinks dl a:visited {
    color: #6c6c6c;
}
.mod-extraLinks dl a:hover {
    color: #ed6103;
}
.mod-extraLinks .prefLinks {
    float: left;
    width: 540px;
    position: relative;
    padding: 20px 20px 30px;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
}
.mod-extraLinks .prefLinks dl {
    position: relative;
    padding-left: 8.4em;
    font-size: 11px;
}
.mod-extraLinks .prefLinks dt {
    position: absolute;
    top: 0.8em;
    left: 0;
    padding-right: 8px;
    width: 8.4em;
    height: 100%;
}
.mod-extraLinks .prefLinks dd {
    float: left;
    margin-top: 0.8em;
    padding: 0 7px;
    border-right: 1px solid #000;
}
.mod-extraLinks .prefLinks dd:last-child {
    border-right: none;
}
.mod-extraLinks .categoryLinks {
    float: right;
    width: 380px;
    position: relative;
    padding: 20px 15px 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
}
.mod-extraLinks .categoryLinks .category.service,
.mod-extraLinks .categoryLinks .category.bukkenType {
    margin-bottom: 20px;
}
.mod-extraLinks .categoryLinks .category dt {
    padding: 0 5px 5px;
    font-weight: bold;
}
.mod-extraLinks .categoryLinks .category dd {
    float: left;
    margin-top: 0.8em;
    padding: 0 5px;
    font-size: 11px;
    border-right: 1px solid #000;
}
.mod-extraLinks .categoryLinks .category dd:last-child {
    border-right: none;
}

/* clearFix */
.mod-extraLinks:after,
.mod-extraLinks .prefLinks dl:after,
.mod-extraLinks .categoryLinks .category dl:after {
    content: "";
    display: block;
    clear: both;
}
