@charset "utf-8";
/*
Theme Name: Dreamtpl_101
Theme URI: http://st-dream.com/
Description: Dreamtpl_101
Version: 1.0
Author: Dream
Author URI: http://st-dream.com/
Tags: simple
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul, li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* clerfix */
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after {clear:both;}
.cf {zoom:1;}
.clear{clear:both;}

*{margin:0;padding:0;}


/*body*/

body{
font: 13px/1.8 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a{
color:#0C8346;
text-decoration:none;}
a:hover{color:#0C8346;
text-decoration:underline;}
a:active, a:focus {outline: 0;}

img{border:0;}


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
.MG-T30 { margin-top: 40px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B40 { margin-bottom: 40px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
.PD-L35 { padding-left: 35px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }
.PD-L35 { padding-left: 35px !important; }

/* フォントサイズ・リンクカラー
----------------------------------------------------------*/
.TXT-SSS { font-size:10px;}
.TXT-SS { font-size:11px;}
.TXT-S { font-size:13px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}
.TXT-LL { font-size:23px;}



/* 線
----------------------------------------------------------*/
.line1 { 
border-bottom: 1px dashed #ccc;
margin:5px 0;
}
.line2 { 
border-bottom: 1px dotted #ccc;
margin:5px 0;
}
.line3 { 
border-bottom: 3px solid #DADADA;
margin:10px 0;
}

.line4 { 
border-bottom: 1px dotted #ccc;
margin:5px 0;
}

hr{
border: 0;
border-bottom:1px dotted #ccc;
margin:0 0 10px;
}

/* 場所
----------------------------------------------------------*/
.imgR{
float:right;
margin-left:30px;
clear:both;
}
.imgL{
float:left;
margin-right:30px;
clear:both;
}

.icon{
vertical-align:middle;
}

.text{
 overflow:auto; zoom:1;
}
.center { text-align:center; }
.right { text-align:right; }



/* ヘッダー
----------------------------------------------------------*/

#header{
width: 100%;
background-color:#FFFFFF;
background-image:
	url(../../uploads/2015/02/header_bgL.png), /* 最前面の背景レイヤーの背景画像 */
    url(../../uploads/2015/02/header_bgR.png);
background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;
background-position:
	top left, /* 最前面の背景レイヤーに対応 */
	top right;
}

#header .inner{
width: 980px;
margin: 0 auto;
height:120px;
position:relative;
}

h2#logo {
	float: left;
	width: 330px;
	height: 65px;
}

#head-R{
float:right;
width:550px;
height: 45px;
padding-top:15px;
text-align:right;
}

#header h1{
	font-size:11px;
	text-align:right;
	padding:8px 0;	
}


/*全体
----------------------------------------------------------- */

#wrapper{
width: 100%;
position: relative;
}



#wrapper p{
padding-bottom: 10px;
}

#wrapper p.PD-B0{
padding-bottom: 0px !important;
}

#wrapper .last{margin-right: 0px;}

#wrapper a:hover img{opacity:.6;}

#sidebox {
  width: 80px;
  position: fixed;
  top:250px;
  right:0;
  z-index:500;   
}
#sidebox a:hover img{opacity:1;}

#page{
width:980px;
margin:25px auto 0;
overflow:hidden;
padding-bottom:50px;
}






/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
clear:both;
height: 400px;
z-index: 1;
}

#mainImg .inner{
width: 980px;
height: 400px;
margin: 0px auto;
display:block;
z-index: 2;
position: relative;
}

#mitsumori-Area {
width:128px;
z-index: 20;
position: absolute;
right:0;
top:0px;
}

#mitsumori-Area a:hover img{opacity:1 !important;}


/*******************************
/* pageImg（page）
*******************************/


#pageImage{
width:100%;
padding:0;
height:150px;
position:relative;
background-size: cover;
background-position:center;
}

.pagetitle{
position:absolute;
bottom:0;
width:100%;
background:url(images/page/pagetitle_bg.png);
height:80px;
}

#pageImage h2{
width:980px;
margin:0px auto;
text-align:left;
color:#FFFFFF;
font-size:26px;
padding:20px 0;
letter-spacing:0.1em;
}


/*パンくず
----------------------------------------------------------- */
#breadcrumb {
clear:both;
	font-size:11px;
	width:100%;
	line-height:15px;
	height:15px;
	padding:8px 0;
	background:#F2F2EB;
}

#breadcrumb ul{
margin:0 auto;
width:980px;
}

#breadcrumb li{
float:left;
margin-right:15px;
list-style:none;
}

#breadcrumb li a{
color:#333333;
}

#breadcrumb li a:hover{
color:#333333;
}

