@charset "UTF-8";
/*
Theme Name: miraie
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Sycmica Inc.
Version: 1.0
*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tleft {
  text-align: right;
}

.tcenter {
  text-align: center;
}
.tunder{
  text-decoration:underline; 
}

.tright {
  text-align: right;
}
.small {
  font-size: 0.9em;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.ml40 {
  margin-left: 40px;
}

.big {
  font-size: 1.2em;
}

.bb {
  border-bottom: 1px solid #ccc;
}

figure {
  margin: 0;
}

a {
  color: #1a4487;
}

table {
  width: 100%;
  border: 1px solid #ccc;
}
table th {
  text-align: center;
  width: 30%;
  background-color: #eee;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 8px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #333;
  font-family: Mairyo,"メイリオ",sans-Serif;
}

/* *****************************
 *
 * style for TOP
 *
 **************************** */
.main-img {
  position: relative;
}
.main-img header {
    position: absolute;
    width: 883px;
    margin: 0 auto;
    left: 10%;
    top: 5%;
}

@media (min-width: 1281px) {
	
.main-img header {
   position: absolute;
    width: 965px;
    margin: 0 auto;
    left: 10%;
    top: 5%;
}

  
}

.main-img header h1 {
  margin: 0;
  float: left;
}
.main-img header nav {
   background: url(img/top/nav_bg.png) no-repeat 0 0;
   background-size: 96% 100%;
   width: 545px;
   height: 38px;
   float: right;
}

@media (min-width: 1281px) {
	
	.main-img header nav {
   background: url(img/top/nav_bg.png) no-repeat 0 0;
   background-size: 100% 100%;
   width: 620px;
   height: 38px;
   float: right;
}
  
}

.main-img header nav ul {
  margin-top: 12px;
}
.main-img header nav ul li {
  font-size: 1.2rem;
  font-size: 12px;
  float: left;
  padding: 0px 12px;
  /* padding: 0 6px 0 12px; */
  background: url(img/common/nav_brdr.png) no-repeat left top;   
}

@media (min-width: 1281px) {
	
	.main-img header nav ul li {
    font-size: 1.2rem;
    font-size: 12px;
    float: left;
    padding: 0px 19px;
    /* padding: 0 6px 0 12px; */
    background: url(img/common/nav_brdr.png) no-repeat left top;
}
  
}

.main-img header nav ul li a {
  text-decoration: none;
  color: #333;
}
.main-img header nav ul li a:hover {
  color: #ff5b00;
}
.main-img header nav ul li:first-child {
  background: none;
}
.main-img header nav ul:after {
  display: block;
  content: "";
  clear: both;
}
.main-img header:after {
  display: block;
  content: "";
  clear: both;
}

.lyr {
  margin-bottom: 28px;
}
.lyr header {
  background: url(img/top/brdr_bg.gif) repeat left top;
  text-align: center;
  padding: .2em 0;
  margin-bottom: 28px;
}
.lyr .lyr-inner {
  width: 960px;
  margin: 0 auto;
}
.lyr .lyr-inner .box3 {
  width: 318px;
  float: left;
  border-left: 1px solid #ccc;
  font-size: 1.2rem;
  font-size: 12px;
  height: 280px;
}
.lyr .lyr-inner .box3 h2 {
  height: 130px;
  text-align: center;
}
.lyr .lyr-inner .box3 h2 a img {
  vertical-align: middle;
}
.lyr .lyr-inner .box3 p {
  padding: 0 20px;
}
.lyr .lyr-inner .box3 p.more {
  text-align: center;
  
}
.lyr .lyr-inner .box3:last-child {
  border-right: 1px solid #ccc;
}
.lyr .lyr-inner .box2 {
  width: 460px;
  float: left;
  margin-bottom: 24px;
  margin-right: 40px;
}
.lyr .lyr-inner .box2 p.more {
  text-align: right;
  margin-top: 18px;
}
.lyr .lyr-inner .box2 dl {
  width: 460px;
  min-height: 70px;
}
.lyr .lyr-inner .box2 dl dt {
  float: left;
  width: 80px;
  margin-right: 10px;
}
.lyr .lyr-inner .box2 dl dd {
  float: left;
  width: 370px;
  margin: 0 0 8px 0;
}
.lyr .lyr-inner .box2 dl:after {
  display: block;
  content: "";
  clear: both;
}
.lyr .lyr-inner .box2:last-child {
  margin-right: 0;
}
.lyr .lyr-inner:after {
  display: block;
  clear: both;
  content: "";
}

