@charset 'utf-8';

header,
footer{
    background-color: #fff;
    font-family: Helvetica, Arial, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
}
body.black-blank header,
body.black-blank footer,
body.black-blank #footer {
    background: #000;
    color: #fff;
}

header a:link,
footer a:link{
    color: #006699;
    text-decoration: none;
}
body.black-blank header a:link,
body.black-blank footer a:link {
    color: #fff;
    text-decoration: none;
}
body.black-blank header a:hover,
body.black-blank footer a:hover {
    text-decoration: underline;
}
header a:visited,
footer a:visited {
    color: purple;
}
header a[target="_blank"],
footer a[target="_blank"] {
    background-image: url("/mobile/set/common/shared/img/images/icns/c1c1c2/icn_link.svg");
    background-position: right top;
    background-size: 1em;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 1.5em;
}
body.black-blank header a[target="_blank"],
body.black-blank footer a[target="_blank"] {
    background-image: url("/mobile/set/common/shared/img/images/icns/fff/icn_link.svg");
}
/**** HEADER ****/
#header{
    position: relative;
    min-width: 990px;
}
#header .res-header-inner{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 16px;
    box-sizing: border-box;
    zoom: 1;
    display: table;
}
#header .res-header-inner .logo{
    display: table-cell;
    vertical-align: middle;
    padding-right: 45px;
    width: auto;
    height: 21px;
}
#header .res-header-inner .logo img{
    width: auto;
    height: 21px;
}
#header .res-header-inner .header-menu{
    display: table-cell;
    vertical-align: middle;
}
#header .res-header-inner .header-menu:after{
    content: '';
    display: table;
    clear: both;
}
#header .res-header-inner .header-menu .header-menu-list{
    float: right;
}
#header .res-header-inner .header-menu .header-menu-list li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
#header .res-header-inner .header-menu .header-menu-list li:last-child{
    border-right: none;
    padding-right: 0;
}
#header .res-header-inner .header-menu .header-menu-list a{
    font-size: 14px;
    line-height: 1;
}
#header .res-header-inner .header-menu .header-menu-list a:hover{
  text-decoration: underline;
}
@media only screen and (max-width: 600px){
    #header{
        min-width: 320px;
    }
    #header .res-header-inner{
        padding: 20px 20px 16px;
        min-width: 320px;
    }
    #header .res-header-inner .logo{
       padding: 0;
       height: 14px;
    }
    #header .res-header-inner .logo img{
        height: 14px;
    }
}
/**** HEADER ****/

/**** FOOTER ****/
#footer{
    padding-top: 25px;
    position: relative;
    width: 100%;
    min-width: 990px;
}
#footer .back-to-top{
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 25px;
    display: block;
}
#footer .back-to-top a{
    position: relative;
    padding-right: 15px;
    font-size: 13px;
}
#footer .back-to-top a:before{
    content: '';
    display: block;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    transform: rotate(-45deg);
}
body.black-blank #footer .back-to-top a:before{
    border-color: #fff;
}

#footer .res-footer-inner{
    max-width: 960px;
    margin: 0 auto;
    border-top: 1px solid #d8dadc;
}
body.black-blank #footer .res-footer-inner{
    border-top: 1px solid #272829;
}
#footer .res-footer-inner .footer-parts-01{
    display: table;
    padding: 23px 0;
}
#footer .res-footer-inner .footer-parts-01 .footer-hdg{
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    color: #000;
}
body.black-blank #footer .res-footer-inner .footer-parts-01 .footer-hdg{
    color: #ccc;
}
#footer .res-footer-inner .footer-parts-01 .footer-discription{
    display: table-cell;
    font-size: 13px;
    padding-right: 30px;
    color: #333;
}
body.black-blank #footer .res-footer-inner .footer-parts-01 .footer-discription{
    color: #ccc;
}
#footer .res-footer-inner .footer-parts-01 .footer-link{
    display: table-cell;
}
#footer .res-footer-inner .footer-parts-01 .footer-link a{
    font-size: 13px;
}
#footer .res-footer-inner .footer-parts-02 .footer-link .item{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
#footer .res-footer-inner .footer-parts-02 .footer-link .item a{
    font-size: 13px;
}

#footer .res-footer-inner .breadcrumb{
    margin: 45px 0 20px;
}

