
@charset "utf-8";

/* =================================
base css
================================= */

@media screen and (min-width: 766px) {
  .only-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .only-sp {
    display: none;
  }
}

/* wrapper
------------------------------------------------- */
.wrapper {
 width: 100%;
}
/* clearfix */
.clearfix:after {
  content : '';
  display : block;
  clear : both;
}

/* header
------------------------------------------------- */
header {
  width: 100%;
  height: 149px;
  background: url(../img/bg_header.png) 0 0 repeat-x;
}

/* page-top
------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 34px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #161926;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	
		opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}
#page-top a:hover {
    text-decoration: none;
    background: #161926;
			opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: “alpha( opacity=90 )”;

}


@media screen and (max-width: 767px) {
  header {
    height: 56px;
  }
  
  /* page-top
------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 24px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #161926;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	
		opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}
#page-top a:hover {
    text-decoration: none;
    background: #161926;
			opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: “alpha( opacity=90 )”;

}
  
  
}

.header-in {
  position: relative;
  width: 980px;
  height: 149px;
  margin: 0 auto;
}

.header-in h1,
.header-in p.siteLogo {
  width: 229px;
  height: 88px;
  background: url(../img/logo_pc.jpg) 0 0 no-repeat;
  text-indent: -9999px;
}
.header-in h1 a,
.header-in p.siteLogo a {
  display: block;
  width: 229px;
  height: 88px;
}
.header-in h1,
.header-in p.siteLogo,
.header-in ul {
  position: absolute;
}

.header-in h1,
.header-in p.siteLogo { top: 39px; left: 0; }
.header-in .logo { top: 0; right: 0; text-align: right; }
.header-in .header-utility { top: 48px; left: 450px; }
.header-in .header-btn { top: 78px; left: 465px; }

@media screen and (max-width: 767px) {
  .header-in {
    width: 100%;
    height: auto;
    padding: 10px 10px 0;
  }
  .header-in h1,
  .header-in p.siteLogo {
    position: static;
    width: 216px;
    height: 36px;
    background: url(../img/logo_sp.png) 0 0 no-repeat;
    background-size: 216px 36px;
  }
  .header-in h1 a,
  .header-in p.siteLogo a {
    width: 216px;
    height: 36px;
  }
  .header-in ul {
    position: static;
  }
  .header-in .logo,
  .header-in .header-utility,
  .header-in .header-btn {
    display: none;
  }
}

.header-utility {
  width: 235px;
  height: 11px;
}

.header-utility li {
  float: left;
}

.header-utility li a {
  display: block;
  height: 11px;
  margin-left: 23px;
  text-indent: -9999px;
  background: url(../img/btn_header_utility.png) no-repeat 0 0;
}

/* default */
.header-utility li:nth-of-type(1) a { width: 46px; margin-left: 0; background-position: 0 0; }
.header-utility li:nth-of-type(2) a { width: 83px; background-position: -70px 0; }
.header-utility li:nth-of-type(3) a { width: 59px; background-position: -176px 0; }

.header-btn {
  width: 478px;
  height: 34px;
  padding: 9px 12px 8px 25px;
  background-color: #111;
}

.header-btn li {
  float: left;
}

.header-btn li a {
  display: block;
  width: 167px;
  height: 34px;
  margin-right: 8px;
  text-indent: -9999px;
  background: url(../img/btn_header.png) no-repeat 0 0;
}

.header-btn li:nth-of-type(1) a {
  width: 116px;
  margin-right: 11px;
  background-position: 0 0;
}

/* default */
.header-btn li:nth-of-type(2) a { background-position: -130px 0; }
.header-btn li:nth-of-type(3) a { background-position: -305px 0; }
.header-btn li:nth-of-type(4) a { margin-right: 0; background-position: -480px 0; }

/* global navi
------------------------------------------------- */
.nav-global {
  width: 100%;
  height: 71px;
  margin-bottom: 30px;
  background: url(../img/bg_gnav.png) repeat-x 0 0;
}

.nav-global ul {
  width: 981px;
  margin: 0 auto;
}

.nav-global li {
  float: left;
}

.nav-global li a {
  display: block;
  height: 71px;
  text-indent: -9999px;
  background: url(../img/btn_nav_global.png) no-repeat 0 0;
}

.nav-global li a:hover {
  margin-top: 0;
}

/* default */
.nav-global li:nth-of-type(1) a { width: 197px; background-position: 0 -71px; }
.nav-global li:nth-of-type(2) a { width: 196px; background-position: -197px -71px; }
.nav-global li:nth-of-type(3) a { width: 196px; background-position: -393px -71px; }
.nav-global li:nth-of-type(4) a { width: 196px; background-position: -589px -71px; }
.nav-global li:nth-of-type(5) a { width: 195px; background-position: -786px -71px; }

