@charset "UTF-8";
/*

#293a4b 紺
#58c5b2 ミント

CATEGORY Fashion -event -model
#e3654e link, visited
#D35400 hover, active

CATEGORY Culture
#f4cd66 link, visited
#F39C12 hover, active

CATEGORY Internet -movie -apps
#498edb link, visitd
#2980B9 hover, actice

CATEGORY Entertainment -interview -live
#9558bf link, visited
#8E44AD hover, active

CATEGORY Series -visit
#7ec133 link, visited
#649928 hover, active

CATEGORY Technology -gadget -apps
#95A5A6 link, visited
#7F8C8D hover, active

*/


/*********** general ***********/
body {
  background: #e7e6eb;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* font-family: sans-serif; */
  margin: 0;
}
header.header {
  background: #293a4b;
}
.content-main {
  background: #f8f7f5;
  /* background: #5e5e62;   mts dlt */
}
.content-nav {
}
.content-nav2 {
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.col-main {
  float: left;
  width: 730px;
  margin-top: 35px;
}
.col-nav {
  float: right;
  width: 240px;
  margin-top: 35px;
}

footer {
  background: #293a4b;
}

/*********** common ***********/
a {
  -webkit-transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
  -webkit-transition-property: border, color, background-color;
  -webkit-transition-timing-function: linear, linear, linear;
  text-decoration: none;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-property: border, color, background-color;
  transition-timing-function: linear, linear, linear;

}

a:link,
a:visited {
  color: #101010;
}
a:hover,
a:active {
  color: #58c5b2;
  text-decoration: underline;
}
::selection {
  background: #58c5b2;
  color: #fff;
}
.radius {
  -ms-border-radius: 5px; /* IE用 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
  border-radius: 5px;
  background: #ffffff;
}
.cat a {
  -ms-border-radius: 3px; /* IE用 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;  /* Firefox用 */
  border-radius: 3px;
  text-decoration: none;
  padding: 0.2em 0.4em;
  color: #ffffff;
}
.cat a:link,
.cat a:visited {
  color: #ffffff !important;
}
.cat a:hover,
.cat a:active {
  text-decoration: none !important;
}
/* CATEGORY
 * fashon
 * -event
 * -model
 * -cafe
 * -travel
 * -cosme */
.cat-fashion a:link,
.cat-fashion a:visited {
  background: #e3654e;
}
.cat-fashion a:hover,
.cat-fashion a:active {
  background: #D35400;
}
.cat-event a:link,
.cat-event a:visited,
.cat-model a:link,
.cat-model a:visited,
.cat-cafe a:link,
.cat-cafe a:visited,
.cat-travel a:link,
.cat-travel a:visited,
.cat-cosme a:link,
.cat-cosme a:visited {
  background: #e3654e;
}
.cat-event a:hover,
.cat-event a:active,
.cat-model a:hover,
.cat-model a:active,
.cat-cafe a:hover,
.cat-cafe a:active,
.cat-travel a:hover,
.cat-travel a:active,
.cat-cosme a:hover,
.cat-cosme a:active {
  background: #D35400;
}

/* CATEGORY
 * culture
 * -anime
 * -illust
 * -otaku
 * -goods
 * -cosplay */
.cat-culture a:link,
.cat-culture a:visited {
  background: #f4cd66;
}
.cat-culture a:hover,
.cat-culture a:active {
  background: #F39C12;
}
.cat-anime a:link,
.cat-anime a:visited,
.cat-illust a:link,
.cat-illust a:visited,
.cat-otaku a:link,
.cat-otaku a:visited,
.cat-goods a:link,
.cat-goods a:visited,
.cat-cosplay a:link,
.cat-cosplay a:visited {
  background: #f4cd66;
}
.cat-anime a:hover,
.cat-anime a:active,
.cat-illust a:hover,
.cat-illust a:active,
.cat-otaku a:hover,
.cat-otaku a:active,
.cat-goods a:hover,
.cat-goods a:active,
.cat-cosplay a:hover,
.cat-cosplay a:active {
  background: #F39C12;
}
/* CATEGORY
 * internet
 * -movie
 * -sns */
.cat-internet a:link,
.cat-internet a:visited {
  background: #498edb;
}
.cat-internet a:hover,
.cat-internet a:active {
  background: #2980B9;
}
.cat-movie a:link,
.cat-movie a:visited,
.cat-sns a:link,
.cat-sns a:visited {
  background: #498edb;
}
.cat-movie a:hover,
.cat-movie a:active,
.cat-sns a:hover,
.cat-sns a:active {
  background: #2980B9;
}

/* CATEGORY
 * entertainment
 * -music
 * -interview
 * -live
 * -comic
 * -cinema
 * -game */
.cat-entertainment a:link,
.cat-entertainment a:visited {
  background: #9558bf;
}
.cat-entertainment a:hover,
.cat-entertainment a:active {
  background: #8E44AD;
}
.cat-interview a:link,
.cat-interview a:visited,
.cat-music a:link,
.cat-music a:visited,
.cat-live a:link,
.cat-live a:visited,
.cat-comic a:link,
.cat-comic a:visited,
.cat-cinema a:link,
.cat-cinema a:visited,
.cat-game a:link,
.cat-game a:visited {
  background: #9558bf;
}
.cat-interview a:hover,
.cat-interview a:active,
.cat-music a:hover,
.cat-music a:active,
.cat-live a:hover,
.cat-live a:active,
.cat-comic a:hover,
.cat-comic a:active,
.cat-cinema a:hover,
.cat-cinema a:active,
.cat-game a:hover,
.cat-game a:active {
  background: #8E44AD;
}

/* CATEGORY
 * series
 * -visit
 * -feature */
.cat-series a:link,
.cat-series a:visited {
  background: #7ec133;
}
.cat-series a:hover,
.cat-series a:active {
  background: #649928;
}
.cat-visit a:link,
.cat-visit a:visited,
.cat-feature a:link,
.cat-feature a:visited {
  background: #7ec133;
}
.cat-visit a:hover,
.cat-visit a:active,
.cat-feature a:hover,
.cat-feature a:active {
  background: #649928;
}

/* CATEGORY
 * technology
 * -gadget
 * -apps */
.cat-technology a:link,
.cat-technology a:visited {
  background: #95A5A6;
}
.cat-technology a:hover,
.cat-technology a:active {
  background: #7F8C8D;
}
.cat-gadget a:link,
.cat-gadget a:visited,
.cat-apps a:link,
.cat-apps a:visited {
  background: #95A5A6;
}
.cat-gadget a:hover,
.cat-gadget a:active,
.cat-apps a:hover,
.cat-apps a:active {
  background: #7F8C8D;
}

.tag a {
  -ms-border-radius: 3px; /* IE用 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;  /* Firefox用 */
  text-decoration: none;
  padding: 3px 5px;
  display: inline-block;
}
.tag a:link,
.tag a:visited {
  background: #ffffff;
  color: #101010;
}
.tag a:hover,
.tag a:active {
  background: #58c5b2;
  color: #ffffff !important;
  /* :active background: #16A085; */
}
/* 投稿用 */
div.content-main div.box-post.single .red {
  color: #ff0000;
}
div.content-main div.box-post.single .blue {
  color: #0000ff;
}
div.content-main div.box-post.single a {
  color: #58c5b2;
}
.num1:before {
  content: "1. ";
}
.num2:before {
  content: "2. ";
}
.num3:before {
  content: "3. ";
}
.num4:before {
  content: "4. ";
}
.num5:before {
  content: "5. ";
}
.num6:before {
  content: "6. ";
}
.num7:before {
  content: "7. ";
}
.num8:before {
  content: "8. ";
}
.num9:before {
  content: "9. ";
}
.num10:before {
  content: "10. ";
}

/* header */
header.header div.inner {
  padding: 45px 0;
}
header.header h1 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  padding-top: 6px;
  float: left;
}
header.header img {
  border: none;
  width: 280px;
}
header.header a {
  line-height: 27px;
  margin: 0;
  padding: 0;
}
header.header h1 a:link,
header.header h1 a:visited {
  color: #ffffff;
}
header.header h1 a:hover,
header.header h1 a:active {
  color: #58c5b2;
  text-decoration: none;
}
header.header ul.nav {
  float: right;
  margin: 12px 0;
}
header.header ul.nav-sns {
}
header.header ul.nav-header {
  width: 500px;
  margin: 0 10px 0 0;
}
header.header ul.nav li {
  display: block;
  float: left;
  margin-left: 12px;
}
header.header ul.nav li a {
}
header.header ul.nav li a:link,
header.header ul.nav li a:visited {
  color: #ffffff;
}
header.header ul.nav li a:hover,
header.header ul.nav li a:active {
  color: #58c5b2;
  text-decoration: none;
}
header.header ul.nav.nav-sns li {
}
header.header ul.nav.nav-sns li a i {
  width: 13px;
  text-align: center;
}
header.header ul.nav.nav-sns li a {
  -ms-border-radius: 16px; /* IE用 */
  -webkit-border-radius: 16px; /* Safari,Google Chrome用 */
  -moz-border-radius: 16px;  /* Firefox用 */
  border-radius: 16px;
  padding: 5px 8px;
  font-size: 15px;
}
header.header ul.nav.nav-sns li a:link,
header.header ul.nav.nav-sns li a:visited {
  background: #ffffff;
  color: #293a4b;
}
header.header ul.nav.nav-sns li a:hover,
header.header ul.nav.nav-sns li a:active {
  background: #58c5b2;
  color: #ffffff;
}

