@charset "utf-8";
/*
Theme Name: Original01
Theme URI: https://under-d.com/
Description: 太田建設オリジナルテーマ
Author: UNDER DESIGN
Version: 1.0
Tags: 
*/



.clear{clear: both; margin: 0px; padding: 0px; visibility: hidden; height: 1px; overflow: hidden;}


/*top-contents*/
#top-contents {
	float: right;
	width: 570px;
}
#top-contents a:hover img{opacity:0.5;}
#top-contents a:hover img{-moz-opacity:0.5;}
#top-contents a:hover img{filter: alpha(opacity=50);}

#top-new ul {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	list-style-image: url(img/point_green.gif);
}
#top-new li {
	padding: 3px 0px 0px 0px;
}
.top-newmark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	margin-right: 5px;
	padding: 1px  5px;
}

#top-gal-wrap {
	border-top: 1px solid #D9C4A3;
	border-left: 1px solid #D9C4A3;
	margin-top: 15px;
}
#top-gal-wrapin {
	width: 556px;
}
.top-gal-box {
	float: left;
	width: 139px;
}
.top-gal-boxin {
	border-right: 1px solid #D9C4A3;
	border-bottom: 1px solid #D9C4A3;
	padding: 2px;
}
.top-gal-ph {
	margin-bottom: 5px;
}
.top-gal-ph img {
	width:134px;
	height:94px;
}
.top-gal-name {
	background-image: url(img/point_green.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 15px;
	margin-bottom: 1px;
}
.top-gal-sub {
	font-size: 10px;
	color: #999999;
	padding-left: 15px;
	margin-bottom: 3px;
}
#top-advice {
	background-image: url(img/top_advicebg.gif);
	background-repeat: no-repeat;
	background-color: #F4EEE0;
	padding: 50px 10px 15px 15px;
	margin-bottom: 30px;
}
.top-advice-btn {
	float: left;
	width: 134px;
	margin-bottom: 5px;
}

#top-contact-text {
	float: left;
	width: 342px;
}
#top-contact-image {
	float: right;
	width: 192px;
}