.lyr:nth-child(odd) header h1 {
  padding-top: 36px;
}
.lyr:nth-child(odd) .box2 {
  padding: 24px 0 0 0;
}
.lyr:nth-child(odd) .box2 .right {
  width: 340px;
  position: relative;
}
.lyr:nth-child(odd) .box2 .right h3 {
  margin: 0 0 16px 0;
}
.lyr:nth-child(odd) .box2 .right p {
  margin: 0;
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1.6;
  height: 72px;
}
.lyr:nth-child(odd) .box2 .right p.more {
  position: absolute;
  bottom: -50%;
  right: 0;
}
.lyr:nth-child(odd) figure {
  float: left;
  width: 104px;
  margin: 0;
}

.lyr.lyr01, .lyr.lyr02, .lyr.lyr03 {
  position: relative;
}

.lyr.lyr02, .lyr.lyr04 {
  background: url(img/top/brdr_bg.gif) repeat left top;
}

.lyr.lyr01 header:after {
  display: block;
  content: url("img/top/arrow.gif");
  position: absolute;
  left: 48%;
  top: 70px;
}

.lyr.lyr02 {
  padding-bottom: 14px;
}
.lyr.lyr02 p.more {
  position: absolute;
  bottom: -50%;
  right: 0;
}

.lyr.lyr02:after {
  display: block;
  content: url("img/top/arrow.gif");
  position: absolute;
  left: 48%;
  top: 99%;
}

.lyr.lyr03:after {
  display: block;
  position: absolute;
  left: 48%;
  margin-bottom: 0;
  top: 100%;
  z-index: 1000;
}

.lyr.lyr03 {
  margin-bottom: 0;
}

.lyr.lyr04 {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.lyr.lyr04 header{
  margin-bottom: 0;
}
.lyr.lyr04 h2 {
  font-size: 1.3rem;
  font-size: 13px;
}
.lyr.lyr04 .left,
.lyr.lyr04 .right {
  height: 180px;
}
.lyr.lyr04 .right {
  width: 260px;
}
.lyr.lyr04 .left table {
  border: none;
  font-size: 1.2rem;
  font-size: 12px;
}
.lyr.lyr04 #map.left{
  width: 300px;
  height: 180px;
  margin-right: 18px;
}
.lyr.lyr04 .left table th {
  background-color: transparent;
  vertical-align: top;
  width: 20%;
  text-align: left;
}
.lyr.lyr04 .left table th, .lyr.lyr04 .left table td {
  border: none;
  padding: .3em;
}

.lyr.lyr05 {
  background-color: #e2e2e2;
  font-size: 1.1rem;
  font-size: 11px;
  padding: 18px 0;
  margin-bottom: 0;
}
.lyr.lyr05 .box3 {
  border-left: none;
  border-right: none;
  height: auto;
}
.lyr.lyr05 .box3 dl {
  margin-top: 0;
}
.lyr.lyr05 .box3 dl dt {
  margin-bottom: 8px;
}
.lyr.lyr05 .box3 dl dd {
  margin-bottom: 4px;
}
.lyr.lyr05 .box3 a {
  color: #333;
  text-decoration: none;
}
.lyr.lyr05 .box3 ul li {
  margin-bottom: 4px;
}
.lyr.lyr05 .box3:last-child {
  border-right: none;
}
.lyr.lyr05 p {
  color: #999;
  clear: both;
  font-size: 1.0rem;
  font-size: 10px;
  margin: 0;
  padding-top: 24px;
}
.lyr.lyr05 p a {
  color: #999;
  text-decoration: none;
}

/* *****************************
 *
 * style for bottom pages
 *
 **************************** */
