@charset "UTF-8";

/*
Theme Name: hanoblog
Description: 歯のブログ Themes
Template: xeory_base
*/


body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
  width:1200px;
}

a {
  color:#00BBA1;
}

#header {
  height:55px;
  padding:20px 0 30px;
  border-bottom:none;
}

.header-description {
  float:left;
  margin-bottom:10px;
  font-size:12px;
  color:#777;
}

#header #logo {
  clear:both;
  width:330px;
}


nav.global-navi ul {

    font-size: 13px;
    line-height:1.7em;
    text-align: center;
    width: 50%;
    display: table;
    table-layout: fixed;
    margin-top:-43px;
    float:right;
}
 
nav.global-navi ul li {
    width:103px !important;
    display: table-cell;
}
 
nav.global-navi li a {
    color: #999;
    text-decoration: none;
    display: block;
    padding:30px 0 30px;
    border-top:3px solid #fff;
}
 
nav.global-navi  li a:hover {
    background: #fafafa;
    color:#444;
        padding:30px 0 30px;
    border-top:3px solid #00BBA1;
}

#content {
  background-color:#f8f6f2;
  padding:0;
}

#filmback {
  height:235px;
  background:url(images/bg_slider.png) repeat-x;
  padding:30px 0 0px;
}

#page-box {
  float:left;
}

.page-box-set {

  width:234px;
  height:100px;
  background-color:#fff;
  border:1px solid #fafafa;
  padding:30px;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.page-box-set h2 {
  font-size:16px;
  font-weight:normal;
  color:#e88500;
  text-align:center;
  margin-top:0px;
  margin-bottom:15px;
  padding-top:3px;
  background:url('images/bg_pagebox_1.png') 20px 0px no-repeat;
}

#page-box:nth-child(2) h2 {
    background:url('images/bg_pagebox_2.png') -1px 0px no-repeat;
}

#page-box:nth-child(3) h2 {
    background:url('images/bg_pagebox_3.png') 20px 0px no-repeat;
}

#page-box:nth-child(4) h2 {
    background:url('images/bg_pagebox_4.png') 10px 0px no-repeat;
}


.page-box-set p {
  font-size:14px;
  color:#000000;
  line-height:1.6em;
  letter-spacing:0px;
  word-break:break-all;
}

#page-box .btn {
  text-align:center;
  background-color:#fff;
  filter:alpha(opacity=100) !important;
  -moz-opacity: 1.0 !important;
  display:block;
  opacity: 1.0 !important;
  margin-bottom:0px;
  padding:15px;
  font-size:14px;
  font-weight:bold;

}

.page-box-set .btn {
  color#333;
    text-decoration: none;
}

#btnbar {
  display:block;
}
#btnbar:hover {
  background-color:#efefef;
}


/*
* 記事部分
*/

.post-thumbnail {
  float:right;
  margin-left:10px;
}

.post-loop-wrap article {
    margin: 0 0 -1px;
    padding:10px 10px 13px;
    width: 100%;
    height:auto;
    border:1px solid #efefef;
    overflow:hidden;
}

.post-content {
    padding: 0px 48px 34px;
    overflow: hidden;
}


/*
.post-loop-wrap article:hover {
  background-color:#fbfbfb;
}
*/

.post-loop-wrap .post-content {
    float:left;
    margin-top:0px;
    padding: 0px;
}


.post-loop-wrap .post-footer {
    clear:both;
    border:none;
}

.post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    border:none !important;
}

/* ----------------------------------------
* post-header
---------------------------------------- */

  .post-header {
    padding: 48px 48px 0px;
  }

.post-loop-wrap .post-header {
    margin-left:310px;
    padding: 0px;
}

.post-meta {
    border-top: none;
    margin-top: 0px;
    margin-left:0px;
    margin-bottom:30px;
}

.post-meta li {
    background: none;
    font-size: 12px;
    margin-top: 5px;
}

h2.post-title {
    margin-top:30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-right:30px;
    margin-bottom: 5px;
    letter-spacing:1px;
    display:block;
    height: 55px;
    position:relative;

}

.post-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}


.post-title a {
    color: #666;
}

.post-title a:hover {
    color: #00BBA1;
}

.postundersnsb {
    margin:20px 0 0px 32px;
}


.page form input[type="submit"], form button {
    background: none repeat scroll 0 0 #ad8726;
    width:180px;
    border-radius: 5px;
    border: medium none;
    color: #fff;
    padding: 15px 40px;
    font-size:14px;
}

.page form input:hover[type="submit"], form button {
    background: none repeat scroll 0 0 #58C4D2;
    width:180px;
    border-radius: 5px;
    border: medium none;
    color: #fff;
    padding: 15px 40px;
}

/*
* category title
*/

.cat-content {
    width:790px;
}


/* ----------------------------------------
* post-content
---------------------------------------- */


.post-loop-wrap .post-thumbnail {
    position:absolute;
    margin:-85px 10px 10px 30px;
    padding:0px;
    
    width:247px;
    height:187px;
    float:left;
}

.post-loop-wrap .post-content p {
    margin-left:310px;
    margin-right:30px;
    font-size:15px;
    line-height:1.6em;
    display:block;
    color:#777;
}

.post-loop-wrap .thumbtitle {
    margin-left:0px !important;
    margin-right:30px;
    font-size:14px;
    line-height:1.4em;
    display:block;
}

.post-loop-wrap .attachment-topcatch {
    width:294px;
    height:154px !important;
}

.caticon {
  position:absolute;
  left:-25px;
  top:-25px;
}

#main {
  width:850px;
  margin-top:40px;
  line-break: strict;
}