/* content-main */
div.content-main  div.box-post p {
  font-size: 14px;
}
div.content-main div.box-post.post-excerpt p {
  font-size: 14px;
  margin: 0;
}
div.content-main div.box-post.post-excerpt p.meta {
  font-size: 13px;
  margin: 2px 0 02px 0;
}

p.meta {
  font-size: 12px;
  margin-top: 12px;
}
.meta-tag {
  margin-right: 8px;
}
.meta-view {
  color: #101010;
}
.meta-date {
  color: #868686;
}
/* meta tag */
div.meta-tag {
  background: #f5f5f7;
  padding: 10px 14px;
  margin: 20px 0 0 0;
}
div.meta-tag p {
}
div.meta-tag p i {
  margin-right: 3px;
  font-size: 120%;
}
div.meta-tag span {
  margin: 0 5px 5px 0;
  display: block;
  float: left;
}

/* exter-link */
div.content-main div.exter-link {
  background: #f5f5f7;
  padding: 10px 14px;
  margin: 20px 0 0 0;
}
div.content-main div.exter-link p {
}
div.content-main div.exter-link p i {
  margin-right: 3px;
  font-size: 18px;
}
div.content-main div.exter-link ul {
  list-style: none;
  margin: 0 0 10px 15px;
}
div.content-main div.exter-link ul li {
  margin-top: 8px;
}
div.content-main div.exter-link ul li i {
  margin-right: 4px;
}
div.content-main div.exter-link.amazon div.amazlet-image {
  margin-right: 20px;
}
div.content-main div.exter-link.amazon div.amazlet-image a.img {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  padding: 16px!important;
  margin: 0!important;
  border: 0!important;
  background: #ffffff;
}
div.content-main div.exter-link.amazon i.fa-arrow-circle-right  {
  display: none;
}
div.content-main div.exter-link.amazon div.azlink-info {
  float: right;
  width: 410px;
}
div.content-main div.exter-link.amazon div.amazlet-name {
  font-weight: bold;
  font-size: 16px;
}
div.content-main div.exter-link.amazon div.amazlet-powered-date {
  font-weight: normal;
}
img.post-img-thumb {
  float: left;
  margin: 0 18px 0 0;
}
div.content-main h4 {
  text-transform: uppercase;
  font-size: 180%;
  margin: 0 0 8px 0;
  letter-spacing: 0.1em;
  color: #293a4b;
}
div.content-main h4.new {
  margin-top: 25px;
}
div.content-main.single h4 {
  margin: 25px 0 8px 0;
}
div.content-main h4:first-child {
  margin: 0 0 8px 0;
}
div.content-main div.box div.box-post {
  padding: 24px;
  border-bottom: 1px solid #f8f7f5;
}
div.content-main div.box-post h4:before {
  content: "・";
}
div.content-main div.box div.box-post:last-child {
  border-bottom: none;
}
div.content-main h1 {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  margin: 16px 0 21px 0;
  color: #1a3a59;
  word-wrap: break-word;
}
div.content-main div.box-post.post-excerpt h1 {
  font-size: 20px;
  margin-bottom: 14px;
}
div.content-main h1 a {
}
div.content-main h1 a:link,
div.content-main h1 a:visited {
  color: #1a3a59;
}
div.content-main h1 a:hover,
div.content-main h1 a:active {
  color: #00c5b1;
}
div.content-main h2 {
  color: #1a3a59;
  font-size: 20px;
  border-bottom: 3px solid #e7e7e9;
  padding-bottom: 8px;
}
div.content-main h3 {
  color: #1a3a59;
  font-size: 18px;
}
div.content-main div.box-post h4 {
  color: #1a3a59;
  font-size: 15px;
  letter-spacing: normal;
  text-transform: none;
}
/*
div.content-main div.box-post > p,
div.content-main div.box-post > ul,
div.content-main div.box-post > ol,
div.content-main div.box-post th,
div.content-main div.box-post td,
div.content-main div.box-post > blockquote {
  font-size: 100%;
  line-height: 1.55em;
}
*/
div.content-main p {
  color: #323232;
  margin: 0 0 12px 0;
}
div.content-main p a:link,
div.content-main p a:visited,
div.content-main li a:link,
div.content-main li a:visited {
  color: #58c5b2;
}
div.content-main p a:hover,
div.content-main p a:active,
div.content-main li a:hover,
div.content-main li a:active {
  color: #293a4b;
  text-decoration: underline;
}
div.content-main ol,
div.content-main ul {
  margin: 0 0 8px 32px;
  padding: 0;
  font-size: 14px;
}
div.content-main ul {
  list-style: square;
}
div.content-main ul ul {  /* 入れ子 */
  list-style: circle;
}
div.content-main div.box-post a img {
  transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
}
div.content-main div.box-post a:hover img {
  opacity: 0.7;
}
/* Q & A 形式 */
div.content-main div.box-post p.qa {
  margin-bottom: 24px;
}
div.content-main div.box-post p.qa strong {
  font-weight: bold;
}
div.content-main div.box-post p.qa-q {
  font-weight: bold;
  margin-top: 24px;
}
div.content-main div.box-post p.qa-q:before {
  content: "―― ";
}
div.content-main div.box-post p.qa-a strong:after {
}
div.content-main div.box-post p.qa-a {
  margin-bottom: 12px;
  padding-left: 3em;
  position: relative;
}
div.content-main div.box-post p.qa-a:before {
  position: absolute;
  left: 0;
  top: -23px;
  float: left;
  color: #CCC;
  content: "\201C";
  font-size: 70px;
  font-family: sans-serif;
}
div.content-main div.box-post p.qa-a:last-child {
  margin-bottom: 24px;
}
div.content-main div.box-post p.converse-a {

}
div.content-main div.box-post p.converse-b {
}
div.content-main div.box-post p.converse-c {
}

