@charset "utf-8";

/*-------------------------------------------------------------- Normalize */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url(../images/magazine/bg.png) repeat;
}


/*-------------------------------------------------------------- Typography */

body,
button,
input,
select,
textarea {
  color: #303030;
  font-size: 14px;
  line-height: 1.5;
}


/*-------------------------------------------------------------- Links */

a {
  color: #303030;
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

hr {
  border: 0;
  height: 6px;
  border-top: 1px dashed #E5E5E4;
  margin-bottom: 40px
}


/*-------------------------------------------------------------- Captions */

.wp-caption {
  padding: 25px 0 20px 0;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 12px;
  color: #808080;
  text-align: right;
}

.wp-caption-text a {
  color: #808080;
  text-decoration: underline;
}

.wp-caption .wp-caption-text {
  margin: 3px 0;
}


/*-------------------------------------------------------------- Alignments */

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*------------------------------------------------------------------------------------------------  width/heightユニーク設定  */


/*width*/

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w255 {
  width: 255px;
}

.w300 {
  width: 300px;
}

.w382 {
  width: 382px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}


/*height*/

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

.h300 {
  height: 300px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}


/*
######### ここまでベーススタイル  #########
*/


/*
######### ここからコーポレート共通スタイル  #########
*/


/*-------------------------------------------------------------- box */

.site {
  padding: 30px 0 0 0;
}


/*-------------------------------------------------------------- Main */

#wrapper {
  width: 1200px;
  padding-top: 30px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}

.site-content {
  width: 890px;
  float: right;
}


/*-------------------------------------------------------------- site-header */

.site-header {
  width: 280px;
  float: left;
  padding: 10px 0 0 0;
  background: #fff;
}

.site-title {}

.description {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 26px;
}


/*menu*/

.main-navigation {
  width: 238px;
  margin: 0 auto 40px auto;
  padding: 32px 0 0 0;
  background: url(../images/magazine/liner-category.png) no-repeat 0 0;
}

.main-navigation>ul {
  margin-bottom: -18px;
}

.main-navigation>ul>li {
  margin-bottom: 18px;
}

.main-navigation>ul>li>a {
  display: block;
  text-indent: -9999em;
  width: 201px;
  height: 26px;
}

.main-navigation .navi01 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px 0;
}

.main-navigation .navi02 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px -26px;
}

.main-navigation .navi03 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px -52px;
}

.main-navigation .navi04 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px -78px;
}

.main-navigation .navi05 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px -104px;
}

.main-navigation .navi06 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px -130px;
}

.main-navigation .navi07 a {
  background: url(../images/magazine/navi-sprite.png) no-repeat -201px -156px;
}

.main-navigation .navi01 a:hover,
.main-navigation .navi01.current-menu-item a {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 0;
}

.main-navigation .navi02 a:hover,
.main-navigation .navi02.current-menu-item a {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 -26px;
}

.main-navigation .navi03 a:hover,
.main-navigation .navi03.current-menu-item a {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 -52px;
}

.main-navigation .navi04 a:hover,
.main-navigation .navi04.current-menu-item a {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 -78px;
}

.main-navigation .navi05 a:hover,
.main-navigation .navi05.current-menu-item a {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 -104px;
}

.main-navigation .navi06 a:hover,
.main-navigation .navi06.current-menu-item a {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 -130px;
}

.main-navigation .navi07 a:hover {
  background: url(../images/magazine/navi-sprite.png) no-repeat 0 -156px;
}


/*tag*/

.site-header .tag-list {
  width: 238px;
  padding: 32px 0 0 0;
  margin: 0 auto 40px auto;
  background: url(../images/magazine/liner-tag.png) no-repeat 0 0;
}

.site-header .tag-list li a {
  margin: 0 5px 10px 0;
}

.site-header .tag-list li a {
  float: left;
  position: relative;
}

.site-header .tag-list li a span {
  display: block;
  color: #283f70;
  text-align: center;
  padding: 0 10px;
  margin-left: 9px;
  height: 20px;
  background: #e5e5e4;
}

.site-header .tag-list li a span:hover {
  background: #F3F40B;
}

.site-header .tag-list li a {
  background: url(../images/magazine/tag.png) no-repeat;
  height: 20px;
}

.site-header .tag-list li a:hover {
  background: url(../images/magazine/tag-on.png) no-repeat;
}


/*sponsor*/

.sponsor {
  width: 238px;
  margin: 0 auto 50px auto;
  padding-top: 32px;
  background: url(../images/magazine/liner-sponsor.png) no-repeat 0 0;
}

