<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
	Theme Name: nagaishi-zouen
	Author: eSales System Laboratory Inc.
	Author URI: http://www.e-uru.biz/
	Version: 1.0.0
*/

/****************************************
          General Setting
*****************************************/
html {
	margin: 0px auto;
}


body {
	background: url(/images/bg.jpg) repeat center top;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-size: 14px;
	margin: 0px auto;
	padding: 0px auto;
	max-width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}

img {
    border-style:none;
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #555555;
}

.kizi {
	border: 1px solid #eee;
	padding: 10px 20px 30px;
}

.kizi a {
	color: #1d3994;
	text-decoration: none;
	cursor: pointer;
}


img {
	max-width: 100%;
	height: auto;
}

.slide_all a:hover img {
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}


a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
//-webkit-transition: opacity 1s ease-out;
//-moz-transition: opacity 1s ease-out;
//-ms-transition: opacity 1s ease-out;
//transition: opacity 1s ease-out;
}


footer {
	background: #fff;
	min-width: 1000px;
	color: #fff;
}

p {
margin-top: 0px;
}
/****************************************

          Layout

*****************************************/
#maincon {
}

.container {
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: left;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}


#headerL {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	width: 1000px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

#header .logo {
}

#header h1 ,
#header h2 {
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	line-height: 2em;
	padding: 0px;
}

#header .alignleft {
	margin: 0px;
}

#main {
	margin-top: 0px;
	text-align: left;
	float: right;
	width: 740px;
}

#page {
	padding: 10px 0px;
	width: 740px;
	float: right;
}

#detail {
	padding: 10px 15px;
	border: 1px solid #eee;
}

#sidepage,
#sidebar01,
#sideblog,
#sidebar {
	float: left;
	width: 240px;
}

#sidebar01,
#sideblog,
#sidebar {
	padding: 20px 0px 0px 0px;
}

#footer {
	text-align: left;
	padding: 1px 0px 0px 0px;
	margin: 0px auto;
	width: 1000px;
}

#footer h2, #footer h3 {
display: inline;
}

/****************************************

          header

*****************************************/
/****************************************

          Navigation

*****************************************/
/* ------- メニュー部分 ------- */

.bg-menu {
	background: #006d06;
}

.bgshadow {
	background: url(images/shadow.png) repeat-x top center;
}

.menu{
 clear: both;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
  padding: 0;
  width: 1000px;
  height: auto;
}

.menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
 float:left;
  margin: 0;
  padding: 0;
}
/*
.menu a{
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	color: #fff;
	padding: 18px 14px 14px;
}

.menu a:hover{
	color: #fff;
}
*/

.menu a{
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 60px;
  background-image: url(images/menu-off.png);
  background-repeat: no-repeat;
}

.menu1 a{background-position:    0   0; width:  90px;}
.menu2 a{background-position:  -90px 0; width: 125px;}
.menu3 a{background-position: -215px 0; width: 125px;}
.menu4 a{background-position: -340px 0; width: 105px;}
.menu5 a{background-position: -445px 0; width: 135px;}
.menu6 a{background-position: -580px 0; width: 140px;}
.menu7 a{background-position: -720px 0; width: 160px;}
.menu8 a{background-position: -880px 0; width: 120px;}

.menu a:hover{
  background-image: url(images/menu-on.png);
  background-repeat: no-repeat;
}

.menu ul:after {
    clear: both;
    display: block;
    content: "";
}


/* ------- メニュー部分 ------- */


/****************************************

          header image

*****************************************/

/****************************************

          Breadcrumb

*****************************************/



.breadcrumbs {
    margin-left: 0px;
   margin-bottom: 5px;
    color: #aaa;
    padding: 5px 0px;
   font-size: 12px;
   
}

/****************************************

          Top slider

*****************************************/

.slide_all {overflow: hidden; width: 100%; height: 495px;} 

.bx-viewport {
	overflow: visible!important;
	width: 1000px!important;
}

/****************************************

          Main

*****************************************/

.rightlink {
	text-align: right;
}

.rightlink a {
	font-size: 16px;
	box-shadow: 2px 2px 2px #eee;
	color: #fff;
	background: #a4a849;
	padding: 10px 20px;
	margin: 10px 10px;
	display: inline-block;
}

.rightlink a:hover {
	box-shadow: 2px 2px 2px #999;
}

.link {
	padding: 7px 20px 7px 15px;
	float: right;
}

.vevent .img,
.vlist .img {
	width: 250px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #eee;
}

.link a {
	color: #333;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
	background: url(images/yaji-ao.png) no-repeat right center;
}

.link a:hover {
	color: #ff0000;
}


.wlink::after {
	clear: both;
	display: block;
	content: "";
}

.wlink a:hover {
	color: #fff;
	text-decoration: underline;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation &gt; div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}

	.page-link a{
		border-bottom: none;
		color: #000;
	}

	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

/****************************************

          Footer

*****************************************/

#copyright{
	text-align: center;
	padding: 10px 0 30px 0px;
	font-size: 80%;
	margin: 10px 0px 0px;
	color: #fff;
}

#copyright a {
	color: #fff;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	margin-bottom: 15px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 14px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

/****************************************

          Clearfix

*****************************************/

#header::after{
	clear: both;
	display: block;
	content: "";
}

#container {
/*	background: #f8f8fb; */
}

.breadcrumbs:after,
#container:after,
#header .menu &gt; ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu &gt; ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu &gt; ul,
#header ul.menu,
.clearfix {
	display: block;
}

#inbox {
text-align: left;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 1000px;
}


/* ------- サイド　コンテンツボックス------- */
.boxtitle {
text-align: center;
font-size: 16px;
color:#fff;
margin: 0px 0px 0px 0px;
padding: 10px 0px 5px 0px;
background: #003f02;
}

