.post ul li {list-style: none;
}
.itiran ul {margin:0 !important;
padding: 0 5px !important;}
p.list-title {
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 0;
}

ul.kijisita {
	background-color: #ffffe0;
	margin-top: 0;
}

div.tiiki p {
	margin: 0 15px 10px;
	font-size: 90%;
	line-height: 1.4em;
}

div.tiiki h2 {
	font-size: 100%;
}

.post p.orange {
	color: #ff6600;
	margin-bottom: 5px;
}

/*サイドメニューのリンク黒系*/
#mybox a {
	color: #333;
}

/*囲い単価について*/
.post div.tanka {
	margin: 30px 20px 10px;
	padding: 0 0 5px;
	background-color: #fbf7ce;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.post div.tanka p {
	margin: 10px 30px 15px !important;
	font-size: 100%;
	line-height: 1.7em;
}

.post div.tanka div.t-mi {
	margin: -10px 15px 20px !important;
	font-size: 120%;
	line-height: 1.1em;
	font-weight: bold;
}

.post div.tanka div.t-mi .siro {
	background-color: #fff;
}

/*見出しセンター*/
.post p.md-c {
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 50px 0 !important;
	font-size: 20px !important;
}

/*駆け込み寺のホームページ*/
.post p.hp {
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	padding: 0 30px 15px;
	margin: 0;
}

.post h2 {
	margin-top: 40px;
}

.post h3 {
	margin: 30px 5px 5px;
	padding: 0;
}

/*読み飛ばし用*/
.post div.indent p {
	margin: 0 5px 10px 15px;
	font-size: 90%;
}

.post div.indent {
	margin-bottom: 50px;
}

/*ボタンの下の見出し*/
.post p.bottom {
	font-size: 165%;
	font-weight: bold;
	margin-top: 50px;
}