#side {
  width:278px;
  margin-top:40px;
  margin-right:15px;
  margin-bottom: 60px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

#postlink {
position: relative;
width:850px;
height:180px;
background:transparent;
}

#postlink a{
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
position:absolute;
}

.home article:hover {
  background-color:#fbfbfb;
}

.sankaku{
  right:0;
  border-right: 8px solid #eee;
  border-bottom: 8px solid #eee;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  margin-right:0px;
  margin-top:0px;
  position:absolute
}


/*
* single
*/

.breadcrumb {
  margin:20px 0;
}

.single #main ,.category #main{
    margin-top:0px;
  }

.single #side ,.category #side {
    margin-top:0px;
  }

.single .post-content h2 {
    font-size: 26px;
    font-weight: bold;
    background-color: #F8F6F2;
    padding: 20px;
    margin-bottom: 32px;
    border-top: solid 1px #F4F3F0;
    border-left: solid 6px #00BDA1;
    border-right: solid 1px #F4F3F0;
    border-bottom: solid 1px #F4F3F0;
    line-height: 1.5;
}

.single .post-content h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 18px 0;
    margin-bottom: 32px;
    border-left: none;
    border-bottom: solid 2px #00BCA1;
    line-height: 1.5;
}

.single .post-content h4 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 14px;
    border-left: solid 4px #00BDA1;
    line-height: 1.5;
}

.single .post-content p {
    line-height: 1.9;
    color:#555;
    font-size:16px;
}



.pagination {
    clear: both;
    padding: 7px;
    position: relative;
    font-size: 13px;
    line-height: 13px;
    margin:30px 0 60px;
    width:101%;
    overflow: hidden;
    background-color:#edece9;
 
}


.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 6px 2px 0px;
    padding: 16px 19px 15px;
    text-decoration: none;
    width: auto;
    color: #383838;
    background: #fff repeat scroll 0% 0%;
    border-radius: 2px;
}

.pagination a:hover {
  background-color:#00BBA1;
}
.pagination .current {
    padding: 16px 19px 15px;
    background: none repeat scroll 0% 0% #474e4f;
    color: #FFF;
}

.pagetop span {
    display: block;
    border-radius: 0;
    background: none repeat scroll 0% 0% #474e4f;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    opacity: 0.8;
}


/*
*sidebar
*/

.side-widget ul li {
    border-bottom: 1px solid #f6f6f6;
}

.side-widget ul li:last-child {
    border-bottom: none;
}

.side-widget {
  padding-bottom:0px;
}

.side-widget a {
    color: #5E6265;
    text-decoration: none;
    padding-left: 0px;
    display: block;
    background: none;
}

#text-6 h4.side-title::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0.3em;
    text-decoration: none;
    color: #444;
}

#text-7 h4.side-title::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0.3em;
    text-decoration: none;
    color: #444;
}

.side-widget a:hover {
    color: #F90;
    background:none;
}


#categories-3 {
  border:10px solid #edece9;
  background-color:#fff;
}

#categories-3 ul {
  background-color:#fff;
}

#categories-3 li {
  font-size:14px;
  padding:15px 10px;
}

#categories-3 .side-title {
  text-align:center;
  margin:10px 0;
  padding-bottom:10px;
  color:#444;
  border-bottom:1px solid #eee;
}

#categories-3 .side-title:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 .3em;
  text-decoration: none;
  color:#444;
}

#categories-3 a {
    color: #5E6265;
    text-decoration: none;
    margin-left:10px;
    padding-left: 30px;
    display: block;
    font-weight:bold;
    color:#666;
    background: none no-repeat scroll left center transparent;
    -webkit-transition: all ease-in-out 0s;
    transition: all ease-in-out 0s;
}

#categories-3 a:hover {
    color: #00BBA1;
}

#categories-3 .cat-item {
    background: url('images/side_caticon_0_off.png') no-repeat scroll 20px center transparent;
}

#categories-3 .cat-item a:hover {
    background: url('images/side_caticon_0.png') no-repeat 0px center;
}

#categories-3 .cat-item-47 {
    background: url('images/side_caticon_1_off.png') no-repeat scroll 15px center transparent;
}

#categories-3 .cat-item-47 a:hover {
    background: url('images/side_caticon_1.png') no-repeat scroll -5px center #fff;

}


#categories-3 .cat-item-3 {
    background: url('images/side_caticon_2_off.png') no-repeat scroll 20px center transparent;
}

#categories-3 .cat-item-3 a:hover{
    background: url('images/side_caticon_2.png') no-repeat 0px center;
}


#categories-3 .cat-item-2 {
    background: url('images/side_caticon_3_off.png') no-repeat scroll 20px center transparent;
}

#categories-3 .cat-item-2 a:hover {
    background: url('images/side_caticon_3.png') no-repeat 0px center;
}

#categories-3 .cat-item-30 {
    background: url('images/side_caticon_4_off.png') no-repeat scroll 20px center transparent;
}

#categories-3 .cat-item-30 a:hover {
    background: url('images/side_caticon_4.png') no-repeat 0px center;
}

#categories-3 .cat-item-24 {
    background: url('images/side_caticon_5_off.png') no-repeat scroll 20px center transparent;
}

#categories-3 .cat-item-24 a:hover {
    background: url('images/side_caticon_5.png') no-repeat 0px center;
}


#categories-3 .cat-item-34 {
    background: url('images/side_caticon_6_off.png') no-repeat scroll 20px center transparent;
}

#categories-3 .cat-item-34 a:hover {
    background: url('images/side_caticon_6.png') no-repeat 0px center;
}