.sponsor li:first-child {
  margin-bottom: 15px;
}

.sponsor li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sponsor li a:hover img {
  opacity: .6;
}


/*likebox*/

.likebox {
  width: 238px;
  margin: 0 auto 30px auto;
}


/*-------------------------------------------------------------- Page Top */

.page-top {
  display: none;
  position: relative;
  height: 0;
  margin: 0 auto;
}

.page-top a {
  display: block;
  position: fixed;
  text-indent: -9999em;
  z-index: 9999;
  right: 40px;
  width: 74px;
  height: 74px;
  background: url(../images/magazine/gotop.png) no-repeat;
}


/*-------------------------------------------------------------- site-footer */

.site-footer {
  width: 100%;
  font-size: 13px;
  background: #fff;
}

.site-footer .inner {
  width: 1200px;
  padding: 20px 0 32px;
  margin: 0 auto;
}

.footer-navigation {
  padding: 22px 0 35px;
  margin-bottom: 28px;
  background: url(../images/magazine/liner-f.png) repeat-x 0 100%;
}

.footer-navigation li {
  display: table-cell;
}

.footer-navigation a {
  display: block;
  height: 16px;
  text-indent: -9999em;
}

.footer-navigation .navi01 a {
  width: 150px;
  background: url(../images/magazine/footer-sprite.png) no-repeat 0 0;
}

.footer-navigation .navi02 a {
  width: 178px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -150px 0;
}

.footer-navigation .navi03 a {
  width: 148px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -328px 0;
}

.footer-navigation .navi04 a {
  width: 145px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -476px 0;
}

.footer-navigation .navi05 a {
  width: 160px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -622px 0;
}

.footer-navigation .navi06 a {
  width: 110px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -782px 0;
}

.footer-navigation .navi01 a:hover {
  width: 150px;
  background: url(../images/magazine/footer-sprite.png) no-repeat 0 -16px;
}

.footer-navigation .navi02 a:hover {
  width: 178px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -150px -16px;
}

.footer-navigation .navi03 a:hover {
  width: 148px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -328px -16px;
}

.footer-navigation .navi04 a:hover {
  width: 145px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -476px -16px;
}

.footer-navigation .navi05 a:hover {
  width: 160px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -622px -16px;
}

.footer-navigation .navi06 a:hover {
  width: 110px;
  background: url(../images/magazine/footer-sprite.png) no-repeat -782px -16px;
}

.site-footer-left,
.site-footer-right {
  display: table-cell;
  vertical-align: top;
}

.site-footer-left {
  width: 174px;
  float: left;
}

.site-footer-right {
  width: 936px;
  float: right;
}

.copy {
  font-size: 11px;
  color: #303030;
}

.bottom-navi {
  font-size: 12px;
  float: right;
}

.bottom-navi li {
  display: table-cell;
  border-right: 1px solid #313131;
  padding: 0 10px;
}

.bottom-navi li:last-child {
  border-right: none;
}

.copy a:hover,
.bottom-navi a:hover {
  text-decoration: underline;
}


/*-------------------------------------------------------------- Common（共通スタイル） */