/*blog*/
#side {

}
#contents {

}
.sidepanel {
	background-color: #F4EEE0;
	background-image: url(img/bg_bar.gif);
	background-repeat: repeat-x;
	padding: 15px;
	line-height: 15px;
	margin-bottom: 3px;
}
.sidepanel a {color:#4D4D4D;text-decoration:none;}
.sidepanel a:visited {color:#4D4D4D;text-decoration:none;}
.sidepanel a:hover {color:#B2B2B2;text-decoration:none;}
.sidepanel a:active {color:#4D4D4D;text-decoration:none;}
.sidepanel h3 {
	font-size:0.85rem;
	font-weight: bold;
	color: #BE914B;
	padding: 3px 0px 5px 0px;
}
.sidepanel ul {
	list-style-image: url(img/point_red.gif);
	padding: 0px 0px 0px 0px;
}
.sidepanel li {
	margin:0 0 5px 0;
	padding: 5px 0px 2px 0px;
	border-bottom:#999 dotted 1px;
}
.side-bunner {
	margin-bottom: 5px;
}








/*entry*/


/* 前の記事　次の記事リンク
------------------------------------------------------*/

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  color: #0bd;
}
.prev-next-link a:hover {
  background-color: #f6f6f6;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}
.prev-next-label {
  font-size: .825rem;
  color: #000;
  margin-bottom: 10px;
}

/* Responsive */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}
/* Arrows */
.prev-link {
  background: url(images/arrow-prev.svg) no-repeat 10px center;
}
.next-link {
  background: url(images/arrow-next.svg) no-repeat right 10px center;
}
.prev-link,
.next-link {
  background-size: 16px 28px;
}



.entry-box {
	clear:both;

	padding: 15px 0px 0px 0px;
	margin-bottom: 60px;
}
.entry-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	float: left;
	width: 60px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1em;
	margin-top: 8px;
}
.entry-date-year {
	background-image: url(img/blog_date01.gif);
	background-repeat: no-repeat;
	padding: 4px;
}
.entry-date-date {
	background-image: url(img/blog_date02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 0px 11px 0px;
	font-size: 14px;
}
.entry {
	clear:both;
	width:100%;
}
.entry-title {
	font-size:1.2rem;
	margin:10px 0;
}
.entry-title a {color:#835200;text-decoration:none;}
.entry-title a:visited {color:#835200;text-decoration:none;}
.entry-title a:hover {color:#B2B2B2;text-decoration:none;}
.entry-title a:active {color:#4D4D4D;text-decoration:none;}
.entry-comment {
	text-align: right;
	border-bottom: 1px solid #D9C4A3;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 1px 0px;
}
.entry-text {
	margin-bottom: 25px;
	line-height: 20px;
}
.entry-text p {
	margin-top: 1.5em;
}
.entry-text img {
	margin-bottom: 10px;
}
.entry-text .alignleft {
	float: left;
	margin-right: 12px;
}
.entry-text .alignright {
	float: right;
	margin-left: 20px;
}
.entry-text .aligncenter {
	display: block;
	text-align: center;
	margin: 12px auto;
}
.entry-data {
	background-image: url(img/bg_bar2.gif);
	padding: 5px;
}
.entry-cat {
	float: left;
	width: 370px;
}
.entry-url {
	float: right;
	width: 110px;
	text-align: right;
}

/*comment*/
#comments {
	margin-bottom: 10px;
}
.accordion-box h2 {
	font-size: 14px;
	font-weight: bold;
	color: #C9799E;
	background-image: url(img/comment_headbg.jpg);
	background-repeat: no-repeat;
	padding: 13px 28px;
	line-height: 1em;
	border: 1px solid #D9C4A3;
}
.comment-list {
	background-color: #F4EEE0;
	padding: 15px 15px 0px 15px;
}
.comment-text {
	background-color: #FFFFFF;
	background-image: url(img/comment_textbg.gif);
	background-repeat: no-repeat;
	padding: 13px 15px 5px 15px;
}
.comment-author {
	background-image: url(img/comment_authorbg.gif);
	background-repeat: no-repeat;
	padding: 13px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
}
.comment-name {
	font-size: 12px;
}
#respond {
	margin-bottom: 50px;
}
#comment-form {
	padding: 10px 0px 10px 15px;
}
#comment-form dl {
	margin: 0px;
	padding: 0px;
}
#comment-form dt {
	margin: 0px;
	padding: 0px;
}
#comment-form dd {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.comment-inputarea {
	width: 300px;
	border: 2px solid #CCCCCC;
	padding: 3px;
	margin: 0px;
}
.comment-textarea {
	width: 530px;
	border: 2px solid #CCCCCC;
}
#comments .accordion-content {
	padding: 5px 0px 20px 0px;
	background-color: #F4EEE0;
}
#contents .navigation {
	margin-bottom: 20px;
	width: 570px;
}

/*related*/
#related-posts {
	background-image: url(img/relatedarticle.gif);
	background-repeat: no-repeat;
	margin: 20px 0px 20px 0px;
	padding: 43px 0px 40px 0px;
	border-bottom: 1px solid #D9C4A3;
}
#related-posts ul {
	list-style-image: url(img/point_green.gif);
	margin-left: 30px;
}
#related-posts li {
	margin-bottom: 3px;
}