.wrapper header {
  width: 960px;
  margin: 0 auto;
  padding-top: 24px;
}
.wrapper header h1 {
  margin: 0;
  float: left;
}
.wrapper header nav {
  background: url(img/common/nav_bg_02.png) no-repeat 0 0;
  width: 620px;
  height: 38px;
  background-size: 100% 100%;
  float: right;
}
.wrapper header nav ul {
  margin-top: 12px;
}
.wrapper header nav ul li {
  font-size: 1.2rem;
  font-size: 12px;
  float: left;
  padding: 0 19px;
  background: url(img/common/nav_brdr.png) no-repeat left top;
}
.wrapper header nav ul li a {
  text-decoration: none;
  color: #333;
}
.wrapper header nav ul li a:hover {
  color: #ff5b00;
}
.wrapper header nav ul li:first-child {
  background: none;
}
.wrapper header nav ul:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper header:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .breadcrum {
  background: url(img/top/brdr_bg.gif) repeat left top;
  height: 40px;
}
.wrapper .breadcrum nav {
  width: 960px;
  margin: 0 auto;
  font-size: 11rem;
  font-size: 11px;
}
.wrapper .breadcrum nav ul {
  list-style: none;
}
.wrapper .breadcrum nav ul li {
  background: url(img/common/ico_bc_arrow.png) no-repeat 100% 0;
  padding-top: 14px;
  padding-right: 30px;
  margin-left: 14px;
  height: 26px;
  float: left;
}
.wrapper .breadcrum nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.wrapper .breadcrum nav ul li:first-child {
  margin-left: 0;
}
.wrapper .breadcrum nav ul li:last-child {
  background: none;
}
.wrapper .conts {
  width: 960px;
  margin: 0 auto 24px;
}
.wrapper .conts article {
  width: 704px;
  margin-right: 14px;
  line-height: 1.6;
}
.wrapper .conts article header {
  background: url(img/common/brdr_dott.gif) no-repeat left 100%;
  margin-bottom: 36px;
}
.wrapper .conts article header h1 {
  background: url(img/common/ico_h2.gif) no-repeat left 9px;
  padding: 0 0 8px 30px;
  font-weight: normal;
  width: 680px;
}
.wrapper .conts article > section {
  padding: 0 10px;
  margin-bottom: 80px;
}
.wrapper .conts article section header {
  background: none;
}
.wrapper .conts article section h2 {
  background: url(img/common/ico_h2.gif) no-repeat left 6px;
  padding: 0 0 0 30px;
  margin-top: 42px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 2.4rem;
  font-size: 24px;
}
.wrapper .conts article section .blue {
  padding: 10px;
  background-color: #f2f8fc;
  margin-bottom: 18px;
}