.box_osusume {
background: #ffffff;
text-align: left;
margin: 10px 0px 20px 0px;
padding: 5px 5px 10px 5px;
line-height: 2em;
color:#333333;
border-radius: 5px;
}

.box_osusume a     {color:#333333;text-decoration:none;}
.box_osusume a:link  {color:#333333;text-decoration:none;}
.box_osusume a:visited  {color:#333333;text-decoration:none;}
.box_osusume a:hover  {color:#2770c1;text-decoration:underline;}

.box_osusume ul li{
text-align: left;
list-style-type: none;
margin-left: 5px;
padding: 10px 15px 3px 15px;
border-bottom: 1px solid #dddddd;
}

.box_osusume h2 {
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 14px;
}

ul.children li:last-child {
	border-bottom: 0px;
}

.bline {
	border-bottom: 2px solid #0566af;
}

.gline {
	border-bottom: 2px solid #ddd;
}

.box {
text-align: left;
margin: 10px 0px 20px 0px;
color:#333333;
background: #fff;
}

.box a     {color:#333333;text-decoration:none; }
.box a:link  {color:#333333;text-decoration:none;}
.box a:visited  {color:#333333;text-decoration:none;}
.box a:hover  {color:#2770c1;text-decoration:none;}

.box ul {
background: #fff;
margin: 0px 0px;
border-bottom: 1px dotted #dddddd;
}

.box ul li{
font-size: 14px;
text-align: left;
list-style-type: none;
margin-left: 5px;
padding: 10px 15px 10px 15px;
border-bottom: 1px dotted #dddddd;
}

.box ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}

.box ul li:last-child {
border-bottom: 0px solid #dddddd;
}

.box ul li h2 {
font-size: 14px;
margin: 0px 0px;
padding: 0px 0px 0px 20px;
line-height: 1.3em;
}

.gyaji a {
padding-left: 25px;
background: url(images/yaji.png) no-repeat left center;
}

.byaji a {
padding-left: 25px;
background: url(images/yaji-b.png) no-repeat left center;
}

/* ------- サイド　コンテンツボックス------- */

.BorderG {
	border: 2px solid #dddddd;
	border-radius: 5px;
}

.HrG {
	clear: both;
	height: 1px;
	border: 0px;
	background: #dddddd;
}

.pagetoi {
	clear: both;
	margin: 10px 0px 0px 0px;
}

.pagetoi img{
	margin: 5px 0em;
}

.kizi_body {
	padding: 10px 10px;
}

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font36 { font-size: 36px; }

/****************************************

          margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { 	margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { 	margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { 	margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { 	margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mt25 { 	margin-top: 25px; }
.mt30 { 	margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { 	margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { 	margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { 	margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { 	margin-top: 50px; }
.mr50 { margin-right: 50px; }
.ml50 { 	margin-left: 50px; }
.mb50 { margin-bottom: 50px; }

/****************************************

          padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }
.pt70 { padding-top: 70px; }
.pr70 { padding-right: 70px; }
.pl70 { padding-left: 70px; }
.pb70 { padding-bottom: 70px; }

/* ------- フッターメニュー部分 ------- */
.menuf {
 font-size: 14px;
 margin-left: auto; 
 margin-right: auto;
  padding: 0;
 text-align: left;
color: #fff;
}

.menuf ul {
display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
margin-top: 10px;
}

.menuf li {
 line-height: 1.6em;
 display: inline-block;
 height:auto;
 text-align: left;
float: left;
  margin: 5px 2px 5px 0px;
	padding: 0px 0px 0px;
	position:relative;
}

.menuf a {
padding: 5px 10px 5px 0px;
text-decoration:none;
color: #fff;
}

.menuf a:after {
	content: "｜";
	padding-left: 10px;
	font-size:12px;
	font-weight: bold;
}

.menuf li:last-child a:after {
	content: "";
}

/* ------- フッターメニュー部分 ------- */

.fBloc {
	clear: both;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 12px;
}

.fBloc.half {
	float: left;
	max-width: 52%;
	margin-left: 2%;
}

.fBloc h2 {
	font-size: 12px;
	display: inline;
}

.fBloc p {
	display: table-cell;
}

.fBloc dl {
	font-size: 12px;
	width: 285px;
	display: inline-block;
	border: 2px solid #eee;
	padding: 8px 10px;
	background: #fff;
	margin-top: 0px;
	margin-right: 10px;
}

.fBloc dl img {
	margin-top: 2px;
	margin-right: 10px;
}
.fBloc dd h2 {
	font-weight: bold;
	font-size: 14px;
}

.fBloc dt {
	margin: 0px 0px;
}

.fBloc a:hover {
	color: #333;
}

.box_seo2 {
	clear: both;
	margin: 20px 20px 0px 20px;
}

.pin {
	font-size: 13px;
padding-right: 3px;
	color: #d0b777;
}


.mB {
	font-size: 24px;
	margin: 10px 0px 20px;
	position: relative;
	padding-top: .55em;
	border-top: 1px solid #ccc;
}

.mB::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #187547;
}

.imglist {
	width: 35%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.midashi {
	clear: both;
	font-size: 20px;
	padding: 10px 0px;
	color: #187547;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}

.midashi:before {
	content: "――";
	padding-right: 5px;
	font-size: 16px;
}

.midashi-flow {
	clear: both;
	font-size: 18px;
	color:#006405;
	padding: 0px 20px 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.midashi-flow2 {
	padding: 10px 20px;
	margin-bottom:20px;
	font-size: 20px;
	font-weight: bold;
	color: #006405;
	background-color: #BFDEBF;
	border-left: 6px solid #6BB26B;
}

.midashi:after {
	content: "――";
	font-size: 16px;
	padding-left: 5px;
}

.table-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-grid;
	display: table-cell;
}

.main-h {
	float: none;
	width: 98%;
}

.table-cell {
	display: block;
}


.side-tool-sya{
z-index:101;
position:fixed;
bottom:0;
right:25px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight));
font-size: 12px;
}

.side-tool-sya a{
opacity:.85;
filter:alpha(opacity=85);
text-decoration:none;
border-radius:0px;
background: #4c3121;
display: block;
}

.side-tool-sya .gotop,.side-tool-sya .gotop .bg{
display:block;
width:60px;
height:60px;
border-radius: 30px;
overflow:hidden;
}
.side-tool-sya .gotop{
text-align: center;
line-height: 60px;
bottom:90px;
right:50px;
cursor:pointer;
position:absolute;
color:#FFF;
}
.side-tool-sya .gotop .bg{
z-index:0;
}
.side-tool-sya .gotop:hover .bg{
opacity:.6;
filter:alpha(opacity=60);

}
.side-tool-sya .gotop .ico-gotop{
position:absolute;
left:12px;
top:18px;
z-index:1;
width:26px;
height:14px;
}

#topbutton {
position: fixed;
display: none;
}

.page_navi,
.bread_crumb {
clear-after: left;
margin:0 0 15px 0;
padding:0;
display: inline-block;
}
.page_navi,
.bread_crumb {
clear: left after;
}

.bread_crumb li{
float:left;
font-size:11px;
list-style:none;
}

.bread_crumb li + li:before {
margin: 0 3px;
content: "&gt;";
}
.bread_crumb a{
color:#D81354;
}
.page_navi li {
display: inline;
float:left;
font-size:11px;
list-style:none;
margin:10px 5px 10px 0;
}

.page_navi li a{
display: inline-block;
padding:10px;
border:1px solid #ccc;
}

.page_navi li span {
font-weight:bold;
display: inline-block;
padding:10px;
border:1px solid #0A61B9;
background: #0A61B9;
color:#fff;
}

.page_navi li a:hover {
background:#eee;
text-decoration:none;
}

.gaiyou {
margin:10px 0px 20px 0px;
border: solid 0px #c99269;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.gaiyou table.tab1 { table-layout:auto; background:#f6f6f6; }
.gaiyou th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: normal; width: 12em;}
.gaiyou td { border: solid 1px #dddddd; padding:10px 10px;}

.eventT {
margin:10px 0px 20px 0px;
border: solid 0px #c99269;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.eventT tr { background: url(images/gaiyo-line.png) no-repeat right bottom; padding:10px 10px;}
.eventT th { border: solid 0px #dddddd; text-align: left; padding:10px 10px; font-weight: normal; width: 3em; vertical-align:top;}
.eventT td { border: solid 0px #dddddd; padding:10px 10px;}


.outlineTable td {
font-weight: normal;
padding: 8px 5px;
background: url(images/gaiyo-line.png) no-repeat right bottom;
}

.gaiyou-m {
text-align: left;
font-size: 16px;
line-height: 1.2em;
margin: 0px 480px 0px 0px;
padding: 8px 10px 8px 10px;
border-bottom: 2px dashed #b06d46;
color: #2f241a;
}

.history {
border: 0;
margin:10px 0px 20px 0px;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}
.history tr:nth-child(even) { background-color:#efefef;}
.history tr:nth-child(odd) { background-color:#fefefe; }
.history th {border: 1px solid #dddddd; text-align: left; padding:10px 10px; font-weight: normal;}
.history td {border: 1px solid #dddddd; padding:10px 10px 10px 20px;}
.history td.first {width: 12em;}
.bloc {
padding: 10px 20px 10px 20px;
border: 1px solid #ddd;
margin: 10px auto;
border-radius: 5px;
}

.bloc::after {
content: "";
display: block;
clear: both;
}

.bloc2-left {
float: left;
font-size: 16px;
width: 46%;
padding: 5px 10px 5px 10px;
border: 1px solid #ddd;
background-color: #f0f7dd;
margin: 4px auto;
border-radius: 5px;
}

.bloc2-left::after {
content: "";
display: block;
clear: both;
}

.bloc2-right {
float: right;
font-size: 16px;
width: 46%;
padding: 5px 10px 5px 10px;
border: 1px solid #ddd;
background-color: #f0f7dd;
margin: 4px auto;
border-radius: 5px;
}

.bloc2-right::after {
content: "";
display: block;
clear: both;
}

.bloc3 {
padding: 0px 20px 10px 20px;
border: 1px solid #ddd;
margin: 10px auto;
border-radius: 5px;
}

.bloc4 {
padding: 5px 20px 5px 20px;
border: 1px solid #ddd;
margin: 4px auto;
border-radius: 5px;
}


.bloc5 {
padding: 10px 20px 10px 20px;
border: 2px dotted #ddd;
margin: 4px auto;
border-radius: 5px;
}

.comh li {
font-size: 16px;
text-align: center;
float: left;
width:24%;
}

.comh  span {
font-size: 16px;
color: #3f210f;
padding-right: 5px;
}

.comh::after {
clear: both;
content: "";
display: block;
}

.profilelist::after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 10px;
}

.profile {
border:0;
margin-right: 20px;
margin-left:10px;
cellspacing:2;
border-top:1px dotted #dddddd;
max-width: 71%;
}

.profile td {
vertical-align:top;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.profile th {
width: 7em;
vertical-align:top;
border-right:1px dotted #dddddd;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.staffbloc {
padding: 10px 10px;
}

.staffbloc img {
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 2px 2px 2px #eeeeee;
border: 1px solid #eeeeee;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

.clearboth {
clear: both;
}


.staffbloc .pin {
font-size: 14px;
color: #333333;
padding: 0px 20px;
background: url(/files/pin.png) no-repeat left center;
}

.point{
	position:relative;
	margin:20px 22px 20px 0px;
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size: 16px;
	background:#eee;
	box-shadow:
		12px 0 0 0 #eee,
		0 12px 0 0 #eee,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.point:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc3333;
}
.point:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:65px;
	height:10px;
	background:rgba(215,21,24,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.right_exit {
border: 1px solid #cd9129;
margin: 20px 10px 0px 50%;
padding: 10px;
background: #faf0de;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	padding: 0px 0px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 30px;
	display: block;
	background: url(images/li.gif) no-repeat right center;
}

.right_exit .link a {
	display: block;
}

.right_exit2 {
border: 1px dotted #333333;
margin: 20px 10px 0px 38%;
padding: 10px;
background: #fff;
}

.last {
	margin-right: 0px !important;
}

.last::after {
	clear: both;
	display: block;
	content: "";
}

.contactbloc {
display: inline-table;
width: 290px;
height: 490px;
border: 2px solid #cc3300;
background: #ffffff;
box-shadow: 2px 2px 2px #eeeeee;
padding: 10px 10px;
margin: 5px 15px 20px 5px;
border-radius: 5px;
}

.sekourei_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.8em;
	background: url(images/sekourei-catch.png) repeat top center;
	background-size: cover;
	padding: 15px 20px;
	margin: 10px 0px 10px;
}

.event_catch {
	font-size: 20px;
	text-align: center;
	line-height: 1.8em;
	background: url(images/event-catch.png) repeat top center;
	padding: 20px 10px;
	margin: 10px 0px 30px;
}

.flowbloc {
clear: both;
display: block;
}

img.flow {
width: 43%;
border-radius: 5px;
}

.flowc {
padding: 0px 10px 10px 10px;
}

.aligncenter {
text-align: center;
}

.beforeafter {
width:100%;
margin:0px 0px 20px 0px;
}

.beforeafter tr {
vertical-align: top;
}

.beforeafter td.before {
width:40%;
max-width: 258px;
padding-right: 1.5%;
padding-top: 0px;
}

.beforeafter td.before img,
.beforeafter td.after img,
 {
	max-width: 100%;
}


.beforeafter td.after {
width:55%;
max-width: 355px;
padding-top: 0px;
}

.beforeafter td.yaji2 {
	padding-top: 50px;
}

.beforeafter .yaji:before {
padding-right: 1.5%;
content: "→";
font-size: 38px;
color: #834b2e;
}

.Bradius5 {
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.afterafter img,
.beforeafter img {
	width: 100%;
}

.afterafter {
width:100%;
margin:0px 0px 20px 0px;
}

.afterafter tr {
vertical-align: top;
}

.afterafter td.left {
width:50%;
max-width: 331px;
padding-right: 1%;
}

.afterafter td.left img,
.afterafter td.right img {
	max-width: 100%;
}

.afterafter td.right {
width:50%;
max-width: 331px;
padding-left: 1%;
}


.photos {
	margin-top: 20px;
}

.photos:after {
	clear: both;
	content: "";
	display: block;
}

.photos img {
	width: 48%;
}

.photos li:after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 20px;
}

.photos li:nth-child(odd) img {
	float: left;
	margin-right: 20px;
}

.photos li:nth-child(even) img {
	float: right;
	margin-left: 20px;
}

.photos .part {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	font-size: 14px;
	display: inline-block;
}

.photos .part:before {
	content: "\f299";
	font-family: FontAwesome;
	padding-right: 5px;
}

/* 施工例詳細ページの見出し */
.midashi-d {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
}

.midashi-d:before {
	content: "\f015";
	font-family: FontAwesome;
	color: #187547;
	padding-right: 8px;
	font-size: 24px;
}


}
/* 施工例詳細ページの見出し */

.reformphotos .part {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	border-left: 12px solid #ff9900;
	font-size: 14px;
	display: inline-block;
}

.reformdata dl {
	display: block;
	width: 90%;
}

.reformdata dl dd,
.reformdata dl dt {
	display: inline-block;
	padding: 2px 20px;
	margin: 2px 0px;
	border-bottom: 1px dashed #999;
}

.reformdata dl dt {
	font-weight: bold;
	width: 10em;
}

.reformdata dl dd {
	width: 400px;
}

.bukendata dl {
	width: 49%;
	display: inline-block;
	border-bottom: 1px dashed #999;
}

.bukendata dl:nth-child(odd) {
	margin: 5px 1% 5px 0px;
}

.bukendata dl:nth-child(even) {
	margin: 5px 0% 5px 0px;
}

.bukendata dl dd,
.bukendata dl dt {
	float: left;
	padding: 5px 10px;
}

.bukendata dl dt {
	font-weight: bold;
	width: 5em;
	background: #fefefe;
}

.bukendata dl dd {
	width: 190px;
}

#archiveList li p.title {
	font-size: 1.2em;
	border-bottom: 2px solid #187547;
	text-align: left;
	margin: 5px 0px 15px;
	padding: 10px 2px 8px 30px;
	background: url(images/title-pin.png) no-repeat left center;
}

#archiveList li p.title a:link,
#archiveList li p.title a:visited {
  color:#187547;
  font-weight: bold;

}


#archiveList li .box1 {
  text-align: center;
//  padding: 3px 15px 0px 0px;
  margin-left: 0px;
  width:280px;
  float: left;
}

#archiveList li .box1 img {
	display: block;
//	max-height: 233px;
}

#archiveList li .box2 {
  float: right;
  width:390px;
}

#archiveList li table {
	width:98%;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
}

#archiveList li table th {
  background: #fefefe;
  width: 8em;
  padding: 5px 10px;
  border:1px #ddd solid ;
}
#archiveList li table td {
  background: #fff;
  padding: 5px 10px;
  border:1px #ddd solid ;
}

#archiveList li .more {
	text-align: right;
	margin: 0px 0px 20px;
}

#archiveList li .more a {
  margin-top: 10px;
  margin-right: 10px;
  width:6em;
  padding: 5px 10px;
  margin-left:auto;
  background:#555;
  color: #fff;
 }

#archiveList li .more a::after {
	content: "＞";
	padding-left: 5px;
}

.catch {
	text-align: center;
	font-size: 20px;
	color: #555;
}

hr.line {
    margin: 2.5em 0px 0px 0px;
    border: 0;
    height: 1px;
}

.detail a{
display:block;
width:100px;
height:24px;
padding:3px 0 0 10px;
background:url(images/sekou-yaji.png) no-repeat 94% 50% #666;
color:#fff;
font-size:13px;
}

.detail a:hover{
background:url(images/sekou-yaji.png) no-repeat 94% 50% #999;
text-decoration:none;
}

.half_left .detail,
.half_right .detail
 {
	position: absolute;
	right: 0;
	bottom: -11px;
	margin: 0px;
}

.half_left hr.line,
.half_right hr.line
 {
    margin: 10px;
}

.half-l {
	float: left;
	width: 50%;
}

.half-r {
	float: right;
	width: 50%;
}

.power .link {
	clear: both;
	display: block;
	margin-top: 105px;
	padding-right: 5px;
}

input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:70%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}

input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}