/* main - popular */
div.content-main div.main-popular div.box-post {
  position: relative;
}
div.content-main div.main-popular div.box-post span.rank {
  position: absolute;
  top: 12px;
  left: 13px;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  transform: rotate(-45deg);
  clip: rect(auto 60px 30px auto);
}
div.content-main div.main-popular div.box-post span.rank:after {
  content: "";
  position: absolute;
  background: #58c5b2;
  opacity: 0.9;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px #ccc;
}
div.content-main div.main-popular div.box-post span.rank span {
  z-index: 2;
  position: relative;
  top: 8px;
  left: 0px;
  color: #ffffff;
  font-weight: bold;
}
div.content-main div.main-popular div.box-post span.rank.cat-internet:after {
  background-color: #498edb;
}
div.content-main div.main-popular div.box-post span.rank.cat-entertainment:after {
  background: #9558bf;
}
div.content-main div.main-popular div.box-post span.rank.cat-culture:after {
  background: #f4cd66;
}
div.content-main div.main-popular div.box-post span.rank.cat-fashion:after {
  background: #e3654e;
}
div.content-main div.main-popular div.box-post span.rank.cat-technology:after {
  background: #95A5A6;
}
div.content-main div.main-popular div.box-post span.rank.cat-series:after {
  background: #7ec133;
}

