/* ----------------------------------------
	base setting
---------------------------------------- */
body {
  min-width: 1020px;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "meiryo", sans-serif;
  color: #313131;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  body {
    min-width: intrinsic;
  }
}
/* link
---------------------------------------- */
a {
  color: #313131;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* img
---------------------------------------- */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

/* for IE8
---------------------------------------- */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* ----------------------------------------
	container
---------------------------------------- */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
}
/* ----------------------------------------
	header
---------------------------------------- */
.header {
  padding: 30px 0 10px 0;
}
.header .logo {
  float: left;
  width: 450px;
}
.header .logo a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
}
.header .logo a.shinshokan {
  background-image: url(../img/common/logo_header.png);
  width: 150px;
  padding-top: 55px;
}
.header .logo a.shinshokan_s {
  background-image: url(../img/common/logo_header_s.png);
  background-position: left center;
  width: 90px;
  padding-top: 33px;
}

.header .logo a.hakkalogo {
  background-image: url(../img/common/logo_header.png);
  width: 150px;
  padding-top: 55px;
}
.header .logo a.hakkalogo_s {
  background-image: url(../img/common/logo_header_s.png);
  background-position: left center;
  width: 90px;
  padding-top: 33px;
}



.header .hnav {
  float: right;
  width: 50%;
  text-align: right;
}
.header .hnav .hnav_list {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.header .hnav .hnav_list li {
  display: block;
  float: right;
  vertical-align: middle;
  margin-left: 25px;
  font-size: 12px;
  font-weight: bold;
}
.header .hnav .hnav_list li a {
  display: block;
  background: url(../img/common/arrow_top.png) no-repeat left center;
  padding-left: 15px;
}
.header .hnav .btn_search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.header .hnav .btn_search a {
  display: block;
  border: solid 1px #acacac;
  background: url(../img/common/icon_search.png) no-repeat 10px center;
  padding: 3px 15px 2px 38px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .header {
    padding: 20px 0 15px;
  }
  .header .logo {
    width: 50%;
  }
  .header .logo a {
    background-position: left center;
    background-size: contain;
  }
  .header .logo a.shinshokan {
    width: 100%;
    padding-top: 24px;
  }
  .header .hnav {
    width: 48%;
    position: relative;
  }
  .header .hnav .hnav_list li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .header .hnav .hnav_list li a {
    display: inline-block;
    box-sizing: border-box;
    border: solid 1px #acacac;
    background-position: 8px center;
    height: 24px;
    padding: 4px 8px 6px 18px;
    font-size: 10px;
  }
  .header .hnav .hnav_list li.social {
    margin-right: 35px;
  }
  .header .hnav .btn_search {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .header .hnav .btn_search a {
    box-sizing: border-box;
    background-position: center center;
    background-size: 60%;
    width: 26px;
    height: 0;
    overflow: hidden;
    padding: 22px 0 0;
  }
}
/* ----------------------------------------
	gnav
---------------------------------------- */
.gnav {
  width: 100%;
  margin-bottom: 40px;
}
.gnav .container {
  overflow: visible;
}
.gnav .container:after {
  content: "";
  display: block;
  clear: both;
}

.gnav_list {
  width: 1016px;
  margin: 0 -8px;
  text-align: center;
}
.gnav_list > li {
  display: inline-block;
  width: 125px;
  margin: 0 7px;
}
.gnav_list > li .menu {
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.gnav_list > li.gnav_top .menu {
  border-bottom-color: #929292;
}
.gnav_list > li.gnav_new .menu {
  border-bottom-color: #5a89c9;
}
.gnav_list > li.gnav_magazine .menu {
  border-bottom-color: #faa31c;
}
.gnav_list > li.gnav_web .menu {
  border-bottom-color: #f300de;
}
.gnav_list > li.gnav_ebook .menu {
  border-bottom-color: #64edd5;
}
.gnav_list > li.gnav_drama .menu {
  border-bottom-color: #ef196a;
}
.gnav_list > li.gnav_entry .menu {
  border-bottom-color: #baea3c;
}
.gnav_list > li .submenus {
  width: 100%;
  padding-top: 6px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10000;
}
.gnav_list > li .submenus li {
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.gnav_list > li .submenus li a,
.gnav_list > li .submenus li .non_active {
  display: block;
  background-color: #e0e0e0;
  border-top: solid 1px #ffffff;
  padding: 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
}
.gnav_list > li .submenus li .non_active {
  color: #999999;
  cursor: default;
}
.gnav_list > li .menu:hover .submenus li {
  height: 31px;
}
.gnav_list > li .menu:hover .submenus li.double {
  height: 41px;
}
.gnav_list > li .menu:hover .submenus li a:hover {
  background-color: #c2c2c2;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .gnav {
    margin-bottom: 10px;
  }

  .gnav_list > li {
    float: left;
  }
  .gnav_list > li .menu {
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eaeaea), color-stop(0, #f1f1f1));
    background: -webkit-linear-gradient(#f1f1f1, #eaeaea);
    background: -moz-linear-gradient(#f1f1f1, #eaeaea);
    background: -o-linear-gradient(#f1f1f1, #eaeaea);
    background: -ms-linear-gradient(#f1f1f1, #eaeaea);
    background: linear-gradient(#f1f1f1, #eaeaea);
    padding: 13px 6px 12px;
    border-bottom-width: 0;
    font-size: 10px;
    text-align: left;
  }
  .gnav_list > li .menu .border {
    display: block;
    border-left-style: solid;
    border-left-width: 2px;
    padding-left: 4px;
  }
  .gnav_list > li.gnav_top {
    display: none;
  }
  .gnav_list > li.gnav_new span {
    border-left-color: #5a89c9;
  }
  .gnav_list > li.gnav_magazine span {
    border-left-color: #faa31c;
  }
  .gnav_list > li.gnav_web span {
    border-left-color: #f300de;
  }
  .gnav_list > li.gnav_ebook span {
    border-left-color: #64edd5;
  }
  .gnav_list > li.gnav_drama span {
    border-left-color: #ef196a;
  }
  .gnav_list > li.gnav_entry span {
    border-left-color: #baea3c;
  }
  .gnav_list > li .submenus {
    display: none;
    padding-top: 4px;
  }
  .gnav_list > li .submenus li {
    height: auto;
  }
  .gnav_list > li .submenus li a,
  .gnav_list > li .submenus li .non_active {
    padding: 8px 0;
    font-size: 10px;
    text-align: center;
  }
  .gnav_list > li .menu:hover .submenus li {
    height: auto;
  }
  .gnav_list > li .menu:hover .submenus li.double {
    height: auto;
  }
  .gnav_list.col2 {
    width: 103%;
    margin: 0 -3% 0 0;
  }
  .gnav_list.col2 > li {
    width: 47%;
    min-width: inherit;
    margin: 0 3% 3% 0;
  }
  .gnav_list.col3 {
    width: 103.3%;
    margin: 0 -3.3% 0 0;
  }
  .gnav_list.col3 > li {
    width: 30%;
    min-width: inherit;
    margin: 0 3.3% 3% 0;
  }
}
/* ----------------------------------------
	contents
---------------------------------------- */
.contents {
  padding: 20px 0 40px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .contents {
    padding: 0 0 20px;
  }
}
/* ----------------------------------------
	main
---------------------------------------- */
.main {
	float: left;
	width: 690px;
}

.one_column .main {
  float: none;
  width: 100%;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .main {
    float: none;
    width: 100%;
  }
}
/* ----------------------------------------
	sidebar
---------------------------------------- */
.sidebar {
	float: right;
	width: 280px;
}
.sidebar .twitter {
  width: 250px;
  margin: 0 auto 20px;
}
.sidebar .twitter .title {
  padding-top: 2px;
  padding-bottom: 10px;
  border-bottom: solid 1px #acacac;
  margin-bottom: 10px;
  color: #acacac;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}
.sidebar .twitter .title a {
  display: block;
  width: 70px;
  border: solid 1px #acacac;
  padding-top: 2px;
  color: #acacac;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .search .title {
  background: url(../img/common/icon_search2.png) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 5px;
  font-weight: bold;
}
.sidebar .search form {
  margin-bottom: 10px;
  overflow: hidden;
}
.sidebar .search .input_text {
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 200px;
  border: solid 1px #a5a5a5;
  padding: 0 10px;
  height: 31px;
}
.sidebar .search .btn_search {
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  width: 67px;
  height: 31px;
  background-color: #656565;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.sidebar .search .note {
  font-size: 12px;
}

.snav {
  margin-bottom: 50px;
}
.snav .title {
  display: none;
}
.snav_list li {
  margin-bottom: 1px;
}
.snav_list li a {
  display: block;
  background: url(../img/common/arrow_white.png) no-repeat 25px center;
  padding: 10px 10px 10px 50px;
  color: #ffffff;
  text-decoration: none;
}
.snav_list li.double a {
  padding: 5px 10px 5px 50px;
  line-height: 1.2;
}

.side_banners {
  margin-bottom: 50px;
}
.side_banners .banner {
  border: solid 1px #c1c1c1;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .sidebar {
    float: none;
    width: 100%;
  }
  .sidebar .twitter {
    margin-bottom: 35px;
  }
  .sidebar .search {
    display: none;
  }

  .snav {
    margin-bottom: 20px;
  }
  .snav .title {
    display: none;
  }

  .snav_list li {
    margin-bottom: 3px;
  }

  .side_banners {
    display: none;
  }
}
/* ----------------------------------------
	page tail for sp
---------------------------------------- */
.page_tail_sp {
  display: none;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .page_tail_sp {
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .page_tail_sp .btn_pagetop {
    margin-bottom: 20px;
  }
  .page_tail_sp .btn_pagetop a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #888888;
    padding: 10px 0;
    text-align: center;
  }
  .page_tail_sp .btn_pagetop a span {
    display: inline-block;
    background: url(../img/common/arrow_pagetop.jpg) no-repeat left center;
    background-size: 8%;
    padding-left: 20px;
    font-weight: bold;
  }
  .page_tail_sp .btns_tail {
    width: 103%;
    margin: 0 -3% 0 0;
    overflow: hidden;
  }
  .page_tail_sp .btns_tail li {
    float: left;
    width: 47%;
    margin: 0 3% 3% 0;
  }
  .page_tail_sp .btns_tail li a {
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #888888;
    padding: 8px 6px 7px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
}
/* ----------------------------------------
	footer
---------------------------------------- */
.footer1 {
  background-color: #cecece;
  padding: 30px 0;
}
.footer1 .left {
  float: left;
  width: 260px;
}
.footer1 .left .logo {
  margin-bottom: 20px;
}
.footer1 .left .site_name {
  margin-bottom: 15px;
  font-weight: bold;
}
.footer1 .left .notes {
  font-size: 12px;
}
.footer1 .right {
  float: right;
  width: 565px;
  padding-top: 15px;
  font-size: 13px;
  overflow: hidden;
}
.footer1 .right .fnav {
  float: left;
  width: 140px;
}
.footer1 .right .fnav.sp {
  width: 145px;
}
.footer1 .right .fnav .title {
  font-weight: bold;
}

.footer2 {
  background-color: #8d8d8d;
  padding: 15px 0;
}
.footer2 address {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .footer1 {
    padding: 15px 0 10px;
  }
  .footer1 .left {
    float: none;
    width: 100%;
  }
  .footer1 .left .logo {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer1 .left .site_name {
    display: none;
  }
  .footer1 .left .notes {
    font-size: 10px;
  }
  .footer1 .right {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .footer1 .right .fnav {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer1 .right .fnav.sp {
    display: block;
    width: 100%;
  }
  .footer1 .right .fnav.sp .title {
    display: none;
  }
  .footer1 .right .fnav li {
    display: inline-block;
    margin: 0 3px;
    font-size: 10px;
  }

  .footer2 {
    padding: 10px 0;
  }
  .footer2 address {
    font-size: 10px;
  }
}
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}