.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}

.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}

.contact_right textarea {
   outline: none;
width:100%;
}

input[type=button],
input[type=submit]{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	padding:10px 40px;
	position:relative;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #ff9900;
	background-color:#ff9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.contact_form input[type=submit]{
width:50%;
}

.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}

input[type="radio"]{
margin: 0 0 4px 0 !important;
}

.send input[type="submit"],
.back input[type="button"] {
	width: 80% !important;
}

.send {
	width: 49%;
	display: inline-block;
	float: right;
	text-align: left!important;
}

.back {
	float: left;
	text-align: right!important;
	width: 46%;
	display: inline-block;
}

.confirm {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	text-align: center;
	margin: 0px 0px;
}


.wpcf7-form #reform {
	display:none;
}

.wpcf7-form #reform dd,
.wpcf7-form #tyumon dd {
	padding: 0px 0px;
	margin: 0px;
}

.wpcf7-form {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
border: 1px solid #eee;
margin-bottom: 20px;
padding: 20px;
}

.wpcf7-form input{} /*名前、メール、題名*/
.wpcf7-form textarea{width: 600px;} /*本文*/
.wpcf7-form .wpcf7-submit{width: 200px; margin-left: 10px;} /*送信ボタン*/
.wpcf7-form span.spr {color:#ff0000;}

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}