.wrapper .conts article section .blue ul li{
  list-style:disc inside;
  margin-left: 1em;
  text-indent:-1em; 
}
.wrapper .conts article section .blue ul li p{
  text-indent: 0;
}
.wrapper .conts article section .blue ul li p.ti1{
  text-indent: -1em;
}
.wrapper .conts article section .red {
  padding: 7px;
  background-color: #ece0e4;
  margin-bottom: 18px;
}
.wrapper .conts article section ul {
  margin-bottom: 24px;
}
.wrapper .conts article section p img.left {
  margin-right: 12px;
}
.wrapper .conts article section p img.right {
  margin-left: 12px;
}
.wrapper .conts article section table th {
  text-align: left;
  padding: 4px;
}
.wrapper .conts aside {
  width: 240px;
  margin-top: 24px;
}
.wrapper .conts aside .menu {
  border: 1px solid #ccc;
  margin: 12px 0 16px;
}
.wrapper .conts aside .menu a{
  text-decoration: none;
}
.wrapper .conts aside .menu > ul > li {
  background: url(img/common/ico_arrow.gif) no-repeat 10px 16px;
  width: 208px;
  padding-left: 30px;
  padding-top: 13px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  color: #1a4487;
}
.wrapper .conts aside .menu > ul > li ul.pulldown {
  font-size: 1.3rem;
  font-size: 13px;
  margin-left: -30px;
  margin-top: 8px;
  border-top: 1px solid #ccc;
}
.wrapper .conts aside .menu > ul > li ul.pulldown li {
  background: url(img/common/pull_bg.jpg) repeat 0 0;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.wrapper .conts aside .menu > ul > li ul.pulldown li a {
  display: inline-block;
  background: url(img/common/ico_check.png) no-repeat 0 2px;
  font-weight: normal;
  color: #333;
  padding: 4px 0 4px 20px;
  text-decoration: none;
  vertical-align: bottom;
}
.wrapper .conts aside .menu > ul > li ul.pulldown li.active,
.wrapper .conts aside .menu > ul > li ul.pulldown li:hover {
  background: url(img/common/pull_active.jpg) repeat 0 0;
}
.wrapper .conts aside .menu > ul > li ul.pulldown li:last-child {
  border-bottom: none;
}
.wrapper .conts aside .menu li.current {
  padding-bottom: 0;
}
.wrapper .conts aside .menu li:last-child {
  border-bottom: none;
}
.wrapper .conts aside .news {
  background: url(img/common/triangle_small.gif) no-repeat left top;
  border: 1px solid #ccc;
  margin: 12px 0 16px;
}
.wrapper .conts aside .news header {
  background: url(img/common/brdr_dott.gif) no-repeat left 33px;
  width: 238px;
  height: 36px;
  padding-top: 0;
}
.wrapper .conts aside .news header h1 {
  font-size: 1.4rem;
  font-size: 14px;
  margin: 10px 0  0 20px;
}
.wrapper .conts aside .news section {
  padding: 8px 14px 0;
}
.wrapper .conts aside .news section dl {
  font-size: 1.1rem;
  font-size: 11px;
}
.wrapper .conts aside .news section dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.wrapper .conts aside .news section dl dd {
  margin-bottom: 8px;
  margin-left: 0;
}
.wrapper .conts aside .news section dl dd a {
  color: #333;
}
.wrapper .conts aside .news section p {
  margin: 0 0 4px;
}
.wrapper .conts aside .link{
  width: 240px;
}
.wrapper .conts aside .link img{
  max-width: 230px;
  padding: 5px;
  margin-bottom: 6px;
  border:1px solid #ccc; 
}
.wrapper .conts:after {
  display: block;
  content: "";
  clear: both;
}

.pl70{
	padding-left:30px!important;
}

.ins-box3{
	width:640px;
	height:200px;
	clear:both;
}


/* *****************************
*
* style for 検査内容
*
**************************** */
.tax-small{
  font-size: 1.0rem;
  font-size: 10px;
}
.wrapper .conts .ins, .wrapper .conts .kekkan-wrap {
  padding: 0 20px;
  border: 1px solid #ccc;
  margin-bottom: 24px;
}
.wrapper .conts .ins header, .wrapper .conts .kekkan-wrap header {
  width: 644px;
  padding-top: 12px;
  background-image: none;
  margin-bottom: 12px;
}
.wrapper .conts .ins header h1, .wrapper .conts .kekkan-wrap header h1 {
  background: url(img/common/ico_scope.png) no-repeat left 1px;
  border-bottom: 1px dotted #ccc;
  width: 614px;
  font-size: 2.0em;
  font-size: 20px;
}
.wrapper .conts .ins p, .wrapper .conts .kekkan-wrap p {
  margin-bottom: 0;
  margin-top: 0;
}
.wrapper .conts .ins ul, .wrapper .conts .kekkan-wrap ul {
  margin-bottom: 0;
}
.wrapper .conts .ins ul li, .wrapper .conts .kekkan-wrap ul li {
  margin-bottom: 8px;
  font-weight: bold;
}
.wrapper .conts .ins ul li p, .wrapper .conts .kekkan-wrap ul li p {
  font-weight: normal;
}
.wrapper .conts .ins .ins-box, .wrapper .conts .ins .kekkan-box, .wrapper .conts .kekkan-wrap .ins-box, .wrapper .conts .kekkan-wrap .kekkan-box {
  border: 1px solid #ccc;
  padding: 16px 10px 6px 10px;
  width: 180px;
  float: left;
  min-height: 130px;
  margin: 0 6px 24px 6px;
}
.wrapper .conts .ins .ins-box p, .wrapper .conts .ins .kekkan-box p, .wrapper .conts .kekkan-wrap .ins-box p, .wrapper .conts .kekkan-wrap .kekkan-box p {
  font-size: 1.2rem;
  font-size: 12px;
  vertical-align: middle;
}
.wrapper .conts .ins .ins-box figure, .wrapper .conts .ins .kekkan-box figure, .wrapper .conts .kekkan-wrap .ins-box figure, .wrapper .conts .kekkan-wrap .kekkan-box figure {
  text-align: center;
  margin: 0;
}
.wrapper .conts .ins .ins-box, .wrapper .conts .kekkan-wrap .ins-box {
  border: none;
}
.wrapper .conts .ins .ins-box:nth-child(3n), .wrapper .conts .kekkan-wrap .ins-box:nth-child(3n) {
  clear: both;
}
.wrapper .conts .ins .kekkan-box, .wrapper .conts .kekkan-wrap .kekkan-box {
  border: none;
}
.wrapper .conts .ins:after,
.wrapper .conts .kekkan-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .conts .kensa-tbl th{
  text-align: center;
}
.wrapper .conts .kensa-tbl th.kensa{
  width: 150px;
}
.wrapper .conts .kensa-tbl th.fee{
  width: 100px;
}
.wrapper .conts .kensa-tbl th.naiyo{
  width: 344px;
}
.wrapper .conts .left .bnr-area{
  position: relative;
}
.wrapper .conts .left .bnr-area #btn-mskm{
  position: absolute;
  left:351px;
  top:75px;
}
.wrapper .conts .left .bnr-area #btn-mskm:hover{
  position: absolute;
  left:353px;
  top:77px;
}