/*page*/
#page-side {
	float: left;
	width: 250px;
	padding-bottom: 30px;
}
#page-contents {
	float: right;
	width: 570px;
}
.page-sidepanel {
	padding: 5px 15px 10px 15px;
	line-height: 15px;
	border-left: 1px solid #D9C4A3;
	border-right: 1px solid #D9C4A3;
}
.page-sidepanel a {color:#4D4D4D;text-decoration:none;}
.page-sidepanel a:visited {color:#4D4D4D;text-decoration:none;}
.page-sidepanel a:hover {color:#B2B2B2;text-decoration:none;}
.page-sidepanel a:active {color:#4D4D4D;text-decoration:none;}
.page-sidepanel ul {
	list-style-image: url(img/point_red.gif);
	padding: 0px 0px 0px 15px;
}
.page-sidepanel li {
	padding: 5px 0px 0px 0px;
}
#page-contents .entry-text {
	padding: 20px 0px 0px 0px;
}

/*search*/
#search-content {
	border-bottom: 1px solid #D9C4A3;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#search-head {
	margin-bottom: 3px;
}
#search-head #s {
	font-size: 16px;
}
#search-head #searchsubmit {
	font-size: 16px;
}
.search-count {
	margin-bottom: 20px;
	padding-left: 5px;
}
.search-box {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	border-bottom:#999 dotted 1px;
}
h2.search-title {
	font-size:1.0rem;
	line-height: 1.3em;
	background-image: url(img/point_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
	margin:10px 0 0 0;
}
h2.search-title a {
	font-size:1.0rem;
	margin:10px 0 0 0;
}

.search-meta {
	margin:10px 0;
	padding-left: 15px;
	color: #A4C409;
	font-size:0.8rem;
}
.search-meta a {color:#A4C409;text-decoration:none;}
.search-meta a:visited {color:#A4C409;text-decoration:none;}
.search-meta a:hover {color:#B2B2B2;text-decoration:none;}
.search-meta a:active {color:#4D4D4D;text-decoration:none;}

.search-text {
	font-size:0.85rem;
	line-height:150%;
	padding-left: 15px;
	margin:0;
}
.search-text p {
	margin:0;
}
.search-excerpt {
	color: #333333;
}
.search-notfound {
	padding-top: 20px;
}

/*404*/
#single-column-contents {
	text-align:center;
	margin: 0px auto 30px auto;
	padding: 0px;
	width:90%;
	background-image: url(img/bg_bar.gif);
	background-repeat: repeat-x;
}
#single-column-contents .entry-title {
	padding: 30px 0px 15px 0px;
}
#notfound-box {
	background-image: url(img/404.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 80px 0px 100px 0px;
	padding: 130px 0px 0px 0px;
}

/*company*/
#company-data-box {
	margin-top: 10px;
}
.company-data-cell1, .company-data-cell2 {
	border-bottom: 1px dotted #D9C4A3;
	vertical-align: top;
	margin: 0px;
	padding: 10px 0px;
}
.company-data-cell1 {
	color: #BE914B;
}

/*contact*/
#contact-intro-box {
	text-align:center;
	margin: 10px 0px 20px 0px;
}
#contact-tel {
	margin: 0px;
	padding: 20px 0px;
}
.contact-tel-num {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}
#contact-intro-attention {
	color: #CC0000;
}
.wpcf7 {
	background-color: #F4EEE0;
	padding: 20px;
	line-height: 16px;
}
.wpcf7 p {
	margin-bottom: 15px;
}
.wpcf7-form-control-wrap input {
	padding: 3px;
}
.wpcf7-captcha-captcha-473 {
}
.wpcf7-form-control-wrap {
	margin: 0px;
	padding: 0px;
}
.contact-caution {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#contact-poricy-title {
	font-size: 15px;
	font-weight: bold;
	color: #A4C40A;
	padding-top: 30px;
}
#contact-poricy {
	padding: 10px 0px 10px 20px;
}
#contact-poricy p {
	margin-bottom: 10px;
}

/*gallery list*/
.gallery-list-box,.gallery-list-box-2 {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	border-bottom: 1px dotted #D9C4A3;
	overflow:hidden;
}
.gallery-list-box {
	background-color: #FBF6ED;
}
.gallery-list-left {
	float: left;
	width: 150px;
}
.gallery-list-left a:hover img{opacity:0.5;}
.gallery-list-left a:hover img{-moz-opacity:0.5;}
.gallery-list-left a:hover img{filter: alpha(opacity=50);}
.gallery-list-right {
	float: right;
	width: 390px;
}
.gallery-list-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding: 15px 0px 10px 12px;
	background-image: url(img/point_green.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
}
.gallery-list-sub {
	padding: 0px 0px 10px 12px;
}
.gallery-list-intro {
	margin-bottom: 30px;
}