.wpcf7-form dt {
	padding: 5px 15px;
	background: #faf0de;
	margin: 10px 0px;
}

span.wpcf7-list-item-label {
	color: #333;
}

.center {
text-align: center;
}

.eventmidashi {
	color: #ff6600;
}

#text-18 {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background: none;
	border: 0px;
}

.olist {
margin-left: 20px;
}

.olist li {
list-style-type: decimal !important;
margin-bottom: 10px;
}

.list03 li .midashi {
padding: 0px !important;
line-height: 1.4em;
font-size: 16px !important;
}

.top-work {
	border: 2px solid #ddd;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
}

.top-work .last {
	width: 243px;
}

.reform-plan {
	margin: 20px 0px;
	border: 2px solid #ddd;
	padding: 10px 10px;
}

.reform-plan dl {
	width: 325px;
	float: left;
	padding: 0px 10px 10px 15px;
	height: 195px;
	overflow: hidden;
	margin: 2px 0px;
}

.reform-plan dl img {
	margin-left : 5px !important;
}

.reform-plan dd {
	margin: 0px;
}

dl.plan1 {
	margin-right: 6px;
	background: url(images/plan-01.png) no-repeat left top;
}

dl.plan2 {
	background: url(images/plan-02.png) no-repeat left top;
}

