@charset "utf-8";

/* 
############################################################
複数のページにまたがる、共通したパーツ(抜き出して配置できるパーツ)用のページ
【読み込み範囲】全ファイル
############################################################
*/


/* = mod-breadcrumbs
----------------------------------------------- */
.mod-breadcrumbs {
    width: 1070px;
    margin: 0 auto 12px;
    padding: 0;
    padding-bottom: 10px;
    font-size: 84.6%; /* 11px; */

/* グロナビ取り込みまでコメントアウト */
/*    background: #fff; */
}
.mod-breadcrumbs ol {
    padding-left: 10px;
}
.mod-breadcrumbs li,
.mod-breadcrumbs a,
.mod-breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
}
.mod-breadcrumbs a span {
    text-decoration: underline;
}
.mod-breadcrumbs a span.here {
    text-decoration: none;
}
.mod-breadcrumbs a:hover span.here {
    color: #111;
}
.mod-breadcrumbs .arrow {
    width: 14px;
    height:13px;
    background: url(../../img/common/icon/breadcrumbs_arrow.png) no-repeat center top;
    text-indent: -9999px;
    overflow: hidden;
}
.mod-breadcrumbs .here {
}

/* = 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: 130.8%; /* 17px */
    font-family: verdana, sans-serif;
}

/* = 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: 84.6%; /* 11px */
    vertical-align: top;
}

/* clearFix */
.mod-description:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.ie .mod-description {
    zoom: 1;
}

/* = 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;
    min-height: 210px;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
}
.mod-extraLinks .prefLinks dl {
    position: relative;
    padding-left: 8.4em;
    font-size: 84.6%; /* 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;
    min-height: 220px;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
}
/* round corner */
.mod-extraLinks .categoryLinks  [class^=rCorner] {
    display: none;
}
.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: 84.6%; /* 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;
    height: 0;
    visibility: hidden;
    clear: both;
}
.ie .mod-extraLinks,
.ie .mod-extraLinks .prefLinks dl,
.ie .mod-extraLinks .categoryLinks .category dl {
    zoom: 1;
}

/* カテゴリーの説明*/
.mod-tagDescriptionCat{
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    font-size: 107.7%;
    line-height: 1.7;
}
.mod-tagDescriptionCat{
    padding: 5px 20px 5px 5px;
    overflow: hidden;
}
.mod-tagDescriptionCat p{
    margin-top: 10px;
}
.mod-tagDescriptionCat .tagDescription{
    float: left;
    margin-top: 10px;
    margin-bottom: 7px;
    width: 675px;
}
.mod-tagDescriptionCat .tagDescription h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.mod-tagDescriptionCat .tagDescription p{
    margin-top: 0;
}
.btnStl.catBtn{
    line-height: 14px;
}
.mod-keywordSearchInner{
    padding-left: 10px;
    padding-right: 10px;
}


/* = mod-maintenanceMessage
----------------------------------------------- */
.mod-maintenanceMessage {
    padding: 30px 0;
    text-align: center;
    background: #fff;
}
.mod-maintenanceMessage .modInner {
    border: 1px solid #ed6103;
    padding: 10px 20px;
    width: 780px;
    margin: 0 auto;
    line-height: 1.5;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mod-maintenanceMessage .modInner dt {
    font-size: 107.7%; /*14px*/
    font-weight: bold;
    color: #ed6103;
}
.mod-maintenanceMessage .modInner dd {
    margin-top: 5px;
    font-size: 92.3%; /*12px*/
}

/* = mod-securityArea
----------------------------------------------- */
.mod-securityArea {
    border-top : solid 1px #DADADA;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 84.6%; /* 11px */
    line-height: 1.5;
}
.mod-securityArea li {
    width: 460px;
}
.mod-securityArea .councilBox {
    float: left;
    margin-right: 20px;
}
.mod-securityArea .specificationBox {
    float: right;
}
.mod-securityArea li dl {
    display: table;
}
.mod-securityArea li dl dt {
    display: table-cell;
    vertical-align: middle;
}
.mod-securityArea li dl dd {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

/* clearfix */
.mod-securityArea:after {
    content: "";
    clear: both;
    display: block;
}
.ie .mod-securityArea {
    zoom: 1;
}