/*******************************
/* ページ内　各ブロック
*******************************/

.box{
width:920px;
padding:30px;
margin-bottom:25px;
overflow:hidden;
position:relative;
}

.bg1{
clear:both;
overflow:hidden;
background:url(images/bg.gif) repeat top center;
border-bottom:1px solid #DAD6CF;
}

.bg2{
background-image: url(../../uploads/2015/01/bg_photo1.jpg);
background-size: cover;
}

.bg3{
background: #F7EED7;
}


.inner{
width: 980px;
margin: 0 auto;
position:relative;
font-size:16px;
}

.box-white{
width:920px;
background-image: url(../../uploads/2015/01/bg_white.png);
padding:30px;
overflow:hidden;
}

.boxS{
float:left;
width:280px;
margin-right:40px;
}

.boxL{
float:left;
width:640px;
margin-right:40px;
}

.boxR{
float:right;
width:300px;
}

.maintitle{
font-size:28px;
margin-bottom:20px;
}

.subtitle{
font-size:18px;
color:#89C120;
}

.subtitle2{
font-size:12px;
color:#007C3A;
}


/* home：事業案内 */

ul.service{
padding:15px 0;
margin-right: -31px;
/zoom: 1;/* for IE6,7 */
}

ul.service li {
float: left;
width: 306px;
margin-right: 31px;
}


/* home：施工例スライダー */

.flexslider{
width:940px;
}
ul.slide{
}
.slide li{
width:200px;
max-width:200px;
height:320px;
max-height:320px;
margin-right:15px;
overflow:hidden;
position:relative;
border:1px solid #DADADA;
padding:10px 10px 15px;
font-size:13px;
}

.TagR{ position:absolute; top:0px; right:0px; z-index:100}

.TagL{ position:absolute; top:0px; left:0px; z-index:100}


/* home　特徴 */

ul.point{
margin-top:20px;
font-size: 14px;
}

ul.point li{
	float:left;
	list-style-type: none;
	margin: 0 40px 20px 0;
	width:280px;
	text-align:center;
}


/* お知らせ */

ul.news {
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 20px 20px;
	background:#FFF;
}

ul.news li{
	list-style-type: none;
	padding: 5px 0 5px 22px;
	background: url(images/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

.day{
color:#006A42;
}



/* 事業案内ページ */
#serviceImg {
width:100%;
padding:0;
height:390px;
position:relative;
background-size: cover;
background-position:center;
}

ul#service-nav{
list-style:none;
} 
#service-nav li a{

float:left;
margin-right:15px;
background:#007C3A;
color:#FFFFFF;
padding:6px 20px;
font-size:13px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
display:block;
}

#service-nav li a:hover{
background:#89C120;
text-decoration:none;
}

/* 施工までの流れ */

.subtitle-box{
width:250px;
background:#89C120;
color:#FFFFFF;
padding:6px 20px;
font-size:13px;
font-weight:bold;
margin:15px 0;
text-align:center;
}

.arrow-line{
border-top:1px solid #DADADA;
background:url(images/flow_arrow.png) no-repeat left;
height:30px;
margin-bottom:10px;
}


/* 施工例一覧*/

.worktitle{
width:100%;
background:url(images/page/pagetitle_bg.png);
height:80px;
}

.worktitle h2{
width:980px;
margin:0px auto;
text-align:left;
color:#FFFFFF;
font-size:26px;
padding:20px 0;
letter-spacing:0.1em;
}


#sekou-list{
margin-right:-33px;
}

.grid{
	width:220px;
	min-height:240px;
	padding: 0px;
	background:#fff;
	margin-right:33px;
	margin-bottom:15px;
	font-size:12px;
	float:left;	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	overflow : auto;
}

.grid .sekou-ttl {
	margin:10px;
	display:block;
}

.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}



/* 施工例　詳細ページ
*****************************************************/

#sekou-menu{
height:35px;
border-bottom:1px solid #A0CFB6;
margin:10px 0;
}

#sekou-menu li{
float:left;
  padding: 0px 25px;
  border-left: 1px dotted #ccc;
  list-style: none;
  background:url(images/list-arw3.png) no-repeat center left;  
  font-size:14px;
}

#sekou-menu li.last{
  border-right:  1px dotted #ccc;
}


h2.work-maintitle{
font-size:25px;
line-height:45px;
height:45px;
margin-top:25px;
border-bottom:1px solid #DADADA;
}


#work-info{
border:1px solid #CCC;
padding:20px;
margin-top:20px;
overflow:auto;
}

.photo-area{
float: left;
width: 340px;
margin-right:28px;
}