/* dropdown-menu */
div.btn-group {
  box-sizing: border-box;
  color: rgb(52, 73, 94);
  display: inline-block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 41px;
  line-height: 30.9999618530273px;
  position: relative;
  vertical-align: middle;
  width: 103px;
}
div.btn-group.open {
  display: block;
  float: none;
}
button.dropdown-toggle {
  -webkit-appearance: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
  -webkit-transition-property: border, color, background-color;
  -webkit-transition-timing-function: linear, linear, linear;
  -webkit-user-select: none;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-color: rgb(26, 188, 156);
  background-image: none;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  float: left;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 41px;
  letter-spacing: normal;
  line-height: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-property: border, color, background-color;
  transition-timing-function: linear, linear, linear;
  vertical-align: middle;
  white-space: nowrap;
  width: 103px;
  word-spacing: 0px;
  writing-mode: lr-tb;
}
ul.dropdown-menu {
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: none;
  background-clip: padding-box;
  background-color: rgba(243, 244, 245, 0.9);
  border-image-outset: 0px;
  border-color: rgb(52, 73, 94);
  border-radius: 4px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(52, 73, 94);
  display: none;
  float: left;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  right: 0px;
  line-height: 24.1110782623291px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 9px 0 0 0 !important;
  min-width: 220px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: auto;
  z-index: 1000;
}
ul.dropdown-menu li {
  box-sizing: border-box;
  color: rgb(52, 73, 94);
  display: list-item;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 24.1110782623291px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
  width: auto;
}
ul.dropdown-menu li a {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  clear: both;
  color: rgb(96, 109, 122);
  cursor: auto;
  display: block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  line-height: 20.0059986114502px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-align: left;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: all;
  transition-timing-function: ease;
  white-space: nowrap;
  width: 220px;
}
ul.dropdown-menu li a:hover {
  background-color: rgba(202, 206, 209, 0.9);
  outline-color: rgb(41, 58, 75);
  text-decoration: none;
  color: #293a4b;
}
div.btn-group.open > ul.dropdown-menu {
  display: block;
  float: none;
  top: 42px;
  right: 0;
}
div.btn-group.open > .dropdown-toggle {
  background: #16a085;
  border-color: #16a085;
}

/* box-popular */
div.box-popular {
  display: none;
}
div.box-popular.active {
  display: block;
}
div.content-main div.main-popular {
  position: relative;
  margin-bottom: 32px;
}
div.content-main div.main-popular div.btn-group {
  position: absolute;
  top: -52px;
  right: 0;
  z-index: 1;
}