dl.plan3 {
	margin-right: 6px;
	background: url(images/plan-03.png) no-repeat left top;
}

dl.plan4 {
	background: url(images/plan-04.png) no-repeat left top;
}

.reform-plan dt h2{
	font-size: 23px;
	padding: 10px 5px 0px 60px;
	margin-bottom: 8px;
}

.reform-plan::after {
	clear: both;
	content: "";
	display: block;
}


.topEvent {
	float: right;
	background: url(/images/title-ozacoevent.png) no-repeat top center;
	height: 327px;
	width: 314px;
	text-align: center;
	padding: 110px 10px 10px 10px;
}

.topEvent span.img {
	height: 190px;
	overflow: hidden;
}

.topEvent h2 {
	text-align: left;
}

.toptoi {
	padding-top:0px;
	width: 490px;
}

.toptoi .toibloc {
	display: inline-block;
}

.kanren .list li {
	float: left;
	width: 230px;
	margin-right: 20px;
}

.kanren .list div {
}

.kanren .list li h3{
	font-size:14px;
   text-align: left;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin: 0px;
}

.kanren .list li h3::before {
	content: "→";
}

.kanren .list li img {
	height: 170px;
	display: block;
	margin: 0px auto 10px;
}

.list-02{
  text-align:left;
  margin: 5px 0;
}

.list-02 li{
  float:left;
  width:47%;
  margin:0 2% 25px 0;
  padding:0px 5px 0;
  height:100%;
}

.list-02 li:nth-child(2n){
  margin:0 0 20px;
}

.list-02 li:last-child{
  margin:0 0 10px;
}

.border1 {
background: #93c21e;
padding: 10px 10px;
border: 1px solid #ddd;
color: #fff;
font-size: 18px;
}

#toi {
height: 1000px;
}

#sassi {
height: 2200px;
}


.top-box {
	padding: 0px 0px 10px 0px;
	display: block;
}

.top-box::after {
	clear: both;
	content: "";
	display: block;
}

