/*
Theme Name: オリジナルテーマ
Theme URI: http://www.esmilesys.co.jp/
Description: Original theme
Version: 1.0
Author: e-smile systems
Tags: 
*/

/*----------------------------------------
ワードプレス内だけで使用するスタイルを記述
共通枠で使用しているIDやCLASS名は使用しないこと
----------------------------------------*/

/*Pocketボタンの幅調整*/
.wsbl_pocket {
 width: 85px;
}
/*Google+ボタンの幅調整*/
.wsbl_google_plus_one {
 width: 28px !important;
 height: 30px !important;
}
/*twitterボタンの幅調整*/
.wsbl_twitter {
 width: 77px !important;
}

/* 記事 */
.post {
	clear: both;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #c9caca;
	border-top: #14449b solid 5px;
	line-height: 2;
	font-size: 105%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.post img {
	max-width: 610px;
	height: auto;
}
.post:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
.post ol,
.post ul {
	margin-left: 20px;
}


/* タイトル */
.post .post_title{
	position:relative;
	padding: 0 15px 15px;
	font:bold 28px/1.6 Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #D9D9D9;
	background:#fff;
	margin: 15px 5px 10px;
	line-height: 1.4;
	color: #383838;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.post .post_title a {
	color: #333;
	text-decoration: none;
}
.post .post_title a:hover {
	text-decoration: underline;
}

/* 日付 */
.post .post_date {
	float: right;
	clear: both;
	padding: 0px 14px 10px;
	color: #888888;
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

/* カテゴリ */
.post .post_category {
	clear: both;
	padding: 5px 0px 0px;
	border-top: 1px solid #DDDDDD;
	font-size: 80%;
	color: #888888;
	text-align: right;
}
.post .post_category a {
	color: #888888;
	text-decoration: none;
}
.post .post_category2 {
}
.post .post_category2 li {
	float: left;
	font-size: 80%;
	margin-right: 10px;
	list-style: none;
}
.post .post_category a:hover {
	text-decoration: underline;
}

/* 本文 */
.post_content h2 {
	clear: both;
}
.post_content {
	margin: 0px 14px 20px
}

.post_content iframe {
	max-width: 100%;
}
/* 見出し */
.post h2 {
	margin:20px 0;
	font-size:25px;
	padding: 8px 10px;
  	border-top: 1px solid #444;
 	 border-bottom: 1px solid #444;
}
.post h3{
	font-size: 120%;
	margin-bottom: 15px;
	padding: 4px 10px;
  	background-color: #f6f6f6;
  	border-left: 6px solid #ccc;
}
.post .top_contact h3 {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: none;
	background: none;
	border-left: none;
}
.post .tbl {
	margin-bottom: 10px;
}
.post h4{ 
    position: relative;
    color: #333333;
    font-size: 110%;
    background: url(http://www.house888.biz/img/blog/bg_h4.gif); 
    background-repeat: repeat;
    border-radius: 10px;
    padding: 5px 10px 5px 38px;
    margin-bottom: 10px;
}

.post h4::before,
.post h4::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #14449b;
    content: '';
}

.post h4::before {
    top: calc(50% - 3px);
    left: 10px;
}

.post h4::after {
    top: calc(50% + 3px);
    left: 15px;
}
.post #ts-fab-below h4 {
	font-size: auto;
	background: none;
     	padding: 0;
}
.post h5 {
	font-size: 105%;
    margin: 0 0 1.5em;
	background: url(http://www.house888.biz/img/blog/bg_h5.gif) no-repeat left 4px; 
     padding-left: 18px;
	margin-bottom: 6px;
}
.post h6 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #3bb149;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.post h6:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #3bb149;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.post table th,
.post table td {
	padding: 5px ;
	border: 1px solid #999999;
}
.yarpp-related a {
	color: #333 !important;
	font-weight: normal !important;
}
/* ページナビ */
#wp_pagenavi {
	clear: both;
}
#wp_pagenavi:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#wp_pagenavi .next {
	float: right;
}