/* blockquote */
div.content-main div.box-post.single p.source {
  font-size: 10px;
}
div.content-main div.box-post.single p.source a:link,
div.content-main div.box-post.single p.source a:visited {
  color: #323232;
}
div.content-main div.box-post.single p.exterlink {
  font-size: 14px;
}
div.content-main div.box-post.single a.img {
  border-left: 8px solid #efefef;
  border-right: 8px solid #efefef;
  margin: 0 auto 10px auto;
  padding: 8px 20px;
  background: #FDFDFD;
  display: block;
  text-decoration: none;
}
div.content-main div.box-post.single a.img img {
  max-width: 600px;
  max-height: 600px;
  height: auto;
  margin: auto;
  display: block;
}
div.content-main div.box-post.single blockquote a.img {
  border: none;
}
div.content-main div.box-post.single blockquote p {
  color: #666666;
  text-decoration: none;
}
div.content-main div.box-post.single blockquote {
  background: #FDFDFD;
  padding: 65px 13px 13px 13px;
  position: relative;
  margin: 0 0 10px 0;
  z-index: 1;
  border-left: 8px solid #efefef;
  border-right: 8px solid #efefef;
}
div.content-main div.box-post.single blockquote:before {
  content: "\275D";
  font-size: 78px;
  line-height: 78px;
  color: #efefef;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  font-family: sans-serif;
}

/*
div.content-main div.box-post.single blockquote:after {
  content: "\275E";
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  font-family: sans-serif;
}
*/
div.content-main div.box-post.single blockquote p a img {
  border: none;
  max-width: 560px;
  background: 0;
}
div.content-main div.box-post.single cite {
  font-style: normal;
  padding: 0;
}
div.content-main div.box-post.single cite a:link,
div.content-main div.box-post.single cite a:visited {
  color: #58c5b2;
}
div.content-main div.box-post.single cite a:hover,
div.content-main div.box-post.single cite a:active {
  color: #293a4b;
}
div.content-main div.box-post.single blockquote footer {
  border-top: 1px solid #f6f6f6;
  text-align: right;
}






