@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  min-width: 320px;
  width: 100%
}

body {
  color: #666;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1rem;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

section:focus {
  outline: none;
}

div:focus {
  outline: none;
}

section {
  padding: 10px 0 20px;
}

section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding: 14px 0 4px 45px;
  height: 24px;
  border-bottom: 2px solid #333;
  background-size: 40px !important;
}

@media screen and (max-width: 680px) {
  body {
    padding-top: 83px;
  }
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #999;
}

a img:hover {
  opacity: 0.8;
}

#base_head {
  height: 120px;
  min-width: 980px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  background: #fff;
}

@media screen and (max-width: 680px) {
  #base_head {
    position: fixed;
    top: 0;
    height: auto;
    border: none;
    margin: 0;
    z-index: 9999;
    width: 100%;
    min-width: inherit;
  }
}

#base_head div {
  width: 980px;
  margin: auto;
  padding: 10px 0 0;
}

@media screen and (max-width: 680px) {
  #base_head div {
    width: 100%;
    margin: auto;
    padding: 10px 0 0;
  }
}

#base_head h1 {
  float: left;
}

#base_head h1 img {
  display: block;
}

@media screen and (min-width: 681px) {
  #base_head h1 img {
    margin-left: 10px;
  }
}

@media screen and (max-width: 680px) {
  #base_head h1 {
    float: none;
    margin: 5px 0 9px 10px;
    width: 72%;
  }

  #base_head h1 img {
    width: 80%;
    max-width: 228px;
  }

  #base_head h1 #cap {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  #views_rank {
    display: none;
  }
}

#views_rank h2 {
  background: url(/wp-content/uploads/2016/07/views_rank_h2.jpg) no-repeat;
  font-size: 1.8rem !important;
}

#views_rank p {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.2rem;
  padding: 2px 0;
}

#views_rank img {
  width: 90px;
  float: right;
  display: block;
  border: 1px solid #ccc;
}

#views_rank li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

#views_rank li div {
  width: 35%;
  margin-top: 10px;
  text-align: center;
  border: none;
  font-size: 1.4rem;
  line-height: 30px;
}

#views_rank li div a {
  border: 1px solid #ccc;
  display: block;
}

#views_rank dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

#views_rank dt span {
  color: #f8823c;
  font-size: 1.6rem;
}

#views_rank dd {
  font-size: 1.2rem;
}

#views_rank dl {
  padding-right: 60px;
}

#new_news,
#news_rank {
  overflow: auto;
}

#new_news li,
#news_rank li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

#new_news h2,
#news_rank h2 {
  background: url(/wp-content/uploads/2016/07/news_h2.png) no-repeat;
}

section.aside_item,
.device-pc.page-id-12 section.aside_item,
.page-id-90 section.aside_item,
.page-id-187 section.aside_item,
.page-id-189 section.aside_item,
.page-id-191 section.aside_item,
.page-id-199 section.aside_item,
.single-post section.aside_item {
  padding: 0;
  margin: 10px 0 20px;
}

.aside_item + .aside_item,
.device-pc.page-id-12 .aside_item + .aside_item,
.page-id-90 .aside_item + .aside_item,
.page-id-187 .aside_item + .aside_item,
.page-id-189 .aside_item + .aside_item,
.page-id-191 .aside_item + .aside_item,
.page-id-199 .aside_item + .aside_item,
.single-post .aside_item + .aside_item {
  margin-top: 20px;
}

.aside_news_list > li > a {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  padding: 0 6px;
}

.aside_news_list > li > a > img {
  align-self: flex-start;
  border: 1px solid #ccc;
  margin: 0;
  width: 80px;
}

.aside_news_list > li > a > div {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;    /* OLD - Firefox 19- */
  -webkit-flex: 1;     /* Chrome */
  -ms-flex: 1;         /* IE 10 */
  flex: 1;
}

.aside_news_list > li > a > img + div {
  padding-left: 10px;
}

.aside_news_list p {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}

.aside_item .more_btn {
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  display: inline-block;
  float: right;
  font-size: 1.4rem;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 10px;
}

#aside_sns_follow > ul > li {
  text-align: center;
}

#aside_sns_follow > ul > li:nth-child(n+2) {
  margin-top: 1.4rem;
}

#search_rank h2 {
  background: url(/wp-content/uploads/2016/07/rank_h2.png) no-repeat;
}

#search_rank p {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.2rem;
  padding: 2px 0;
}

#search_rank img {
  width: 48px;
  float: right;
  display: block;
  border: 1px solid #ccc;
}

#search_rank li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

