@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
@keyframes fadeOut {
  0% {
    height: 200px;
  }
  100% {
    height: 0px;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    height: 200px;
  }
  100% {
    height: 0px;
  }
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: blog.scss
Note: ブログ用 SCSS ファイル

Created By		Kosuke Inoue

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.	elements
4.	parts
5.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイル
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #c0bfbf;
}

body {
  background: url(../img/body_bg.gif) left top 166px repeat-x #000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: none;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  font-size: 10px;
}

/*----------------------------------------------------------------------
3.	elements
----------------------------------------------------------------------*/
.content-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  background-color: #2e2c2a;
}
.content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.content-inner > * {
  position: relative;
  z-index: 1;
}
.content-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 0;
  width: 1000px;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #2e2c2a;
}

.main {
  position: relative;
  float: left;
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 40px;
  width: 664px;
}

.sub {
  margin-top: 160px;
  margin-right: 40px;
  margin-bottom: 50px;
  float: right;
  width: 221px;
}

#header {
  background: url(../img/dot_bg.gif) left top repeat;
}

.header-text {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 5px 0 0;
  width: 1000px;
  text-align: center;
}
.header-text:after {
  content: "";
  display: table;
  clear: both;
}
.header-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  width: 1000px;
}
.header-inner:after {
  content: "";
  display: table;
  clear: both;
}
.header .logo {
  float: left;
  margin: 25px 0;
  width: 270px;
}
.header-contact {
  float: right;
}
.header-contact-item {
  overflow: hidden;
  width: 254px;
  margin-top: 3px;
}
.header-contact-item:first-child {
  margin-top: 0;
}
.header-contact-item > a {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 20px;
  width: 100%;
  background-color: #e7f45f;
  text-align: center;
  font-size: 14px;
  color: #2e2c2a;
}
.header-contact-item > a:hover {
  color: #e7f45f;
}
.header-contact-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.header-contact-item:first-child {
  margin-top: 0;
}
.header-contact-item.mail > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: sub;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.header-contact-item.counseling > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: sub;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.header-contact-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}
.header-contact-item a {
  padding: 10px 30px 10px 20px;
  font-weight: bold;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-contact-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.topicpath {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 15px;
  width: 970px;
  word-break: break-all;
}
.topicpath-item {
  display: inline-block;
  position: relative;
  font-size: 10px;
  color: #e7f45f;
}
.topicpath-item:after {
  content: '＞';
  display: inline-block;
  margin-right: .3em;
  margin-left: .5em;
  color: rgba(255, 255, 255, 0.5);
}
.topicpath-item a {
  display: inline-block;
  text-decoration: underline;
  font-size: 10px;
  color: #c0bfbf;
}
.topicpath-item a:hover {
  text-decoration: none;
}
.topicpath-item:last-child a {
  text-decoration: none;
}
.topicpath-item:last-child a span {
  color: #e7f45f;
}
.topicpath-item:last-child:after {
  display: none;
}

.footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/dot_bg.gif) left top repeat #393735;
}
.footer-inner {
  position: relative;
  background: url(../img/footer_bg.png) right bottom no-repeat;
  height: 330px;
}
.footer-inner::after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 216px;
  height: 20px;
  background: url(../img/footer_logo.png) left top no-repeat;
}
.footer-link {
  position: absolute;
  top: 40px;
  left: 40px;
}
.footer-link-list {
  *zoom: 1;
}
.footer-link-list:after {
  content: "";
  display: table;
  clear: both;
}
.footer-link-item {
  float: left;
}
.footer-link-item-title {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left 10px bottom;
}
.footer-link-item-title a {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.footer-link-item-title a:hover {
  color: #e7f45f;
}
.footer-link-item-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
  width: 7px;
  height: 2px;
  background-color: #e7f45f;
}
.footer-link-item-detail {
  padding-left: 7px;
}
.footer-link-item-detail-list {
  margin-top: 12px;
}
.footer-link-item-detail-item {
  margin-top: 7px;
  text-indent: -.4em;
}
.footer-link-item-detail-item a {
  font-size: 12px;
  color: #c0bfbf;
}
.footer-link-item-detail-item a:hover {
  text-decoration: underline;
}
.footer-link-item-detail-item a::before {
  content: '・';
}
.footer-link-item-detail-item:first-child {
  margin-top: 0;
}
.footer-link-item.contents {
  width: 124px;
}
.footer-link-item.contents .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_contents.png);
}
.footer-link-item.blog {
  width: 114px;
}
.footer-link-item.blog .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_blog.png);
}
.footer-link-item.case {
  width: 96px;
}
.footer-link-item.case .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_case.png);
}
.footer-link-item.voice {
  width: 96px;
  margin-top: 60px;
  margin-left: -96px;
}
.footer-link-item.voice .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_voice.png);
}
.footer-link-item.doctor {
  width: 114px;
}
.footer-link-item.doctor .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_doctor.png);
}
.footer-link-item.clinic {
  width: 124px;
}
.footer-link-item.clinic .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_clinic.png);
}
.footer-link-item.price {
  width: 124px;
  margin-top: 140px;
  margin-left: -124px;
}
.footer-link-item.price .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_price.png);
}
.footer-link-item.qa {
  width: 90px;
}
.footer-link-item.qa .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_qa.png);
}
.footer-link-item.monitor {
  width: 90px;
  margin-top: 60px;
  margin-left: -90px;
  background-image: url(../img/footer_link_title_bg_monitor.png);
}
.footer-text {
  padding: 15px 0;
  background-color: #000;
  line-height: 1.2;
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}
.footer-copyright {
  padding-bottom: 15px;
  background-color: #000;
  text-align: center;
  font-size: 10px;
  color: #e1dedc;
}