.photo-area p{
padding-bottom: 0px !important;
}

.photo-area .photo{
width: 340px;
height:auto;
text-align:center;
padding:0;
margin-bottom:20px;
vertical-align:middle;
}

.photo-area h4{
font-size:14px;
font-weight:bold;
padding:10px 0;
margin-top:15px;
border-top:1px solid #DADADA;
}




#work-info h4{
border-left:5px solid #89C120;
background:#F3F2F1;
font-weight:bold;
padding:5px 15px;
margin-bottom:20px;
}

.work-before{
border:5px solid #DADADA;
padding: 15px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 750px;
	margin-right:30px;	
	padding:0;
}

#main h3 {
clear:both;
background:#E8E8E8;
padding:10px;
font-size:14px;
font-weight:bold;
margin-bottom:20px;
border-top:3px solid #89C120;
border-bottom:1px solid #DADADA;
}

#main h3.maintitle{
font-size:28px;
margin-bottom:20px;
background:none;
padding:0;
font-weight:normal;
border-top:none;
border-bottom:none;
}


h3.title{
font-size:32px;
color:#89C120;
margin-bottom:10px;
padding:15px 0;
background:url(images/h3_bg2.gif) no-repeat top;
}

.inner h4 {
border-left:5px solid #89C120;
background:#F3F2F1;
font-weight:bold;
padding:5px 15px;
margin-bottom:20px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}



.last{margin-right: 0px;}














/* テーブル装飾
----------------------------------------------------------- */
table .base{
margin: 10px 0 30px;
width:100%;
}
.base th{
	border:1px solid #ccc;
    background-image:url(img/yoyaku/table_back.png) ;
	background-color:#F3F2F1;
	padding: 10px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;	
}
.base td{
	border:1px solid #CCC;
	padding: 10px;
}




/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: right;
	width: 200px;
	font-size:12px;
}

#sub h3{

}

#subnav{
	margin-bottom:10px;
}

#subnav ul li{
	width: 200px;
	font-size: 13px;
	list-style-type: none;
}

#subnav ul li a{
	display:block;
 	background:#FFF;
}

#subnav ul li a:hover img{opacity:1;}


.bana-area{
background:#F3F2F1;
padding:10px;
}



#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}



/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	font-size:12px;
	background:url(images/);
}

#footer-head{
width:100%;
background:url(images/) no-repeat bottom center;
height:0px;
}

#footerContents {
	width: 100%;
	background:#69A239;
	padding:20px 0;
	overflow:hidden;
}
.footlogo{
float:left;
width:260px;
margin-right:40px;
}

#footbread{
width: 660px;
float:left;
border-right:1px solid #ABD689;
font-size:12px;
}

#footbread ul {
width: 179px;
float:left;
padding:0 20px;
border-left:1px solid #ABD689;
}

#footbread li {
	padding: 0 7px 0 7px;
}
#footbread li.end {
	border: none;
	padding: 0 7px 0 7px;
}

#footbread li a{
color:#FFFFFF;
text-decoration:none;
}
#footbread li a:hover{
text-decoration:underline;
}


#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */


#footer .copyright {
clear:both;
	color: #fff;
	background: #316745;
	text-align: center;
	padding: 15px 0 0 0;
	height: 30px;
}




/* -----------------------------------------------------------
	フォーム部品
----------------------------------------------------------- */


/* 全般テキストタイプ、テキストエリア、パスワードエリア*/
input[type="text"], textarea, input[type="password"], select,input[type="tel"],input[type="email"]{
vertical-align:0.5em;
max-width:100%;
padding:3px 5px;
border:1px solid #CCCCCC;
color:#555;
background:#FFF;
height:18px;
}

select{
height:25px;
}

/* 全般テキストエリア*/
textarea{
height:auto;
line-height:1.5;
}

input[type="checkbox"]{
margin-right: 10px !important;
}

p.submit{
text-align:center;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:5px 50px;
font-size:1.2;
line-height:1.5;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}



/*******************************
/* ContactForm7入力用
*******************************/
table .contact{
margin: 10px 0 30px;
}
.contact th {
	border-top:1px solid #DADADA;
	line-height: 120%;
	padding: 10px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}
.contact td {
	border-top:1px solid #DADADA;
	line-height: 150%;
	padding: 10px;
	text-align:left;
}
.contact td.last{
border-bottom:1px solid #DADADA;
}
.contact th.last{
border-bottom:1px solid #DADADA;
}
.contact tr:nth-child(even) {
    background:#FFF;
}
.contact tr:nth-child(odd) {
    background:#F3F2F1;
}

.contact span.wpcf7-list-item {
display: block;
}