/* *****************************
*
* style for 住宅検査業務のご案内
*
**************************** */
.wrapper .conts .left.gyoumu header,
.wrapper .conts .left.flat35 header {
  margin-bottom: 0;
}
.wrapper .conts .left.gyoumu header h2,
.wrapper .conts .left.flat35 header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper .conts .left.gyoumu ul,
.wrapper .conts .left.flat35 ul {
  margin-bottom: 0;
}
.wrapper .conts .left.gyoumu table.g-tbl th,
.wrapper .conts .left.flat35 table.g-tbl th {
  text-align: center;
  width: 40%;
}
.wrapper .conts .left.gyoumu table.g-tbl td,
.wrapper .conts .left.flat35 table.g-tbl td {
  text-align: center;
  width: 30%;
}

.wrapper .conts .left.flat35 section section {
  margin-bottom: 26px;
}
.wrapper .conts .left.flat35 section section .flow {
  margin-top: 18px;
  background: url(img/flat35/brdr_ver.gif) repeat-y 18px 0 #f2f8fc;
  padding: 10px;
}
.wrapper .conts .left.flat35 section section .flow header {
  padding-top: 0;
}
.wrapper .conts .left.flat35 section section .flow header h3 {
  background: url(img/flat35/ico_circle.gif) no-repeat left 2px;
  border-bottom: none;
  padding-left: 30px;
  font-weight: bold;
}
.wrapper .conts .left.flat35 h2.f35 {
  background: none;
  padding: 0;
}
.wrapper .conts .left.flat35 h2 {
  margin-top: 42px;
  margin-bottom: 10px;
}
.wrapper .conts .left.flat35 h3,
.wrapper .conts .left.zeisei h3 {
  background: url(img/common/ico_h3.gif) no-repeat left 7px;
  padding-left: 20px;
  border-bottom: 2px solid #1a4487;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.wrapper .conts .left.flat35 figure.right {
  margin-left: 12px;
}

  /* *****************************
*
* style for 取材をご希望の方
*
**************************** */
.wrapper .conts .left.syuzai header {
  margin-bottom: 0;
}
.wrapper .conts .left.syuzai header h2 {
  margin-bottom: 12px;
}
.wrapper .conts .left.syuzai table.s-tbl th {
  width: 30%;
  text-align: center;
}
.wrapper .conts .left.syuzai table.s-tbl td {
  width: 70%;
}

  /* *****************************
*
* style for 会社概要
*
**************************** */
.wrapper .conts .left.company section header {
  padding-top: 0;
  margin-bottom: 12px;
}
.wrapper .conts .left.company section header h2 {
  margin-top: 0;
}
.wrapper .conts .left.company section section {
  margin-bottom: 32px;
}
.wrapper .conts .left.company section section header {
  width: 684px;
}
.wrapper .conts .left.company section section header h3 {
  background: url(img/common/ico_h3.gif) no-repeat left 7px;
  padding-left: 20px;
  border-bottom: 2px solid #1a4487;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.wrapper .conts .left.company section section table th {
  text-align: center;
}
.wrapper .conts .left.company section h3 {
  background: url(img/common/ico_h3.gif) no-repeat left 7px;
  padding-left: 20px;
  border-bottom: 2px solid #1a4487;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.wrapper .conts .left.company section .shop-tbl {
  font-size: 1.2rem;
  font-size: 12px;
  width: 100%;
  border: 1px solid #ccc;
}
.wrapper .conts .left.company section .shop-tbl th {
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}
.wrapper .conts .left.company section .shop-tbl td {
  text-align: left;
  border-right: none;
  border-left: none;
  padding: 4px 8px;
  border-bottom: none;
  border-top:none;
}
.wrapper .conts .left.company section .shop-tbl th.reg,
.wrapper .conts .left.company section .shop-tbl td.reg {
  width: 120px;
}
.wrapper .conts .left.company section .shop-tbl th.name,
.wrapper .conts .left.company section .shop-tbl td.name {
  width: 214px;
}
.wrapper .conts .left.company section .shop-tbl th.address,
.wrapper .conts .left.company section .shop-tbl td.address {
  width: 250px;
}
.wrapper .conts .left.company section .shop-tbl th.tel,
.wrapper .conts .left.company section .shop-tbl td.tel {
  width: 100px;
}
.wrapper .conts .left.company section .shop-tbl a {
  color: #1a4487;
  text-decoration: underline;
}