.g-navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.navi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #090909;
}
.navi-list {
  *zoom: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/navi_bg.gif) center center no-repeat;
}
.navi-list:after {
  content: "";
  display: table;
  clear: both;
}
.navi-item {
  float: left;
}
.navi-item a img {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navi-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.navi-item:hover .navi-detail {
  -moz-animation: fadeIn 0.25s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.25s ease 0s 1 normal;
  animation: fadeIn 0.25s ease 0s 1 normal;
  overflow: hidden;
  height: 200px;
}
.navi-item .navi-link-list {
  *zoom: 1;
  margin: 0 auto;
}
.navi-item .navi-link-list:after {
  content: "";
  display: table;
  clear: both;
}
.navi-item .navi-link-item {
  float: left;
  border-right: 1px solid #2e2c2a;
  background-repeat: no-repeat;
  background-position: left top;
}
.navi-item .navi-link-item:first-child {
  border-left: 1px solid #2e2c2a;
}
.navi-item .navi-link-item a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navi-item .navi-link-item a > * {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navi-item .navi-link-item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.navi-item .navi-link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #e7f45f;
}
.navi-item .navi-link-item.tokyo {
  background-image: url(../img/navi_clinic_tokyo_h.jpg);
}
.navi-item .navi-link-item.yokohama {
  background-image: url(../img/navi_clinic_yokohama_h.jpg);
}
.navi-item .navi-link-item.nagoya {
  background-image: url(../img/navi_clinic_nagoya_h.jpg);
}
.navi-item .navi-link-item.osaka {
  background-image: url(../img/navi_clinic_osaka_h.jpg);
}
.navi-item .navi-link-item.fukuoka {
  background-image: url(../img/navi_clinic_fukuoka_h.jpg);
}
.navi-item.contents .navi-link-list {
  padding-top: 10px;
  width: 915px;
}
.navi-item.contents .navi-link-item {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 290px;
  border-bottom: 1px solid #6d6c6a;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  margin-top: 20px;
  margin-right: 20px;
  width: 135px;
  border-right: 0;
  border-left: 0;
}
.navi-item.contents .navi-link-item:nth-child(1), .navi-item.contents .navi-link-item:nth-child(2), .navi-item.contents .navi-link-item:nth-child(3) {
  margin-top: 0;
}
.navi-item.contents .navi-link-item:nth-child(3n+3) {
  margin-right: 0;
}
.navi-item.contents .navi-link-item-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #fff;
}
.navi-item.contents .navi-link-item-inner::after {
  content: '';
  display: table-cell;
  padding-top: 58px;
  width: 11px;
  background: url(../img/link_arrow3.png) center center no-repeat;
}
.navi-item.contents .navi-link-item-text {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 16px;
  text-align: right;
}
.navi-item.contents .navi-link-item-cap {
  display: block;
  padding: 20px 10px 10px 90px;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #c0bfbf;
}
.navi-item.contents .navi-link-item-count {
  margin-left: 4px;
  font-size: 12px;
  vertical-align: middle;
  color: #c0bfbf;
}
.navi-item.contents .navi-link-item a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navi-item.contents .navi-link-item a:hover .m-genre-item-text {
  color: #e7f45f;
}
.navi-item.contents .navi-link-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.other a {
  background: url(../img/genre_bg_other.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item.other a:hover {
  background: url(../img/genre_bg_other_h.png) left bottom no-repeat;
}
.navi-item.contents .navi-link-item:nth-child(1), .navi-item.contents .navi-link-item:nth-child(2), .navi-item.contents .navi-link-item:nth-child(3) {
  margin-top: 20px;
}
.navi-item.contents .navi-link-item:nth-child(3n+3) {
  margin-right: 20px;
}
.navi-item.contents .navi-link-item:nth-child(6n+6) {
  float: right;
  margin-right: 0;
}
.navi-item.contents .navi-link-item a > * {
  font-size: 13px;
}
.navi-item.doctor .navi-link-list, .navi-item.clinic .navi-link-list {
  padding-top: 20px;
  width: 914px;
}
.navi-link-list {
  *zoom: 1;
  margin: 0 auto;
}
.navi-link-list:after {
  content: "";
  display: table;
  clear: both;
}
.navi-link-item {
  float: left;
  border-right: 1px solid #2e2c2a;
}
.navi-link-item:first-child {
  border-left: 1px solid #2e2c2a;
}
.navi-link-item a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navi-link-item a > * {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navi-link-item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.navi-link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #e7f45f;
}
.navi-detail {
  -moz-animation: fadeOut 0.25s ease 0s 1 normal;
  -webkit-animation: fadeOut 0.25s ease 0s 1 normal;
  animation: fadeOut 0.25s ease 0s 1 normal;
  display: block;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #090909;
}

.sub-menu {
  display: block !important;
  padding: 3px;
  background: url(../img/sub_dot_bg.png) left top repeat;
}
.sub-menu-title {
  border-bottom: 1px solid #000;
}
.sub-menu-title a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
  font-size: 14px;
  font-weight: bold;
  color: #e9e7e5;
}
.sub-menu-title a:hover {
  color: #e7f45f;
}
.sub-menu-list {
  *zoom: 1;
}
.sub-menu-list:after {
  content: "";
  display: table;
  clear: both;
}
.sub-menu-item {
  padding: 16px 20px;
  margin-top: 1px;
  background-color: #000;
}
.sub-menu-item:first-child {
  margin-top: 2px;
}
.sub-menu-item a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  font-size: 14px;
  color: #e9e7e5;
}
.sub-menu-item a:hover {
  color: #e7f45f;
}
.sub-menu-item a:hover .sub-trouble-item-count,
.sub-menu-item a:hover .sub-menu-item-count {
  color: #e7f45f;
}
.sub-menu-item.active a {
  color: #e7f45f;
}
.sub-menu-item-count {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  color: #c0bfbf;
  letter-spacing: 0;
}
.sub-box-title {
  padding: 16px 0 16px 20px;
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
  font-size: 14px;
  font-weight: bold;
  color: #e9e7e5;
}
.sub-navi-item a {
  font-weight: bold;
}
.sub-service-title {
  background-image: url(../img/sub_title_service_bg.png);
}
.sub-service-item {
  background-repeat: no-repeat;
  background-position: right center;
}
.sub-service-item.guarantee {
  background-image: url(../img/sub_service_guarantee_bg.png);
}
.sub-service-item.transportation {
  background-image: url(../img/sub_service_transportation_bg.png);
}
.sub-service-item.oneday {
  background-image: url(../img/sub_service_oneday_bg.png);
}
.sub-trouble-title {
  background-image: url(../img/sub_title_trouble_bg.png);
}
.sub-trouble-list {
  position: relative;
}
.sub-trouble-item a {
  padding: 0;
}
.sub-trouble-item-inner {
  display: table;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.sub-trouble-item-text {
  padding-right: 5px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -.05em;
}
.sub-trouble-item-count {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  top: -1px;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  color: #c0bfbf;
  letter-spacing: 0;
}
.sub-other-title {
  background-image: url(../img/sub_title_other_bg.png);
}
.sub-concierge {
  position: relative;
  margin-top: 30px;
}
.sub-concierge::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
  width: 84px;
  height: 104px;
  background: url(../img/sub_concierge_bg.png) left top no-repeat;
}
.sub-concierge-title {
  padding: 0 3px;
}
.sub-concierge-lead {
  padding: 13px 3px;
  font-size: 12px;
  letter-spacing: -.08em;
  color: #c0bfbf;
}
.sub-concierge-tab-list {
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.sub-concierge-tab-list:after {
  content: "";
  display: table;
  clear: both;
}
.sub-concierge-tab-item {
  float: left;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.sub-concierge-tab-item img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sub-concierge-tab-item a {
  display: block;
}
.sub-concierge-tab-item a > * {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sub-concierge-tab-item:last-child {
  float: right;
}
.sub-concierge-tab-item.mail a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: url(../img/sub_concierge_tab_mail_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.sub-concierge-tab-item.mail a:hover {
  background-image: url(../img/sub_concierge_tab_mail_bg_h.gif);
}
.sub-concierge-tab-item.tel a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: url(../img/sub_concierge_tab_tel_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.sub-concierge-tab-item.tel a:hover {
  background-image: url(../img/sub_concierge_tab_tel_bg_h.gif);
}
.sub-concierge-tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sub-concierge-contents {
  position: relative;
  overflow: hidden;
}
.sub-concierge-contents-item {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sub-concierge-contents-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.sub-concierge-mail {
  padding: 10px 20px 12px;
  background: url(../img/dot_bg.png) left top repeat;
}
.sub-concierge-mail .lead {
  margin-bottom: 10px;
  font-size: 12px;
  color: #e7f45f;
}
.sub-concierge-mail-form-item {
  margin-bottom: 8px;
}
.sub-concierge-mail-form .label {
  margin-bottom: 3px;
  font-size: 12px;
  color: #c0bfbf;
}
.sub-concierge-mail-form .input input,
.sub-concierge-mail-form .input textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  border: 1px solid #6d6c6a;
  font-size: 12px;
}
.sub-concierge-mail-form .input textarea {
  padding: 10px;
  height: 84px;
  resize: vertical;
}
.sub-concierge-mail-form-button {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
}
.sub-concierge-mail-form-button .button-inner input {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 20px;
  width: 100%;
  background-color: #e7f45f;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #2e2c2a;
  border: 1px solid #e7f45f;
  cursor: pointer;
}
.sub-concierge-mail-form-button .button-inner input::before, .sub-concierge-mail-form-button .button-inner input::after {
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sub-concierge-mail-form-button .button-inner input:hover {
  background-color: #f4f9a9;
  color: #676948;
}
.sub-concierge-mail-form-button .button-inner input:hover::before, .sub-concierge-mail-form-button .button-inner input:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.sub-concierge-mail-form-button .button-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 254px;
  right: 54px;
  margin-right: 17px;
  width: 10px;
  height: 15px;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.sub-concierge-mail-send .text {
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 12px;
  color: #c0bfbf;
}
.sub-concierge-mail-send .s-sendto {
  margin-bottom: 5px;
}
.sub-concierge-mail-send .s-sendto .title {
  padding-bottom: 3px;
  border-bottom: 1px solid #b2b2b2;
}
.sub-concierge-mail-send .s-sendto .email {
  padding: 8px 0 6px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 14px;
  font-weight: bold;
  color: #e7f45f;
}
.sub-concierge-mail-send .s-sendto .s-attention {
  margin-bottom: 17px;
}
.sub-concierge-mail-send .s-sendto .s-attention .text {
  line-height: 1.6;
  font-size: 10px;
  color: #c0bfbf;
}
.sub-concierge-mail-send .s-sendto .s-attention .attention-item {
  margin-left: 1em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 10px;
  color: #c0bfbf;
}
.sub-concierge-mail-send .s-sendto .back {
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
  cursor: pointer;
}
.sub-concierge-tel {
  padding: 14px 10px 15px;
  background: url(../img/dot_bg.png) left top repeat;
}
.sub-concierge-tel-item {
  margin-bottom: 18px;
}
.sub-concierge-tel-item:last-child {
  margin-bottom: 21px;
}
.sub-concierge-tel-item .title {
  float: left;
  padding: 8px 0  11px;
  width: 55px;
  border-left: 1px solid #e7f45f;
  text-align: center;
  font-size: 14px;
  color: #c0bfbf;
}
.sub-concierge-tel-item .title img {
  vertical-align: middle;
}
.sub-concierge-tel-item .item-contents {
  overflow: hidden;
}
.sub-concierge-tel-item .free {
  margin-bottom: 4px;
}
.sub-concierge-tel-item .international {
  line-height: 1.2;
  font-size: 10px;
  color: #c0bfbf;
}
.sub-concierge-tel-reception-hours {
  margin-left: 8px;
  color: #c0bfbf;
}
.sub-concierge-tel-reception-hours > * {
  display: inline-block;
  line-height: 1.4166666667;
  font-size: 1.2em;
}
.sub-concierge-tel-reception-hours .sales {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 10px;
  padding: .25em 1em;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.sub-concierge-tel-reception-hours .open {
  background-color: #ee7773;
}
.sub-concierge-tel-reception-hours .close {
  background-color: #c0bfbf;
}
.sub-doctor {
  position: relative;
  margin-top: 30px;
}
.sub-doctor::before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: -6px;
  background: url(../img/sub_doctor_bg.png) left top no-repeat;
  width: 107px;
  height: 74px;
}
.sub-doctor-title {
  padding: 0 3px;
}
.sub-doctor-lead {
  padding: 13px 0 9px 5px;
  line-height: 1.3333333333;
  font-size: 12px;
  letter-spacing: -.05em;
  color: #c0bfbf;
}
.sub-doctor-form-list {
  position: relative;
}
.sub-doctor-form-item {
  overflow: hidden;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  width: 221px;
}
.sub-doctor-form-item:first-child {
  margin-top: 0;
}
.sub-doctor-form-item > a {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 20px;
  width: 100%;
  background-color: #e7f45f;
  text-align: center;
  font-size: 14px;
  color: #2e2c2a;
}
.sub-doctor-form-item > a:hover {
  color: #e7f45f;
}
.sub-doctor-form-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.sub-doctor-form-item:first-child {
  margin-top: 0;
}
.sub-doctor-form-item.mail > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: sub;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sub-doctor-form-item.counseling > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: sub;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sub-doctor-form-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}
.sub-doctor-form-item a {
  font-weight: bold;
}
.sub-doctor-form-item a::before, .sub-doctor-form-item a::after {
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sub-doctor-form-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}
.sub-doctor-form-item a:hover::before, .sub-doctor-form-item a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.sub-banner-list {
  margin-top: 30px;
}
.sub-banner-item {
  margin-top: 10px;
  text-align: center;
}
.sub-banner-item:first-child {
  margin-top: 0;
}
.sub-banner-item a {
  display: block;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sub-banner-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.s-fix-contents.is-fixed {
  position: fixed;
  top: 100px;
  margin-top: -40px;
  width: 221px;
}
.s-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

.formErrorMsg {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px;
  width: 180px;
  position: relative;
  color: #fff;
  background: #d1000f;
  font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
  font-size: 11px;
  box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -webkit-box-shadow: 0px 0px 6px #888;
}
.formErrorMsg .errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em;
}

.formErrorClose {
  border: solid #d1000f 2px;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #b8000c;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  box-shadow: 1px -1px 3px #888;
  -moz-box-shadow: 1px -1px 3px #888;
  -webkit-box-shadow: 1px -1px 3px #888;
}

.r-pagetop {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 10;
  width: 60px;
}

/*----------------------------------------------------------------------
4.	parts
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
body {
  background: url(../img/body_bg.gif) left top repeat-x #000;
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-size: 10px;
  color: #c0bfbf;
}
body.home #content {
  padding-top: 0;
}
body.single article.post {
  background: none;
  border: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.publisher {
  display: none;
}

.author {
  display: none;
}

#header {
  padding: 0;
  border: 0;
}
#header .wrap {
  padding: 16px 0;
  margin: 0 auto;
  width: 1000px;
}

#content {
  padding: 0;
}
#content .wrap {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  background-color: #2e2c2a;
  background-position: right top;
  background-image: url(../img/contents_bg_blog.png);
  background-repeat: no-repeat;
}
#content .m-contents-inner {
  margin: 0 20px;
}
#content .m-contents-title {
  margin-bottom: 30px;
  padding: 24px 20px 23px 37px;
  position: relative;
  background: url(../img/dot_bg.gif) left top repeat;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
#content .m-contents-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 10px;
  padding-top: 45px;
  width: 2px;
  background-color: #e7f45f;
}
#content .m-contents-title em {
  font-size: 22px;
  color: #e7f45f;
}
#content .m-contents-title .post-count {
  position: relative;
  top: -2px;
  padding-left: 5px;
  font-size: 12px;
}
#content .cat-content {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
#content .m-list-title {
  margin-bottom: 0;
}
#content .post-item {
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #6d6c6a;
}
#content .post-item-pc {
  display: inherit;
}
#content .post-item-sp {
  display: none;
}
#content .post-item-thumbnail {
  display: block;
  float: left;
  margin-right: 20px;
  transition: all 0.3s linear;
}
#content .post-item-thumbnail-pic {
  overflow: hidden;
  width: 190px;
  height: 148px;
}
#content .post-item-thumbnail-pic .trim {
  position: relative;
  width: max-content;
  height: max-content;
  transform: translate(0%, 0%);
}
#content .post-item-thumbnail:hover {
  opacity: 0.7;
}
#content .post-item-detail {
  float: left;
  width: 410px;
}
#content .post-item-detail a {
  transition: all 0.3s linear;
}
#content .post-item-detail a:hover {
  text-decoration: none;
}
#content .post-item-detail a:hover .post-item-title {
  opacity: .7;
}
#content .post-item-detail a:hover .post-item-continuation {
  text-decoration: underline;
}
#content .post-item-title {
  transition: all 0.3s linear;
  margin-bottom: 15px;
  line-height: 1.3333333333;
  font-size: 18px;
  font-weight: normal;
  color: #e7f45f;
}
#content .post-item-text {
  margin-bottom: 15px;
  line-height: 1.8571428571;
  font-size: 14px;
  color: #c0bfbf;
}
#content .post-item-category {
  float: right;
  width: 410px;
  margin: 0;
  padding: 0;
  text-align: right;
}
#content .post-item-category-item {
  display: inline-block;
  transition: all 0.3s linear;
  border-radius: 3px;
}
#content .post-item-category-item a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
  transition: all 0.3s linear;
  font-size: 10px;
  color: #c0bfbf;
}
#content .post-item-category-item a:last-child {
  padding-right: 0;
}
#content .post-item-category-item a:hover {
  text-decoration: underline;
  color: #e7f45f;
}
#content .post-item-sub {
  float: right;
  margin: 0;
  line-height: 1;
  font-size: 10px;
  color: #c0bfbf;
}
#content .post-item-views {
  margin-right: 10px;
}
#content .post-item-date.new::before {
  border-radius: 6px;
  content: 'NEW';
  display: inline-block;
  margin-right: .5em;
  padding: 2px 3px;
  background-color: #ed7b74;
  font-size: 10px;
  color: #fff;
}
#content .post-header {
  padding: 0;
}
#content .post-loop-wrap .post-content {
  padding: 0;
}
#content .nodisp,
#content .publisher,
#content .author {
  display: none;
}
#content .post-views {
  font-family: FontAwesome;
  font-size: 12px;
  color: #c0bfbf;
}
#content .post-views::before {
  content: '\f06e';
  position: relative;
  left: -5px;
}
#content .m-search {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
#content .m-search #searchform {
  border: 0;
  background: none;
  font-size: 16px;
  color: #c0bfbf;
}
#content .m-search #searchform input {
  padding: 13px;
  width: 97%;
  font-size: 16px;
}
#content .m-search #searchform button {
  padding: 8px 5px;
  width: 55px;
  background-color: #e7f45f;
  line-height: 1;
  font-size: 28px;
  color: #000000;
}
#content .m-keyword {
  margin-top: 30px;
}
#content .m-keyword-title {
  font-weight: bold;
  font-size: 14px;
  color: #e7f45f;
}
#content .m-keyword-detail {
  margin-top: 3px;
}
#content .m-keyword-list {
  *zoom: 1;
}
#content .m-keyword-list:after {
  content: "";
  display: table;
  clear: both;
}
#content .m-keyword-item {
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #c0bfbf;
  overflow: hidden;
}
#content .m-keyword-item:first-child {
  margin-left: 0;
}
#content .m-keyword-item a {
  display: block;
  padding: 6px;
  font-size: 14px;
  color: #c0bfbf;
}
#content .m-category-list {
  overflow: hidden;
}
#content .m-category-item {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 290px;
  border-bottom: 1px solid #6d6c6a;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  width: 194px;
}
#content .m-category-item:nth-child(1), #content .m-category-item:nth-child(2), #content .m-category-item:nth-child(3) {
  margin-top: 0;
}
#content .m-category-item:nth-child(3n+3) {
  margin-right: 0;
}
#content .m-category-item-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #fff;
}
#content .m-category-item-inner::after {
  content: '';
  display: table-cell;
  padding-top: 58px;
  width: 11px;
  background: url(../img/link_arrow3.png) center center no-repeat;
}
#content .m-category-item-text {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 16px;
  text-align: right;
}
#content .m-category-item-cap {
  display: block;
  padding: 20px 10px 10px 90px;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #c0bfbf;
}
#content .m-category-item-count {
  margin-left: 4px;
  font-size: 12px;
  vertical-align: middle;
  color: #c0bfbf;
}
#content .m-category-item a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#content .m-category-item a:hover .m-genre-item-text {
  color: #e7f45f;
}
#content .m-category-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}
#content .m-category-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}
#content .m-category-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}
#content .m-category-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}
#content .m-category-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}
#content .m-category-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}
#content .m-category-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}
#content .m-category-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}
#content .m-category-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}
#content .m-category-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}
#content .m-category-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}
#content .m-category-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}
#content .m-category-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}
#content .m-category-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}
#content .m-category-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}
#content .m-category-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}
#content .m-category-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}
#content .m-category-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}
#content .m-category-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}
#content .m-category-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}
#content .m-category-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}
#content .m-category-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}
#content .m-category-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}
#content .m-category-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}
#content .m-category-item.other a {
  background: url(../img/genre_bg_other.png) left bottom no-repeat;
}
#content .m-category-item.other a:hover {
  background: url(../img/genre_bg_other_h.png) left bottom no-repeat;
}
#content .m-category-item a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#content .m-category-item a > * {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#content .m-category-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#content .m-category-item a:hover .m-category-item-text {
  color: #e7f45f;
}
#content .m-category-item-text em {
  position: relative;
  top: -2px;
  margin-left: 4px;
  font-size: 12px;
  vertical-align: middle;
  color: #c0bfbf;
}
#content .m-list-link {
  *zoom: 1;
  overflow: hidden;
  margin-top: 30px;
  background: none;
}
#content .m-list-link:after {
  content: "";
  display: table;
  clear: both;
}
#content .m-list-link:first-child {
  margin-top: 0;
}
#content .m-list-link > a {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 20px;
  width: 100%;
  background-color: #e7f45f;
  text-align: center;
  font-size: 14px;
  color: #2e2c2a;
}
#content .m-list-link > a:hover {
  color: #e7f45f;
}
#content .m-list-link > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#content .m-list-link a {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: right;
  display: inline-block;
  width: auto;
  background-color: #000;
  padding-top: 13px;
  padding-right: 55px;
  padding-bottom: 13px;
  padding-left: 35px;
  text-align: left;
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
#content .m-list-link a::after {
  right: 0;
  margin-right: 18px;
  width: 11px;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
}
#content #side .sub-ranking,
#content #side .sub-search {
  margin-top: 15px;
}
#content #side .sub-ranking .sub-title,
#content #side .sub-search .sub-title {
  margin-bottom: 0;
  padding: 20px 20px 19px 37px;
  font-size: 14px;
}
#content #side .sub-ranking .sub-title::before,
#content #side .sub-search .sub-title::before {
  padding-top: 35px;
}
#content #side .sub-ranking .m-contents-inner,
#content #side .sub-search .m-contents-inner {
  margin: 0;
}
#content #side .sub-ranking .post {
  overflow: hidden;
  background: none;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #383634;
}
#content #side .sub-ranking .post-thumbnail {
  float: left;
  width: 80px;
  height: 50px;
  margin: 0 10px 0 0;
}
#content #side .sub-ranking .post-header {
  float: right;
  width: 131px;
}
#content #side .sub-ranking .post-title {
  margin: 0;
  line-height: 1.3333333333;
  font-size: 12px;
  font-weight: normal;
  color: #e7f45f;
}
#content #side .sub-ranking .post-content {
  display: none;
}
#content #side .sub-ranking .post a {
  display: block;
  transition: all 0.3s linear;
}
#content #side .sub-ranking .post a:hover {
  opacity: .7;
}
#content #side .sub-search {
  margin-bottom: 30px;
}
#content #side .sub-search #searchform {
  border: 0;
  background: none;
  font-size: 16px;
  color: #c0bfbf;
}
#content #side .sub-search #searchform input {
  padding: 13px;
  width: 97%;
  font-size: 16px;
}
#content #side .sub-search #searchform button {
  padding: 8px 5px;
  width: 55px;
  background-color: #e7f45f;
  line-height: 1;
  font-size: 28px;
  color: #000000;
}
#content #side .sub-search #searchform input {
  padding: 9px;
  width: 100%;
  font-size: 14px;
}
#content #side .sub-search #searchform button {
  width: 35px;
  font-size: 20px;
}
#content #side .sub-search .m-contents-inner {
  padding-top: 10px;
}
#content #side .sub-search .m-keyword {
  margin-top: 5px;
}
#content #side .sub-search .m-keyword-title {
  font-weight: bold;
  font-size: 14px;
  color: #e7f45f;
}
#content #side .sub-search .m-keyword-detail {
  margin-top: 3px;
}
#content #side .sub-search .m-keyword-list {
  *zoom: 1;
}
#content #side .sub-search .m-keyword-list:after {
  content: "";
  display: table;
  clear: both;
}
#content #side .sub-search .m-keyword-item {
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #c0bfbf;
  overflow: hidden;
}
#content #side .sub-search .m-keyword-item:first-child {
  margin-left: 0;
}
#content #side .sub-search .m-keyword-item a {
  display: block;
  padding: 6px;
  font-size: 14px;
  color: #c0bfbf;
}
#content #side .sub-search .m-keyword-item a {
  font-size: 10px;
}

.left-content .main-inner {
  margin-right: 0;
}
.left-content #main {
  position: relative;
  float: left;
  padding-top: 160px;
  padding-bottom: 100px;
  margin-right: 0;
  margin-left: 40px;
  width: 664px;
}
.left-content #side {
  margin-top: 160px;
  margin-right: 40px;
  margin-bottom: 50px;
  margin-left: 0;
  float: right;
  width: 221px;
}

#footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/dot_bg.gif) left top repeat #393735;
}
#footer .footer-link-item-title a {
  color: #ffffff;
}
#footer .footer-link-item-title a:hover {
  color: #e7f45f;
}
#footer .footer-link-item-detail-item a {
  color: #c0bfbf;
}
#footer .footer-link-item-detail-item a:hover {
  text-decoration: underline;
}
#footer .footer-text {
  padding: 15px 0;
  background-color: #000000;
  line-height: 1.6;
  text-align: center;
  font-size: 12px;
  color: #e1dedc;
}
#footer .footer-02 {
  background: none;
  border-top: 0;
}
#footer .wrap {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 1000px;
}
#footer .wrap .footer-copy {
  padding-bottom: 15px;
  background-color: #000000;
  text-align: center;
  font-size: 10px;
  color: #e1dedc;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  overflow: inherit;
  line-height: inherit;
}

.navi {
  border-bottom: 0;
}

.m-title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 1000px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e7f45f;
  background: url(../img/title_bg.png) left top repeat;
  text-align: center;
  top: 30px;
}
.m-title-sub {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #c0bfbf;
}
.m-title-s {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 1000px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e7f45f;
  background: url(../img/title_bg.png) left top repeat;
  text-align: center;
  top: 30px;
}
.m-title-s-sub {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #c0bfbf;
}

.post-loop-wrap .m-ranking article.post {
  position: relative;
  float: none;
  width: auto;
  height: 148px;
  margin-top: 15px;
  background: none;
  border: 0;
}
.post-loop-wrap .m-ranking article.post:nth-child(odd) {
  margin-right: 0;
}
.post-loop-wrap .m-ranking article.post:first-child {
  margin-top: 0;
}
.post-loop-wrap .m-ranking article.post:nth-child(1) .post-thumbnail::after {
  background-image: url(../img/ranking_icon1.gif);
}
.post-loop-wrap .m-ranking article.post:nth-child(2) .post-thumbnail::after {
  background-image: url(../img/ranking_icon2.gif);
}
.post-loop-wrap .m-ranking article.post:nth-child(3) .post-thumbnail::after {
  background-image: url(../img/ranking_icon3.gif);
}
.post-loop-wrap .m-ranking article.post:nth-child(4) .post-thumbnail::after {
  background-image: url(../img/ranking_icon4.gif);
}
.post-loop-wrap .m-ranking article.post:nth-child(5) .post-thumbnail::after {
  background-image: url(../img/ranking_icon5.gif);
}
.post-loop-wrap .m-ranking .post-thumbnail {
  position: absolute;
  top: 0;
  float: left;
  width: 210px;
  height: auto;
}
.post-loop-wrap .m-ranking .post-thumbnail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.post-loop-wrap .m-ranking .post-title {
  margin-bottom: 15px;
  margin-left: 230px;
}

.pagetop {
  visibility: inherit;
  opacity: inherit;
  position: inherit;
  bottom: inherit;
  right: inherit;
}

/*----------------------------------------------------------------------
扉
----------------------------------------------------------------------*/
body.home #content .m-list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

/*----------------------------------------------------------------------
カテゴリー
----------------------------------------------------------------------*/
body.category #content .category-introduce {
  overflow: hidden;
  padding: 0 20px 50px;
  border-bottom: 1px solid #6d6c6a;
}
body.category #content .category-introduce-pic {
  float: left;
  max-width: 249px;
}
body.category #content .category-introduce-text {
  float: right;
  width: 375px;
  padding-top: 20px;
  padding-left: 10px;
  line-height: 1.8571428571;
  font-size: 14px;
  color: #c0bfbf;
}

/*----------------------------------------------------------------------
検索結果
----------------------------------------------------------------------*/
body.search #content .post-item {
  float: none;
  width: auto;
  border-bottom: 1px solid #6d6c6a;
}
body.search #content .post-item a {
  transition: all 0.3s linear;
}
body.search #content .post-item a:hover {
  text-decoration: none;
}
body.search #content .post-item a:hover .post-item-title {
  opacity: .7;
}
body.search #content .post-item-detail {
  float: none;
  width: auto;
}
body.search #content .post-item-text {
  margin-bottom: 0;
  color: #c0bfbf;
}
body.search #content .post-item-text em {
  color: #ee7773;
}