#wp_calendar,
#wp_archives,
#wp_category,
#wp_new_article,
#wp_tag  {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #14449b;
}
#wp_calendar .in,
#wp_archives .in,
#wp_category .in,
#wp_new_article .in,
#wp_tag .in {
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
#wp_calendar h3,
#wp_archives h3,
#wp_category h3,
#wp_new_article h3,
#wp_tag h3 {
	padding: 0 0 5px;
	color: #FFFFFF;
	font-size: 17px;
	position: relative;
	text-align: center;
}
#wp_calendar table {
	width: 100%;
}
#wp_calendar thead th,
#wp_calendar tbody td {
	padding: 2px 0;
	text-align: center;
}
#wp_calendar thead th {
	background: #fce0bb;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#wp_archives li,
#wp_category li,
#wp_tag li {
	padding: 2px 0 5px 20px;
	background: url(http://www.house888.biz/img/navi/p.gif) no-repeat 7px 6px;
	border-bottom: 1px solid #DDDDDD;
	list-style: none;
}
#wp_archives li a,
#wp_category li a,
#wp_tag li a,
#wp_new_article li a {
	color: #333;
}
#wp_new_article li {
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	list-style: none;
	overflow: auto;
	font-size: 95%;
}
#wp_new_article li img {
	padding: 5px 0 10px 2px;
}
#wp_category .children  li {
	margin: 5px 0 0;
	background: url(http://www.house888.biz/img/navi/pp.gif) no-repeat 5px 7px;
	border-bottom: none;
}
/* =Images
-------------------------------------------------------------- */

.post img {
	margin: 0;
	height: auto;
	max-width: 100%
}
.post .attachment img {
	max-width: 900px;
}
.post .alignleft,
.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.post .alignright,
.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.post .aligncenter,
.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post img.alignleft,
.post img.alignright,
.post img.aligncenter {
	margin-bottom: 12px;
}
.post .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.post .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.post .wp-smiley {
	margin: 0;
}
.post .gallery {
	margin: 0 auto 18px;
}
.post .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.post .gallery img {
	border: 2px solid #cfcfcf;
}
.post .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post .gallery dl {
	margin: 0;
}
.post .gallery img {
	border: 10px solid #f1f1f1;
}
.post .gallery br+br {
	display: none;
}
.post .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Share button */
.snsShareArea {
	padding-top: 0;
}
.snsShareArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  margin-bottom: 0px;
}
.snsShareArea a{
  box-sizing: border-box;
  display: block;
  float: left;
  width: 48%;
  margin: 1%;
  padding: .7em 0;
  border-radius: 3px;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.btn--twitter {
  background:#22A0DC;
}
.btn--twitter:hover {
  background: #55acee;
}
.btn--facebook{
  background: #3b5998;
}
.btn--google{
  background: #dd4b39;
}
.btn--line {
  background: #33A738;
}
.btn--line:hover {
  background: #54bc4d;
}
.btn--hatena{
  background: #008FDE;
}
.btn--pocket{
  background: #ee4056;
}
.btn--tumblr{
 background: #36465d;
}
.btn--pinterest{
 background: #c60120;
}
.sharedaddy h3 {
font-size: 21px !important;
padding-top: 0 !important;
vertical-align: top !important;
}
/*-------------------------------------------------
  ブログ一覧
-------------------------------------------------*/

#works .wp_social_bookmarking_light {
	overflow: auto;
}

#works dl {
	overflow: hidden;
	background:#FFF url(http://www.house888.biz/img/info/bg_blog.png) no-repeat right top;
	padding: 20px;
	text-align: left;
	border:#666 solid 3px;
	border-top: none;
	color: #555;
}
#works {
	border-top: #666 solid 3px;
}
#works dl:hover {
	background: #F2FFE3 url(http://www.house888.biz/img/info/bg_blog.png) no-repeat right top;
}
#works dl b.title {
	display: block;
	font-size: 140%;
	margin-bottom: 10px;
	margin-top: 6px;
}
#works dd {
	margin-left: 270px;
}
#works dd .txt {
	clear: none;
	margin-top: -50px;
}
#works dd .share {
	background: none;
	padding: 0px;
	border: none;
}
#works dd .share li {
	margin-right: 5px;
}
#works a .day {
	color :#27A936;
}
#works a .category {
	border:#27A936 solid 1px;
	font-size: 12px;
	color :#27A936;
	padding: 1px 10px 0;
} 
#works a {
	text-decoration: none;
}
#works a b.title {
	color: #333;
}
#works dt {
	margin-bottom: 5px;
	float: left;
	margin-right: 20px;
}

