@charset "UTF-8";
/** setting
****************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.8;
  vertical-align: baseline;
  color: #262728;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: 0;
}

/** body **/
body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 0px;
  background: #e9eeef;
}

/**clear**/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media all and (max-width: 1000px) {
  .wrapper {
    width: 100%;
    padding: 0 24px;
  }
}
/**---------------------------

Header

---------------------------**/
.u-nav {
  height: 40px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.u-nav-wrapper{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.u-nav-logo{
  width: 132px;
  height: 23px;
  padding: 7px 0 0;
  float: left;
  box-sizing: border-box;
}
.u-nav-logo img{
  width: 132px;
  height: 23px;
}
.u-nav-button{
  width: 288px;
  float: right;
}
.u-nav-button ul{
  padding: 4px 0;
  font-size: 0;
}
.u-nav-button li{
  width: 140px;
  display: inline-block;
}
.u-nav-button li a{
  width: 140px;
  height: 32px;
  line-height: 1.0;
  padding: 2px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.15s;
  -webkit-transition: 0.15s;
}
.u-nav-button li a:hover{
  opacity: 0.9;
}
.u-nav-button li span{
  width: 100%;
  margin: -2px 0 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
}
.u-nav-login{
  margin: 0 8px 0 0;
}
.u-nav-login a{
  background: gradient(linear, left top, left bottom, from(#3865a4), to(#3e71ae));
  background: -webkit-gradient(linear, left top, left bottom, from(#3865a4), to(#3e71ae));
  border: 1px solid #285a9a;
  background: linear-gradient(to bottom, #3865a4, #3e71ae);
}
.u-nav-entry a{
   background: gradient(linear, left top, left bottom, from(#d4504d), to(#d85a56));
  background: -webkit-gradient(linear, left top, left bottom, from(#d4504d), to(#d85a56));
  border: 1px solid #c64744;
  background: linear-gradient(to bottom, #d4504d, #d85a56);
}
.u-nav-footer{
  display: none;
}
#g-header {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
}
#g-header .wrapper {
  padding: 20px 0;
}
#g-header .site-ttl {
  font-size: 32px;
  font-weight: bold;
}
#g-header .site-ttl a:hover {
  color: #00b3e0;
}

@media all and (max-width: 1000px) {
  #g-header {
    min-width: auto;
    min-width: initial;
  }
  #g-header .wrapper {
    width: 100%;
    min-width: 100%;
    padding: 16px 24px;
  }
  .u-nav-wrapper{
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 768px) {
  #g-header {
    min-height: 56px;
    text-align: center;
  }
  #g-header .wrapper {
    height: auto;
    padding: 10px 12px 14px 12px;
  }
  #g-header .site-ttl {
    line-height: 1.5;
    margin: 6px 110px 0 0;
    font-size: 17px;
  }
  #g-header .site-ttl a {
    line-height: 1.5;
  }
  .u-nav{
    height: auto;
  }
  .u-nav-logo{
    display: none;
  }
  .u-nav-wrapper{
    padding: 0 12px;
  }
  .u-nav-button{
    width: 100%;
  }
  .u-nav-button ul{
    margin: 0 -2px;
  }
  .u-nav-button li{
    width: 50%;
    padding: 0 2px;
    box-sizing: border-box;
  }
  .u-nav-button li a{
    width: 100%;
    height: 36px;
    padding: 4px 0;
  }
  .u-nav-button li span{
    margin: 0;
  }
  .u-nav-login{
    margin: 0;
  }
  .u-nav-header{
    display: none;
  }
  .u-nav-footer{
    margin: 56px 0 0 0;
    display: block;
  }
}
/**---------------------------

Navigation

---------------------------**/
.g-nav {
  height: 56px;
  background: #00b3e0;
}
.g-nav ul {
  float: left;
}
.g-nav li {
  display: inline-block;
}
.g-nav li:first-child {
  margin: 0;
}
.g-nav li a {
  padding: 0 10px;
  line-height: 56px;
  color: #fff;
  font-size: 108%;
  display: block;
}
.g-nav li a:hover {
  background-color: #00beed;
}

.search-box {
  width: 28%;
  height: 36px;
  margin-top: 10px;
  float: right;
  position: relative;
}

.search-text {
  margin-right: 36px;
}
.search-text input[type="text"] {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
}

.search-submit {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.search-submit input[type="submit"] {
  width: 36px;
  height: 36px;
  background: #262728 url(../img/icon-search.png) no-repeat center center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.search-submit input[type="submit"]:hover {
  background-color: #2F302B;
}

.btn-nav {
  width: 110px;
  height: 56px;
  text-align: center;
  background-color: #00b3e0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.btn-nav img {
  margin-top: 18px;
}
.btn-nav:hover {
  background-color: #00beed;
}

.sp-nav {
  background-color: #00b3e0;
}
.sp-nav .sp-search {
  margin: 0 12px;
  padding: 12px 0;
  position: relative;
}
.sp-nav .sp-search .text {
  margin-right: 36px;
}
.sp-nav .sp-search .text input[type="text"] {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
}
.sp-nav .sp-search .submit {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 10;
}
.sp-nav .sp-search .submit input[type="submit"] {
  width: 36px;
  height: 36px;
  background: #262728 url(../img/icon-search.png) no-repeat center center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.sp-nav .sp-search .submit input[type="submit"]:hover {
  background-color: #2F302B;
}
.sp-nav .sp-nav-find {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #00a0c8;
}
.sp-nav .sp-nav-menu li {
  height: 44px;
  border-top: 1px solid #00bceb;
}
.sp-nav .sp-nav-menu li:first-child {
  border: none;
}
.sp-nav .sp-nav-menu a {
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  display: block;
}

@media all and (max-width: 768px) {
  .g-nav {
    display: none;
  }

  .btn-nav {
    display: block;
  }
}
/**---------------------------

Breadly

---------------------------**/
.breadly {
  width: 100%;
  min-width: 1000px;
  height: 44px;
  background-color: #d4dbe0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}
.breadly ul {
  width: 1000px;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadly li {
  margin-left: 18px;
  line-height: 44px;
  display: inline;
}
.breadly li:first-child {
  margin-left: 0;
}
.breadly a {
  margin-right: 18px;
  color: #666;
}
.breadly a:hover {
  color: #00b3e0;
}

@media all and (max-width: 1000px) {
  .breadly {
    min-width: auto;
    min-width: initial;
    padding: 0 24px;
  }
  .breadly ul {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media all and (max-width: 480px) {
  .breadly {
    padding: 0 16px;
  }
  .breadly li {
    margin-left: 8px;
  }
  .breadly a {
    margin-right: 8px;
    font-size: 93%;
  }
  .breadly span {
    font-size: 93%;
  }
}
/**---------------------------

Main

---------------------------**/
#contents {
  width: 1000px;
  margin: 24px auto 0 auto;
  position: relative;
}

.sp-ad {
  width: 100%;
  margin: 24px 0 0 0;
  display: none;
  text-align: center;
}

.site-ranking {
  width: 1000px;
  margin: 24px auto 0 auto;
  font-size: 0;
}
.site-ranking li {
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
}
.site-ranking a {
  margin: 0 4px;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: relative;
}
.site-ranking a:hover .thumb {
  opacity: 0.85;
}
.site-ranking a:hover .post-ttl {
  color: #00b3e0;
}
.site-ranking .thumb {
  margin: 0 8px;
  max-height: 160px;
overflow: hidden;
}
.site-ranking .thumb img {
  width: 100%;
  height: auto;
  min-height: 200px; /*サイズは任意*/
}
.site-ranking .post-ttl {
  height: 60px;
  line-height: 1.5;
  margin: 8px 8px 0 8px;
  font-size: 14px;
  overflow: hidden;
}
.site-ranking .rank {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.site-ranking .rank1 {
  background-color: #e81d14;
}
.site-ranking .rank2 {
  background-color: #f35a1e;
}
.site-ranking .rank3 {
  background-color: #fca112;
}

.blogroll {
  margin-top: 24px;
  border: 4px solid #e2e6e7;
  background-color: #fff;
}
.blogroll ul {
  overflow-x: scroll;
  height: 225px;
}
.blogroll li {
  height: 44px;
  border-top: 1px dotted #e2e6e7;
}
.blogroll li:first-child {
  border-top: none;
}
.blogroll a {
  padding: 0 12px 0 28px;
  line-height: 44px;
  color: #262728;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/liststyle.png) no-repeat 12px center;
  background-size: 5px 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blogroll a:hover {
  color: #00a8d2;
  text-decoration: underline;
}

.main {
  width: 668px;
  max-width: -webkit-calc(100% - 316px);
  max-width: calc(100% - 316px);
  float: left;
}

.main-section {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 3px;
}
.main-section:first-child {
  margin: 0;
}

.pickup-post {
  padding: 10px;
  background-color: #00b3e0;
  border-radius: 3px;
}

.pickup-wrapper {
  background-color: #fff;
  border-radius: 3px;
}

.main-section-ttl {
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
  color: #00b3e0;
  font-size: 20px;
  border-bottom: 3px solid #e9eeef;
}

.post-list .post {
  min-height: 120px;
  padding: 12px;
  border-top: 1px solid #e9eeef;
  position: relative;
}
.post-list .post:first-child {
  border-top: none;
}
.post-list .post-thumb {
  width: 180px;
  height: 120px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.post-list .post-thumb a {
  width: inherit;
  height: inherit;
  display: block;
}
.post-list .post-thumb a:hover {
  opacity: 0.85;
}
.post-list .post-thumb img {
  width: inherit;
  height: inherit;
}
.post-list .post-meta {
  margin: 0 0 0 196px;
  padding: 10px 0 0 0;
}
.post-list time {
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 13px;
  display: inline-block;
}
.post-list .post-cat {
  height: 20px;
  margin-left: 2px;
  display: inline-block;
}
.post-list .post-cat span {
  line-height: 20px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  display: block;
}
.post-list .post-cat a {
  line-height: 20px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  background-color: #00b3e0;
  display: block;
}
.post-list .post-cat a:hover {
  background-color: #00beed;
}
.post-list .cat-pickup span {
  background-color: #e81d14;
}
.post-list .cat-pr span {
  background-color: #e81d14;
}
.post-list .site-link {
  margin-left: 8px;
  display: inline-block;
}
.post-list .site-link a {
  line-height: 20px;
  color: #00b3e0;
}
.post-list .site-link a:hover {
  text-decoration: underline;
}
.post-list .post-ttl {
  height: 48px;
  margin-top: 6px;
  line-height: 1.6;
  overflow: hidden;
}
.post-list .post-ttl a {
  line-height: 1.6;
  font-size: 15px;
}
.post-list .post-ttl a:hover {
  color: #00b3e0;
}
.post-list .post-outline {
  height: 22px;
  line-height: 22px;
  margin-top: 4px;
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-nav {
  padding: 22px 0 24px 0;
  text-align: center;
}
.page-nav .current {
  margin: 0 2px;
  padding: 8px 10px;
  background-color: #e9eeef;
  border-radius: 3px;
}
.page-nav a {
  margin: 0 2px;
  padding: 8px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.page-nav a:hover {
  color: #fff;
  background: #00b3e0;
  border: 1px solid #00b3e0;
}

.post-nav {
  padding: 22px 0 24px 0;
  text-align: center;
}
.post-nav .current {
  margin: 0 2px;
  padding: 8px 10px;
  background-color: #e9eeef;
  border-radius: 3px;
}
.post-nav a {
  margin: 0 2px;
  padding: 8px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.post-nav a:hover {
  color: #fff;
  background: #00b3e0;
  border: 1px solid #00b3e0;
}
/* 09.03追加 */
.post-body .post-footer-ad .post-list{
  margin: 0 -12px;
}
.post-body .post-footer-ad .post-thumb {
  width: 180px;
  height: 120px;
  margin: 0;
}

.post-body .post-footer-ad .post-thumb img {
  width: inherit;
  height: inherit;
}
.post-body .post-footer-ad .post-meta{
  margin: 0 0 0 196px;
  padding: 0;
}
.arrow-hand {
  width: 54px;
  height: 50px;
  -webkit-animation-name:arrow;
  -webkit-animation-duration:0.8s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;
  -moz-animation-name:arrow;
  -moz-animation-duration:0.8s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
  background: url(../img/arrow-hand.png) no-repeat 0 center;
  background-size: 54px 50px;
  position: absolute;
  top: 45px;
  left: -10px;
}

@-webkit-keyframes arrow {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(10px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes arrow {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(10px, 0);}
  100% {-moz-transform:translate(0, 0);}
}

/* /09.03追加 */

@media all and (max-width: 1000px) {
  .site-ranking {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .site-ranking .post-ttl {
    font-size: 13px;
  }

  .blogroll a {
    font-size: 15px;
  }

  #contents {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .post-list .post {
    height: auto;
    min-height: 70px;
  }
  .post-list .post-thumb {
    width: 120px;
    height: auto;
  }
  .post-list .post-meta {
    margin-left: 136px;
    padding: 2px 0 0 0;
  }
  .post-list .site-link {
    margin-left: 0;
    display: block;
  }
  .post-list .post-ttl {
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .sp-ad {
    display: inline-block;
  }

  .pc-ad {
    display: none !important;
  }

  .main {
    width: 100%;
    max-width: auto;
    max-width: initial;
    width: 100%;
  }

 .post-list .post-thumb{
    width: 105px;
    max-height: 70px;
    overflow: hidden;
  }
  .post-list .post-meta {
    margin: 0 0 0 117px;
    padding: 0;
  }
  .post-list time {
    height: 16px;
    line-height: 16px;
    font-size: 11px;
  }
  .post-list .post-cat {
    height: 16px;
    line-height: 16px;
  }
  .post-list .post-cat span {
    height: 16px;
    line-height: 16px;
    font-size: 11px;
  }
  .post-list .post-cat a {
    height: 16px;
    line-height: 16px;
    font-size: 11px;
  }
  .post-list .site-link {
    height: 16px;
    line-height: 16px;
    margin-top: -2px;
    font-size: 11px;
  }
  .post-list .post-ttl {
    margin-top: 4px;
    line-height: 1.4;
  }
  .post-list .post-ttl a {
    line-height: 1.4;
    font-size: 13px;
  }
  .post-list .post-outline {
    display: none;
  }
    /* 09.03追加 */
  .post-body .post-footer-ad .post-thumb {
    width: 105px;
    height: 70px;
  }
  .post-body .post-footer-ad .post-meta{
    margin: 0 0 0 117px;
  }
  .post-body .post-footer-ad .post-cat{
    margin-top: 0;
  }
  .arrow-hand {
    width: 40px;
    height: 37px;
    margin-top: -18px;
    background-size: 40px 37px;
  }
  /* /09.03追加 */
}
@media all and (max-width: 480px) {
  .site-ranking {
    display: none;
  }

  .blogroll ul {
    height: auto;
    overflow-x: visible;
  }
  .blogroll li {
    height: auto;
  }
  .blogroll a {
    padding: 9px 12px 9px 28px;
    line-height: 1.6;
    font-size: 15px;
    background-position: 12px 17px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  #contents {
    padding: 0 10px;
  }

  .post-list .post {
    padding: 12px 10px;
  }
  .post-list .post-meta {
    height: 74px;
    margin-top: -4px;
    overflow: hidden;
  }
  .post-list .site-link {
    margin-bottom: 6px;
  }
  .post-list .post-ttl {
    margin-top: 0;
  }
  .post-list .post-ttl a {
    line-height: 1.4;
    display: block;
  }

  .pickup-post .post-meta {
    height: auto;
  }
    /* 09.03追加 */
  .post-body .post-footer-ad .post-thumb {
    width: 105px;
    height: 70px;
  }
  .post-body .post-footer-ad .post-meta{
    margin: -4px 0 0 117px;
  }
  /* /09.03追加 */
}
/**---------------------------

Post

---------------------------**/
.share-btn-header{
  margin: 0 24px 10px;
}
.share-btn-header ul{
  margin: 0 -4px;
  font-size: 0;
}

.share-btn-header li{
  width: 33.33333%;
  padding: 0 4px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.share-btn-header a{
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #222;
  border-radius: 3px;
  display: block;
}
.share-btn-header span{
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #222;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
.share-btn-header a:hover{
  margin: 3px 0 0;
  border-bottom: none !important;
}
.share-btn-header span:hover{
  margin: 3px 0 0;
  border-bottom: none !important;
}
.share-btn-header .facebook a{
  background: #32599d;
  border-bottom: 3px solid #264377;
}
.share-btn-header .facebook a:before{
  width: 32px;
  height: 32px;
  margin: 4px 0 0 0;
  content: "";
  display: inline-block;
  background: url(../img/icon-fb@2x.png) no-repeat;
  background-size: 32px 32px;
  vertical-align: top;
}
.share-btn-header .twitter a{
  background: #00aff5;
  border-bottom: 3px solid #0095d0;
}
.share-btn-header .twitter a:before{
  width: 31px;
  height: 35px;
  margin: 3px 2px 0 0;
  content: "";
  display: inline-block;
  background: url(../img/icon-twitter@2x.png) no-repeat;
  background-size: 31px 35px;
  vertical-align: top;
}
.share-btn-header .line span{
  background: #00be00;
  border-bottom: 3px solid #009c00;
  overflow: hidden;
  position: relative;
}
.share-btn-header .line span:before{
  width: 32px;
  height: 32px;
  margin: 3px 2px 0 0;
  content: "";
  display: inline-block;
  background: url(../img/icon-line@2x.png) no-repeat;
  background-size: 32px 32px;
  vertical-align: top;
}
.share-btn-header .line iframe{
  opacity: 0;
  position: absolute !important;
  top: 8px;
  left: 60px;
  transform: scale(2.5, 3);
  -webkit-transform: scale(2.5, 3);
  -o-transform: scale(2.5, 3);
  cursor: pointer;
}
.share-btn-footer{
  margin: 0 24px;
}
.share-btn-footer ul{
  font-size: 0;
}
.share-btn-footer li{
  width: 50%;
  height: 58px;
  display: inline-block;
}
.share-btn-footer a{
  width: 100%;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.share-btn-footer a:hover{
  opacity: 0.85;
}
.share-btn-footer .facebook a{
  background: #32599d;
  border-radius: 3px 0 0 3px;
}
.share-btn-footer .facebook a:before{
  width: 40px;
  height: 40px;
  margin: 8px 0 0 0;
  content: "";
  display: inline-block;
  background: url(../img/icon-fb@2x.png) no-repeat;
  background-size: 40px 40px;
  vertical-align: top;
}
.share-btn-footer .twitter a{
  background: #00aff5;
  border-radius: 0 3px 3px 0;
}
.share-btn-footer .twitter a:before{
  width: 38px;
  height: 42px;
  margin: 8px 0 0 0;
  content: "";
  display: inline-block;
  background: url(../img/icon-twitter@2x.png) no-repeat;
  background-size: 38px 42px;
  vertical-align: top;
}
.post-page {
  padding-bottom: 40px;
}
.post-page .post-thumb {
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.post-page .post-thumb img {
  width: inherit;
  height: inherit;
}

.post-header .post-ttl {
  line-height: 1.5;
  margin-bottom: 14px;
  padding: 16px 24px;
  border-bottom: 4px solid #e9eeef;
}
.post-header .post-ttl a {
  line-height: 1.5;
  font-size: 26px;
}
.post-header .post-ttl a:hover {
  color: #00b3e0;
}
.post-header time {
  height: 24px;
  line-height: 24px;
  margin-left: 24px;
  color: #666;
  font-size: 14px;
  display: inline-block;
}
.post-header .post-cat {
  height: 24px;
  line-height: 24px;
  margin-left: 12px;
  display: inline-block;
}
.post-header .post-cat a {
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  display: block;
  background-color: #262728;
  border-radius: 3px;
}
.post-header .post-cat a:hover {
  background-color: #00b3e0;
}

.more-contents{
  margin: 24px 0 16px 0;
  text-align: center;
}
.more-contents a{
  width: 50%;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #00b3e0;
  border-radius: 4px;
}
.more-contents a:hover{
  background-color: #00beed;
}
.post-body {
  margin: 24px 0;
  padding: 0 24px;
}
.post-body h2 {
  margin: 40px 0 16px 0;
  padding: 6px 0;
  font-size: 22px;
  border-bottom: 4px solid #e9eeef;
}
.post-body h3 {
  margin: 16px 0 12px 0;
  font-size: 18px;
}
.post-body p {
  margin-top: 12px;
  font-size: 15px;
}
.post-body p:first-child {
  margin-top: 0;
}
.post-body .fc-red {
  color: #f0091b;
}
.post-body .fc-blue {
  color: #0940df;
}
.post-body .img-link {
  margin: 20px 0 0 0;
  border: 1px solid #e9eeef;
  padding: 8px;
  display: block;
}
.post-body .img-link:hover {
  border: 1px solid #00b3e0;
}
.post-body .img-link img {
  width: 100%;
  height: auto;
}
.post-body .source {
  margin-top: 6px;
  color: #666;
  font-size: 11px;
}
.post-body .source a {
  color: #00b3e0;
}
.post-body .source a:hover {
  text-decoration: underline;
}
.post-body blockquote {
  margin-top: 20px;
  padding: 40px 22px 16px 22px;
  border: 1px solid #e3e7e8;
  background: #e9eeef url(../img/icon-quote.png) no-repeat 14px 14px;
  background-size: 20px 17px;
}
.post-body iframe {
  margin-top: 20px;
  width: 100% !important;
}
.post-body .youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-body .youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.post-body .xvideos-embed {
  margin-top: 24px;
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-body .xvideos-embed iframe {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-body .instagram-media {
  margin-top: 20px !important;
}
.post-body .twitter-tweet {
  margin-top: 20px !important;
}
.post-body div[data-frontdomain="http://video.fc2.com/"] {
  max-width: 100% !important;
  max-height: 324px !important;
}
.post-body .fc2vp_player_head {
  max-width: 100% !important;
}

.post-footer-link {
  margin-top: 32px;
}
.post-footer-link li {
  line-height: 1.5;
  margin-top: 8px;
  background: url(../img/liststyle.png) no-repeat 0 10px;
  background-size: 5px 8px;
}
.post-footer-link li:first-child {
  margin-top: 0;
}
.post-footer-link a {
  line-height: 1.5;
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
}
.post-footer-link a:hover {
  color: #00b3e0;
}

.social-btn {
  margin: 24px;
  padding: 12px 16px;
  background-color: #e9eeef;
}
.social-btn p {
  font-size: 13px;
  font-weight: bold;
}
.social-btn ul {
  margin-top: 8px;
}
.social-btn li {
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.social-btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.fb-like-btn {
  font-size: 0;
  background-color: #262728;
  overflow: hidden;
}
.fb-like-btn .thumb {
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
.fb-like-btn .thumb img {
  width: 100%;
  height: auto;
}
.fb-like-btn .fb-like-right {
  width: 58%;
  padding-top: 36px;
  display: inline-block;
  vertical-align: top;
}
.fb-like-btn .fb-like-right p {
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.fb-like-btn .fb-like-right p span {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: block;
}
.fb-like-btn .fb-btn {
  margin-top: 24px;
  text-align: center;
}

.post-tag {
  margin: 28px 24px -8px 24px;
}
.post-tag p {
  font-size: 14px;
  font-weight: bold;
}
.post-tag p img {
  margin: 3px 0 0 4px;
}
.post-tag ul {
  margin-top: 8px;
  overflow: hidden;
}
.post-tag li {
  margin: 0 8px 8px 0;
  float: left;
  white-space: nowrap;
}
.post-tag a {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #00b3e0;
  display: block;
}
.post-tag a:hover {
  background-color: #00beed;
}

.main-ad {
  margin: 24px 24px 0 24px;
  font-size: 0;
}
.main-ad li {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
}
.main-ad li:first-child {
  margin-left: 0;
}

.post-list + .main-ad {
  padding: 16px 0 0 0;
  border-top: 1px solid #ddd;
}

@media all and (max-width: 1000px) {
  .fb-like-btn .thumb {
    width: 35%;
  }
  .fb-like-btn .fb-like-right {
    width: 65%;
    padding-top: 16px;
  }
  .fb-like-btn .fb-like-right p {
    font-size: 14px;
  }
  .fb-like-btn .fb-btn {
    margin-top: 4px;
    text-align: center;
  }

  .main-ad li {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: center;
  }
    .share-btn-footer .facebook a:before{
    margin: 8px 0 0 -10px;
  }
  .share-btn-footer .twitter a:before{
    margin: 8px 0 0 -10px;
  }
  .share-btn-footer li a{
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .share-btn-header{
    margin: 12px;
  }
  .share-btn-header ul{
    margin: 0;
  }
  .share-btn-header li{
    padding: 0;
  }
  .share-btn-header a{
    font-size: 13px;
  }
  .share-btn-header .facebook a{
    border-radius: 3px 0 0 3px;
  }
  .share-btn-header .facebook a:before{
    width: 28px;
    height: 28px;
    margin: 6px -1px 0 -6px;
    background-size: 28px 28px;
  }
  .share-btn-header .twitter a{
    border-radius: 0;
  }
  .share-btn-header .twitter a:before{
    width: 29px;
    height: 32px;
    margin: 4px -1px 0 -8px;
    background-size: 29px 32px;
  }
  .share-btn-header .line span{
    border-radius: 0 3px 3px 0;
  }
  .share-btn-header .line span:before{
    width: 28px;
    height: 28px;
    margin: 6px -3px 0 -6px;
    background-size: 28px 28px;
  }
  .share-btn-header span{
    font-size: 13px;
  }
  .post-header .post-ttl {
    line-height: 1.0;
    padding: 10px 12px 14px 12px;
  }
  .post-header .post-ttl a {
    line-height: 1.0;
    font-size: 16px;
  }
  .post-header time {
    margin-left: 12px;
    font-size: 13px;
  }
  .post-header .post-cat {
    font-size: 13px;
  }
  .more-contents a{
    width: auto;
    margin: 0 16px;
  }
  .post-body {
    padding: 0 12px;
  }
  .post-body h2 {
    margin-top: 32px;
    font-size: 16px;
  }
  .post-body h3 {
    font-size: 15px;
  }
  .post-body p {
    font-size: 14px;
  }
  .post-body blockquote {
    padding: 40px 12px 16px 12px;
  }

  .fb-like-btn {
    padding: 16px 0 24px 0;
  }
  .fb-like-btn .thumb {
    width: 100%;
    text-align: center;
    display: block;
  }
  .fb-like-btn .thumb img {
    width: 80%;
  }
  .fb-like-btn .fb-like-right {
    width: 100%;
    padding-top: 16px;
  }
  .fb-like-btn .fb-like-right p {
    font-size: 14px;
  }

  .post-tag {
    margin: 20px 12px -8px 12px;
  }

  .main-ad {
    margin: 24px 0 0 0;
  }
}
@media all and (max-width: 480px) {
  .post-footer-link li {
    background-position: 0 8px;
  }
  .post-footer-link a {
    font-size: 16px;
  }
  .social-btn {
    margin: 16px 16px 24px 16px;
  }
  .share-btn-footer .facebook a:before{
    content: none;
  }
  .share-btn-footer .twitter a:before{
    content: none;
  }

}
/**---------------------------

Contact

---------------------------**/
.contact {
  padding: 24px;
  background-color: #fff;
}
.contact .contact-text {
  padding-bottom: 12px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.contact dl {
  width: 100%;
  margin-top: 8px;
  font-size: 0;
  overflow: hidden;
}
.contact dt {
  width: 28%;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}
.contact dd {
  width: 72%;
  margin-top: 16px;
  font-size: 14px;
  display: inline-block;
}
.contact input[type="text"], .contact input[type="mail"] {
  width: 318px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contact textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
}
.contact .contact-btn {
  margin: 8px 0 0 28%;
}
.contact input[type="submit"] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #262728;
  -webkit-appearance: none;
}
.contact input[type="submit"]:hover {
  background-color: #00b3e0;
}

@media all and (max-width: 768px) {
  .contact {
    padding: 0 8px 24px 8px;
  }
  .contact .contact-text {
    font-size: 13px;
  }
  .contact dl {
    margin-top: 4px;
  }
  .contact dt {
    width: 100%;
    font-size: 13px;
    margin-top: 8px;
  }
  .contact dd {
    width: 100%;
    margin-top: 0;
  }
  .contact input[type="text"], .contact input[type="mail"] {
    width: 100%;
    box-sizing: border-box;
  }
  .contact textarea {
    height: 120px;
  }
  .contact .contact-btn {
    margin: 8px 0 0 0;
  }
  .contact input[type="submit"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 768px) {
  .contact {
    margin: 16px 8px 0 8px;
  }
}
/**---------------------------

Sub

---------------------------**/
.sub {
  width: 300px;
  min-width: 300px;
  float: right;
}
.sub div:first-child {
  margin-top: 0;
}

.sub-section {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 3px;
}

.sub-section-ttl {
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  color: #00b3e0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #e9eeef;
}

.sub-cat li {
  height: 40px;
  border-top: 1px solid #e9eeef;
}
.sub-cat a {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 14px;
  display: block;
}
.sub-cat a:hover {
  color: #00b3e0;
}

.sub-tag {
  padding: 16px 16px 8px 16px;
}
.sub-tag li {
  margin: 0 8px 8px 0;
  display: inline-block;
  white-space: nowrap;
}
.sub-tag a {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  color: #fff;
  background-color: #00b3e0;
  border-radius: 3px;
  display: block;
}
.sub-tag a:hover {
  background-color: #00beed;
}

.sub-archive {
  padding: 16px;
}
.sub-archive select {
  width: 100%;
  height: 32px;
  border: 1px solid #e9eeef;
}

.sub-post-list {
  padding: 16px;
}
.sub-post-list a:hover .thumb {
  opacity: 0.85;
}
.sub-post-list a:hover .post-ttl {
  color: #00b3e0;
}
.sub-post-list .post {
  height: 67px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.sub-post-list .post:first-child {
  margin-top: 0;
}
.sub-post-list .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.sub-post-list .thumb img {
  width: 100px;
  height: auto;
}
.sub-post-list .rank {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  background-color: #262728;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sub-post-list .rank1 {
  background-color: #e81d14;
}
.sub-post-list .rank2 {
  background-color: #f35a1e;
}
.sub-post-list .rank3 {
  background-color: #fca112;
}
.sub-post-list .post-ttl {
  height: 59px;
  padding: 4px 0;
  line-height: 1.6;
  margin-left: 112px;
  overflow: hidden;
}

.sub-ad {
  width: 100%;
  text-align: center;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .sub {
    width: 100%;
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .sub-archive select {
    width: 100%;
    height: 44px;
    border: 1px solid #e9eeef;
  }
}
@media all and (max-width: 480px) {
  .sub-tag {
    padding: 16px 12px;
  }

  .sub-archive {
    padding: 16px 12px;
  }

  .sub-post-list {
    padding: 16px 12px;
  }

  .twitter-section {
    display: none;
  }
}
/**---------------------------

Footer

---------------------------**/
#g-footer {
  width: 100%;
  height: 68px;
  padding-top: 20px;
  min-width: 1000px;
  margin: 56px auto 0 auto;
  background-color: #262728;
}

.f-nav {
  float: left;
}

.gotop {
  float: right;
}
.gotop a {
  width: 48px;
  height: 48px;
  background: #2f3031 url(../img/gotop.png) no-repeat center center;
  background-size: 16px 10px;
  border-radius: 3px;
  display: block;
}
.gotop a:hover {
  background-position: center 18px;
}

.f-nav {
  margin-top: 8px;
  float: left;
}
.f-nav li {
  line-height: 32px;
  display: inline;
  margin-left: 48px;
}
.f-nav li:first-child {
  margin: 0;
}
.f-nav a {
  color: #fff;
  font-size: 108%;
}
.f-nav a:hover {
  text-decoration: underline;
}
.f-nav .rss img {
  margin: 9px 0 0 8px;
  width: 12px;
  height: auto;
}

.copyright {
  height: 32px;
  line-height: 32px;
  margin: 8px 0 0 48px;
  color: #fff;
  font-size: 108%;
  float: left;
}

@media all and (max-width: 1000px) {
  #g-footer {
    min-width: initial;
    min-width: auto;
  }
}
@media all and (max-width: 768px) {
  #g-footer {
    height: auto;
    padding: 0;
  }
  #g-footer .wrapper {
    padding: 0;
  }

  .gotop {
    float: none;
  }
  .gotop a {
    width: 100%;
    height: 36px;
    border-radius: 0;
  }
  .gotop a:hover {
    background-position: center 12px;
  }

  .f-nav {
    width: 100%;
    margin: 1px 0 0 0;
    float: none;
  }
  .f-nav li {
    margin: 1px 0 0 0;
    display: block;
  }
  .f-nav li a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 13px;
    display: block;
    background-color: #2f3031;
  }
  .f-nav .rss img {
    margin-top: 14px;
  }

  .copyright {
    margin: 0;
    padding: 20px 0;
    float: none;
    font-size: 93%;
    text-align: center;
    display: block;
  }
}

.pc-ad:first-child + .sp-ad{
 display: none !important;
}

hr{
  margin: 24px 0;
  border-top: 1px solid #ddd;
}