/* *****************************
*
* style for 検査済み安心住宅
*
**************************** */
.wrapper .conts .left.kensazumi section table.kensa-tbl{
  font-size: 1.2rem;
  font-size: 12px;
  margin-bottom: 24px;
}
.wrapper .conts .left.kensazumi section table.kensa-tbl td {
  width: 15%;
}
.wrapper .conts .left.kensazumi section table.kensa-tbl td.img {
  width: 30%;
  padding: 1em;
  text-align: center;
}
.wrapper .conts .left.kensazumi section table.kensa-tbl td.img img{
  max-width: 150px;
  }
.wrapper .conts .left.kensazumi section table.kensa-tbl th {
  width: 15%;
  text-align: center;
}


/* *****************************
*
* style for　検査可能地域
*
**************************** */
.wrapper .conts .left.area section table.area-tbl{
  border: none;
  width: 100%;
  table-layout: fixed;
  word-break:break-all;
  word-wrap:break-word;
}

.wrapper .conts .left.area section table.area-tbl th{
  text-align: center;
}

.wrapper .conts .left.area section table.area-tbl th.bnn.area{
  border: none;
  background-color: transparent;
  width: 5%;
}
.wrapper .conts .left.area section table.area-tbl td.area{
  border-top: 1px solid #a2ebee;
  border-bottom: 1px solid #a2ebee;
  border-left: none;
  text-align: center;
  background-color: #effeff;
}
.wrapper .conts .left.area section table.area-tbl tr th:nth-child(5),
.wrapper .conts .left.area section table.area-tbl tr td:nth-child(5){
  width: 19%;
}




