@charset "UTF-8";
/* COMMON */
body
{
	font-size:12px;
	margin: 0;
	padding: 0;
}

img 					 {  border: none;}

a:link 					 {	color: #4444b4;	text-decoration: underline;}
a:visited 			 {	color: #4444b4;	text-decoration: underline;}
a:hover					 {	color: #4444b4;	text-decoration: underline;}
a:active				 {	color: #4444b4;	text-decoration: underline;}

.info_date				{	color:#248cc4;	font-size:12px;	}
.info_comment			{	color:#000000;	font-size:12px;	}

.main_table			{	color:#343434;	font-size:12px;	line-height:16px;}

.map_table			{	color:#343434;	font-size:14px;	line-height:18px;}

.textM			{	color:#343434;	font-size:12px;	line-height:20px;}
.textS			{	color:#343434;	font-size:10px;	line-height:15px;}

.souken_table			{	color:#343434;	font-size:12px;	line-height:16px;}
.souken_table_s		{	color:#343434;	font-size:11px;	line-height:16px;}

.souken_order_index			{	color:#343434;	font-size:12px;	font-weight:bold; margin:0 0 5px 0;}
.souken_order_line			{	color:#343434;	font-size:12px;	margin:0 0 10px 0;}


/*---------------------------------------------
タイトル
---------------------------------------------*/
h2{
	margin:0px;
	padding:48px 0px 0px 0px;
}
h3{
	margin:0px;
	padding:28px 0px 0px 0px;
}
h4{
	margin:0px;
	padding:28px 0px 0px 0px;
}
h5{
	margin:0px;
	padding:28px 0px 0px 0px;
}


/*---------------------------------------------
Pのバリエーション
---------------------------------------------*/
.sp0{
	margin:0px;
	padding:0px 0px 0px 0px;
}
.spS{
	margin:0px;
	padding:9px 0px 0px 0px;
}
.spS2{
	margin:0px;
	padding:12px 0px 0px 0px;
}
.spM{
	margin:0px;
	padding:14px 0px 0px 0px;
}
.spM2{
	margin:0px;
	padding:24px 0px 0px 0px;
}
.spL{
	margin:0px;
	padding:36px 0px 0px 0px;
}


/*---------------------------------------------
箇条書き
---------------------------------------------*/
ol{
	padding:0px 0px 0px 25px;
	margin:0px 0px 0px 25px;
	font-size:12px;
}
ol.hyou{
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 15px;
}
ul{
	padding:0px 0px 0px 25px;
	margin:0px 0px 0px 25px;
}
ul.hyou{
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 15px;
}

li{
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}




/*初期化*/
* {
margin: 0;
padding: 0;
font-style: normal;
font-weight: normal;
font-size : 100%;
}


/*IEwin6のfloat時の左空きのバグを修正(マージン2倍)*/
.ie-left-hack {
display:inline; /* for Win6 */
}

/*clearfix*/
.clearfix:after {
	content: url(/wp-content/themes/withgarden/images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*IE チラチラ防止
html{
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}*/




/*基本形*/
body {
	margin: 0;
	line-height:120%;
	color:#666666;
	
	font-size:93%;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #f5f2e9;
	}


h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, div, form, address {
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	list-style-type: none;
	
}

/*イメージボーダなし*/
img {
border:none;
vertical-align:bottom;
vertical-align: top;
}


/*クリア*/
.clr {
	clear: both;
}

/*a--------------------リンク*/
a:link,a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover,a:active {
	color: #0066FF;
	text-decoration: underline;
}

/*TEXTセンター合わせ*/
.txt-center {
	text-align: center;
}
/*TEXT右合わせ*/
.txt-right {
	text-align: right;
}
/*見えないHR*/
hr {
	display: none;
}
strong {
	font-weight: bold;
}


#wrapper {
	background-color: #FFF;
	width: 960px;
	padding-right: 19px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}
.dllc-header h1 a {
	position: absolute;
	top: 17px;
	background-image: url(/wp-content/themes/withgarden/images/logo.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 566px;
	display: block;
	margin-bottom: 12px;
	text-indent: -7777px;
	z-index: 10000;
}
.pankuzu {
	font-size: 10px;
	margin: 15px 0 13px 0;
	color: #999;
}
#MainPic {
	background-image: url(/wp-content/themes/withgarden/images/main/main_pic_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 948px;
	padding: 6px;
}
.link_2nd a
{
	width: 128px;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D3CABD;
	border-bottom-color: #D3CABD;
	border-left-color: #D3CABD;
}


.link_2nd a:link,
.link_2nd a:visited {
	color: #85756c;
	text-decoration: none;
}

.link_2nd a:hover,
.link_2nd a:active {
	color: #CC6600;
	text-decoration: none;
	background-color: #F9F4DC;
}
.top_left_zone {
	width: 404px;
	float: left;
	margin-right: 16px;
}
.top_left_zone ul li {
	float: left;
	margin-bottom: 5px;
}
.topicsZone {
	width: 390px;
	float: left;
	font-size: 12px;
}
.topicsZone a {
	color: #666;
	font-size: 11px;
	letter-spacing: 0;
}
.topicsZone a:hover {
	color: #0066FF;
}
.TopicsTxtZone {
	background-image: url(/wp-content/themes/withgarden/images/topics_bg.jpg);
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 10px;
	color: #999;
}
 dl.TopicsTxtZone dt {
	width: 80px;
	float: left;
	margin-bottom: 5px;
}
 dl.TopicsTxtZone dd {
	float: left;
	width: 270px;
	margin-bottom: 5px;
}
.front_blogs_icon {
	position: relative;
	top: 2px;
}
.rightZone {
	float: right;
	width: 134px;
}
.bannerBox {
	background-image: url(/wp-content/themes/withgarden/images/banners/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* 杉谷追加分 */
.main_left_zone {
	width: 180px;
	float: left;
	margin-right: 20px;
	background-color: #E6F7E7;
	margin-bottom: 5px;
	background-repeat: repeat-y;
}
.main_right_zone {
	float: right;
	width: 760px;
}
/* 杉谷追加分終わり */

.kbBox {
	background-image: url(/wp-content/themes/withgarden/images/title_kb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	margin-bottom: 5px;
}



.bannerBox .bannerBoxIN,
.kbBox .bannerBoxIN 
{
	background-image: url(/wp-content/themes/withgarden/images/bk_bg.jpg);
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 12px;
}
#footerZone {
	clear: both;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d4cabd;
	border-bottom-color: #d4cabd;
	margin-bottom: 20px;
}
#contents-wrapper {
	margin-bottom: 20px;
}



ul.footer-Link li {
	font-size: 10px;
	color: #999;
	background-image: url(/wp-content/themes/withgarden/images/arrows.jpg);
	background-position: left 1px;
	_background-position: left 4px;
	margin-right: 10px;
	padding-left: 12px;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 2px;
	line-height: 10px;
	padding-top: 2px;
}


ul.footer-Link li a:link,
ul.footer-Link li a:visited {
	color: #999999;
	text-decoration: none;
}

ul.footer-Link li a:hover,
ul.footer-Link li a:active {
	color: #0066FF;
	text-decoration: underline;
}


 

dl.TopicsTxtZone dd a:link,
dl.TopicsTxtZone dd a:visited {
	color: #666666;
	text-decoration: none;
}

dl.TopicsTxtZone dd a:hover,
dl.TopicsTxtZone dd a:active {
	color: #0066FF;
	text-decoration: underline;
}




address {
	text-align: right;
	padding-bottom: 20px;
}
.btm10px {
	margin-bottom: 10px;
}
.btm15px {
	margin-bottom: 15px;
}
.btm20px {
	margin-bottom: 20px;
}
.btm30px {
	margin-bottom: 30px;
}
.btm40px {
	margin-bottom: 40px;
}
.shop-contennts-zone {
	float: left;
	width: 606px;
}
.mapBox {
	float: left;
	width: 298px;
}
.INFO-Box {
	float: left;
	width: 308px;
	font-size: 14px;
	line-height: 1.7em;
}
.Left125px {
	padding-left: 125px;
}
.Md-Bn-L {
	float: left;
	width: 286px;
	margin-bottom: 10px;
	padding-right: 15px;
}
.Md-Bn-R {
	float: left;
	width: 286px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.mdl_date {
	clear: both;
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.5em;
}
.blog_icons {
	padding-right: 5px;
}


#menu {
	background-image: url(/wp-content/themes/withgarden/images/menu/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 922px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-left: 38px;
	position: relative;
	top: 72px;
	z-index: 100;
}

#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
	float:left;
	margin-right: 39px;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* IE6用 */
* html #menu li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #menu li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #menu li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#menu .column1 {position:relative;}
#menu .column1 ul {display:block;}
#menu .column1 * ul {display:none;}

#menu .column2 {position:relative;}
#menu .column2 ul {display:block;}
#menu .column2 * ul {display:none;}

#menu .column3 {position:relative;}
#menu .column3 ul {display:block;}
#menu .column3 * ul {display:none;}



/**/

ul.shopinfos-menu {
	background-color: #FFF;
}
ul.shopinfos-menu li {
	padding-bottom: 5px;
}




/** for jirei **/
/*
a:link {color:#666666; text-decoration:none;}
a:visited {color:#09502D; text-decoration:none;}
a:hover {color:#990000; text-decoration:underline;} 
*/

.t10b333333 { font-size: 10px; color: #333333 ; font-weight: bold}
.t10n333333 {  font-size: 10px; color: #333333}
.t10n3366cch14 { font-size: 10px; color: #3366CC; line-height: 14px }
.t10n666666h14 { font-size: 10px; color: #666666; line-height: 14px}
.t12b000066h18 {  font-size: 12px; line-height: 18px; font-weight: bold; color: #000066}
.t12b006633h18 { font-size: 12px; line-height: 18px; color: #006633; font-weight: bold }
.t12b3366cch18 { font-size: 12px; line-height: 18px; color: #3366CC ; font-weight: bold }
.t12b339966h18 { font-size: 12px; line-height: 18px; color: #339966 ; font-weight: bold}
.t12b990000h20 { font-size: 12px; font-weight: bold; color: #990000; line-height: 20px}
.t12bff9900h16 { font-size: 12px; color: #FF9900 ; font-weight: bold; line-height: 16px }
.t12bffffffh18 { font-size: 12px; line-height: 18px; color: #FFFFFF; font-weight: bold }
.t12n003399h18 {  font-size: 12px; color: #003399; line-height: 18px}
.t12n3366cch18 {  font-size: 12px; line-height: 18px; color: #3366cc}
.t12n339966h18 { font-size: 12px; line-height: 18px; color: #339966}
.t12n666666h18 {  font-size: 12px; line-height: 18px; color: #666666}

/* 問い合わせフォームのtdのクラス */
.t12n666666h18-B {  font-size: 12px; line-height: 18px; color: #666666; padding:5px}

.t12n666666h22 { font-size: 12px; line-height: 22px; color: #666666 }
.t12nff9900h16 { font-size: 12px; color: #FF9900 ; font-weight: normal; line-height: 16px}
.t14b003399 { font-size: 14px; font-weight: bold; color: #003399; line-height: normal}

/* 施工例のNO.のフォント指定 */
/* .t14b3366cch22 { font-size: 14px; line-height: 22px; color: #3366CC ; font-weight: bold } */
.t14b3366cch22 { font-size: 14px; line-height: 22px; color: #C6BBAC ; font-weight: bold }

.t14b339966 { font-size: 14px; font-weight: bold; color: #339966; line-height: normal }
.t14b666666h18 { font-size: 14px; line-height: 18px; color: #666666 ; font-weight: bold}
.t14bff9900 { font-size: 14px; color: #FF9900 ; font-weight: bold}
.t14n3366cch22 { font-size: 14px; line-height: 22px; color: #3366CC ; font-weight: normal}
.t14n666666h18 { font-size: 14px; line-height: 18px; color: #666666 }
.t16b003399h22 {  font-size: 16px; font-weight: bold; color: #003399; line-height: 22px}
.t16b3366cch22 { font-size: 16px; line-height: 22px; color: #3366CC ; font-weight: bold}
.t16b5D4B35h26 { font-size: 16px; line-height: 26px; color: #5D4B35; font-weight: bold }
.t16b666666h18 { font-size: 16px; line-height: 18px; color: #666666 ; font-weight: bold}
.t16n3366cch22 {  font-size: 16px; line-height: 22px; color: #3366CC}
.t16nFF9900 {  font-size: 16px; color: #FF9900}
.t18b333333h18 { font-size: 18px; line-height: 18px; color: #333333; font-weight: bold}
.t10b3366cch14 { font-size: 10px; color: #3366CC; line-height: 14px ; font-weight: bold}
.t10n666666h18 { font-size: 10px; color: #666666; line-height: 18px}
.t12b996633h18 { font-size: 12px; line-height: 18px; font-weight: bold; color: #996633}
.t12n3366cch22 { font-size: 12px; line-height: 22px; color: #3366cc }
.t12b666666h22 { font-size: 12px; line-height: 22px; color: #666666 ; font-weight: bold}

/* 施工例n001から */
/* .txt-n { color: #333333; font-size: 11px; line-height: 16px; text-decoration: none ; font-family: sans-serif;} */
.txt-n { color: #333333; font-size: 11px; line-height: 16px; text-decoration: none;}

#concept {
	background-image: url(../concept/images/concept_bg.jpg);
	background-repeat: no-repeat;
	width: 948px;
	height: 502px;
	padding: 6px;
}
/* Garden Shop トップのフラッシュ代替表示用 */

#myAlternativeContent {
	display: table-cell;
	background-color: #FAFAFA;
	width: 948px;
	height: 502px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#myAlternativeContent > img {
	vertical-align: middle;
}

/* モデルガーデン */

.b1 {
	margin-left: 80px;
	float: left;
	margin-bottom: 35px;
}
.b2 {
	margin-left: 30px;
	float: left;
	margin-bottom: 35px;
}
.hino_pic2 {
	float: left;
	width: 287px;
}
.hino_pic3 {
	float: left;
	width: 473px;
}
.sendai_moto {
	position: relative;
}
.sendaiTxt {
	position: absolute;
	left: 0px;
	top: 87px;
}
.yoko_pic2 {
	float: left;
	width: 315px;
}
.yoko_pic3 {
	float: left;
	width: 445px;
}

#inc_main_zone {
	position:relative;
}

a#inc_form_button {
	position: absolute;
	width:200px;
	height:30px;
	z-index:1;
	left: 138px;
	top: 257px;
}

#inc_main_zone table#contact-info {
	position: relative;
	left: 1px;
	top: 3px;
	width: 100%;
}

#inc_main_zone table#contact-info td {
	margin: 0;
	padding: 0;
	border: none;
}

#inc_main_zone table#contact-info h3 strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #7D6C63;
}

#inc_main_zone table#contact-info td a img {
	margin: 0 3px 6px 0;
}

/** ニュース ブログ 一覧*/
.page-id-2 #news-top-ol-list {
	padding: 10px 0 5px 12px;
}
.page-id-10 #news-top-ol-list {
	padding:0 0 0 10px;
}

.news-date-top {
	margin-right: 20px;
	padding: 5px 10px;
	background-color: #7b6c63;
	color: #fff;
}
#news-top-ol-list li {
	margin-bottom: 1.5em;
	line-height: 1.7em;
	padding: 5px 0;
	border-bottom: #5b4c43 1px dotted;
	width: 99%;
}
#news-top-ol-list li a {
	display: block;
	padding: 8px 8px 6px 1px;
	vertical-align: bottom
}
.news-title-img {
	margin: 0 0 10px -5px;
}

/** 失敗しないエクステリア */
.shop-contennts-zone {
	width: 606px;
	float: left;
}
.photoZone li {
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}

/**********/
.dllc-post
{
   max-width:960px;
   margin: 0 0 10px 15px;
}
.archive .dllc-post,
.category .dllc-post,
.page-id-2 .dllc-post,
.page-id-10 .dllc-post
{
   margin: 0 0 10px -5px;
}
.dllc-metadata-icons,
.dllc-postheader {
	margin: 0.5em 0;
}
.dllc-postcontent p {
	margin: 0 1em 1em 1em;
	line-height: 1.7em;
}

/**** イングリッシガーデン紀行 ****/
h2.ukgarden-title {
	font-size: 30px;
	color: #ff3300;
	margin: 0 0 1em 0.5em;
}
	