/*100万円以上の見積は要注意（上）*/
.post p.chui {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

/*100万円以上の見積は要注意（下）*/
.post p.chui2 {
	font-size: 130%;
	font-weight: bold;
	margin: 80px 0 5px;
	padding: 5px 20px;
	background-color: #fed600;
}

strong,b {
	background-color: #feed79;
}

.post p.chui b {
	background-color: #fed600;
}

.post p span.koiki {
	background-color: #fed600;
}

.post p.btn-ue {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*黄色い下地*/
.kiiro {
	background-color: #ffffe0;
	margin: 10px 0;
	padding: 10px;
}

.post .kiiro p {
	margin: 0 15px 15px;
	line-height: 1.7em;
}

.post .kiiro h2 {
	background-color: #ffd700;
}

.post .kiiro h2:after {
	border-top: 10px solid #ffd700;
}

.post .kiiro h2:before {
	border-top: 10px solid #ffd700;
}

.kiiro ul {
	margin: 10px 0 0;
	font-size: 90%;
}

.kiiro li {
	background-image: url(images/come.png);
}

/*new！ボタン2016/01/08～*/
/*横幅・高さ変更*/
div.btn a,div.btn-l a {
	display: inline-block;
	width: 80%;
	margin: 5px 3%;
	padding: 5px 3px;
	text-align: center;
	outline: none;
	color: #fff;
	background-color: #55BB00;
	font-size: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66cc00+0,66cc00+50,379c02+51,66cc00+100 */
	background: #66cc00;
/* Old browsers */
	background: -moz-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00',endColorstr='#66cc00',GradientType=0);
/* IE6-9 */
	border: 2px solid #379C02;
	border-radius: 5px;
	font-weight: bold;
}

div.btn-l a {
	margin: 15px 1% 30px;
	padding: 10px 2px;
	text-align: center;
	font-size: 180%;
	width: 94%;
	line-height: 1.2em;
	transform: scale(1,1.2);
	text-decoration: none;
}

div.btn::before,
div.btn::after,
div.btn-l::before,
div.btn-l::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

div.btn,
div.btn::before,
div.btn::after,
div.btn-l,
div.btn-l::before,
div.btn-l::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div.btn a:hover,
div.btn-l a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: #9dd53a;
/* Old browsers */
	background: -moz-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a',endColorstr='#7cbc0a',GradientType=0);
/* IE6-9 */
	border: 2px solid #b6e026;
	text-decoration: none;
}

/*地域の外壁塗装比較表*/
table.tiiki {
	width: 100%;
	margin: 0 0 10px;
}

table.tiiki td {
	background-color: #fff;
}

table.tiiki td img {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*比較表*/
table.hikaku {
	font-size: 75%;
	width: 100%;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #ccc;
}

table.hikaku th {
	border: 1px solid #ccc;
	width: 10%;
}

table.hikaku td {
	border: 1px solid #ccc;
	font-size: 100%;
	padding: 0;
	line-height: 1.2em;
}

/*比較表ここまで*/
/*ランキング表の中身*/
dl.rank {
	display: table;
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
	margin-bottom: 15px;
	border: 2px solid #fa8072;
}

dl.rank p {
	margin: 0;
	padding: 0;
}

.rank dt,.rank dd {
	display: table-cell;
}

.rank dt {
	border: 1px solid #fa8072;
	border-right: none;
	width: 200px;
	text-align: center;
	font-size: 90%;
}

.rank dd table {
	padding: 0;
	margin: 0;
	min-height: 270px;
	font-weight: bold;
}

/*表の中身*/
.post .rank td {
	width: 16%;
	text-align: center;
	background-color: none;
	padding: 0;
}

.rank tr:first-child {
	background-color: #ffe4c4;
}

.post .rank table tr:nth-child(even) {
	background-color: #fff;
}

/*表ここまで*/
.left {
	float: left;
	margin: 0 10px 5px 0;
}

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
}

.small {
	font-size: 80%;
	line-height: 1.5em;
}

div.gr ul {
	margin: 0;
	padding: 0 10px;
}

.post p.matome {
	font-size: 90%;
/*border: 1px solid #afeeee;
	color: #1e90ff;*/
	margin-top: 15px;
	line-height: 1.6em;
	background-color: #E0FFC1;
	padding: 10px;
}

.post p.midasi {
	font-size: 20px;
	color: #ff6347;
	color: #ff4500;
	margin-top: 15px;
	line-height: 1.6em;
	font-weight: bold;
/*text-align: center;*/
}

.post p.md,.post p.md-f {
	font-size: 17px;
	font-weight: bold;
	padding: 3px 30px 3px 0;
	margin: 0 5px 15px 0;
	line-height: 1.6em;
	text-align: right;
	background-image: url("https://ie-tosou.net/wp/wp-content/uploads/2017/02/ya.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.post p.md-f {
	margin: 0 5px 0 0;
}

/*----------------------------------------------------
    トップページ一覧表
----------------------------------------------------*/
.post table.itiran {
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #808080;
}

.itiran th, .itiran td {
	padding: 10px;
	border: 1px solid #808080;
	font-weight: normal;
}

.itiran td {
	background: #fff;
}

.itiran th {
	background: #EBF6FA;
	font-size: 90%;
	width: 30%;
	text-align: left;
}

.itiran ul {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
}

.gr {
	padding: 15px;
	margin: 15px 0 25px;
	background-color: #fffacd;
	font-size: 100%;
	line-height:1.5em;
}

/*背景黄緑ul*/
ul.bg-c {
	padding: 30px 0 30px 40px;
	margin: 5px 0 25px;
	background-color: #EBF6FA;
	font-size: 100%;
}

.g, #content .g img {
	text-align: center;
}

.post h4 {
	background-color: #40e0d0;
}

/*リスト */
.post ul.box {
	list-style-type: none;
	background-color: #f1daa4;
}

.post h2 {
	/*background: #ed5656;
	background: #40e0d0;
	border: 0 solid #40e0d0;*/
	font-size: 20px;
}

/*.post h2:after {
	border-top: 10px solid #40e0d0;
}

.post h2:before {
	border-top: 10px solid #40e0d0;
}*/

.clear {
	clear: both;
}

/*フッター追加PR*/
#pr {
	text-align: left;
	margin: 5px 30px;
}

#pr p.catch {
	margin: 0;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	padding: 15px;
}

#contents p.catch {
	margin: 10px 25px 5px;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 10px;
}

#pr h3 {
	margin: 0 0 15px;
	padding: 0 10px;
	border: 2px solid #6699CC;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height: 190%;
	display: block;
	text-align: left;
	clear: both;
}

#pr p {
	padding: 5px 0;
	margin: 0;
	font-size: 110%;
}

table {
	border-top: solid 3px #fa8072;
	border-bottom: solid 3px #fa8072;
	border-collapse: collapse;
	width: 96%;
	margin: 5px 20px 10px;
	text-align: center;
}

table tr.line {
	border-bottom: 1px solid #fa8072;
}

table#w50 {
	width: 60%;
}

table tr:nth-child(1) {
	background-color: #ffe4c4;
	font-weight: bold;
}

