@charset "utf-8";
/* ------------------------------------------------------
    kizi 
--------------------------------------------------------- */
#single {
}
#single h1 {
	display: block;
	clear: both;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 20px;
	background-color: #ededed;
	background-image: url(img/kasou/icon_kizi_2x.png);
	background-size: 27px 25px;
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
	letter-spacing: 0.15em;
}
#single img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: block;
}
/* アイキャッチ */
#eyecatch img {
	margin-bottom: 30px;
}
/* 日付 */
#blog_date time {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-family: 'Quicksand', sans-serif;
}
/* カテゴリ */
#blog_date #cat {
	display: inline-block;
	margin-bottom: 20px;
}
#blog_date #cat a {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 0.1em;
	padding: 2px 8px;
}
@media all and (-ms-high-contrast:none) {
	#blog_date #cat a{
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";}
}

#blog_date #cat .type_pink { background-color: #fbcbc4;}
#blog_date #cat .type_blue { background-color: #c9e2f2;}
#blog_date #cat .type_green { background-color: #c3da98;}

#cat .catbg{
	background-color: #dcdcdc;
}
#cat .catbg.myhouse{
	background-color: #fbcbc4;
}
#cat .catbg.renovation{
	background-color: #c9e2f2;
}
#cat .catbg.modelhouse{
	background-color: #c3da98;
}

/* 記事本文 */
#post {
	overflow: hidden;
	margin-bottom: 40px;
	word-wrap: break-word; /* 英文自動折り返し */
}
#post h2, #post h3, #post h4 {
	display: block;
	clear: both;
	line-height: 1.8;
}
#post h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
#post h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
}
#post h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
#post p {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 16px;
	font-size: 1.6rem;
}
#post a {
	color: #2C56F8;
}
#post a:hover {
}
#post strong {
	font-weight: bold;
}
#post ul, #post ol {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#post ul {
	list-style-type: disc;
}
#post ol {
	list-style-type: decimal;
}
#post li{
	margin-bottom: 5px;
}
/* テーブル */
#post table {
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	width: calc(100% - 2px) ;
	text-align: left;
	border: 1px solid #bbb;
	    font-size: 1.4rem;
		word-break: break-all;
}

#post td, #post th {
	border: 1px solid #bbb;
	padding: 10px 15px 7px;
	line-height: 1.5;
	word-break:normal;
    vertical-align: middle;
	word-break: break-all;
}
#post th {
	background: #eee;
}
/*  画像回り込み 
--------------------------------------------------------- */
.alignnone {
	margin-top: 10px;
	clear: both;
}
.alignleft {
	float: left;
	margin: 15px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 15px 0 20px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 15px auto 20px;
}
/*  ページャー - single - 
--------------------------------------------------------- */

.pagenation {
	margin: 0 auto 0;
	overflow: hidden;
}
.previous {
	float: left;
}
.next {
	float: right;
}
.pagenation a {
	display: block;
	background-color: #FFF;
	font-size: 15px; font-size: 1.5rem;
	letter-spacing: 0.2em;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 40px;
	width: 110px;
	font-family: 'Quicksand', sans-serif;
}
.pagenation a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #000;
}
/* 一覧へ戻る */
.center_back_link a {
	background-color: #000;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	display: block;
	font-size: 15px; font-size: 1.5rem;
	letter-spacing: 0.2em;
	padding-top: 4px;
	border: 1px solid #000;
	border-radius: 40px;
	width: 110px;
	margin: 0 auto;
}
.center_back_link a:hover {
	opacity: 1;
	color: #000;
	background-color: #FFF;
}
	

/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
}

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
#contents {
	width: 90%;
}
/* ------------------------------------------------------
    kizi 
--------------------------------------------------------- */
#single h1 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 8px;
}
/* アイキャッチ */
/* 日付 */
#blog_date time {
	margin-right: 8px;
}
/* カテゴリ */
#blog_date #cat {
	margin-bottom: 10px;
}
#blog_date #cat a {
	font-size: 11px;
	margin-right: 4px
}
/* 記事本文 */
#post h2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 10px;
}
#post h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
#post h4 {
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
#post p {
	margin-bottom: 20px;
	line-height: 1.8;
}
#post a {
	color: #2C56F8;
}
#post ul {
	margin-bottom: 20px;
	margin-left: 5px;
}
#post ol {
	margin-left: 5px;
}
/*  画像回り込み 
--------------------------------------------------------- */
#post p img {
	max-width: 60%;
	height: auto;
}
/*  ページャー - PREV　NEXT - 
--------------------------------------------------------- */
.pagenation {
	margin: 0 auto 2%;
}
.previous {
	width: 49%;
	margin-bottom: 2%;
}
.next {
	width: 49%;
	margin-bottom: 2%;
}
.pagenation a {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}
/*一覧へ戻る*/

.center_back_link {
	clear: both;
	overflow: hidden;
}
.center_back_link a {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
}
}

/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
#single h1 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
/*  画像回り込み -解除-
--------------------------------------------------------- */
#post p img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: none;
	margin-right: 0;
	display: block;
}
.alignright {
	float: none;
	margin-left: 0;
	display: block;
}
}