div.content-main table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
}
div.content-main table th,
div.content-main table td {
  border:1px solid #e8e8e8;
  text-align: left;
  vertical-align: top;
  padding: 13px;
}
div.content-main div.box-post.single img {
  max-width: 100%;
  height: auto;
}
div.content-main div.box-post.single {
  max-width: 100%;
}
div.content-main div.box-post.single div.post-movie {
  border-left: 8px solid #e4e4e4;
  border-right: 8px solid #e4e4e4;
  background: #efefef;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

div.content-main div.box-post.single div.post-movie iframe,
div.content-main div.box-post.single div.post-movie embed,
div.content-main div.box-post.single div.post-movie object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* imdb */
div.content-main div.box-post.single div.post-movie.imdb {
  padding-top: 0;
  padding-bottom: 55%; /* 16:9だと変な余白がでるので調整 */
}
div.content-main div.box-post.single div.twitter-widget {
  width: 502px;
  margin: 0 auto 20px auto;
  display: block;
}
div.content-main div.box-post.single div.facebook-embed {
  margin: 0 auto 20px auto;
  width: 466px;
}
div.content-main div.box-post.single div.googlemaps {
  position: relative;
  padding-bottom: 50%; // これが縦横比
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
div.content-main div.box-post.single div.googlemaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



div.content-main div.box-post address {
  font-style: normal;
}
div.content-main div.box-post.single div.iTunesStore {
  padding: 12px 8px 8px 8px;
  margin: 0 0 8px 8px;
  float: right;
  width: 200px;
  box-sizing: border-box;
  background: #E7E6EB;
  border-radius: 4px;
}
div.content-main div.box-post.single div.iTunesStore a {
  font-size: 11px;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  font-weight: bold;
}




/* pager */
div.content-main div.pager {
  margin: 28px 20px;
}
div.content-main div.pager p.page-num {
  float: left;
}
div.content-main div.pager p.page-num span {
  font-weight: bold;
  font-size: 14px;
}
div.content-main div.pager p.page-link {
  text-align: center;
}
div.content-main div.pager p.page-link a,
div.content-main div.pager p.page-link span {
  padding: 10px 14px;
  margin: 0 6px 0 0;
}
div.content-main div.pager p.page-link span.current {
  -ms-border-radius: 4px; /* IE用 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;  /* Firefox用 */
  border-radius: 4px;
  background: #293a4b;
  color: #ffffff;
}
div.content-main div.pager p.page-link a {
}
div.content-main div.pager p.page-link a:link,
div.content-main div.pager p.page-link a:visited {

}
div.content-main div.pager p.page-link a:hover,
div.content-main div.pager p.page-link a:active {
  color: #00c5b1;
}
div.content-main div.pager.prev-next {
  margin: 0;
}
div.content-main div.pager.prev-next a {
  -ms-border-radius: 5px; /* IE用 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
  border-radius: 5px;
  background: #ffffff;
  padding: 16px 14px;
  margin: 10px 0;
  display: block;
}
div.content-main div.pager.prev-next a:hover {
  background: #58c5b2;
  text-decoration: none;
  color: #ffffff;
}
div.content-main div.pager.prev-next {
}
div.content-main div.pager.prev-next p.prev {
  text-align: right;
}
div.content-main div.pager.prev-next p.next {
  text-align: left;
}

/* post-sns */
div.content-main div.post-sns-bar {
  margin: 20px 0;
  border-bottom: 1px solid #c6c6c6;
}
div.content-main div.post-sns {
  float: left;
  margin-right: 10px;
}
div.content-main div.post-sns a {
  text-decoration: none;
}

div.content-main div.post-sns iframe .count-o,
div.content-main div.post-sns iframe .pluginCountBox,
div.content-main div.post-sns iframe .iQa,
div.content-main div.post-sns iframe .b-count {
  background: #999999 !important;
}
div.content-main div.post-sns #count,
div.content-main div.post-sns #u_0_2,
div.content-main div.post-sns #aggregateCount,
div.content-main div.post-sns .b-count {
  font-size: 50px !important;
}
div.content-main div.post-sns.twitter {
  margin-top: 40px;
}
/*
div.content-main div.post-sns.share-facebook {
  transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  margin-top: 5px;
}
*/

/* share */
div.content-main div.share-sns {
  margin: 20px auto;
}
div.content-main div.share-sns a.share {
  width: 49.5%;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  padding: 12px 135px 8px 135px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.25s;
}
div.content-main div.share-sns a.share:hover {
  opacity: 0.8;
}
div.content-main div.share-sns a.share i {
  font-size: 36px;
}
div.content-main div.share-sns a.share.share-twitter {
  background: #00ACEE;
  float: right;
}
div.content-main div.share-sns a.share.share-facebook {
  background: #3B5998;
  float: left;
}

/* post-author */
div.content-main div.post-author-bar {
  padding: 20px 20px 0 20px;
  margin: 0 -17px 0 -17px;  /* 3pxの差は？ */
}
div.content-main div.post-author-bar p.author {
  float: left;
  margin: 30px 1em 0 0;
}
div.content-main div.post-author-bar div.author_thumb {
  float: left;
}
div.content-main div.post-author-bar div.author_thumb img {
  width: 80px;
  height: auto;
  border-radius: 10%;
  border: none;
}
div.content-main div.post-author-bar div.author_name {
  float: left;
}
div.content-main div.post-author-bar div.author_name p.author_name {
  margin: 16px 0 0 12px;
}
div.content-main div.post-author-bar div.author_name p.author_name a:link,
div.content-main div.post-author-bar div.author_name p.author_name a:visited {
  color: #58c5b2;
}
div.content-main div.post-author-bar div.author_name p.author_name a:hover,
div.content-main div.post-author-bar div.author_name p.author_name a:active {
  color: #293a4b;
  text-decoration: underline;
}
div.content-main div.post-author-bar div.author_name p.author_website a {
  background: #58C5B2;
  color: #ffffff;
  float: left;
  border-radius: 50%;
  margin: 5px 0 0 12px;

}
div.content-main div.post-author-bar div.author_name p.author_website a i {
  font-size: 21px;
  width: 1em;
  height: 1em;
  display: inline-block;
  line-height: 1em;
  padding: 4px 2px 3px 4px;
}
/* comment */
.comment-form-url,
.form-allowed-tags {
  display: none;
}
div.content-main h4.ttl-comment {
  display: none; /* mst dlt */
}
div.post-comments {
  display: none; /* mst dlt */
  padding: 10px 20px;
}
div.post-comments h5 {
  font-size: 15px;
  color: #293a4b;
  margin: 16px 0;
}
div.post-comments div.posted {
  border-bottom: 1px solid #cccccc;
}
div.post-comments div.posted:first-child {
  border-bottom: none;
}
div.post-comments div.twitter,
div.post-comments div.facebook {
  display: none;
}
div.post-comments div.facebook div.fb-comments iframe form.composer {
  background: none;
}
div.post-comments div.comments-all ul {
  list-style: none;
  margin: 0;
  font-size: 14px;
}
div.post-comments div.comments-all ul li span.number {
  margin-right: 0.5em;
}
div.post-comments div.comments-all ul li span.name {
  margin-right: 0.5em;
}
div.post-comments div.comments-all ul li span.date-time {
  color: #999999;
  font-size: 12px;
}

div.post-comments div.comment-to input,
div.post-comments div.comment-to textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-rtl-ordering: logical;
  -webkit-transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
  -webkit-transition-property: border, color, background-color;
  -webkit-transition-timing-function: linear, linear, linear;
  -webkit-user-select: text;
  -webkit-writing-mode: horizontal-tb;
  background-color: rgb(255, 255, 255);
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border: 1px solid #efefef;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(52, 73, 94);
  cursor: auto;
  display: block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 22.0049991607666px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  text-align: start;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-property: border, color, background-color;
  transition-timing-function: linear, linear, linear;
  word-spacing: 0px;
  writing-mode: lr-tb;
}
div.post-comments div.comment-to input:focus,
div.post-comments div.comment-to textarea:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}
div.post-comments div.comment-to textarea {
  width: 100%;
  height: 168px;
}
div.post-comments div.comment-to p.form-submit input {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
  -webkit-transition-property: border, color, background-color;
  -webkit-transition-timing-function: linear, linear, linear;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(26, 188, 156);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 45px;
  line-height: 25.0070018768311px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-property: border, color, background-color;
  transition-timing-function: linear, linear, linear;
  vertical-align: middle;
  white-space: normal;
  width: 240px;
}
div.post-comments div.comment-to p.form-submit input:focus {
  color: #fff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

div.post-comments div.comments-all div.comment-author,
div.post-comments div.comments-all div.comment-meta {
  display: inline;
}
div.post-comments div.comments-all div.comment-author span.says,
div.post-comments div.comments-all div.comment-author img.avatar {
  display: none;
}
div.post-comments div.comments-all div.comment-author cite {
  font-style: normal;
}
div.post-comments div.comments-all div.comment-meta a {
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
}
div.post-comments div.comments-all div.comment-meta a:hover {
  color: #58c5b2;
  text-decoration: none;
}
div.post-comments div.comments-all div.reply {
  display: none;
}

.comment-notes {
  display: none;
}
/* wp-includes/comment-template.php に格納される要素、非表示に */
#respond .form-allowed-tags {
  display: none;
}
/* aside.popular-posts // */
div.content-main aside.popular-posts {
  clear: both;
  padding-top: 16px;
}
div.content-main aside.popular-posts div.popular-post {
  border-top: 1px solid #efefef;
  padding: 16px 0;
}
div.content-main aside.popular-posts div.popular-post a.img {
  width: auto;
  border: none;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 16px 0 0;
}
div.content-main aside.popular-posts div.popular-post a.img img.picked {
  width: 120px;
  border: 1px solid #cccccc;
}
div.content-main aside.popular-posts div.popular-post h1 {
  font-size: 20px;
  margin: 0 0 16px 0;
}
div.content-main aside.popular-posts div.popular-post h1 a:hover,
div.content-main aside.popular-posts div.popular-post h1 a:active {
  color: #293a4b;
  text-decoration: none;
}
div.content-main aside.popular-posts div.popular-post p {
  margin-bottom: 0;
  font-size: 13px;
}



/* col-nav */
div.col-nav div.box {
  margin-bottom: 25px;
  padding:0 17px 10px 17px ;
  background: #fcfcfc;
}

div.col-nav div.box h4 {
  -ms-border-top-left-radius: 5px; /* IE用 */
  -ms-border-top-right-radius: 5px; /* IE用 */
  -webkit-border-top-left-radius: 5px; /* Safari,Google Chrome用 */
  -webkit-border-top-right-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius-topleft: 5px;  /* Firefox用 */
  -moz-border-radius-topright: 5px;  /* Firefox用 */
  border-radius: 5px 5px 0 0;
  background: #293a4b;
  color: #ffffff;
  padding: 0.65em 0.8em;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin: 0 -17px 8px -17px;
}

div.col-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.col-nav ul li {
  border-top: 1px solid #cccccc;
  padding: 9px 17px 9px 17px;
  margin: 0 -17px 0 -17px;
  font-size: 14px;
}
div.col-nav ul li:first-child {
  border-top: none;
}
div.col-nav ul li.cat-sub {
  padding-left: 32px;
}
div.col-nav div.box.nav-tag {
  clear: both;
}
div.col-nav div.box.nav-tag span.tag {
  font-size: 110%;
  margin: 0 4px 4px 0;
}
div.col-nav div.nav-category ul {
  list-style: none;
}
div.col-nav div.nav-category ul li ul.children {
}
div.col-nav div.nav-category ul li ul.children li {
  border-top: 1px solid #cccccc;
  margin-top: 9px;
  margin-bottom: -9px;
}
div.col-nav div.nav-category ul li ul.children li:before {
  content: "　";
}

div.likebox-container .fbcomments,
div.likebox-container .fb_iframe_widget,
div.likebox-container .fb_iframe_widget[style],
div.likebox-container .fb_iframe_widget iframe[style],
div.likebox-container .fbcomments iframe[style],
div.likebox-container .fb_iframe_widget span{
  width: 100% !important;
}
div.likebox-container div.fb-like-box {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 5px;
}



/* search form */
form.form-inline {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
}
form.form-inline div.input-group {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
  position: relative;
  width: 90%;
}
form.form-inline input.form-control {
  -webkit-appearance: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -webkit-rtl-ordering: logical;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.15s, 0.15s;
  -webkit-transition-property: border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -webkit-user-select: text;
  -webkit-writing-mode: horizontal-tb;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-bottom-color: rgb(60, 118, 61);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(60, 118, 61);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(60, 118, 61);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(60, 118, 61);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  cursor: auto;
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 34px;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 42.5px;
  padding-right: 12px;
  padding-top: 6px;
  text-align: start;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s, 0s;
  transition-duration: 0.15s, 0.15s;
  transition-property: border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out;
  word-spacing: 0px;
  writing-mode: lr-tb;
  width: 100%;
}

form.form-inline input.form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  outline: 0;
  outline-offset: -2px;

}
form.form-inline div#inner-editor {
  display: block;
  height: 20px;
}
form.form-inline button {
  -webkit-appearance: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
  -webkit-transition-property: border, color, background-color;
  -webkit-transition-timing-function: linear, linear, linear;
  -webkit-user-select: none;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-collapse: separate;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-top-style: solid;
  border-top-width: 2px;
  box-sizing: border-box;
  color: rgb(82, 106, 130);
  cursor: pointer;
  display: inline-block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 18.2000007629395px;
  margin-bottom: 0px;
  margin-left: -3px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-property: border, color, background-color;
  transition-timing-function: linear, linear, linear;
  white-space: nowrap;
  word-spacing: 0px;
  writing-mode: lr-tb;
}