#categories-3 .cat-item-7 {
    background: url('images/side_caticon_7_off.png') no-repeat scroll 19px center transparent;
}

#categories-3 .cat-item-7 a:hover{
    background: url('images/side_caticon_7.png') no-repeat 0px center;
}


/*
*　Popular posts
*/


#wpp-3 .side-title:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 .3em;
  text-decoration: none;
  color:#444;
}

#wpp-3 ul li {
    border-bottom:1px solid #eee !important;
}



.wpp-list a,.wpp-list a:hover  {
  background:none;
  padding-left:0px;
}

.wpp-list a {
  color:#666;
}

.wpp-list a:hover {
  color:#ff9900;
}


.wpp-thumbnail {
  border:1px solid #efefef;
  margin-right:5px;
}

/*
* SNS sidebar
*/

#text-5 .side-title:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 .3em;
  text-decoration: none;
  color:#444;
}

#text-5 {
  margin-bottom:30px;
}

.sidesns span, .sidesns a {
    display: block;
    float: left;
    margin: 2px 0px 2px 0px;
    padding: 16px 19px 15px;
    text-decoration: none;
    width: auto;
    color: #383838;
    background: #fff repeat scroll 0% 0%;
    font-size:24px;
    width:11%;
    text-align:center;
}

.sidesns .tw{
    display: block;
    float: left;
    margin: 2px 0px 2px 0px;
    padding: 16px 19px 15px;
    text-decoration: none;
    width: auto;
    color: #00aced;
    background: #fff repeat scroll 0% 0%;
    font-size:24px;
    width:11%;
    text-align:center;
}

.sidesns .tw:hover {
  color:#fff;
  background:none;
  background-color:#00aced;
}

.sidesns .fb{
    display: block;
    float: left;
    margin: 2px 0px 2px 0px;
    padding: 16px 19px 15px;
    text-decoration: none;
    width: auto;
    color: #3b5998;
    background: #fff repeat scroll 0% 0%;
    font-size:24px;
    width:11%;
    text-align:center;
}

.sidesns .fb:hover {
  color:#fff;
  background:none;
  background-color:#3b5998;
}

.sidesns .gp{
    display: block;
    float: left;
    margin: 2px 0px 2px 0px;
    padding: 16px 19px 15px;
    text-decoration: none;
    width: auto;
    color: #dd4b39;
    background: #fff repeat scroll 0% 0%;
    font-size:24px;
    width:11%;
    text-align:center;
}

.sidesns .gp:hover {
  color:#fff;
  background:none;
  background-color:#dd4b39;
}

.sidesns .fd{
    display: block;
    float: left;
    margin: 2px 0px 2px 0px;
    padding: 16px 19px 15px;
    text-decoration: none;
    width: auto;
    color: #ff6600;
    background: #fff repeat scroll 0% 0%;
    font-size:24px;
    width:11%;
    text-align:center;
}

.sidesns .fd:hover {
  color:#fff;
  background:none;
  background-color:#ff6600;
}


/*
* Emergency posts
*/

#side .emgtitle {
  font-size:16px;
  letter-spacing: 0px;
  margin:0 0 0 5px;
  color:#fff;
}
#side .emgtitle_icon {
  width:20px;
  font-size:20px;
  padding:8px;
  color:#fff;
}

.side-title-emg {
  background-color:#22B6A1;
  padding:12px 0;
}

.emgposts {
  background:#fff;
  margin-top:0px;
}


.emgposts li {
  padding:20px 15px;
  clear:both;
  border-bottom:1px solid #eee;
  height:50px;
  displpay:block;
}
.emgposts li img{
  float:left;
  margin-right:10px;
  border:1px solid #eee;
  width:76px;
  height:46px;
}
.emgposts li a{
  font-size:13px;
  line-hright:1.9em;
  color:#666;
}

.emgposts li a:hover{
  text-decoration: none;
  color:#ff9900;
}

/*
* Footer
*/

.footer-02 {
  padding-bottom:40px;
}

#flogo {
  float:left;
  margin-right:50px;
}

#flogo h5 {
  margin-top:10px;
  margin-left:10px;
  font-size:14px;
  font-weight:bold;
  color:#666;
  letter-spacing: 1px;
}

#flogo p {
  margin-left:10px;
  margin-top:5px;
  font-size:14px;
  color:#666;
  line-height:1.6em;
}

#fcatelist {
    float:left;
    margin-top:30px;
}

#fcatelist a:before {
 font-family: FontAwesome;
 content:"\f105";
 color:#666;
 font-size:14px;
 margin-right:15px;
}

#fcatelist a {
  margin-left:20px;
  line-height:2em;
  color:#666;
  font-size:13px;
   text-decoration:none;
}

#fcatelist h3,#fpglist h3,#fsnslist h3,#flikebox h3 {
  padding-left:15px;
  margin-bottom:15px;
  font-weight:bold;
  color:#666;
}


#fpglist {
    margin-left:30px;
    float:left;
    margin-top:30px;
}

#fpglist a:before {
 font-family: FontAwesome;
 content:"\f105";
 color:#666;
 font-size:14px;
 margin-right:15px;
}

#fpglist a {
 padding-left:20px;
 line-height:2em;
 color:#666;
 font-size:13px;
 text-decoration:none;
}


#fcatelist a:hover,#fpglist a:hover,#fsnslist a:hover {
  color:#50c4d4;
}

#flikebox {
    margin-left:80px;
    margin-top:30px;
    float:left;
    width:450px;
}

#fcopy {
  background-color:#00BBA1;
  color:#fff;
  text-align:center;
  font-size:12px;
}