#search_rank dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

#search_rank dt span {
  color: #f8823c;
  font-size: 1.6rem;
}

#search_rank dd {
  font-size: 1.2rem;
}

#search_rank dl {
  padding-right: 60px;
}

#rank {
  overflow: auto;
}

#rank h2 {
  background: url(/wp-content/uploads/2016/07/rank_h2.png) no-repeat;
}

#rank p {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.2rem;
  padding: 2px 0;
}

#rank p span {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

#rank img {
  width: 48px;
  float: right;
  display: block;
  border: 1px solid #ccc;
}

#rank li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

#rank li:last-child {
  border: none
}

#rank dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

#rank dt span {
  color: #f8823c;
  font-size: 1.6rem;
}

#rank dd {
  font-size: 1.2rem;
}

#rank dl {
  padding-right: 60px;
}

#rank #books_link {
  display: block;
  clear: both;
  width: 100%;
}

#rank #books_link img {
  width: 100%;
  border: none;
}

.todays_magazine h2 {
  background: url(/wp-content/uploads/2016/07/main_h2_01.png) no-repeat
}

.todays_magazine li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.todays_magazine img {
  float: left;
  width: 88px;
  border: 1px solid;
  height: auto;
}

.todays_magazine div {
  padding-left: 98px;
}

.todays_magazine p {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}

.todays_magazine li ul {
  letter-spacing:-4px;
}

.todays_magazine li li {
  width: 29%;
  display: inline-block;
  margin-left: 10px;
  letter-spacing:normal;
  text-align: center;
  border: none;
  font-size: 1.4rem;
  line-height: 30px;
}

.todays_magazine li li a {
  display: block;
  border: 1px solid #ccc;
}

.aside_release::after {
  clear: right;
  content: '';
  display: block;
}

.aside_release h2 {
  border-bottom: 0;
}

.aside_release h3 {
  background: #666;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 10px;
}

.aside_release_list {
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  padding: 0 2px 10px;
}

.aside_release_list:last-child {
  border-bottom: 2px solid #666;
}

.aside_release_list > dt {
  padding: 10px 10px 5px;
  font-size: 1.2rem;
}

.aside_release_list > dt span {
  font-size: 1.4rem;
  color: #f8823c;
  display: block;
}

.aside_release_list > dd {
  font-size: 1.4rem;
  text-align: right;
  margin: 0 10px 10px;
  border-bottom: 1px solid #999;
}

.aside_release_list > dd:last-child {
  border: none;
  margin-bottom: 0;
}

.aside_release_list > dd > a {
  display: inline-block;
}

.aside_release a:hover {
  opacity: 0.8;
}

#base_head form {
  float: right;
  padding: 10px 0 0;
}

#base_head input {
  height: 20px;
  line-height: 20px;
  border: 1px solid #666;
  border-radius: 10px;
  padding-left: 25px;
  background: url(/wp-content/uploads/2016/07/form_icon.png) #fff no-repeat;
  background-position: 7px 4px ;
  font-size: 12px;
  margin: 0 5px 0 0;
}

#base_head button {
  color: #fff;
  border: none;
  padding: 5px;
  background: #666;
  cursor:pointer;
  margin-top: 6px;
}

@media screen and (max-width: 680px) {
  #base_head button {
    background: inherit;
  }
}

@media screen and (max-width: 680px) {
  #base_head #form_box {
    background: #f6f6f6;
    clear: both;
    padding: 10px 0;
  }

  #base_head input {
    margin: auto;
    display: block;
    width: 90%;
    font-size: 1.6rem;
  }
  
  #base_head form {
    float: none;
    padding: 0;
  }

  #base_head .search button {
    display: none;
  }
}

#base_head #gm {
  clear: both;
  padding-top: 10px;
}

@media screen and (max-width: 680px) {
  #base_head #gm {
    display: none;
  }
}

#base_head #gm ul {
  letter-spacing: -.40em;
  padding: 10px 10px 0;
}

#base_head #gm li {
  letter-spacing:normal;
  display: inline-block;
  font-size: 1.8rem;
  padding: 0 40px 0 0;
}

#base_head #gm li:last-child {
  padding: 0;
}

.pt {
  clear: both;
  padding: 20px 0;
  text-align: right;
  margin: auto;
  width: 980px;
  font-size: 1.4rem;
}

@media screen and (max-width: 680px) {
  .pt {
    width: 100%;
  }
}

.pt a {
  color: #ed7e3e;
  padding-right: 10px;
}

#pan {
  font-size: 1rem;
  min-width: 980px;
  width: 100%;
  border-bottom: #ccc 1px solid;
  overflow: auto;
}