/*gallery*/
.gallery-main {
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.gallery-data {
	background-image: url(img/gal_data.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 0px 10px;
	font-size: 10px;
	color: #666666;
}
.gallery-name {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #D9C4A3;
	margin: 0px;
	padding: 5px 0px;
	color: #96B200;
}
.gallery-concept,.gallery-photo-box {
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 0px 10px;
}
.gallery-concept p,.gallery-messarge p {
	margin-bottom: 10px;
}

.gallery-concept {
	background-image: url(img/gal_concept.gif);
}
.gallery-photo-box {
	background-image: url(img/gal_photo.gif);
display: flex;
flex-wrap: wrap;
}
.gallery-photo {
width: 110px;
}
@media (max-width: 439px) {
.gallery-photo {
width: 33.3%;
}


.gallery-photo img {
	margin-bottom: 2px;
}
.gallery-photo a:hover img{opacity:0.5;}
.gallery-photo a:hover img{-moz-opacity:0.5;}
.gallery-photo a:hover img{filter: alpha(opacity=50);}
.gallery-back a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #D9C4A3;
	background-color: #F4EEE0;
}
.gallery-back a:hover {
	background-color: #FFFFFF;
}
.gallery-messarge {
	background-image: url(img/gal_messa_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 19px 0px 30px;
}
.gallery-messarge {
	max-width:570px;
background-size:100% auto;
}
@media only screen and (max-width:570px) {
.gallery-messarge {
	max-width:100%;
}


}


/*rss*/
#side-rss {
	background-image: url(img/rss_bg.gif);
	background-repeat: no-repeat;
	padding: 13px 0px 15px 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#side-rss a:hover img{opacity:0.5;}
#side-rss a:hover img{-moz-opacity:0.5;}
#side-rss a:hover img{filter: alpha(opacity=50);}

/*facebook*/

.top-fb-left {
	float: left;
	width: 111px;
}
.top-fb-light {
	float: right;
	width: 139px;
}

/*ゼロエネルギー*/
.ene-box {
	background-image: url(img/0ene_bg.jpg);
	background-repeat: repeat;
	padding: 0px 30px 0px 30px;
	margin-top: 30px;
}
.ene-b1-right {
	float: left;
	width: 440px;
}
.ene-b1-left {
	float: right;
	width: 325px;
	padding-top: 30px;
}
.ene-b1 {
}
.ene-head1 {
	padding: 0px;
	position: relative;
	top:-13px;
}
.ene-box p {
	margin-bottom: 15px;
}
.ene-b2-right {
	float: left;
	width: 380px;
}
.ene-b2-left {
	float: right;
	width: 370px;
}
.ene-head2 {
	position: relative;
	top: -25px;
	left: -17px;
}
.ene-b2-right img {
	position: relative;
	top: -50px;
}
.ene-head3 {
	position: relative;
	top: -15px;
}
.ene-b3-left {
	float: right;
	width: 305px;
	padding-bottom: 20px;
}
.ene-b3-right {
	float: left;
	width: 450px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.ene-sbox {
	background-color: #FFFFFF;
	border: 1px solid #659A08;
	padding: 15px 15px 0px;
	line-height: 16px;
	margin-bottom: 5px;
}


.ene-sbox-head {
	font-size: 17px;
	font-weight: bold;
	color: #659A08;
	margin-bottom: 8px;
}
.ene-b4-right {
	float: left;
	width: 315px;
	padding-bottom: 30px;
}
.ene-b4-left {
	float: right;
	width: 450px;
	padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
.ene-b1-right {
	float:none;
	width:100%;
}
.ene-b1-left {
	float:none;
	width:100%;
}
.ene-b2-right {
	float:none;
	width:100%;
}
.ene-b2-left {
	float:none;
	width:100%;
}


.ene-b3-left {
	float:none;
	width:100%;
}
.ene-b3-right {
	float:none;
	width:100%;
}
.ene-b4-right {
	float:none;
	width:100%;
}
.ene-b4-left {
	float:none;
	width:100%;
}
}