/* content-nav2 */
div.content-nav2 {
  padding: 25px 0;
}
div.content-nav2 div.nav {
  margin: 0 0 12px 20px;
  font-size: 14px;
}
div.content-nav2 div.nav:last-child {
  margin-bottom: 0;
  clear: both;
}
div.content-nav2 div.nav label {
  font-weight: bold;
}
div.content-nav2 div.nav span {
  margin: 0 14px 0 14px;
}
div.content-nav2 div.nav span:first-child {
  margin: 0 14px 0 0;
}
div.content-nav2 div.nav span i {
  margin-left: 0.4em;
}
div.content-nav2 label.anchor {
  float: right;
  margin: 6px 0;
  font-size: 20px;
}
div.content-nav2 div.wpcf7 {
}
div.content-nav2 div.wpcf7 span input {
  width: 100% !important;
}
div.content-nav2 a:link,
div.content-nav2 a:visited {
}
div.content-nav2 a:hover,
div.content-nav2 a:active {
  text-decoration: none;
}

/* footer */
footer div.inner {
  color: #ffffff;
  margin: 0 auto;
}
footer div.inner p {
  text-align: center;
  padding: 13px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
}

div.content-nav2 div.nav ul {
  list-style: none;
  margin: 0;
}
div.content-nav2 div.nav label {
  float: left;
  margin-right: 8px;
}
div.content-nav2 div.nav ul li {
  float: left;
  margin: 0 0 0 4px;
}
div.content-nav2 div.nav ul li:after {
  content: "|";
}
div.content-nav2 div.nav ul li:first-child {
  content: none;
  margin: 0 0 0 0;
}

/* ad */
div.ad.sidebar {
  margin: 0 auto;
  text-align: center;
  width: 240px;
}
div.ad.undertitle {
  margin-left: -23px;
}
div.ad.underpost {
  margin-top: 20px;
}
div.ad.underpost.left {
  float: left;
  margin-top: 20px;
}
div.ad.underpost.right {
  float: right;
  margin-top: 20px;
}



/* forSP */
.forSP {
  display: none;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


/* zenback */
div#zenback-widget-loader {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
div#zenback-widget-loader div.zenback-module-label {
  color: #1a3a59;
  font-size: 20px;
  border-bottom: 3px solid #e7e7e9;
  padding-bottom: 8px;
}

video {
  width: 100%;
  border-left: 8px solid #efefef;
  border-right: 8px solid #efefef;
  margin: 0 auto 10px auto;
  padding: 8px 20px;
  background: #FDFDFD;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

/* comment */
ul.comment {
  margin-left: 0 !important;
}
ul.comment li {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #efefef;
  list-style: none;
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-left: 0 !important;
  position: relative;
}
ul.comment li:before {
  position: absolute;
  left: 0;
  top: -23px;
  float: left;
  color: #CCC;
  content: "\201C";
  font-size: 70px;
  font-family: sans-serif;
}