/*
* SNS button
*/

.wp_social_bookmarking_lighttop{

    border: 0 !important;
    padding: 0 !important;
    margin: 0px 0px 0px 0px !important;
}
.wp_social_bookmarking_lighttop div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0px 5px 0px 0 !important;
    height: 20px !important;
    text-indent: 0 !important;
    margin-bottom:12px !important;
}
.wp_social_bookmarking_lighttop img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
    margin-bottom:10px;
}
.wp_social_bookmarking_lighttop_clear{
    clear: both !important;
}

.wp_social_bookmarking_lightsite{
    float:right;
    border: 0 !important;
    padding: 0 !important;
    margin: 0px -20px 0px 0px !important;
}

.wp_social_bookmarking_lightsite div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0px 5px 0px 0 !important;
    height: 20px !important;
    text-indent: 0 !important;
    margin-bottom:12px !important;
}
.wp_social_bookmarking_lightsite img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
    margin-bottom:10px;
}


.wsbl_facebook_like {
    padding-bottom:130px !important;
}

.topsnsb .loop-comment-icon {
    font-size:16px;
    float:right;
    display:none;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.wsbl_pocket {
    width:115px;
    overflow:hidden;
}

.wp_social_bookmarking_lightsite .wsbl_pocket {
    width:100px;
    overflow:hidden;
}


.ssns_tw {
    display: block;
    float: left;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin-left: 0px;
    width: 49.8%;
    text-align: center;
    padding: 30px 0px;
    font-weight: bold;
    color:#ccc;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: #EFEFEF #EFEFEF #EFEFEF -moz-use-text-color !important;
}

.ssns_rss {
    display: block;
    float: left;
    margin-left: -1px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49.8%;
    text-align: center;
    padding: 30px 0px;
    font-weight: bold;
    color:#ccc;
    border-width: 1px medium 1px 1px;
    border-style: solid none solid solid;
    border-color: #efefef -moz-use-text-color #EFEFEF #EFEFEF !important;
}

.under-snstitle, .table-cta h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 48px 18px 48px;
    padding-bottom:10px;
    margin-bottom: 32px;
    border-left: none;
    border-bottom: solid 2px #00BCA1;
    line-height: 1.5;
}

/*
* Related posts
*/

.wp_rp_content {
    margin: 40px 48px 18px 48px;
}

.related_post_title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom:10px;
    margin-bottom: 32px;
    border-left: none;
    border-bottom: solid 2px #00BCA1;
    line-height: 1.5;
}

.post-share {
    padding-bottom:0px;
    border-top:none;
}

.ssns_tw:hover {
    background-color:#00aced;
    color:#fff;
}

.ssns_rss:hover {
    background-color:#ff6600;
    color:#fff;
}

/*
* page
*/

.page #main,.page #side {
    margin-top:0px;
}

.page .post-content h2 {
    font-size: 26px;
    font-weight: bold;
    background-color: #F8F6F2;
    padding: 20px;
    margin-bottom: 32px;
    border-top: solid 1px #F4F3F0;
    border-left: solid 6px #00BDA1;
    border-right: solid 1px #F4F3F0;
    border-bottom: solid 1px #F4F3F0;
}

.page .post-content h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 18px 0;
    margin-bottom: 32px;
    border-left: none;
    border-bottom: solid 2px #00BCA1;
}

.page .post-content h4 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 14px;
    border-left: solid 4px #00BDA1;
}

.page .post-content p {
    line-height: 1.9;
    color:#444;
}

/*
* Form
*/

form input[type="submit"], form button {
    padding: 12px 20px;
    border: medium none;
    background: none repeat scroll 0% 0% #00BDA1;
    color: #FFF;
}

#respond .comment-reply-title{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 18px 0;
    margin-bottom: 32px;
    border-left: none;
    border-bottom: solid 2px #00BCA1;
    line-height: 1.5;
}

.comment-form-author label, .comment-form-author input, .comment-form-email label, .comment-form-email input {
    width: 90%;
    float: none;
    margin: 20px 0px 20px;
}

/*
*11/13+4:40 add TSURUMAKI
*/


/*--
top content page
------------------------*/

.page-id-7195 .post-title {
    background: url('http://wp002.hanoblog.com/wp-content/uploads/2014/11/bad_icon01.png') no-repeat center 0px;
}
.page-id-7191 .post-title {
    background: url('http://wp002.hanoblog.com/wp-content/uploads/2014/11/implant_icon01.png') no-repeat center 0px;
}
.page-id-7193 .post-title {
    background: url('http://wp002.hanoblog.com/wp-content/uploads/2014/11/pull_icon01.png') no-repeat center 0px;
}
.page-id-7197 .post-title {
    background: url('http://wp002.hanoblog.com/wp-content/uploads/2014/11/correct_icon01.png') no-repeat center 0px;
}
.one-column #content .wrap{
    width: 1200px!important;
}
.one-column #content .post-title {
    margin: 0 auto 0;
    padding: 48px 0 0;
    text-align: center;
}
.one-column .post-content {
    padding: 0 64px 34px;
}
.one-column .post-content a,
.one-column .post-content h3{
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.one-column .post-content p {
    line-height: 1.9;
}
.one-column .post-content ul,
.one-column .post-content ol {
    margin: 0 0 0 0;
    list-style: none;
}
.one-column .post-content h2 {
    font-size: 26px;
    font-weight: bold;
    background-color: #F8F6F2;
    padding: 20px;
    margin-bottom: 32px;
    line-height: 1.4;
    border-top: solid 1px #F4F3F0;
    border-left: solid 6px #00BDA1;
    border-right: solid 1px #F4F3F0;
    border-bottom: solid 1px #F4F3F0;
}
.one-column .post-content h3 {
    clear: none;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 18px 0;
    margin-bottom: 32px;
    line-height: 1.4;
    border-left: none;
    border-bottom: solid 2px #00BCA1;
}
.one-column .post-content h4 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 14px;
    line-height: 1.4;
    border-left: solid 4px #00BDA1;
}