#works2 ul {
}
#works2 li {
	background:#FFF;
	padding: 20px;
	list-style: none;
	display: block;
	text-align: left;
	overflow: auto;
	border:#27a936 solid 4px;
	color: #555;
}
#works dl:hover b.title {
	text-decoration: underline;
}
#works2 li b.title {
	display: block;
	font-size: 140%;
	margin-bottom: 10px;
}
#works2 li a {
	color: #333;
}
#works2 li.pad {
	margin-right: 0;
}
#works2 li img {
	border-radius: 5px;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
}
#main .sub_link {
	padding-top: 20px;
}
#main .sub_link li {
	float: left;
	list-style: none;
	margin-bottom: 15px;
	width: 31%;
	margin-left: 3%;
}
#main .sub_link li.cb_pc {
	margin-left: 0px;
}
#main .sub_link li img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
/*-------------------------------------------------
  エアコン（地域別）ページ
-------------------------------------------------*/
#aircon_page #navi.wp_navi {
	display: none;
}
#aircon_page #page_title_in img {
	display: none;
}
#aircon_page #top_line td {
	display: block;
}
#aircon_page #top_line th {
	font-size: 16px;
	display: block;
	white-space:normal; 
	padding: 10px;
}
#aircon_page #top_line td.cen {
	width: auto;
	padding: 0;
	background: #FFF;
	padding-top:10px;
}
#aircon_page #top_line td.cen a {
	width: auto;
	padding: 0;
}
#aircon_page #top_line td.cen p {
	padding: 0 10px 10px;
	background: #FFF;
}
#aircon_page #course_box .faq_box,
#aircon_page #course_box .voice_box {
	padding: 0;
	box-shadow: none;
}
.post .wp-caption, .alignnone{
	max-width: 100%;
}
@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
#main .sub_link li.cb_pc {
	clear: both;
}
}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
/* 日付 */
.post .post_date {
	float: none;
}
.post img {
	max-width: 100%;
	height: auto;
}
#works {
	border-top: #666 solid 2px;
}
#works dl {
	border:#666 solid 2px;
	border-top: none;
	padding: 15px;
}
#works dd b.title {
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 50%;
}
#works a .day {
	font-size: 85%;
}
#works a .category {
	display: block;
	text-align:center;
	margin-left: 50%;
}
#works dt {
	width: 45%;
	margin-right: 5%;
}
#works dt img {
	width: 100%;
	height: auto;
}
#works dd {
	margin-left: auto;
}

#works2 li {
	border:#27a936 solid 2px;
}
#works2 li b.title {
	font-size: 100%;
	margin-bottom: 0px;
}
#works2 li {
}
#works2 li img {
	width: 45%;
	height: auto;
}
.post .top_contact h3 {
	margin-bottom: 5px;
}
.post .top_contact h3 img {
	width: 250px;
	height: auto;
}
}
@media only screen and (max-width: 640px){
/*--------------------------------------------------
	スマホにのみ適応
--------------------------------------------------*/
#main .sub_link {
	overflow: auto;
}
#main .sub_link li {
	float: left;
	margin-right: 3%;
	width: 48.5%;
	margin-left: 0;
}
#main .sub_link li:nth-child(2),
#main .sub_link li:nth-child(4) {
	margin-right: 0;
}
#main .sub_link li img {
	width: 100%;
	height: auto;
}
#works .share {
	clear: both;
	margin-bottom: 0;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}


}

/*Simple Author Boxの執筆者名のリンクを無効化*/
.saboxplugin-authorname a{
	pointer-events: none;
}