@charset 'UTF-8';

/* div,p,h1,h2,h3,h4,h5,ul,li{
    box-sizing: border-box;
} */

/* パンくずリスト */
#breadcrumb {
    line-height: 1.6;
    padding-top: 10px;
    font-size: 13px;
    font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
#breadcrumb ol {
    margin-bottom: 10px;
}
ol, ul {
    list-style: none;
}
#breadcrumb ol > li {
    display: inline-block;
}
#breadcrumb ol > li:nth-of-type(n+2)::before {
    content: '>';
    padding: 0 5px 0 2px;
}
#socialBox {
    line-height: 1;
    top: 10px;
}

img:not([width]), input[type=image]:not([width]) {
    zoom: 1;
}
h2{
    text-align: center;
    margin-bottom: 20px;
}
.footer h2 {
    text-align: left;
}
#pageTop {
    bottom: 10px;
    right: 10px;
}
#pageTop a {
    background: none;
    text-decoration: none;
    color: initial;
    width: 100%;
    padding: 0;
    font-weight: initial;
    text-align: initial;
    display: block;
    border-radius: initial;
}
#pageTop a:hover {
    background: none;
}
.footer01 .body,
#footer .footer01 .bodyNobg{
    box-sizing: content-box;
}