.article-wrapper {
  padding: 44px 25px 24px;
  margin-bottom: 30px;
  background: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.article-list {
  margin: 0 -30px -40px 0;
  overflow: hidden;
  clear: both;
}

.article-list .article {
  float: left;
  width: 260px;
  height: 250px;
  margin: 0 30px 40px 0;
}

.article-list .thumb {
  margin-bottom: 11px;
  position: relative;
}

.article-list .thumb a {
  display: block;
  width: 260px;
  margin: 0 auto;
  background: #000;
  position: relative;
}

.article-list .thumb a img {
  width: 260px;
  height: 150px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article-list .thumb a:hover img {
  opacity: 0.6;
}

.article-list .thumb .more {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 76px;
  width: 111px;
  margin: auto;
  opacity: 0;
  z-index: 2;
  background: url(../images/magazine/icon-more.png) no-repeat;
  background-size: 80%;
  background-position: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.article-list .thumb:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.article-list .entry-meta {
  margin-bottom: 6px;
}

.article-list .entry-title {
  font-size: 16px;
  line-height: 22px;
}

.article-list .entry-title a:hover {
  background: #F3F40B;
}

.entry-meta li {
  float: left;
  margin-right: 9px;
}

.category a {
  display: block;
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  width: 105px;
  text-align: center;
  background: #249db0;
}

.date {
  font-size: 12px;
  line-height: 16px;
}

.tag-list ul {
  margin: 0 -5px -10px 0;
}

.tag-list li {
  font-size: 11px;
  line-height: 20px;
  position: relative;
}

.icon-new-magazine {
  content: '';
  display: block;
  width: 67px;
  height: 67px;
  background: url(../images/magazine/icon-new.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}


/*-------------------------------------------------------------- Home（トップページ） */

.section-feature-post,
.section-recommend,
.section-ranking {
  background: #fff;
}


/*feature*/

.section-feature-post {
  padding: 34px 25px 36px;
  margin-bottom: 30px;
}

.section-feature-post .post {
  position: relative;
}

.section-feature-post .entry-header::before {
  content: '';
  display: block;
  width: 138px;
  height: 138px;
  background: url(../images/magazine/pickup.png) no-repeat;
  position: absolute;
  top: -15px;
  left: -19px;
  z-index: 3;
}

.section-feature-post .entry-header {
  padding-left: 140px;
  position: relative;
}

.section-feature-post .entry-title {
  font-size: 20px;
  padding: 3px 0 7px;
}

.section-feature-post .entry-title a:hover {
  background: #F3F40B;
}

.section-feature-post .date {
  font-size: 16px;
  line-height: 16px;
}

.section-feature-post .tag-list {
  position: absolute;
  top: 15px;
  right: 19px;
  z-index: 3;
}

.section-feature-post .tag-list li {
  float: right;
  margin-left: 9px;
}

.section-feature-post .thumb {
  position: relative;
  height: 370px;
  overflow: hidden;
  background: #000;
}

.section-feature-post .thumb img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section-feature-post .thumb:hover img {
  opacity: 0.6;
}

.section-feature-post .thumb .more {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  height: 76px;
  width: 111px;
  margin: auto;
  opacity: 0;
  z-index: 3;
  background: url(../images/magazine/icon-more.png) no-repeat;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.section-feature-post .thumb:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section-feature-post .excerpt {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 14px 24px 16px;
  z-index: 3;
}

.section-feature-post .excerpt p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}


/*section-recommend*/

.section-recommend {
  padding: 30px 25px;
  margin-bottom: 30px;
}


/*ranking*/

.section-ranking {
  padding: 30px;
  margin-bottom: 30px;
}

.section-ranking .section-title {
  margin-bottom: 24px;
}

.ranking-items {
  counter-reset: wpp-ranking;
}

.ranking-item {
  position: relative;
  line-height: 1.7;
  cursor: pointer;
  border: 8px solid #fff;
}

.ranking-item .thumb {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  background: #000;
}

.ranking-item .excerpt {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
}

.ranking-item::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  display: block;
  font-size: 14px;
  color: #303030;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background: #f3f40b;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.ranking-item .title a {
  display: block;
  font-size: 18px;
  color: #283f70;
  margin-bottom: 5px;
  text-decoration: underline;
}

.ranking-item:hover {
  border: 8px solid #f3f40b;
}

.ranking-item:hover .thumb img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ranking-item:hover .thumb img {
  opacity: 0.6;
}


/*about*/

.section-about {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
  line-height: 1.74;
  padding: 27px 30px 30px;
  background: url(../images/magazine/liner.png) #fff no-repeat 100% 0;
}

.section-about .main-text p {
  margin-bottom: 25px;
}

.about-items {
  clear: both;
  overflow: hidden;
  margin-right: -25px;
}

.about-items .item {
  position: relative;
  width: 260px;
  min-height: 182px;
  float: left;
  margin: 0 25px 65px 0;
}

.about-items .sub-title {
  margin-bottom: 10px;
}

.about-items .btn {
  position: absolute;
  font-weight: bold;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: underline;
}

.about-items .btn:hover {
  text-decoration: none;
}

.about-items .btn .fa {
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0 0 10px;
  text-align: center;
  vertical-align: middle;
  color: #249db0;
  border-radius: 50%;
  background: #f3f40b;
}


/*-------------------------------------------------------------- Single（投稿ページ） */

.single .entry-header {
  margin-bottom: 25px;
  padding-bottom: 24px;
}

.single .article-wrapper .entry-title {
  margin-bottom: 20px;
  text-shadow: .2px 0 0 #303030;
}

.single .article-wrapper .entry-meta div {
  float: left;
}

.single .article-wrapper .category {
  margin-bottom: 10px;
}

.single .article-wrapper .date {
  font-size: 12px;
  padding-right: 30px;
}

.articel-area .tag-list li a {
  position: relative;
  float: left;
}

.articel-area .tag-list li a {
  display: block;
  height: 20px;
  padding: 0 10px 0 20px;
  text-align: center;
  color: #283f70;
  background: #e5e5e4;
}

.articel-area .tag-list li a:hover {
  background: #f3f40b;
}

.articel-area .tag-list li a::before {
  position: absolute;
  left: 0;
  width: 9px;
  height: 20px;
  content: url(../images/magazine/stag.png);
}

.articel-area .tag-list li a:hover::before {
  content: url(../images/magazine/stag-on.png);
}


/*event-info*/

.event-info {
  clear: both;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px dashed #249db0;
}

.event-info dl {
  display: table-row;
  border-left: 2px solid #249db0;
}

.event-info dt,
.event-info dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.8;
}

.event-info dt {
  font-weight: normal;
  white-space: nowrap;
  text-shadow: .2px 0 0 #303030;
  color: #249db0;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  min-width: 100px;
  letter-spacing: 1px;
}

.event-info dd {
  padding: 10px;
}

.event-info dt::before {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid #249db0;
  background: #fff;
  margin: -3px 8px 0 0;
}


/*-------------------------------------------------------------- Page（固定ページ） */

.page .entry-header {
  padding-bottom: 24px;
  margin-bottom: 25px;
}


/*-------------------------------------------------------------- Single/Page共通 */

.articel-area .entry-header,
.entry-content {
  background: url(../images/magazine/liner-content.png) repeat-x 0 100%;
}

.article-wrapper .entry-image {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 50px;
}

.article-wrapper .entry-image img {
  width: 660px;
}

.video-container {
  max-width: 660px;
  height: 371px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 4px solid #249DB0;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.entry-content {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
  padding-bottom: 60px;
}

.article-wrapper .entry-title {
  font-size: 26px;
  line-height: 1.3;
}

.entry-content h2 {
  font-family: '秀英角ゴシック銀 L', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
  font-size: 22px;
  letter-spacing: 1px;
  height: 38px;
  padding: 5px 0 0 50px;
  margin: 0 0 18px;
  letter-spacing: 1px;
  text-shadow: .2px 0 0 #303030;
  background: url(../images/magazine/bg-h2.png) repeat-x 0 0;
}

.entry-content>h3 {
  font-size: 18px;
  color: #249db0;
  margin-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  text-shadow: .2px 0 0 #303030;
}

.entry-content>h3::before {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #249db0;
  background: #fff;
  margin: -3px 8px 0 0;
}

.entry-content p {
  line-height: 1.8;
}

.entry-content p+p {
  margin-top: 30px;
}

.entry-content p+h2 {
  margin-top: 55px;
}

.entry-content p+* {
  margin-top: 30px;
}

.entry-content p+ul,
.entry-content p+ol {
  margin-top: 10px;
}

.entry-content p strong {
  color: #303030;
}

.entry-content .list+p {
  margin-top: 30px;
}

.entry-content a {
  color: #179cb1;
  text-decoration: underline;
}

.col2-images {
  text-align: center;
  font-size: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}

.col2-images li {
  display: inline-block;
  width: 49.5%;
  float: left;
}

.col2-images li:last-child {
  float: right;
}

.col3-images {
  clear: both;
  overflow: hidden;
  margin: 0 -30px 30px 0;
}

.col3-images li {
  float: left;
  width: 260px;
  margin: 0 30px 0 0;
}

.col2-images li img,
.col3-images li img {
  width: 100%;
}

.fugumaru-comment {
  margin-top: 60px;
}

.fugumaru-comment .title,
.fugumaru-comment .text-area {
  display: table-cell;
  vertical-align: top;
}

.fugumaru-comment .title {
  padding: 0 40px;
  width: 320px;
}

.fugumaru-comment .title.sp {
  display: none;
}

.fugumaru-comment .text-area {
  position: relative;
  padding: 30px 40px;
  border: 1px solid #7ccad0;
  border-radius: 5px;
}

.fugumaru-comment .text-area::before {
  position: absolute;
  z-index: 0;
  top: 50px;
  left: -56px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 28px solid transparent;
  border-right: 28px solid #7ccad0;
}

.fugumaru-comment .text-area::after {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: -55px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 28px solid transparent;
  border-right: 28px solid rgba(255, 255, 255, 1);
}

.fugumaru-comment .text-area p:last-of-type {
  margin-bottom: 0;
}


/*-------------------------------------------------------------- Single（投稿ページ） */


/* List */

.list-disc {
  list-style-type: none;
  margin-left: 2px;
}

.list-disc li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 10px;
}

.list-disc li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #249DB0;
  border-radius: 50%;
}

