@charset "UTF-8";
/* ====================================================
　CSS 3@ Document 2016.02.16
==================================================== */
/* ######################################################################################

　基本設定

###################################################################################### */
body {
    color: #666;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}
.msie body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p { margin: 0 0 1em; }
p:last-of-type { margin-bottom: 0; }
a { color: #000099; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.blur { filter: blur(5px) saturate(2); }
/* ######################################################################################

　枠設定

###################################################################################### */
.contents {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
}

.pageBanners .contents {
    position: relative;
    max-width: 1188px;
    margin: 0 auto;
    padding: 0 0 !important ;
}


.pageBanners .contents p img{
	text-align: center;
    width: 100%;
    height: auto;
}
/*.contentsBase { height:3000px;}*/

/* トップページ 最大幅 */
.home.blog .contents,
.home.blog .imageBox .imageBoxInner,
.home.blog .footer { max-width: 1550px; }

.home.blog .imageBox .imageBoxInner {
    max-height: 100%;
    overflow: hidden;
}

@media print, screen and (min-width: 768px) {
.contentsBase { margin-top: 72px; }
#other_main_cont{width:900px;}
.home.blog .contentsBase { margin-top: 80px; }
}

@media screen and (max-width: 767px) {
.contentsBase { margin-top: 60px; }
}
/* ######################################################################################

　ヘッダ

###################################################################################### */

.header {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #db5424;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background: #ffffff;
}
.header .logo {
    display: inline-block;
    position: relative;
    z-index: 8;
}

@media print, screen and (min-width: 768px) {
.header { height: 64px; }
.header .logo { padding-top: 15px; }
}

@media screen and (max-width: 767px) {
.header { border: none; }
.header .contents {
    height: 45px;
    border-bottom: 1px solid #db5424;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 0;
}
.header .contents:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -15px;
    background: #db5424;
    width: 20px;
    height: 1px;
}
.header .logo {
    padding-top: 12px;
    position: relative;
    left: 22px;
}
.header .logo img {
    width: 232px;
    height: 18px;
}
}
/* ######################################################################################

　グローバルナビ

###################################################################################### */
nav {
    position: relative;
    z-index: 9;
}
.gnavButton {
    position: fixed;
    left: 0;
    z-index: 11;
    background-color: #db5424;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.gnavButton .fa { font-size: 20px; }
.gnavButton .name { font-size: 12px; }
.gnav {
    position: fixed;
    left: -266px;
    background-color: #db5424;
    width: 266px;
    padding-top: 60px;
    padding-bottom: 10px;
    color: #fff;
    z-index: 10;
    height: 100%;
}
.gnav ul {
    margin: 0 10px;
    padding: 12px 0 0;
    border-top: 1px solid #ffffff;
    line-height: 1;
}
.gnav li.hr {
    border-top: 1px solid #ffffff;
    margin-top: 12px;
    padding-top: 12px;
}
.gnav li a {
    display: block;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}
.gnav img {
    width: 56px;
    height: auto;
}
.gnavOverlay {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
}

@media print, screen and (min-width: 768px) {
.gnavButton {
    top: 0;
    width: 64px;
    height: 64px;
    padding-top: 14px;
}
.gnav { top: 0; }
}

@media screen and (max-width: 767px) {
.gnavButton {
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    padding-top: 5px;
}
.gnav {
    top: 0;
    overflow-y: scroll;
}
}
/* ######################################################################################

　ページング

###################################################################################### */

.pagination {
    margin-top: 3em;
    text-align: center;
    line-height: 1;
}
.pagination li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}
.pagination a,
.pagination span {
    display: block;
    border: 1px solid #8c8b8b;
    padding: 0.5em 0;
    text-decoration: none;
    color: #666666;
    height: 2em;
}
.pagination li.active span {
    background: #656464;
    color: #ffffff;
}
.pagination li.dummy span { border: none; }

@media print, screen and (min-width: 768px) {
.pagination li {
    font-size: 20px;
    width: 40px;
}
}

@media screen and (max-width: 767px) {
.pagination li {
    font-size: 14px;
    width: 27px;
}
}
/* ######################################################################################

　フッタ

###################################################################################### */
.pageTopFix {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 50px;
    background: url(../img/footer/pagetop.png);
    background-size: 52px 52px;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
}
.footer {
    margin-top: 65px;
    padding-bottom: 1em;
}
.footer nav { margin-top: 30px; }
.footer nav a {
    text-decoration: none;
    color: #666666;
}
.footer small {
    display: block;
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #db5424;
    text-align: center;
    font-size: 10px;
}
.pageIndex .footer small { text-align: right; }
.footer nav li { padding: 0 5px; }

@media print, screen and (min-width: 768px) {
/*.pageTopFix {
    display: none !important;
    opacity: 0 !important;
}*/
.pageTop.pc {
    text-align: center;
    color: #db5424;
    font-size: 14px;
    cursor: pointer;
}
.pageTop.pc:before {
    content: "▲";
    display: block;
}
.footer nav ul {
    max-width: 1270px;
    margin-right: -5px;
    margin-left: -5px;
    text-align: center;
}
.footer nav li { display: inline-block; }

    
.home.blog .footer nav li {
    display: block;
    float: left;
    width: 20%;
}
.home.blog .footer {
    margin-left:auto;
    margin-right: auto;
    }
.home.blog .footerInner {
    float: right;
    width: 430px;
    margin-right: 15px;
}
}

@media screen and (max-width: 767px) {

.footer nav li { margin: 1em 0; }
.footer small {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 9px;
    text-align: center !important;
}
}


/* ====================================================
　文字カラー
==================================================== */
.redText { color:#C00;}


/* end */