#pan ul {
  margin: auto;
  width: 960px;
}

@media screen and (max-width: 680px) {
  #pan {
    min-width: 100%;
  }

  #pan ul {
    width: 100%;
    line-height: 15px;
  }
}

#pan ul li {
  float: left;
  overflow: hidden;
  height: 15px;
  margin-bottom: 10px;
  padding-right: 10px;
  vertical-align: text-top;
  background: url(/wp-content/uploads/2016/07/pan_bar.gif)  no-repeat;
  background-size: 15px;
  background-position: right;
}

#pan ul li:last-child {
  background: none;
}

#pan ul a {
  padding-right: 10px;
  line-height: 15px;
}

@media screen and (max-width: 680px) {
  #pan ul li {
    margin: 5px 0;
  }

  #pan ul li img {
  }

  #pan ul li a {
    padding-right: 10px;
    line-height: 15px;
  }
}

#colmb {
  width: 980px;
  margin: auto;
}

@media screen and (max-width: 680px) {
  #colmb {
    width: 100%;
  }
}

#collb {
  margin-left: 10px;
  width: 680px;
  height: auto;
  float: left;
}

@media screen and (max-width: 680px) {
  #collb {
    margin: 0 5px 0 5px;
    float: none;
    width: auto;
  }
}

#collb section {
  width: 100%;
  overflow: auto;
}

@media screen and (min-width: 681px) {
  #colrb {
    width: 270px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
  }
}

@media screen and (max-width: 680px) {
  #colrb {
    padding: 0 10px;
    clear: both;
  }

  #collb section {
    overflow: auto;
  }
}

#colrb section {
  width: 100%;
}

#base_foot {
  border-top: 5px solid #ccc;
  clear: both;
  padding-bottom: 20px;
  min-width: 980px;
}

#base_foot ul {
  margin: 20px auto;
  text-align: center;
  font-size: 1.4rem;
}

#base_foot li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #666;
}

@media screen and (max-width: 380px) {
  #base_foot ul li {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 0 10px;
  }
}

@media screen and (max-width: 680px) {
  #base_foot {
    min-width: 100%;
  }

  #base_foot ul {
    width: 100%;
  }

  #base_foot li {
    font-size: 1.2rem;
  }
}

#base_foot li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #666;
}

#base_foot li:last-child {
  border: none;
}

#base_foot p {
  text-align: center;
}

@media screen and (min-width: 681px) {
  #spnav {
    display: none;
  }
  
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger,
  .drawer-nav {
    display: none;
  }
}

.pager {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing:-4px;
}

.pager li {
  margin: 5px;
  display: inline-block;
  letter-spacing:normal;
}

.pager li a {
  margin-top: 30px;
  padding: 5px 10px ;
  display: block;
  border: 1px solid #ccc;
}

@media screen and (max-width: 680px) {
  .pager li {
    display: none;
  }

  .pager .sp_pager {
    display: inline-block;
  }
}

.ui-tabs .ui-tabs-nav {
  display: none;
}

#topic li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

#topic h2 {
  background: url(/wp-content/uploads/2016/07/news_h2.png) no-repeat;
}

#topic img {
  float: left;
  width: 58px;
  height: 100%;
  margin-right: 10px;
  border: 1px solid #ccc;
  display: none;
}

#topic div {
  padding-left: 0;
}

#topic li p {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}

#label_list h2 {
  background: url(/wp-content/uploads/2016/07//main_h2_04.png) no-repeat;
}

#label_list {
  overflow: auto;
}

@media screen and (max-width: 680px) {
  #label_list {
    display: none;
  }
}

#label_list h3 {
  background: #f1f1f1;
  color: #666;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 5px;
  margin-bottom: 8px;
}

#label_list ul {
  clear: both;
  overflow: auto;
  margin-bottom: 10px;
}

#label_list li {
  width: 33.33%;
  float: left;
  margin-bottom: 8px;
}

#label_list li img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}

.ui-autocomplete.ui-front {
  z-index: 99999; /* #base_headより上にする */
  background: #fff;
  font-size: 1.2rem;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 680px) {
  .ui-autocomplete .ui-menu-item {
    line-height: 4rem;
  }
}

/* exceptional rule sets */
a[href$='/news/13828'] > img,
img[src$='/wp-content/uploads/2019/08/a11b4bb3ba448d1fa402ac3dc62cc91f-22.jpg'] {
  pointer-events: none;
}

.list-img > a[href$='/news/13828'] {
  display: block;
}