.list-decimal {
  counter-reset: circle-numbering;
}

.list-decimal li {
  position: relative;
  line-height: 1.8;
  list-style-type: none;
  padding-left: 2em;
  margin-bottom: 1em;
}

.list-decimal li::before {
  content: counter(circle-numbering, decimal);
  counter-increment: circle-numbering;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 2px;
  width: 18px;
  height: 18px;
  padding-left: 1px;
  text-align: center;
  color: #fff;
  background: #249DB0;
  border-radius: 50%;
}


/* Grey-frame */

.grey-frame {
  padding: 20px 25px;
  background: #fafafa;
  border: 1px solid #f3f3f3;
}

.grey-frame+h2 {
  margin-top: 3em;
}

.grey-frame+p {
  margin-top: 2em;
}


/*Source*/

.source-area {
  padding: 20px;
  background: #fafafa;
  border: 1px solid #f3f3f3;
}

.source-area a {
  text-decoration: underline;
  color: #283f70;
}

.source-area dt {
  margin-bottom: 5px;
}

.source-area dd {
  margin-bottom: 3px;
}


/* Line Marker */

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F3F40B));
  background: linear-gradient(transparent 60%, #F3F40B 60%);
}


/*Social Area*/

.social-area {
  display: block;
  text-align: center;
  vertical-align: top;
  padding: 24px 0 0;
}