/* hover */
.nav-global li:nth-of-type(1) a:hover { background-position: 0 0; }
.nav-global li:nth-of-type(2) a:hover { background-position: -197px 0; }
.nav-global li:nth-of-type(3) a:hover { background-position: -393px 0; }
.nav-global li:nth-of-type(4) a:hover { background-position: -589px 0; }
.nav-global li:nth-of-type(5) a:hover { background-position: -786px 0; }

/* current */
#profile .nav-global li:nth-of-type(1) a   { margin-top: 0; background-position: 0 0; }
#diary .nav-global li:nth-of-type(2) a      { margin-top: 0; background-position: -197px 0; }
#support .nav-global li:nth-of-type(3) a   { margin-top: 0; background-position: -393px 0; }
#interview .nav-global li:nth-of-type(4) a { margin-top: 0; background-position: -589px 0; }
#book .nav-global li:nth-of-type(5) a      { margin-top: 0; background-position: -785px 0; }

@media screen and (max-width: 767px) {
  .nav-global {
    display: none;
  }
}

/* sp nav */
.header-in .btn-togglemenu,
.header-in .nav-globaltoggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-in .btn-togglemenu {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 101;
  }
  .header-in .btn-togglemenu a {
    display: block;
    width: 50px;
    height: 55px;
    background: url(../img/btn_menu_sp.png) 0 0 no-repeat;
    background-size: 50px 55px;
    text-indent: -9999px;
  }
  .header-in .nav-globaltoggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 0;
    background: rgba(22,25,38,.95);
    z-index: 100;
  }
  .header-in .nav-globaltoggle>ul>li>a,
  .header-in .nav-globaltoggle>ul>li>span {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background-image: -moz-linear-gradient(top, #292c3c, #161926);
    background-image: -webkit-linear-gradient(top, #292c3c, #161926);
    background-image: linear-gradient(top, #292c3c, #161926);
    color: #fff;
    text-decoration: none;
  }
  .header-in .nav-globaltoggle>ul>li>span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header-in .nav-globaltoggle>ul>li>ul {
    display: none;
  }
  .header-in .nav-globaltoggle>ul>li>ul>li {
    border-top: 1px solid #161926;
  }
  .header-in .nav-globaltoggle>ul>li>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: linear-gradient(top, #444, #222);
    color: #fff;
    text-decoration: none;
  }
  .header-in .nav-globaltoggle>ul>li>ul>li>a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.btn-tool {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-tool {
    display: block;
    padding: 7px 4px 7px 10px;
    background: #111111;
  }
  .btn-tool ul {
    width: 100%;
  }
  .btn-tool ul:after {
    content : '';
    display : block;
    clear : both;
  }
  .btn-tool ul li {
    float: left;
    width: 33%;
    vertical-align: top;
  }
  .btn-tool ul li a {
    display: block;
    padding: 0 2px 0 0;
  }
  .btn-tool ul li a img {
    width: 100%;
  }
}

/* nav-breadcrumb
------------------------------------------------- */
.nav-breadcrumb {
  clear: both;
  width: 980px;
  margin: 0 auto 5px;
  font-size: 93%;
}

.nav-breadcrumb a:first-child {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/ico_breadcrumb_home.png) 0 0 no-repeat;
}
.nav-breadcrumb span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .nav-breadcrumb {
    width: 100%;
    padding: 10px;
    background: #eee;
    font-size: 10px;
  }
  .nav-breadcrumb a:first-child {
    padding-left: 12px;
    background-size: 8px;
    background-position: left center;
  }
}

/* container
------------------------------------------------- */
.container {
  overflow: hidden;
  width: 980px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0;
  }
  #home .container {
    background: url(../img/bg_header.png) 0 0 repeat;
  }
}

.contents-main {
  float: left;
  width: 648px;
}

@media screen and (max-width: 767px) {
  .contents-main {
    float: none;
    width: 100%;
  }
}

.area-page-ttl h1 {
  padding: 40px 0 50px 0;
  line-height: 1.5;
  font-size: 160%;
  font-family: リュウミン H-KL;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .area-page-ttl {
    margin: 0 10px;
  }
  .area-page-ttl h1 {
    padding: 15px 0;
    font-size: 18px;
  }
}

.area-main h2 {
  margin-bottom: 20px;
  padding: 0 0 10px 25px;
  border-bottom: 1px dotted #999;
  line-height: 1;
  background: url(../img/ico_ttl_circle_black.png) 0 0 no-repeat;
  font-size: 138.5%;
  font-family: リュウミン EH-KL;
  font-weight: bold;
}

.area-main h3 {
  margin-bottom: 10px;
  padding: 0 0 10px 13px;
  color: #602029;
  font-weight: bold;
  font-size: 123.1%;
}

.area-main .area-paragraph {
  padding: 0 20px;
}

.area-main .area-paragraph p {
  line-height: 1.7;
}