.one-column .post-content .tcont_box {
  margin-bottom: 40px;
  line-height: 1.8;
}
.one-column .post-content .tcont-cost ul {
  overflow: hidden;
  margin-bottom: 28px; 
}
.one-column .post-content .tcont-cost ul li {
  float: left;
  overflow: hidden;
  display: block;
  background-color: #FAFAFA;
  padding: 22px;
  border: solid 1px #ECECEC;
  color: #5f5f5f;
  width: 476px;
  text-decoration: none;
}
.one-column .post-content .tcont-cost ul li:nth-child(even){
  float: right;
}
.one-column .post-content .tcont-cost ul li .tcont-cost-img{
  float: left;
  margin-bottom: 0px; 
}
.one-column .post-content .tcont-cost .tcont-cost-text {
  margin: 0 0 0 190px;
}
.one-column .post-content .tcont-cost .tcont-cost-text h3:hover{
  color: #00BDA1;
}
.one-column .post-content .tcont-cost .tcont-cost-text h3{
  font-size: 16px;
  color: #5F5F5F;
  line-height: 1.6;
  border-bottom: none;
  padding: 0 0 6px 0;
  margin: 0;
}
.one-column .post-content .tcont-cost .tcont-cost-text p{
  margin-bottom: 0;
  font-size: 14px;
}

.one-column .post-content .tcont-flow .tcont-flow-box {
  margin: 32px 0 40px;
  padding: 0 0 32px;
  border-bottom: dotted 1px #E6E6E6;
  position: relative;
}
.one-column .post-content .tcont-flow .tcont-flow-box:first-child {
  margin-top: 0;
}
.one-column .post-content .tcont-flow .tcont-flow-box h4 {
  margin-top: 0;
  clear: none;
}
.one-column .post-content .tcont-flow .tcont-flow-box p {
  margin-bottom: 0;
}
.one-column .post-content .tcont-flow .tcont-flow-box::before {
  content: "";
  height:0px;
  width:0px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: 48%;
  border:10px solid #E6E6E6;
  border-color:transparent;
  border-top-color: #E6E6E6;
}
.one-column .post-content .tcont-flow .tcont-flow-box:last-child::before {
  display: none;
}
.one-column .post-content .tcont-flow .tcont-flow-img {
  float: right;
  margin: 0 0 0 40px;
}

.one-column .post-content .reservation_btn ,.page .reservation_btn {
  width: 372px;
  padding: 18px 32px;
  border-bottom: 5px solid #E28016;
  background-color: #FB8F17;
  color: #fff;
  border-radius: 5px;
  margin: 40px auto 0;
  display: block;
  text-align: center;
}
.one-column .post-content .post-share {
  display: none;
}


.post-content .clinic {
  margin: 0;
  padding:0;
}

.post-content .clinic img {
  width: 100%;
}

.clinic .shop_data {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #fcfbf8;
} 

.clinic .shop_data p {
  font-size: 16px;
  color: #555;
}

.shop_title {
  margin: 10px 0 5px 0;
}

.shop_train {
  margin: 30px 0;
  padding: 30px;
  background-color: #F5F0E6;
}
.shop_train p {
  margin-bottom: 0;
  padding: 10px 0 5px 0;
}


table.shop {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  background-color:#FFF
}

table.shop td { 
  margin: 0; 
  padding:17px;
 }
 
 table.shop td.bg01 { 
  margin: 0; 
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color:#00BDA1;
 }

table.shop td.bg02 { 
  margin: 0; 
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color:#F0BB48;
 }


.tel_hp {
   display: block;
  }

.tel_sp {
   display: none;
  }


p.shop_text{
  margin-bottom:0.7em;
}




@media screen and (max-width: 1250px) {
  .one-column #content .wrap{
    width: 960px!important;
    margin: 0 auto 0;
  }
  .one-column #content .post-header{
    padding: 56px 48px 30px;
  }
  .one-column #content .post-content{
    padding: 0 48px 34px;
  }
  .one-column .post-content .tcont-cost ul li {
    width: 372px;
    font-size: 14px;
  }
  .one-column .post-content .tcont-cost ul li .tcont-cost-img{
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
  .one-column .post-content .tcont-cost .tcont-cost-text{
    margin: 0;
  }
}

@media screen and (max-width: 1218px) {
  #filmback {
    height: auto;
    padding: 30px 0 24px;
    overflow: hidden;
  }
  .wrap {
    width: auto;
    overlow: hidden;
  }
  #main {
    width: 72.15%;
  }
  #side {
    width: 22.79%;
  }
}

@media screen and (max-width: 880px) {
  #header {
    height: auto;
  }
  #header #logo {
    float: none;
  }
  #header .global-navi {
    border: 1px solid #efefef;
    clear: both;
    margin: 16px 0 0 0;
  }
  #header .global-navi ul {
    width: 100%;
    margin-top: 0px;
    float: none;
  }
  #header .global-navi ul li{
    width: 100%;
    border-right: 1px solid #efefef;
  }
  #header .global-navi ul li a {
    padding: 12px 0;
  }
  #header .global-navi ul li a:hover {
    padding: 12px 0;
  }



