@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
*/

/* 各ページのcssファイルを読み込む */
@import "blog.css";

/* =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:12px;}
.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;
}

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

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


.inner{
width: 980px;
margin: 0 auto;
position:relative;
}

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

#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;
}


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

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

#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 h4 {

}

/* 施工例一覧*/

#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;
}



#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;
}








#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{
clear:both;
background:#E8E8E8;
padding:10px;
font-size:14px;
font-weight:bold;
border-top:3px solid #89C120;
border-bottom:1px solid #DADADA;
}

#sub .widget_categories li ,#sub .widget_archive li ,#sub .widget_recent_entries li, #sub .cat-post-widget li, #sub .archives li{
	display:block;
	border-bottom:1px dashed #ccc;
	background:url(images/list-arw.png) no-repeat 0 50%;
	padding:10px;
	padding-left:20px;
}

#sub li:last-child{
	border-bottom:none;
	margin-bottom:15px;
}

.post-title{
font-weight:normal !important;
font-size:13px !important;
}

#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;
}