/*----------------------------------------------------------------------
詳細
----------------------------------------------------------------------*/
body.single #content .post-header {
  padding: 0;
}
body.single #content .post-thumbnail {
  float: none;
  margin: 0 0 20px 0;
  text-align: center;
}
body.single #content .main-title {
  margin-bottom: 15px;
  padding: 0;
  font-weight: normal;
  line-height: 1.4285714286;
  font-size: 28px;
  color: #e7f45f;
}
body.single #content .post-content {
  padding: 0;
  line-height: 2;
  font-size: 16px;
}
body.single #content .post-content div,
body.single #content .post-content p {
  line-height: 2;
}
body.single #content .post-content ul {
  padding: 0 0 0 20px;
}
body.single #content .post-content ul li {
  list-style: circle;
  line-height: 1.2;
}
body.single #content .post-content h2 {
  margin: 40px 0 30px;
  padding: 0 0 0 20px;
  border: 0;
  border-left: 5px solid #e7f45f;
  font-size: 22px;
  color: #ffffff;
}
body.single #content .post-content h3 {
  margin: 25px 0 15px;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #e7f45f;
}
body.single #content .post-category {
  margin-bottom: 0;
  text-align: right;
  line-height: 0;
  font-size: 12px;
}
body.single #content .post-category a {
  color: #c0bfbf;
}
body.single #content .post-content-head {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6d6c6a;
}
body.single #content .post-content-head .right {
  float: right;
}
body.single #content .post-content-head-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
}
body.single #content .post-content-head-item {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 12px;
}
body.single #content .post-content-head .post-meta .addtoany_shortcode {
  position: relative;
  top: -15px;
  display: inline;
  float: left;
}
body.single #content .post-content-head .post-views {
  margin-right: 20px;
}
body.single #content #sns-area {
  position: relative;
  top: 35px;
  text-align: left;
}
body.single #content #sns-area .sns-list {
  margin-bottom: 0;
  padding: 0;
}
body.single #content #sns-area .sns-item {
  margin-right: 5px;
  display: inline;
  border-radius: 4px;
  background-color: #c0bfbf;
  font-size: 20px;
}
body.single #content #sns-area .sns-item.item-facebook {
  padding: 6px 6px 6px 11px;
}
body.single #content #sns-area .sns-item.item-twitter {
  padding: 6px 1px 6px 7px;
}
body.single #content #sns-area .sns-item.item-google {
  padding: 6px 0 6px 4px;
}
body.single #content #sns-area .sns-item.item-hatena {
  padding: 6px 6px 6px 7px;
}
body.single #content #sns-area .sns-item a:hover {
  text-decoration: none;
}
body.single #content #sns-area .sns-item .icon {
  color: #2e2c2a;
}
body.single #content #sns-area .sns-item .icon-facebook::before {
  content: "\f09a";
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
}
body.single #content #sns-area .sns-item .icon-twitter::before {
  content: "\f099";
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
}
body.single #content #sns-area .sns-item .icon-google::before {
  content: "\f0d5";
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -1px;
}
body.single #content #sns-area .sns-item .icon-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
}
body.single #content #toc_container {
  width: 100% !important;
  margin: 45px 0 0;
  padding: 0;
  border: 0;
}
body.single #content #toc_container .toc_title {
  padding: 15px 20px;
  border: 1px solid #6d6c6a;
  text-align: left;
  font-size: 14px;
}
body.single #content #toc_container .toc_title a {
  text-decoration: none;
  color: #c0bfbf;
}
body.single #content #toc_container .toc_list {
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #6d6c6a;
}
body.single #content #toc_container .toc_list li {
  margin-top: 30px;
  text-decoration: underline;
}
body.single #content #toc_container .toc_list li a {
  color: #c0bfbf;
}
body.single #content #toc_container .toc_list li ul li {
  margin-top: 10px;
}
body.single #content .post-footer {
  padding: 0;
}
body.single #content .post-footer #sns-area {
  top: 0;
  height: 34px;
}
body.single #content .m-keyword {
  margin: 40px 0;
}
body.single #content .note {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 10px;
}
body.single #content .note em {
  font-weight: bold;
}
body.single .tab-list {
  *zoom: 1;
}
body.single .tab-list:after {
  content: "";
  display: table;
  clear: both;
}
body.single .tab-item {
  float: left;
  width: 330px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
body.single .tab-item img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body.single .tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.single .tab-item:last-child {
  float: right;
}
body.single .tab-item a {
  display: block;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.single .tab-contents-item {
  *zoom: 1;
  display: none;
}
body.single .tab-contents-item:after {
  content: "";
  display: table;
  clear: both;
}
body.single .tab-contents-item:first-child {
  display: block;
}
body.single .tab-list {
  margin-bottom: 30px;
}
body.single .tab-item.ranking a {
  background-image: url(../img/blog_tab_ranking_title_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
body.single .tab-item.ranking a:hover {
  background-image: url(../img/blog_tab_ranking_title_bg_h.gif);
}
body.single .tab-item.ranking body.single .tab-item.is-active a {
  background-image: url(../img/blog_tab_ranking_title_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
body.single .tab-item.ranking body.single .tab-item.is-active a:hover {
  background-image: url(../img/blog_tab_ranking_title_bg_h.gif);
}
body.single .tab-item.blog a {
  background-image: url(../img/blog_tab_blog_title_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
body.single .tab-item.blog a:hover {
  background-image: url(../img/blog_tab_blog_title_bg_h.gif);
}
body.single .tab-item.blog body.single .tab-item.is-active a {
  background-image: url(../img/blog_tab_blog_title_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
body.single .tab-item.blog body.single .tab-item.is-active a:hover {
  background-image: url(../img/blog_tab_blog_title_bg_h.gif);
}
body.single .tab-contents {
  padding: 0 20px 0;
}
body.single .m-list {
  margin-top: 60px;
}
body.single .m-related-blog {
  margin-bottom: 50px;
}
body.single .m-related-blog-item {
  overflow: hidden;
  margin: 30px 0;
}
body.single .m-related-blog-item .m-related-parts-title {
  background-repeat: no-repeat;
  background-position: right 10.5263157895% center;
  background-size: auto 100%;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.single .m-related-blog-item .m-related-parts-title-text {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  color: #fff;
}
body.single .m-related-blog-item .m-related-parts-title-text em {
  padding-left: 5px;
  font-size: 14px;
}
body.single .m-related-blog-item .m-related-parts-title-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5.2631578947%;
  width: 1.9298245614%;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body.single .m-related-blog-item .m-related-parts-title-count {
  padding-left: .4em;
  vertical-align: middle;
  font-size: .8rem;
}
body.single .m-related-blog-item .m-related-parts-title a:hover {
  color: #e7f45f;
}
body.single .m-related-blog-item.face .m-related-parts-title {
  background-image: url(../img/related_cat_face.png);
}
body.single .m-related-blog-item.face .m-related-parts-title:hover {
  background-image: url(../img/related_cat_face_h.png);
}
body.single .m-related-blog-item.upperarm .m-related-parts-title {
  background-image: url(../img/related_cat_upperarm.png);
}
body.single .m-related-blog-item.upperarm .m-related-parts-title:hover {
  background-image: url(../img/related_cat_upperarm_h.png);
}
body.single .m-related-blog-item.chest .m-related-parts-title {
  background-image: url(../img/related_cat_chest.png);
}
body.single .m-related-blog-item.chest .m-related-parts-title:hover {
  background-image: url(../img/related_cat_chest_h.png);
}
body.single .m-related-blog-item.back .m-related-parts-title {
  background-image: url(../img/related_cat_back.png);
}
body.single .m-related-blog-item.back .m-related-parts-title:hover {
  background-image: url(../img/related_cat_back_h.png);
}
body.single .m-related-blog-item.abdomen .m-related-parts-title {
  background-image: url(../img/related_cat_abdomen.png);
}
body.single .m-related-blog-item.abdomen .m-related-parts-title:hover {
  background-image: url(../img/related_cat_abdomen_h.png);
}
body.single .m-related-blog-item.waist .m-related-parts-title {
  background-image: url(../img/related_cat_waist.png);
}
body.single .m-related-blog-item.waist .m-related-parts-title:hover {
  background-image: url(../img/related_cat_waist_h.png);
}
body.single .m-related-blog-item.hip .m-related-parts-title {
  background-image: url(../img/related_cat_hip.png);
}
body.single .m-related-blog-item.hip .m-related-parts-title:hover {
  background-image: url(../img/related_cat_hip_h.png);
}
body.single .m-related-blog-item.thigh .m-related-parts-title {
  background-image: url(../img/related_cat_thigh.png);
}
body.single .m-related-blog-item.thigh .m-related-parts-title:hover {
  background-image: url(../img/related_cat_thigh_h.png);
}
body.single .m-related-blog-item.gynecomastia .m-related-parts-title {
  background-image: url(../img/related_cat_gynecomastia.png);
}
body.single .m-related-blog-item.gynecomastia .m-related-parts-title:hover {
  background-image: url(../img/related_cat_gynecomastia_h.png);
}
body.single .m-related-blog-item.funnel_chest .m-related-parts-title {
  background-image: url(../img/related_cat_funnel_chest.png);
}
body.single .m-related-blog-item.funnel_chest .m-related-parts-title:hover {
  background-image: url(../img/related_cat_funnel_chest_h.png);
}
body.single .m-related-blog-item.nipple_reduction .m-related-parts-title {
  background-image: url(../img/related_cat_nipple_reduction.png);
}
body.single .m-related-blog-item.nipple_reduction .m-related-parts-title:hover {
  background-image: url(../img/related_cat_nipple_reduction_h.png);
}
body.single .m-related-blog-item.modification .m-related-parts-title {
  background-image: url(../img/related_cat_modification.png);
}
body.single .m-related-blog-item.modification .m-related-parts-title:hover {
  background-image: url(../img/related_cat_modification_h.png);
}
body.single .m-related-blog-item.other .m-related-parts-title {
  background-image: url(../img/related_cat_other.png);
}
body.single .m-related-blog-item.other .m-related-parts-title:hover {
  background-image: url(../img/related_cat_other_h.png);
}
body.single .m-related-blog-item article.post {
  float: left;
  width: 300px;
  margin: 0;
  padding-top: 25px;
}
body.single .m-related-blog-item article.post:nth-child(even) {
  margin-right: 24px;
}
body.single .m-related-blog-item article.post .post-thumbnail {
  width: auto;
  height: auto;
}
body.single .m-related-blog-item article.post .post-header {
  padding: 0;
}
body.single .m-related-blog-item article.post .post-title {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  color: #e7f45f;
}
body.single .m-related-blog-item article.post .post-content {
  display: none;
}
body.single .m-related-category {
  overflow: hidden;
}
body.single .m-related-category-item {
  float: left;
  width: 302px;
  border-bottom: 1px solid #6d6c6a;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
body.single .m-related-category-item:nth-child(even) {
  float: right;
}
body.single .m-related-category-item-inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 95px;
}
body.single .m-related-category-item-title {
  margin-bottom: 6px;
  font-size: 16px;
  color: #e7f45f;
}
body.single .m-related-category-item-text {
  line-height: 1.5;
  font-size: 12px;
  color: #c0bfbf;
}
body.single .m-related-category-item a {
  display: block;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.single .m-related-category-item a:hover {
  opacity: .7;
}
body.single .m-related-category-item a::after {
  content: '';
  display: table-cell;
  padding-top: 58px;
  width: 11px;
  background: url(../img/link_arrow3.png) center center no-repeat;
}
body.single .m-related-category-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}
body.single .m-related-category-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}
body.single .m-related-category-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}
body.single .m-related-category-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}
body.single .m-related-category-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}
body.single .m-related-category-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}
body.single .m-related-category-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}
body.single .m-related-category-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}
body.single .m-related-category-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}
body.single .m-related-category-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}
body.single .m-related-category-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}
body.single .m-related-category-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}
body.single .m-related-category-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}
body.single .m-related-category-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}

.sub-menu-title.blog a {
  background-image: url(../img/sub_title_blog_bg.png);
}

/*# sourceMappingURL=blog.css.map */