.nav-page {
  text-align: center;
}
.nav-page span,
.nav-page a {
  display: inline-block;
  margin: 0 4px;
  padding: 7px ;
  background: #f9f6f6;
  border: 1px solid #dfdede;
  font-size: 107.7%;
  text-decoration: none;
}
.nav-page span.current {
  background: #999;
  border-color: #999;
}
.nav-page a.prev {
  position: relative;
}
.nav-page a.prev:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  background: url(../img/ico_pagenavi_prev.png) left center no-repeat;
}
.nav-page a.next {
  position: relative;
}
.nav-page a.next:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  background: url(../img/ico_pagenavi_next.png) left center no-repeat;
}

@media screen and (max-width: 767px) {
  .area-main {
    padding: 0 10px;
  }
  .area-main h2 {
    margin-bottom: 8px;
    padding: 0 0 4px 18px;
    font-size: 18px;
    background-size: 14px;
    background-position: left top 2px;
  }
  .area-main .area-paragraph {
    padding: 0;
  }
  .area-main .area-paragraph p {
    font-size: 15px;
  }

  .nav-page {
    margin-top: 20px;
  }
  .nav-page span, .nav-page a {
    margin: 0 2px;
    padding: 7px 8px;
    font-size: 14px;
  }
  .nav-page a.prev:before {
    left: -8px;
    height: 28px;
    margin-top: -14px;
    background-size: contain;
  }
  .nav-page a.next:after {
    right: -14px;
    height: 28px;
    margin-top: -14px;
    background-size: contain;
  }
}

/* contents-sub
------------------------------------------------- */
.contents-sub {
  float: right;
  width: 305px;
}

@media screen and (max-width: 767px) {
  .contents-sub {
    float: none;
    width: 100%;
    padding: 20px 10px 18px;
  }
}

.nav-local {
  width: 301px;
  margin-bottom: 20px;
  padding: 1px;
  border: 1px solid  #ccc;
}

.nav-local p a,
.nav-local li a {
  display: block;
  margin-bottom: 1px;
}

.nav-local p a {
  width: 281px;
  padding: 14px 0 12px 20px;
  font-size: 136%;
  line-height: 1;
  font-family: リュウミン EB-KL;
  text-decoration: none;
  background: url(../img/ico_arrow02.png) #161926 96% 50% no-repeat;
  color: #fff;
}

.nav-local li a {
  width: 230px;
  padding: 15px 36px 14px;
  background: url(../img/ico_arrow_black.png) #ecebeb 23px center no-repeat;
  color: #1d284c;
}

.nav-local .current {
  font-weight: bold;
}

.nav-local .current a {
  text-decoration: none;
}

.nav-local li:last-child a {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .nav-local {
    width: 100%;
    padding: 0;
    border: none;
  }
  .nav-local p a {
    width: 100%;
    padding: 0;
    background: none;
    color: #222;
    font-size: 9px;
  }
  .nav-local li {
    margin-top: 10px;
  }
  .nav-local li a {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    background-color: transparent;
    background-position: left top 5px;
    background-size: 2px 4px;
    font-size: 8px;
  }
}

.bnr-side img {
  margin-bottom: 20px;
}

.area-facebook {
  margin-top: 2px;
}
h2.tit-facebook {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents-sub .bnr-side:after {
    content : "";
    display : block;
    clear : both;
  }
  .contents-sub .bnr-side a {
    display: block;
    float: left;
    width: 49.3%;
    margin-top: 1%;
  }
  .contents-sub .bnr-side a:nth-child(even) {
    margin-left: 1%;
  }
  .contents-sub .bnr-side a:nth-child(2) img {
    margin-top: 1%;
  }
  .contents-sub .bnr-side a img {
    width: 100%;
    margin-bottom: 0;
  }

  .area-facebook {
    width: 100%;
    margin-top: 0;
    padding: 15px 0;
    background: #e9e9ea;
    text-align: center;
  }
  h2.tit-facebook {
    display: block;
    margin-top: 17px;
    padding: 0 10px 10px 18px;
    background: url(../img/ico_ttl_circle_black.png) left top 4px no-repeat;
    background-size: 14px;
    font-family: リュウミン EH-KL;
    color: #151824;
    font-size: 18px;
  }
  #home h2.tit-facebook {
    background-image: url(../img/ico_ttl_circle_white.png);
    color: #fff;
  }
}

/* footer
------------------------------------------------- */
footer {
  width: 100%;
  clear: both;
  background: #161926;
}

.footer-in {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer-in p {
  position: absolute;
  top: -32px;
  right: 0;
}

.footer-in ul {
  overflow: hidden;
  margin-bottom: 20px;
}

.footer-in li {
  float: left;
  margin-right: 32px;
}

.footer-in li a {
  padding-left: 13px;
  background: url(../img/ico_arrow.png) 0 50% no-repeat;
  font-size: 93%;
  color: #fff;
}

.footer-in address {
  font-size: 93%;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-in {
    width: 100%;
    padding: 15px 10px 13px;
  }
  .footer-in p {
    display: none;
  }
  .footer-in li {
    margin-right: 15px;
  }
  .footer-in li a,
  .footer-in address {
    font-size: 7px;
  }
}