.sp,
.sponly {
	display: none;
}

#dropdown_container {
	font-size:14px;
}

#dropdown_container li.dropdown_item {
	cursor:pointer;
}

#dropdown_container li.dropdown_item ul a {
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:200px;
	height: 20px;
	background: #fff;
	background-position: 5px;
	border-top: 1px solid #4c3121;
}

#dropdown_container li.dropdown_item ul a:hover {
	height: 20px;
	background: url(images/yaji01.png) no-repeat left center;
	background-position: 5px;
}

#dropdown_container li.dropdown_item &gt; ul {
	padding: 0px;
	background: #eee;
	position:absolute !important;
	list-style:none;
	margin:0px 0px 0px -30px;
	width:200px;
	z-index: 1000;
	display: none;
	border: 2px solid #4c3121;
}

#dropdown_container li.dropdown_item &gt; ul:before {
	content: "＞";
	top: -18px;
	left: 100px;
	font-weight: bold;
	font-size: 14px;
	position:absolute !important;
	transform: rotate( 270deg );
}

#dropdown_container li.dropdown_item &gt; ul li:hover
{
	background-color: #a5a76b;
}

#dropdown_container li.dropdown_item &gt; ul a:hover
{
	color: #fff;
}

.topwork li {
float: left;
width: 30.5%;
}

.bannar img {
	margin-bottom: 5px;
}

.bgfooter {
background: #006d06;
}

.bgfooter02 {
background: #003f02;
}

.border01 {
border: 1px solid #7f9f80;
}

.border-top01 {
	border-top: 1px solid #7f9f80;
}

/*  TOP box */

.col-01  {
	width: 100%;
	table-layout: fixed;
}

.col-01 .toptitle img {
	height: 40px;
}

.col-01 table td {
	vertical-align: top;
	width: 330px;
	padding-right: 0px;
}

.col-01 table td:nth-child(2) {
	padding-right: 0px;
}

.col-01 table td .news01 {
	margin: 0px 10px;
	padding: 10px 10px;
	border: 1px solid #10674f;
	height: 320px;
	overflow: hidden;
}

.col-01 table td:last-child .news01 img {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.col-01 .alignright,
.col-01 .alignleft {
	width: 480px;
}

.col-01 li h3 {
	display: inline;
	font-size: 14px;
}

.col-01 li {
	font-size: 14px;
//	white-space: nowrap;
//	overflow: hidden;
//	text-overflow: ellipsis;
	padding-left: 0px;
	padding: 10px 0px 10px;
	border-bottom: 2px dotted #eee;
}

.col-01 span.label {
	font-size: 12px;
	background: #ee9d38;
	width: 6em;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 0px 2px;
}

.col-01 span.label_work {
	background: #10674f !important;
}

.col-01 span.label_event {
	background: #df6485 !important;
}

.col-01 li:first-child {
//	border-top: 2px dotted #eee;
}

.col-02 {
	background: #ededed;
}

.col-02 li {
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	padding-bottom: 5px;
}

.col-02 li .img {
	display: block;
	height: 212px;
	overflow: hidden;
}

.col-02 li:nth-child(3n) {
	margin-right: 0px;
}

.col-02 li:nth-child(3n+1) {
	clear: both;
}

.col-02 li h3 {
	line-height: 1.3em;
	height: 2.5em;
	font-size: 14px;
	color:#555;
	margin: 0px 0px 10px;
	font-weight: bold;
}

.col-02 li img {
	display: block;
	margin: 0px auto;
}

.col-02 li .detailright {
	text-align: right;
	font-size: 14px;
}

.col-02 li .detailright:after {
	content: "＞";
	font-size: 12px;
	padding-left: 5px;
}

.col-03 {
	background: #e4e5d7;
}

.col-04 li {
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	position: relative;
	padding-bottom: 5px;
}

.col-04 li:nth-child(3n) {
	margin-right: 0px;
}

.col-04 li:nth-child(3n+1) {
	clear: both;
}

.col-04 li h3 {
	line-height: 1.5em;
	height: 3em;
	font-size: 16px;
	color:#555;
	font-weight: bold;
	margin: 0px 0px;
}

.col-04 li img {
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.col-04 li .detailright {
	text-align: right;
	font-size: 14px;
}

.col-04 li .detailright:after {
	content: "＞";
	font-size: 12px;
	padding-left: 5px;
}

.col-05 li {
	position: relative;
	width: 318px;
	margin-right: 20px;
	float: left;
	padding-top: 0px;
}

.col-05 li:nth-child(3n+2) {
	width: 320px;
}

.col-05 li:nth-child(3n + 3) {
	margin-right: 0px;
}

.col-05 li img {
	margin-bottom: 10px;
}

.col-05 li h3 {
	position: absolute;
	bottom: -2px;
	background: rgba(24,117,71, 0.8);
	padding: 2em 0px 0px;
	width: 318px;
	height: 3em;
	color: #fff;
	display:block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.col-05 li h3.second {
	padding-top: 1em;
	height: 4em;
}

.col-05 li h3 a {
	color: #fff;
}

.col-06 li {
	width: 318px;
	margin-right: 20px;
	float: left;
	padding-bottom: 5px;
	padding-top: 0px;
}

.col-06 li:nth-child(3n+2) {
	width: 320px;
}

.col-06 li:nth-child(3n + 3) {
	margin-right: 0px;
}

.col-06 li img {
	margin-bottom: 10px;
}

.col-07 li {
	width: 318px;
	margin-right: 20px;
	float: left;
	padding-bottom: 5px;
	padding-top: 0px;
}

.col-07 li:nth-child(3n+2) {
	width: 320px;
}

.col-07 li:nth-child(3n + 3) {
	margin-right: 0px;
}

.col-07 li img {
	margin-bottom: 10px;
}

.col-02 li p,
.col-03 li p,
.col-04 li p {
	padding: 0px;
	margin: 0px;
}

.list-04 {
	padding: 30px 0px;
	border-top: 1px dashed #b4a080;
}

.list-04 img {
	margin-right: 0.5%;
	width: 24.5%;
}

.list-04 a:nth-child(4n) img {
	margin-right: 0px;
}

ul#staffList {
  padding: 0px;
}

ul#staffList li {
  float: left;
  width: 220px;
  border-bottom:1px #e7e0d6 solid;
  margin-right: 12px;
  margin-bottom: 20px;
  text-align: center;
  height: 290px;
  overflow: hidden;
}

ul#staffList li:nth-child(5n){
  margin-right: 0px;
}