.shop_title {
  margin: 10px 0 15px 0;
}

.shop_train {
  margin: 30px 0;
  padding: 24px;
  background-color: #F5F0E6;
}

p.shop_text {
  font-size: 14px!important;
  margin-bottom: 0;
  padding: 5px;
}

p.shop_text12 {
  font-size: 12px!important;
  margin-bottom: 0;
  padding: 5px;
}


table.shop {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  background-color:#FFF
}

table.shop td { 
  margin: 0; 
  padding:12px;
  font-size: 13px;
  line-height: 1.5;
 }
 
 table.shop td.bg01 { 
  margin: 0; 
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color:#00BDA1;
 }

table.shop td.bg02 { 
  margin: 0; 
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color:#F0BB48;
 }

  .tel_hp {
   display: none;
  }

  .tel_sp {
   display: block;
   padding: 10px;
   background-color: #f79124;
   border-bottom:solid;
   border-bottom-width: 2px;
   border-bottom-color: #c3721c;
  }

  .tel_sp a {
    color: #FFF;
    text-decoration:none;
  }


  p.tel {
    margin-bottom: 0!important;
    text-align: center;
    font-size: 18px!important;
  }


}


@media screen and (max-width: 980px) {
  .wrap {
    width:0 auto;
  }
    #side {
      width:90%;
      float:left;
    }
  #main {
    width: auto;
  }
  .post-loop-wrap article {
    padding: 10px 0 13px;
  }

  .one-column #content {
    margin: 0 20px 0;
  }
  .one-column #content .wrap{
    width: 100%!important;
  }
  .one-column #content .post-header{
    padding: 32px 32px 0px!important;
  }
  .one-column #content .post-content{
    padding: 0 32px 32px !important;
  }
  .one-column .post-content .tcont-cost ul {
    margin-bottom: 0px; 
  }
  .one-column .post-content .tcont-cost ul li {
    float: none;
    margin-bottom: 28px;
    width: auto;
    font-size: 14px;
  }
  .one-column .post-content .tcont-cost ul li:nth-child(even){
    float: none;
  }
  .one-column .post-content .tcont-cost ul li a h3 {
    color: #00BCA1!important;
  }
  .one-column .post-content .tcont-cost ul li .tcont-cost-img {
    float: left;
    margin-bottom: 0px;
  }
  .one-column .post-content .tcont-cost .tcont-cost-text{
    margin: 0 0 0 190px;
  }
  .one-column .post-content .reservation_btn,.page .reservation_btn{
    width: 78%;
  }
}

@media screen and (max-width: 680px) {
  
  /* ---------------------------------------------------------TRMK ----------*/  
    #header .wrap {
        width:90%;
        margin:0 auto;
    }
    #header #logo {
        width:290px;
    }
    
    #filmback {
      clear:both;
    }
    
    #main {
      width:95%;
      float:left;
    }
    
    #side {
      width:95%;
      float:left;
    }
    
    #postlink {
      width:90%;
      height:auto;
    }
    
    #comments {
      padding:20px;
    }
    
    .wrap {
      100%;
    }
    .post-header {
      padding:20px;
    }
    
    .single article {
      width:100%;
    }
    
    .ssns_tw {
      float:none;
      width:100%;
    }
    
    .ssns_rss {
      float:none;
      width:100%;
    }
    
    .wp_rp_content {
      margin:20px;
    }
    
    
    #content .wrap {
      margin-right:0px;
    }
    
    .post-header-meta .bzb-sns-btn {
      width:100%;
      float:none;
    }
    
    .form-submit #submit {
      width:90%;
      height:50px;
    }
    form input[type="text"] {
      width:90%;
      padding:10px;
    }
    
    .post-thumbnail img {
      margin-left:25px;
      max-width: 100%;
      height: auto;
    }
    
    .home article,.category article {
      float:none;
    }
    
    #footer {
      margin:0 auto;
      width:90%;
    }
    
    #flogo {
      float:none;
      margin:0px;
    }
    
    #fcatelist {
      float:none;
      margin:20px 0;
    }
    #fpglist {
      float:none;
      margin:20px 0;
    }
    
    #flikebox {
      display:none !important;
    }
    
    #fcopy .wrap {
      width:80%;
      padding:20px;
      
    }
    
    .post-loop-wrap .post-content {
      float:none;
    }
    
    .post-loop-wrap .post-header {
      margin-left:0px;
      
    }
    
    .post-loop-wrap .post-thumbnail {
      position:relative;
      width:100%;
      float:none;
    }
    .post-loop-wrap .post-thumbnail img {
      margin:0px;
      padding:0px;
      margin-left:-70px;
      margin-top:60px;
      width:100%;
    }
    #postlink a {
      position:relative;
      float:none;
      margin-top:160px;
      width:auto;
      height:auto;
      
    }
    
    .post-meta li {
      float:none;
      margin:0px 0 0 15px;
    }
    
    .post-loop-wrap .attachment-topcatch {
      max-width:100%;
      height:auto;
    }
    
    .home h2.post-title , .category h2.post-title{
      height:auto;
      margin:0 auto;
      padding:10px;
      
    }
    
    .post-loop-wrap .post-content p {
      margin:50px 0 0;
    }
    
    .caticon {
      display:none;
    }
    
    .global-navi {
      display:none;
    }

    .cat-content {
      width:75%;
    }

    #flogo p {
      font-size:12px;
    }

  /* ---------------------------------------------------------TRMK ----------*/  
  
  
  .one-column .post-content .tcont-flow .tcont-flow-img {
    float: none;
    margin: 0;
    padding-bottom: 20px; 
    text-align: center;
  }
  .one-column #content .post-header{
    padding: 32px 20px 0px!important;
  }
  .one-column #content .post-header h1{
    font-size: 28px;
  }
  .one-column #content .post-content{
    padding: 0 20px 0px !important;
  }
  .one-column .post-content h2 {
    font-size: 24px;
  }
  .one-column .post-content h3 {
      font-size: 20px;
  }
  .one-column .post-content h4 {
      font-size: 18px;
  }
  .one-column .post-content .tcont-cost ul li .tcont-cost-img{
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .one-column .post-content .tcont-cost .tcont-cost-text{
    margin: 0;
  }
}