th {
	border-bottom: solid 1px #fa8072;
	border-right: dashed 1px #fa8072;
/*background-color: #ffe4c4;*/
	padding: 1px 3px;
	font-size: 100%;
}

th.lv1 {
	width: 200px;
	background-color: #ffe4c4;
}

th.lv2 {
	width: 180px;
	background-color: #ffe4c4;
	text-align: center;
}

th.lv3,th.lv4 {
	width: 80px;
	text-align: center;
}

th.lv5 {
	width: 45px;
	text-align: center;
}

th.lv6 {
	width: 60px;
	text-align: center;
}

table.kekka {
	border: solid 3px #fa8072;
	border-collapse: collapse;
	width: 96%;
	margin: 1px 20px 10px;
}

table.kekka td {
	border-right: solid 1px #fa8072;
	border-bottom: dashed 1px #fa8072;
	text-align: center;
	padding: 2px 0;
	width: 12%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

table.kekka td.top {
	border-bottom: solid 1px #fa8072;
	border-right: solid 1px #fa8072;
	background-color: #ffe4c4;
}

table.kekka tr {
	width: 10%;
}

table.kekka td.ph {
	width: 300px;
	background-color: #fff;
}

table.kekka td.ph p {
	margin-bottom: 4px;
}	

td {
	border-bottom: solid 1px #fa8072;
	border-left: dashed 1px #fa8072;
	line-height: 1.8em;
	width: 75px;
	padding: 3px 0;
}

td.af {
	text-align: 2em;
	padding: 5px 0;
}

.blue {
	color: #4e7ac7;
}

.red {
	color: #ff3333;
}

.left-img {
	margin-top: 8px;
	margin-left: 15px;
	float: left;
	width: 220px;
	height: 210px;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #0000ff;
}

.f-left {
	float: left;
}

/*地図*/
iframe {
	float: right;
	padding: 5px 0 0 20px;
}

/*h3 {
	clear: both;
	padding-left: 15px;
}*/
/*○×*/
div.tbox {
	float: left;
	width: 100px;
	text-align: center;
}

div.tbox2 {
	float: left;
	width: 265px;
	padding-left: 20px;
	text-align: center;
}

div.tbox-a {
	border-left: solid 1px #307eb8;
	border-top: solid 1px #307eb8;
	background-color: #87cefa;
	line-height: 1.8em;
	font-weight: bold;
}

div.tbox-b {
	border-left: solid 1px #307eb8;
	border-top: solid 1px #307eb8;
	border-bottom: solid 1px #307eb8;
	line-height: 1.3em;
	padding-top: 4px;
	margin-bottom: 10px;
	height: 60px;
}

div.tbox2 div.tbox-b {
	border-left: solid 1px #307eb8;
	border-top: solid 1px #307eb8;
	border-bottom: solid 1px #307eb8;
	line-height: 1.4em;
	padding-top: 4px;
	margin-bottom: 10px;
	height: 60px;
	font-size: 105%;
}

div.last {
	border-right: solid 1px #307eb8;
}

div.koe, div.koe2 {
	padding: 15px;
	border: 1px solid #6495ed;
	margin: 5px 0 25px;
	background-color: #f5fffa;
}

div.koe p, div.koe2 p {
	font-size: 90% !important;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0;
}

div.koe h2, div.koe2 h2 {
	font-size: 100%;
	margin: 0 0 15px !important;
	/*padding: 5px 15px;*/
}

.post p.hp {
	padding: 30px 0 15px;
}

@media only screen and (max-width:480px) {
	.post div.tanka p {
		margin: 5px 15px 10px !important;
	}
	
	table.itiran {
		border: none;
		border-right: 1px solid #808080;
		margin: 0 0 20px;
	}
	
	.itiran th,.itiran td {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		display: block;
		border-left: none;
		font-size: 100%;
	}
	
	.itiran td {
		border-bottom: none;
		border-top: none;
	}
	
	.itiran th:nth-child(2),itiran td:nth-child(2) {
		border-top: 1px solid #808080;
	}
	
	.itiran td {
		border-bottom: none;
	}
	
	.itiran tr:first-child th {
	/*border-top: 1px solid #808080;*/
	}
	
	.itiran li {
		font-size: 80%;
	}
	
	/*div.koe {
		padding: 15px;
	}*/
	
	div.koe p {
		font-size: 14px;
	}
	
	.post p {
		font-size: 16px;
	}
	#side ul li{padding: 7px 0 !important;}
}

/*
	Jetpack から移行された CSS
*/