ul#staffList li p{
  text-align: center;
  margin: 0;
  padding: 0;
}

ul#staffList li p.staffp1 {font-weight: bold; min-height: 22px;}
ul#staffList li p.staffp2 {}
ul#staffList li p.staffp3 {font-size: 90%;color:#333;}


ul#staffList li img {
	display: block;
	margin: 0px auto 10px auto;
	max-height: 158px;
	max-width: 100%;
}

/* スタッフ紹介 */
.staffMainImage {
  max-width:260px;
}

table.staffProfile {
	float: left;
	width:410px;
	border-collapse: collapse;
}

table.staffProfile th {
  background: #eee;
  border: 1px solid #ddd;
    width: 8em;
  padding: 6px 10px;
  font-weight: normal;
}
table.staffProfile td {
  padding: 6px 10px;
  border: 1px solid #ddd;
}

table.staffProfile02 {
	margin: 0px 20px;
}

table.staffProfile02 th,
table.staffProfile02 td {
	position: relative;
	display: block;
	padding: 10px 10px;
}

table.staffProfile02 th {
	padding: 20px 10px 10px;
	border-bottom: 2px solid #ddd;
}

table.staffProfile02 th:after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #333;
}
span.bloglinkicon {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

span.bloglinkicon:before {
	padding-right: 10px;
	content: "\f086";
	font-family: FontAwesome;
	font-size: 1.2em;
}

a.bloglink {
	width: 150px;
	text-align: center;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    background: #187547;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.bloglink:hover {
    background: #333;	
}

.facebook {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

.facebook:before {
	padding-right: 10px;
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 1.2em;
}

a.facebooklink {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
	width: 160px;
	text-align: center;
    background: #3b5998;
    color: #fff;
    border-radius: 5px;
}

a.facebooklink:hover {
    background: #333;	
}

.extlink {
	text-align: right;
}
/* スタッフ紹介 */

#recoStaff {
  padding: 10px 0 0 0 ;
  margin: 15px 0 0 0 ;
  clear: both;
}


#recoStaff ul li {
  float: left;
  width: 150px;
  height: 230px;
  margin-right: 15px;
  padding: 5px;
  border:1px solid #eee;
  font-size: 13px;
}

#recoStaff ul li:nth-child(4n) {
  margin-right:0px;
}

#recoStaff ul li a {
  display: block;
}

#recoStaff ul li img {
  height: 130px;
  display: block;
  margin:0 auto 10px;
}

#recoStaff ul li p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.toptitle {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 40px;
}

.toptitle span {
	font-size: 14px;
}

.category .vlist,
.event .vlist,
.voice .vlist {
	padding: 0px 10px 10px;
	border: 2px solid #faeaea;
}

.category .vlist span.img,
.event .vlist span.img,
.voice .vlist span.img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 30%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}

.category .vlist .img img,
.event .vlist .img img,
.voice .vlist .img img {
	width: 100%;
}

.wpcf7-form dt.siryoubloc {
	background: #ffff80;
	padding: 10px 20px 20px;
}

.wpcf7-form dt.siryoubloc .bloc1 {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px 10px;
	margin-top: 10px;
}

.wpcf7-form dd.kentikuyo {
    display: flex;
}

.wpcf7-form dd #kentikuyotei {
//	width: 300px;
	display: inline;
}

.wpcf7-form .kentikuyotei {
}

.wpcf7-form .kentikuyotei .wpcf7-list-item,
.wpcf7-form .soudantypes .wpcf7-list-item {
	width: 110px;
	display: inline-block;
	margin-top: 5px;
}


.red {
	color: #ff0000;
}

.white {
	color: #ffffff;
}

/* 間取り詳細 */
.madoriBloc01 {
	text-align: left;
	display: inline-block;
	width: 455px;
}

.plan .img {
	float: left;
	width: 415px;
	margin-right: 60px;
//	margin-left: 30px;
}

.madoriBloc01 .mttl {
	border-bottom: 2px solid #ddd;
	padding: 0px 10px;
	font-size: 20px;
}

.madoriBloc01 li {
	list-style-type: none;
	border-bottom: 2px dotted #eee;
	padding: 15px 10px 0px;
}

.madoriBloc01 li span {
	width: 10em;
	display: inline-block;
	float: left;
}

.madoriBloc01 li p {
	display: table;
}

.madoriBloc02 {
//	margin-left: 100px;
//	margin-right: 100px;
}

.madoriCatch {
    text-align: center;
    background: url(images/madori-catch.png) repeat top center;
    margin: 10px 0px 30px;
    padding: 15px 20px;
    font-size: 24px;
    line-height: 1.8em;
}

.planlist {
	width: 229px;
	display: inline-block;
	margin: 10px 5px;
	float: left;
	font-size: 12px;
}

.madori-img li img {
	width: 350px;
	float: left;
	margin-right: 20px;
}

.madori-img li .title {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	color: #187547;
}

.madori-img li .title:before {
	content: "\f299";
	font-family: FontAwesome;
	padding-right: 5px;
}

/* 間取り詳細ページ */