/* *****************************
*
* style for　住宅保証のご案内
*
**************************** */
.wrapper .conts .left.hosyo section table.ho-tbl{
  border: 1px solid #ccc;
}
.wrapper .conts .left.hosyo section table.ho-tbl th,
.wrapper .conts .left.hosyo section table.ho-tbl td{
  border: 1px solid #ccc;
  width: 150px;
  text-align: center;}
.wrapper .conts .left.hosyo section table.ho-tbl th{
  background-color: #eee;
}
.wrapper .conts .left.hosyo section table.ho-tbl th.name{
  width: 20%;
}
.wrapper .conts .left.hosyo section table.ho-tbl td.green{
background-color: #f7fce3;
text-align: right;
width: 30%;
}
.wrapper .conts .left.hosyo section table.hj-tbl,
.wrapper .conts .left.hosyo section table.hj-tbl th,
.wrapper .conts .left.hosyo section table.hj-tbl td{
  background-color: transparent;
  border: none;
}

/* *****************************
*
* style for　お問い合わせ
*
**************************** */
.wrapper .conts .left.contact section table.con-tbl{
  width: 100%;
  border: none;
}
.wrapper .conts .left.contact section table.con-tbl th{
  text-align: center;
  width: 30%;
}
.wrapper .conts .left.contact section table.con-tbl td.bnn{
  border: none;
}


/* *****************************
*
* style for　ページ送り
*
**************************** */
#single-navi{
  border-top: 1px dotted #ccc;
  margin-top: 36px;
  padding-top: 8px;
}

#single-navi a{
  text-decoration: none;
}
.post-next{
  float: right;
} 
.post-previous{
  float: left;
}
#single-navi:after{
  display: block;
  content: "";
  clear: both;
}

.hpb-cnt-tb-cell1{
  background-color:#eee; 
}

/* *****************************
*
* 共通　style
*
**************************** */

.pt10 {
	padding-bottom:10px;
}
/* *****************************
 *
 * yokoduka_edit_201607
 *
 **************************** */
 .heignt_300 {
   height: 300px !important;
}
.lyr .lyr-inner .box3 h2.height_auto {
  margin-top: 18px !important;
}
.lyr .lyr-inner .box3 .height_auto {
  height: auto !important;
  margin: 10px auto 0 auto !important;
}
.mg_top_92 {
  margin-top: 92px !important;
}
.mg_top_105 {
  margin-top: 105px !important;
}
.lyr .lyr-inner .foot_nav {
  width: 240px;
}
.lyr .lyr-inner .foot_nav dd {
  margin-left: 1em;
}

/* *****************************
 *
 * miyazawa_edit_201607
 *
 **************************** */
 .reWide01 th {
	 width: 136px;
	 }
.reWide02 {
	 width: 23%;
	 }
.reWide03 {
	 width: 13%;
	 }
.reWide04 {
	 width: 19%;
	 }
.reWide05 {
	 width: 8%;
	 }
.reWide06 {
	 width: 25%;
	 }
.reWide07 {
	 width: 12%;
	 }
.reWide08 {
	 width: 13%;
	 }
.reWide09 {
	 width: 13%;
	 }	
.reWide10 {
	 width: 19%;
	 }	

.ser_04_img1{
	text-align: center;
	margin-top:15px;
}
.ser_04_img2{
	text-align: center;
}
.ser_04_img3{
	text-align: center;
}
.ser_06_img1{
	text-align: center;
	margin-top: 15px;
}
.ser_06_img2{
	text-align: center;
	margin-top: 1px;
}
.ser_06_img3{
	text-align: center;
	margin-top: 10px;
}
.ser_09_img1{
	text-align: center;
	margin-top: 15px;
}
.ser_09_img2{
	text-align: center;
	margin-top: -17px;
}
.ser_09_img3{
	text-align: center;
	margin-top: 10px;
}
.less_margin23{
	margin-top:-24px;
}
.more_1{
	margin-top:36px;
}
.more_2{
	margin-top:36px;
}
.more_3{
}
.more_4{
	margin-top:17px;
}
.more_5{	
}
.more_6{
	margin-top:105px;
}
.more_7{
	margin-top:64px;
}
.more_8{
	margin-top:64px;
}
.more_9{
	
}