.ctabox{
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
	border: 7px solid #dfdfdf;
	padding: 30px 48px 34px;
	overflow: hidden;
	font-size:13px;
	color:#444;
	margin:30px 40px;
}

.cta_button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 80px;
  border: 1px solid #018dc4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal normal normal 16px/normal "Courier New", Courier, monospace;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,151,0,0.81);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.post-cta {
    margin: 40px 0;
    background: none repeat scroll 0% 0% #F5F5F5;
    color: #383838;
    border-top: 3px solid #00BDA1;
}

.post-cta .cta-post-title {
    padding: 40px 45px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 14px;
    border-bottom: 1px solid #00BDA1;
    line-height: 1.5;
}

.post-cta .post-cta-btn a {
    background: none repeat scroll 0% 0% #5ACE5F;
    color: #FFF;
    border-radius: 3px;
    border-bottom: 5px solid #38BD3E;
    display: block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: 0px auto 20px;
}

.post-cta .post-cta-inner {
    padding: 30px 60px;
}

.post-cta p {
    margin-bottom: 0em;
    line-height: 1.8em;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}


/* bnr css*/
.bnr_sp,
.bnr_sp_index {
  display: none;
}

#text-12,
#text-14,
#text-15,
#text-16,
#text-17,
#text-20,
#text-26 {
  position: relative;
}

#text-12 span,
#text-14 span,
#text-15 span,
#text-16 span,
#text-17 span,
#text-19 .side-l span,
#text-19 .side-r span,
#text-20 span,
#text-26 span {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 8px 2px;
  font-size: 10px;
  color: #333;
  background: rgba(255,255,255,0.8);
}


@media screen and (max-width: 980px) {
  #text-12,
  #text-14,
  #text-15,
  #text-16,
  #text-17,
  #text-19,
  #text-20,
  #text-22,
  #text-23 {
    display: none;
  }
  .bnr_sp,
  .bnr_sp_index {
    display: block;
    position: relative;
  }
  .bnr_sp a,
  .bnr_sp_index a {
    position: relative;
  }
  .bnr_sp span,
  .bnr_sp_index span {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 4px 6px 2px;
    font-size: 10px;
    color: #333;
    background: rgba(255,255,255,0.8);
  }
  .bnr_sp_index {
    margin-bottom: 20px;
    text-align: center;
  }
  .bnr_sp {
   margin: 0px 20px 20px;
   text-align: center;
  }
}

.post-share-fb {
  text-align:center;
}



/*---
--- PR text---*/
#text-13 .textwidget .prtext {
  font-size: 13px;
}
#text-13 .textwidget .prtext .prtext_title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
#text-13 .textwidget .prtext .prtext_mayumi a,
#text-13 .textwidget .prtext .prtext_setagaya a{
  margin-bottom: 8px;
  color: #00BBA1;
  font-size:15px;
}
#text-13 .textwidget .prtext .prtext_mayumi a:hover,
#text-13 .textwidget .prtext .prtext_setagaya a:hover{
  text-decoration: underline;
  color: #00BBA1;
}

#text-13 .textwidget .prtext .prtext_mayumi a b,
#text-13 .textwidget .prtext .prtext_setagaya a b{
  font-weight: bold;
}

#text-13 .textwidget .prtext span {
  padding: 2px 8px 2px;
  font-size: 10px;
  color: #fff;
  background: rgba(25,25,25,0.8);
  margin-right: 4px;
}


#main .sp_index_prtext {
  display: none;
}
.sp_post_prtext {
  display: none;
}

@media screen and (max-width: 980px) {

#text-13 {
  display: none;
}

#main .sp_index_prtext,
.sp_post_prtext {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

#main .sp_index_prtext .prtext_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sp_post_prtext {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #e1e1e1;
  font-size: 15px;
}

.sp_post_prtext .prtext_title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

#main .sp_index_prtext .prtext_mayumi,
.sp_post_prtext .prtext_mayumi,
.sp_post_prtext .prtext_setagaya{
  margin-bottom: 20px;
}
#main .sp_index_prtext span,
.sp_post_prtext span {
  padding: 2px 8px 2px;
  font-size: 10px;
  color: #fff;
  background: rgba(25,25,25,0.8);
  margin-right: 4px;
}

#main .sp_index_prtext .prtext_mayumi b,
.sp_post_prtext .prtext_mayumi b,
#main .sp_index_prtext .prtext_setagaya b,
.sp_post_prtext .prtext_setagaya b {
  font-weight:bold !important;
}

}


/* --------takahashi ----------*/
.side-l,
.side-r {
  display: table-cell;
  position: relative;
}
.side-bn {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}

.hide {
  display: none;
}





/* --------takahashi ご予約はこちら----------*/
.tel-pc {
  display: block;
}
.tel-sp {
  display: none;
}