.planlist .img {
	width: 229px;
	height: 170px;
	overflow: hidden;
	background: #eee;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.planlist .img img {
	max-width: 229px;
	max-height: 170px;
	display: block;
	margin: auto;
}

.planlist h3 {
	padding: 0px;
	margin: 0px;
	height: 2.6em;
	line-height: 1.3em;
}

.planlist h3 a {
	font-size: 16px;
	color: #f09917;
}

.bg-gray {
	background: #ededed;
}

.bg-ita {
	background: url(images/voice-bg01.png) repeat top center;
}

.pinimg {
	position: absolute;
	left: 42%;
	top: -20px;
}


/*---フッターfixed---*/
.footerbar {
  	width: 100%;
  	position: fixed;
 	bottom: 0;
  	height: 60px;
	background: #006405;
	z-index: 10000;
}

.footerbar img {
	margin: 5px 5px 0px;
}

/* 施工例カテゴリタグ */
.tags {
	font-size: 13px;
	text-align: left;
	margin: 0px 0px 15px 0px;
	color: #fff;
}

.tags a {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 8px;
	margin: 5px 0px 0px 10px;
	background: #f3a280;
	color: #fff;
}

.tags a:nth-child(4n+1) {
	background: #15ae67;
}

.tags a:nth-child(4n+2) {
	background: #2fa8e1;
}

.tags a:nth-child(4n+3) {
	background: #e8be2a;
}

.tags a:nth-child(4n+4) {
	background: #c3b1d5;
}

/* 施工例カテゴリタグ */

/* pdf link */
.pdf {
	display: inline-block;
	background: #e5dcc2;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #eee;
}

.pdf::before {
	content: "\f1c1";
	font-family: fontAwesome;
	padding-right: 5px;
	color: #c73f36;
	font-size: 1.5em;
	text-decoration: none;
}
/* pdf link */

.faddress {
	width: 100%;
}

.faddress td:nth-child(1) {
	border-right: 1px solid #7f9f80;
	padding-right: 20px;
	padding-left: 60px;
}

.faddress td:nth-child(2) {
	padding-left: 50px;
	width: 400px;
}

.faddress td:nth-child(3) {
	text-align: right;
}

.bloc01 {
	padding: 10px 10px;
	border: 1px solid #ddd;
}

.lidisc li {
	list-style-type: disc;
	margin-left: 20px;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.garden-flow {
	margin-top: 20px;
	float:right;
	width:330px;
}


.widgettitle {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	background: #003f02;
	padding: 10px 0px 10px ;
	line-height: 1em;
	text-align: center;
}

.widgettitle a {
	color: #fff;
	text-decoration: none;
}

.widgettitle span {
	padding: 5px 5px 0px 0px;
	margin: 0px 5px 0px 25px;
	border: 0px;
	position: relative;
}

.widgettitle {
	margin: 0px;
	padding-left: 10px;
}

#sideblog {
	margin : 0px 0px;
}

#sideblog img {
	padding: 0px !important;
	border: 1px solid #ddd;
/* box-shadow */
box-shadow:rgba(200, 200, 200, 0.65098) 0px 0px 1px 1px;
-webkit-box-shadow:rgba(200, 200, 200, 0.65098) 0px 0px 1px 1px;
-moz-box-shadow:rgba(200, 200, 200, 0.65098) 0px 0px 1px 1px;
}

#sideblog li {
	list-style-type: none;
	line-height: 2em;
}

#sideblog  li ul li a {
	line-height: 2em;
	display: block;
	padding: 0px 5px 0px 1px;
	text-decoration: none;
	font-weight: normal;
}
#sideblog li ul li a:before {
	content: "&gt;";
	padding-right: 5px;
	padding-left: 5px;
	color: #7a583d;
}
#sideblog ul {
	list-style-type: none;
	margin : 0px 0px 20px 5px;
}
#sideblog ul li li a:before {
	content: "&gt;";
	padding-left: 15px;
	padding-right: 5px;
	color: #7a583d;
	font-weight: bold;
}
#sideblog ul li h3 {
	font-size: 14px;
}
#sideblog ul li span {
	color: #7a583d;
}

.calendar-navigation {
	background-color: #003f02 !important;
}

.day.weekday {
	background-color: #006405 !important;
}

.fdesc {
	width: 375px;
	font-size: 14px;
}
.wrap_pagenavi {margin: 20px 0;}
#sideblog .calendar-archives.pastel .calendar-navigation&gt;.menu-container li&gt;a {
background: none;
background-color: #fff;
color: #86CAE9
}
#sideblog .calendar-archives.pastel .calendar-navigation&gt;.menu-container li&gt;a:hover {
    color: #FFF
    background-color: #86CAE9;
}
#sideblog .calendar-archives.pastel .calendar-navigation&gt;.menu-container li&gt;a.selected {
    color: #FFF;
    background-color: #F2C8BA
}
#sideblog .calendar-archives.pastel .calendar-navigation&gt;.menu-container li&gt;a.selected:hover {
    color: #FFF;
    background-color: #F2C8BA
}
#sideblog .calendar-archives.pastel .calendar-navigation&gt;.menu-container li&gt;a:before {
content: "";
}

.category .vlist p.more {text-align: right;margin: 0px 0px 20px;}
.category .vlist p.more a {
  margin-top: 10px;
  margin-right: 10px;
  width:6em;
  padding: 5px 10px;
  margin-left:auto;
  background:#555;
  color: #fff;
 }
.category .vlist p.more a::after {content: "＞";	padding-left: 5px;}

.frameline li {
	background: #eee;
}

.sbi_header_text {
	padding-right: 15px;
	width: auto !important;
}

.sb_instagram_header:after {
	clear: both;
	content: "";
	display: block;
}
/*20171116*/
.wp-pagenavi {
	display: -webkit-flex;
	display: flex;
}
</pre></body></html>