#footer .res-footer-inner .breadcrumb .breadcrumb-path li{
    display: inline-block;
    margin: -2px 6px 0 0;
    font-size: 12px;
    color: #000;
	line-height: 1.4;
}
body.black-blank #footer .res-footer-inner .breadcrumb .breadcrumb-path li{
    color: #fff;
}
#footer .res-footer-inner .breadcrumb .breadcrumb-path li a{
    font-size: 12px;
}
#footer .res-footer-inner .breadcrumb .breadcrumb-path li:not([class="breadcrumb-home"]):before{
    content: ">";
    text-indent: 0;
    overflow: visible;
    margin-right: .5em;
}
#footer .res-footer-inner .breadcrumb .breadcrumb-path li.breadcrumb-home a{
    background-image: url("/mobile/set/common/shared/img/images/icns/c1c1c2/icn_home.svg");
    background-position: left top;
    background-size: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1.5em;
}
body.black-blank #footer .res-footer-inner .breadcrumb .breadcrumb-path li.breadcrumb-home a{
    background-image: url("/mobile/set/common/shared/img/images/icns/fff/icn_home.svg");
}
#footer .footer-parts-03{
    background-color: #f4f5f6;
    padding: 15px 0 10px;
}
body.black-blank #footer .footer-parts-03{
    background-color: #1b1c1e;
}
#footer .footer-parts-03 .footer-link{
    text-align: center;
}
#footer .footer-parts-03 .footer-link .item{
    display: inline-block;
    margin-right: 20px;
}
#footer .footer-parts-03 .footer-link .item a{
    font-size: 13px;
    color: #333;
}
body.black-blank #footer .footer-parts-03 .footer-link .item a{
    color: #ccc;
}
#footer .footer-parts-03 .copyright{
    color: #5f6e7e;
    margin: 15px 0 0;
    text-align: center;
    font-size: 13px;
}
body.black-blank #footer .footer-parts-03 .copyright{
    color: #ccc;
}
#nav-top-area {
  position: fixed;
  opacity: 0.7;
  display: block;
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  border-radius: 4px;
  text-align: center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap
}
html #nav-top-area {
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 40px
}
#nav-top-area.hide {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none
}
#nav-top-area.wait {
  opacity: 0.3;
  display: block;
  -webkit-transition: 2.5s;
  transition: 2.5s
}
#nav-top-area.move {
  opacity: 0.6;
  display: block;
  -webkit-transition: 0.1s;
  transition: 0.1s
}
#nav-top-area #nav-top {
  position: relative;
  width: 100%;
  height: 100%
}
#nav-top-area a#nav-top-btn {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
html #nav-top-area a#nav-top-btn:before {
  background-image: url(/site/set/common/s/img/sprite-rf2.png?20170907);
  background-position: -82px -70px;
  width: 40px;
  height: 40px;
  background-size: 413px 380px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px
}
#nav-top-area a#nav-top-btn.ja {
  font-size: 6px;
  color: white;
  font-weight: normal;
  padding-top: 28px
}
html #nav-top-area a#nav-top-btn.ja {
  padding-top: 28px
}
#nav-top-area {
  position: fixed;
  opacity: 0.7;
  display: block;
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  border-radius: 4px;
  text-align: center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap
}
#nav-top-area.hide {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
#nav-top-area.wait {
  opacity: 0.3;
  display: block;
  -webkit-transition: 2.5s;
  transition: 2.5s
}
#nav-top-area.move {
  opacity: 0.6;
  display: block;
  -webkit-transition: 0.1s;
  transition: 0.1s
}
#nav-top-area #nav-top {
  position: relative;
  width: 100%;
  height: 100%
}
#nav-top-area a#nav-top-btn {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#nav-top-area a#nav-top-btn:before {
  background-image: url(/site/set/common/s/img/sprite-rf2017-ph1.png);
  background-position: -42px -42px;
  width: 40px;
  height: 40px;
  background-size: 188px 172px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
#nav-top-area a#nav-top-btn.ja {
  padding-top: 28px;
  font-size: 6px;
  font-size: 0.6rem;
  color: white;
  font-weight: normal
}
#nav-top-area a#nav-top-btn.en:before {
  background-image: url(/site/set/common/s/img/sprite-rf2017-ph1.png);
  background-position: -126px -42px;
  width: 40px;
  height: 40px;
  background-size: 188px 172px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden
}
#nav-top-area {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, "sans-serif"
}

@media only screen and (max-width: 600px){
    #footer{
        min-width: 0;
        width: 100%;
        padding-top: 50px;
    }
    #footer .back-to-top{
        display: none;
    }
    #footer .res-footer-inner{
        min-width: 320px;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        zoom: 1;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-hdg,
    #footer .res-footer-inner .footer-parts-01 .footer-discription{
        display: block;
        padding-right: 0;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-hdg{
        margin-bottom: 12px;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-discription{
        margin-bottom: 0;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-link{
        display: none;
    }
    #footer .res-footer-inner .footer-parts-02 .footer-link{
        text-align: center;
    }
    #footer .res-footer-inner .footer-parts-02 .footer-link .item{
        margin: 0 10px 3px;
    }
    #footer .res-footer-inner .footer-parts-02 .footer-link .item a{
        font-size: 10px;
    }
    #footer .res-footer-inner .breadcrumb{
        margin: 45px 0 16px;
    }
	#footer .res-footer-inner .breadcrumb .breadcrumb-path li{
		font-size: 10px;
		line-height: 1.55;
	}
	#footer .res-footer-inner .breadcrumb .breadcrumb-path li a{
		font-size: 10px;
	}
    #footer .footer-parts-03 .footer-link{
        margin-bottom: 15px;
    }
    #footer .footer-parts-03 .footer-link .item a{
        font-size: 10px;
    }
    #footer .footer-parts-03 .copyright{
        font-size: 12px;
        padding: 10px 0;
    }
}
/**** FOOTER ****/