@media screen and ( max-width: 550px ){
.tel-pc {
  display: none;
}
.tel-sp {
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif ,monospace;　
}
.tel-sp .fa {
  margin:0 8px 0 0;
}
.tel-sp a {
  text-decoration: none;
}

}

/* --------下固定バナー----------*/

#float-cta {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 550px) {
  #float-cta {
    display: block;
  }
}

#float-cta p {
  font-size: 12px;
  margin-bottom: 2px;
}

#float-cta .cta-sp {
  overflow: hidden;
  padding: 0 10px;
}

#float-cta .cta-sp img.tel_r {
  margin-right: 1%;
}

#float-cta .cta-sp img {
  width: 49.5%;
  float: left;
}

/* --------記事下テキスト広告リンク----------*/

.table-cta h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and ( max-width: 550px ){
  .table-cta h3 {
    margin: 20px;
    text-align: center;
  }
}

.table-cta .table {
  padding: 30px 45px;
}

@media screen and ( max-width: 550px ){
  .table-cta .table {
    padding: 20px;
  }
}

.table-cta .table .sp{
  display: none;
}

@media screen and ( max-width: 550px ){
  .table-cta .table .sp{
    display: block;
  }
}

.table-cta .table table {
  width: 100%;
  border: 1px solid #bebebe;
  border-collapse: collapse;
}

.table-cta .table table th {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #bebebe;
  line-height: 1.5;
}

@media screen and ( max-width: 550px ){
  .table-cta .table table th {
    padding: 10px;
    font-size: 14px;
  }
}

.table-cta .table table td {
  padding: 20px;
  border: 1px solid #bebebe;
  line-height: 1.5;
}

@media screen and ( max-width: 550px ){
  .table-cta .table table td {
    padding: 10px;
    font-size: 14px;
  }
}



/* --------takahashi 下固定バナー 虫歯治療の流れ　20161122----------*/
#common-cta-sp {
  display: none;
}
@media screen and ( max-width: 550px ){
  #common-cta-sp {
    display: block;
    position: fixed;
    bottom: -2px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
  }

}




#text-27 {
  margin-bottom: 16px !important;
}



/* --------takahashi スマホ記事一覧下バナー削除 20170224----------*/
@media screen and ( max-width: 980px ){
  #text-27 {
    display: none;
  }
}


/* --------takahashi 歯周病CTA 20170328----------*/
.cat30-img {
    float: right;
    margin: 0 0 16px 16px;
    width: 248px;
}

.post-cta .post-cta-btn a  {
    max-width: 300px;
}



@media screen and ( max-width: 820px ){
  .post-cta {
    padding: 0 !important;
  }

  .post-cta .cta-post-title {
    padding: 40px 16px !important;
  }

  .post-cta .post-cta-inner {
    padding: 30px 20px !important;
  }

}


@media screen and ( max-width: 550px ){
  .cat30-img {
      float: none;
      margin: 0 0 16px 0;
      width: 100%;
  }

  .cat30-img img {
    width: 100%;
  }

  .post-cta .post-cta-btn a {
    max-width: 100%;
    width: auto;
  }

}




/* --------takahashi CTA 20170421----------*/
#new-cta {
  padding: 24px;
  background: #f5f5f5;
  border-bottom: solid 1px #eaeaea;
}

@media screen and ( max-width: 550px ){
  #new-cta {
    padding: 8px;
  }
}




#new-cta .post-cta  {
  margin: 0;
  background: #fff;
}


#new-cta .cta-post-title {
  margin-bottom: 0;
  padding: 64px 40px 40px !important;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  background: #00bda1;
}

@media screen and ( max-width: 550px ){
  #new-cta .cta-post-title {
    font-size: 24px;
    padding: 64px 16px 40px !important;
  }

}

#new-cta #cta30.cta-post-title:before {
  content: url("./images/cta_img_30.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#new-cta #cta34.cta-post-title:before {
  content: url("./images/cta_img_34.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#new-cta #cta7.cta-post-title:before {
  content: url("./images/cta_img_7.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#new-cta #cta2.cta-post-title:before {
  content: url("./images/cta_img_2.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#new-cta #cta58.cta-post-title:before {
  content: url("./images/cta_img_58.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#new-cta #cta9.cta-post-title:before {
  content: url("./images/cta_img_58.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#new-cta #cta00.cta-post-title:before {
  content: url("./images/cta_img_58.jpg");
  position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#new-cta .cta-post-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 189, 161, 0);
  border-top-color: #00bda1;
  border-width: 20px;
  margin-left: -20px;
}

#new-cta .post-cta-inner {
  padding: 40px !important;
}

@media screen and ( max-width: 550px ){
  #new-cta .post-cta-inner {
    padding: 40px 16px 0 !important;
  }

}




#new-cta .post-cta-btn a {
  background: none repeat scroll 0% 0% #ff8d00;
  color: #FFF;
  border-radius: 3px;
  border-bottom: 5px solid #cc7000;
  display: block;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  margin: 0px auto 20px;
}


/* --------takahashi 特定の記事にPR挿入 201703612----------*/
.pr {
  display: none;
}

.postid-13545 .pr {
  display: block;
  color: #fff;
  padding: 3px 8px;
  background: #4eb7a3;
}

.postid-13545 .post-meta {
  margin-bottom: 16px;
  overflow: hidden;
}
.postid-13545 .post-meta li {
  margin-right: 0;
  padding-right: 12px;
}
.postid-13545 .post-meta li.date {
  line-height: 16px;
}


@media screen and ( max-width: 680px ){
  .postid-13545 .post-meta {
    margin-top: 16px;
  }
  .postid-13545 .post-meta li {
    float: left;
    margin: 0;
  }

}