.social-area .title {
  font-size: 13px;
  color: #666;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 8px 30px;
  margin: 0 !important;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #edefec;
}

.social-area .title:before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -9px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -9px;
  content: '';
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.social-area .title:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -12px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -10px;
  content: '';
  border-width: 11px 0 11px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #edefec;
}

.social-items {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  letter-spacing: 0;
}

.social-item {
  display: inline-block;
  margin: 0 10px;
}

.social-item a {
  transition: .3s;
  -webkit-transition: .3s;
  text-decoration: none;
}

.social-item a:hover {
  opacity: 0.6;
}

.lsf-icon:before {
  content: attr(title);
  font-size: 300%;
}

.lsf-icon.tw:before {
  color: #5EBAE3;
}

.lsf-icon.fb:before {
  color: #445EAB;
}

.lsf-icon.line:before {
  color: #00C400;
}


/* related-posts */

.related {
  padding: 30px 25px;
  background: #fff;
}

.no-related {
  margin-bottom: 40px;
}


/* entry banner */

.entry-banner {
  text-align: center;
  padding: 20px 0 24px;
}

.entry-banner a {
  display: inline-block;
  transition: .3s;
}

.entry-banner a:hover {
  opacity: .6;
}


/*-------------------------------------------------------------- All Articles*/

.all-list a {
  display: block;
  width: 170px;
  height: 25px;
  text-indent: -9999em;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.all-list.news a {
  background: url(../images/magazine/all-newslist.png) no-repeat #E5E5E4 50%;
}

.all-list.learn a {
  background: url(../images/magazine/all-learnlist.png) no-repeat #E5E5E4 50%;
}

.all-list.eat a {
  background: url(../images/magazine/all-eatlist.png) no-repeat #E5E5E4 50%;
}

.all-list.enjoy a {
  background: url(../images/magazine/all-enjoylist.png) no-repeat #E5E5E4 50%;
}

.all-list.event a {
  background: url(../images/magazine/all-eventlist.png) no-repeat #E5E5E4 50%;
}

.all-list.news a:hover {
  background: url(../images/magazine/all-newslist.png) no-repeat #F3F40B 50%;
}

.all-list.learn a:hover {
  background: url(../images/magazine/all-learnlist.png) no-repeat #F3F40B 50%;
}

.all-list.eat a:hover {
  background: url(../images/magazine/all-eatlist.png) no-repeat #F3F40B 50%;
}

.all-list.enjoy a:hover {
  background: url(../images/magazine/all-enjoylist.png) no-repeat #F3F40B 50%;
}

.all-list.event a:hover {
  background: url(../images/magazine/all-eventlist.png) no-repeat #F3F40B 50%;
}


/*-------------------------------------------------------------- Category/Tag*/

.category-archives {
  padding: 30px 25px;
  margin-bottom: 30px;
  background: #fff;
}

.archive-list-title {
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/magazine/bg-archive-title.png) repeat-x 0 0;
}

.wp-pagenavi {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  margin: 40px 0 20px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #aaa;
  background: #eee;
  margin: 0 0.25em;
}

.wp-pagenavi .current,
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: #fff;
  background: #249db0;
}