@charset "utf-8";
/*
Theme Name: ECOHOUSE PORTAL
Theme URI: http://ecohouse-portal.com/
Description: ECOHOUSE PORTAL
Author: Butcher1623 (baumkuchen)
Version: 1.0
*/


/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.cf:before, .cf:after,
#content>div>div:before, #content>div>div:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.cf:after,
#content>div>div:after { clear: both; }  
.cf,#content>div>div { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
	/*font: 14px Helmet, Freesans, sans-serif;*/
	font: 14px 'Open Sans', sans-serif;
	line-height: 1.7;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a,a:link {
	color: #72c4ab;
	text-decoration: none;
}
.bl a,.bl a:link {
	color: #0a69b9;
}
.gr a,.gr a:link {
	color: #5ba64e;
}
.yl a,.yl a:link {
	color: #9e9f10;
}
.or a,.or a:link {
	color: #ee8410;
}
.rd a,.rd a:link {
	color: #ea440b;
}
.pk a,.pk a:link {
	color: #e853db;
}
.vl a,.vl a:link {
	color: #a0133e;
}

#footer a,#footer a:link {
	color: #482c0f;
}
a:hover {
	color: #69f;
	text-decoration: underline;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}


/* HTML5 Reset end
-------------------------------------------------------------------------------*/


/*
Standard Classes
Author:Takuro Hishikawa
*/
strong{font-weight:bold}
.nomargin{margin:0!important}
.noborder{border:0!important}
.alignleft,.alignL{text-align:left}
.aligncenter,.alignC{text-align:center}
.alignright,.alignR{text-align:right}
.clearboth{clear:both}
.clearleft{clear:left}
.clearright{clear:right}
img.alignL,.floatL{float:left;margin:0 10px 10px 0}
img.alignR,.floatR{float:right;margin:0 0 10px 10px}

.bold	{
	font-weight: bold;
}
.mt0	{margin-top: 0 !important;}
.mt1	{margin-top: 1em !important;}
.mt2	{margin-top: 2em !important;}
.mt3	{margin-top: 3em !important;}
.ml0	{margin-left: 0 !important;}
.ml1	{margin-left: 1em !important;}
.ml2	{margin-left: 2em !important;}
.ml3	{margin-left: 3em !important;}
.mb0	{margin-bottom: 0 !important;}
.mb1	{margin-bottom: 1em !important;}
.mb2	{margin-bottom: 2em !important;}
.mb3	{margin-bottom: 3em !important;}
.mr0	{margin-right: 0 !important;}
.mr1	{margin-right: 1em !important;}
.mr2	{margin-right: 2em !important;}
.mr3	{margin-right: 3em !important;}
.mg0	{margin: 0 !important;}
.red	{
	color: #E63636;
}
.green	{
	color: #095733;
}
.blue	{
	color: #0066CC;
}
.lblue	{
	color: #99CCCC;
}
.brown	{
	color: #6E5F41;
}
.orange	{
	color: #ff6b2b;
}


/* Custom CSS
-------------------------------------------------------------------------------*/

a,a:link	{
	color: #;
}
a img	{
	box-shadow: #000 0 0 0;
}

body	{
	color: #353535;
	/*font-family: 'Open Sans', sans-serif;*/
}

#page	{
	text-align: center;
	width: 100%;
}
#container,
#masthead,
.primaryFoot,
.secondaryFoot,
#map #content	{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/*.paper #container,
.paper #masthead,
.paper .primaryFoot,
.paper .secondaryFoot,
.cloud #container,
.cloud #masthead,
.cloud .primaryFoot,
.cloud .secondaryFoot	{
	width: 1080px;
}*/

#header	{
	min-height: 120px;
	background: url(image/common/header_bg.jpg) repeat left top;
	width: 100%;
}
#footer	{
	margin: 70px 0 0;
}

/*
	header
*/
#logo	{
	width: 325px;
	height: 62px;
	float: left;
	margin: 20px 0 0;
}
#header .right	{
	float: right;
	width: auto;
	position: relative;
	padding: 0;
}
#globalNav ul	{
	margin: 45px 0 0;
}
#globalNav li	{
	float: left;
	margin: 0 0 0 22px;
}
#header .desc	{
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
	color: #045c57;
	line-height: 1.2;
	font-size: 1em;
}

#header .firstpart	{
	color: #045c57;
	line-height: 1.8;
	font-size: 0.9em;
	margin: 10px 0;
}

/*
	contents
*/
#page	{
	background: url(image/common/body_bg.jpg) repeat left top;
}
#container	{
	margin-top: 30px;
}
#container p	{
	margin: 0 0 1.2em;
}

/*
	TOP
*/
#map	{
	height: 717px;
	background: url(image/top/map_bg.gif) repeat-x left top;
	padding: 30px 0 0;
}
.innerMap	{
	background: url(image/top/mp_japan.jpg) no-repeat left top;
	position: relative;
	width: 960px;
	height: 550px;
}
#map h2	{
	position: absolute;
	top:50px;
}
#map ul	{
	clear: both;
	font-size: 0;
	text-align: right;
}
#map .x3	{
	width: 480px;
	margin: 0 0 0 480px;
}
#map .x4	{
	width: 640px;
	margin: 0 0 0 320px;
}
#map .x6	{
	width: 960px;
	margin: 0;
}
#map ul li	{
	display: none;
	float: left;
	width: 160px;
	height: 100px;
	overflow: hidden;
}
#map ol.pointer li	{
	opacity: 0;
	position: absolute;
	list-style: none;
}
.pointer .shimokawa	{
	top:10px;
	left:360px;
}
.pointer .bihoro	{
	top:19px;
	left:380px;
}
.pointer .iidate	{
	top:163px;
	left:342px;
}
.pointer .takayama	{
	top:206px;
	left:284px;
}
.pointer .iida	{
	top:218px;
	left:294px;
}
.pointer .yamagata	{
	top:153px;
	left:336px;
}
.pointer .yaita	{
	top:185px;
	left:332px;
}
.pointer .tsuru	{
	top:215px;
	left:315px;
}
.pointer .ota	{
	top:196px;
	left:321px;
}
.pointer .yamanashi	{
	top:213px;
	left:310px;
}
.pointer .omihachiman	{
	top:230px;
	left:262px;
}
.pointer .toyooka	{
	top:220px;
	left:238px;
}
.pointer .bizen	{
	top:225px;
	left:241px;
}
.pointer .ishikawa	{
	top:195px;
	left:271px;
}
.pointer .hamamatsu	{
	top:236px;
	left:292px;
}
.pointer .kitakyushu	{
	top:261px;
	left:163px;
}
.pointer .bungotakada	{
	top:268px;
	left:176px;
}
.pointer .kochi	{
	top:267px;
	left:217px;
}
.pointer .minamata	{
	top:299px;
	left:158px;
}
.pointer .miyakojima	{
	top:466px;
	left:53px;
}

#map .bl	{
	border-bottom: 10px solid #336dae;
}
#map .gr	{
	border-bottom: 10px solid #85b97c;
}
#map .yl	{
	border-bottom: 10px solid #e2e361;
}
#map .or	{
	border-bottom: 10px solid #efa656;
}
#map .rd	{
	border-bottom: 10px solid #e67a55;
}
#map .pk	{
	border-bottom: 10px solid #de8ad7;
}
#map .vl	{
	border-bottom: 10px solid #ad2851;
}


.home .upper div	{
	float: left;
	width: 465px;
}

.home #container h2	{
	background: url(image/common/hl_bg.gif) repeat left top;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	padding: 0 0 0 15px;
	color: #8fcebc;
	margin: 0 0 1em;
}
.home #container .upper div,
.home #container .lower div	{
	margin: 0 30px 30px 0;
}
.home #container div.last	{
	margin: 0 0 30px 0;
}

.home .lower div	{
	float: left;
	/*width: 345px;*/
}
.home .lower div.bn	{
	width: 210px;
	float: right;
}
.home .lower dt	{
	float: left;
	clear: both;
	width: 9em;
	font-size: 14px;
}
.home .lower dd	{
	margin: 0.4em 0 0.4em 9em;
	font-size: 14px;
}



/*
	common page
*/

.commonPage .left	{
	width: 250px;
	float: left;
	padding: 20px 20px 80px 0;
	border-top: 1px solid #c3e6db;
	border-right: 1px solid #c3e6db;
}
.commonPage h2	{
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	color: #409f89;
}

.commonPage .right	{
	width: 670px;
	float: right;
	padding: 20px 0 0 19px;
	border-top: 1px solid #c3e6db;
}
.commonPage h3	{
	font-size: 20px;
	color: #72c4ab;
	margin: 0 0 0.5em;
}
.commonPage p	{
	font-size: 1.08em;
}

.commonPage .btn a	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8f8f3;
	border: 1px solid #72c4ab;
	font-size: 22px;
	width: 470px;
	text-align: center;
	margin: 1em auto;
	color: #72c4ab;
	display: block;
	padding: 25px 0;
	text-decoration: none;
}
.commonPage .btn a:hover	{
	background-color: #72c4ab;
	color: #fff;
}

table.login	{
	width: 100%;
}
.login th	{
	text-align: right;
	width: 140px;
	padding: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.login td	{
	padding: 5px;
	vertical-align: middle;
}
.login .name,
.login .pass	{
	width: 350px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 0 10px;
}
.commonPage input.btn	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8f8f3;
	border: 1px solid #72c4ab;
	font-size: 22px;
	width: 180px;;
	height: 110px;
	text-align: center;
	color: #72c4ab;
	display: block;
	padding: 25px 0;
	text-decoration: none;
}
.commonPage input.btn:hover	{
	background-color: #72c4ab;
	color: #fff;
}
#msg .error	{
	text-align: center;
	font-weight: bold;
	color: red;
}

/*
	case page
*/
.case #content	{
	width: 745px;
	float: right;
	position: relative;
}
.case .head	{
	margin: 85px 0 0;
}
.houseName {
	padding: 0 0 0 10px;
	margin: 0 0 1.2em;
}
#container .case p.address	{
	margin: 0 0 0 0.2em;
}
.case .houseName h2	{
	font-size: 30px;
	line-height: 1.2;
}
#container .case .jichitai	{
	margin: 0 0.2em;
}
.bl .houseName	{
	border-left: 4px solid #5c7aae;
}
.gr .houseName	{
	border-left: 4px solid #85b97c;
}
.yl .houseName	{
	border-left: 4px solid #e2e361;
}
.or .houseName	{
	border-left: 4px solid #efa656;
}
.rd .houseName	{
	border-left: 4px solid #e67a55;
}
.pk .houseName	{
	border-left: 4px solid #de8ad7;
}
.vl .houseName	{
	border-left: 4px solid #ad2851;
}
.case .mainImg	{
	font-size: 0;
	line-height: 0;
}
.mainImg img	{
	vertical-align: top;
	float: left;
}

.case #aside	{
	width: 180px;
	float: left;
}
.case h3	{
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	padding: 0 0 0 15px;
	margin: 2.5em 0 1.3em;
}
.case h4	{
	font-size: 20px;
	font-weight: normal;
	margin: auto 0.1em;
	clear: both;
}
.case h5	{
	margin: auto 0.15em;
}
.bl .case h3	{
	color: #336dae;
	background: url(image/case/hl_bl.gif) repeat left top;
}
.gr .case h3	{
	color: #85b97c;
	background: url(image/case/hl_gr.gif) repeat left top;
}
.yl .case h3	{
	color: #e2d508;
	background: url(image/case/hl_yl.gif) repeat left top;
}
.or .case h3	{
	color: #efa656;
	background: url(image/case/hl_or.gif) repeat left top;
}
.rd .case h3	{
	color: #e67a55;
	background: url(image/case/hl_rd.gif) repeat left top;
}
.pk .case h3	{
	color: #de8bd7;
	background: url(image/case/hl_pk.gif) repeat left top;
}
.vl .case h3	{
	color: #ad2851;
	background: url(image/case/hl_vl.gif) repeat left top;
}

.bl .case h4	{
	color: #336dae;
}
.gr .case h4	{
	color: #85b97c;
}
.yl .case h4	{
	color: #e2d508;
}
.or .case h4	{
	color: #efa656;
}
.rd .case h4	{
	color: #e67a55;
}
.pk .case h4	{
	color: #de8bd7;
}
.vl .case h4	{
	color: #ad2851;
}
#container .case p	{
	margin: 0 0.2em 1.2em;
}

.case .link	{
	border-bottom: 1px dashed #cacaca;
	padding: 5px 20px;
	background: url(image/case/link_bg.png) repeat left top;
	/*position: fixed;*/
	width: 705px;
}
.case .link ul	{
	padding: 5px 0;
}
.case .link li	{
	float: left;
	font-size: 14px;
	margin: 0 32px 0 5px;
}

#building .left,
#planner .left,
#construct .left	{
	float: left;
	width: 48%;
}
#building .right,
#planner .right,
#construct .right	{
	float: right;
	width: 48%;
}
#planner .left dd,
#construct .left dd	{
	font-size: 18px;
}
#planner .right,
#construct .right	{
	background-color: #fafafa;
	border: 1px solid #bbb;
	padding: 10px 10px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#planner .right h4,
#construct .right h4	{
	color: #353535;
}
#construct h5	{
	font-size: 18px;
	font-weight: normal;
}
#planner .cf	{
	margin: 0 0 25px;
}

.case .notice	{
	color: #c30017;
	font-size: 12px;
}

.case #access	{
	float: left;
	width: 360px;
}
.case #visit	{
	float: right;
	width: 360px;
}

#environment table {
	background-color: #ffffff;
	border-top:#ccc 3px double;
	border-collapse: collapse;
	width: 100%;
	color:#444;
	margin: 1em 0;
} 
#environment table th {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	padding: 10px 20px;
	width: 60%;
} 
#environment table td {
	border-bottom: #dcdddd 1px solid;
	background-color: #fff;
	padding: 10px 20px;
	vertical-align: top;
	width: 40%;
}
/*.case */.return	{
	text-align: right;
}

.case #outline,
.case #activity,
.case #intent,
.case #environment	{
	padding: 1px 0 0;
}
span.s	{font-size: 0.7em;}
span.l	{font-size: 1.2em;}

/*概要*/
.case .insert	{
	float: right;
	margin: 0 0 20px 15px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	clear: both;
}
.case .insert img	{
	max-width: 200px;
	height: auto;
}

#related #construct	{
	margin: 0 0 40px;
}




	/*最新情報*/
.case #news .chk	{
	margin: 0 30px 0 0;
	float: left;
}
.case #news .feed	{
	width: 500px;
	float: left;
}
.case #news .feed dl	{
	margin: -0.25em 0 0;
}
.case #news dt	{
	float: left;
	clear: both;
	width: 9em;
	font-size: 14px;
}
.case #news dd	{
	margin: 0 0 0.18em 9em;
	font-size: 14px;
}

/*
	document page
*/

/*.paper .commonPage .left,
.cloud .commonPage .left	{
	width: 280px;
}

.paper .commonPage .right,
.cloud .commonPage .right	{
	width: 760px;
}*/

.document table.dataTable {
	border-spacing: 0;
	font-size:12px;
	border-right: 1px solid #84B2E0;
}
.document table.dataTable th {
	color: #fff;
	padding: 8px 22px 8px 8px;
	background-color: #258;
	/*background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));*/
	font-weight: bold;
	font-size: 0.9em;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	white-space: nowrap;
}

.sorting_desc	{
	background: url(image/doc/desc.gif) no-repeat right center;
}
.sorting_asc	{
	background: url(image/doc/asc.gif) no-repeat right center;
}
.sorting	{
	background: url(image/doc/sort.gif) no-repeat right center;
}
.document table.dataTable tr td {
	padding: 3px 6px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	/*text-align: center;*/
}
.document tabl.dataTablee tr td:last-child {
	border-right: 1px solid #84b2e0;
	/*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
.document table.dataTable tr {
	background: #fff;
}
.document table.dataTable tr:nth-child(2n+1) {
	background: #f1f6fc;
}
.document table.dataTable tr:last-child td {
	/*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
.document table.dataTable tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.document table.dataTable tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.document table.dataTable tr:hover {
	background: #bbd4ee;
	cursor:pointer;
}
.dataTables_wrapper	{
	clear: both;
}
.dataTables_length	{
	float: left;
}
.dataTables_filter	{
	text-align: right;
	margin: 0 0 1em;
}
.paginate_disabled_previous,
.paginate_disabled_next	{
	padding: 3px 10px;
}

.document table.dataTable a	{
	background: url(image/doc/icon_doc.png) no-repeat left center;
	padding: 0 0 0 20px;
}

.document .dl	{
	/*width: 105px;*/
}
.document .author	{
	width:4.5em;
}

.docBox	{
	margin: 0 0 60px;
}

/*
	category
*/

.category .left	{
	width: 250px;
	float: left;
	padding: 20px 20px 80px 0;
	border-top: 1px solid #c3e6db;
	border-right: 1px solid #c3e6db;
}
.category h2	{
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	color: #409f89;
}

.category .right	{
	width: 670px;
	float: right;
	padding: 20px 0 0 19px;
	border-top: 1px solid #c3e6db;
}
.category .entry	{
	margin: 0 0 30px;
}
.category h3	{
	font-size: 20px;
	color: #72c4ab;
	margin: 0;
	border-bottom: 1px dotted #bbb;
}
.category p	{
	font-size: 1.08em;
}
.category #container .meta	{
	font-size: 0.9em;
	text-align: right;
	margin: 0 0 0.2em;
}

/*
	entry
*/

.single .left	{
	width: 250px;
	float: left;
	padding: 20px 20px 80px 0;
	border-top: 1px solid #c3e6db;
	border-right: 1px solid #c3e6db;
}
.single .date	{
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	color: #409f89;
}
.single #container .meta	{
	font-size: 0.9em;
	text-align: right;
	margin: 0 0 0.2em;
}

.single .right	{
	width: 670px;
	float: right;
	padding: 20px 0 0 19px;
	border-top: 1px solid #c3e6db;
}
.single .right .entry	{
	margin: 0.2em 0 0;
}
.single h2	{
	font-size: 20px;
	color: #72c4ab;
	/*margin: 0 0 0.5em;*/
	margin: 0;
	border-bottom: 1px dotted #bbb;
}
.single p	{
	font-size: 1.08em;
}


/*
	footer
*/
#mastfoot1	{
	background: url(image/common/footer_bg.jpg) repeat left top;
	border-top: 1px solid #a9a692;
	padding: 20px 0 0;
	width: 100%;
}
#mastfoot2	{
	background: url(image/common/footer_bg2.jpg) repeat left top;
	height: 30px;
}

#footer h3	{
	height: auto;
	line-height: normal;
	margin: 0 0 5px;
	background: url(image/common/line_2px.gif) repeat-x left bottom;
	padding: 0 0 3px;
	font-size: 16px;
	color: #353535;
}
#footer h4	{
	font-size: 14px;
	font-weight: bold;
	color: #535353;
	background: url(image/common/list-arrow.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#footer p	{
	margin: 0 0 0.8em 20px;
	font-size: 1em;
}

.primaryFoot	{
	position: relative;
	padding: 0 0 45px;
}
.footClm1	{
	float: left;
	width: 250px;
	margin: 0 20px 0 0;
}
.footNav	{
	margin: -0.55em 0 0;
}
.footNav li	{
	font-size: 16px;
	background: url(image/common/list-dots.png) no-repeat left center;
	padding: 0 0 0 15px;
	line-height: 2.2em;
}

.footClm2	{
	float: left;
	width: 350px;
	margin: 0 20px 0 0;
}
.footClm2 ul	{
	float: left;
	width: 115px;
}
.footClm2 li	{
	font-size: 16px;
}

.footClm3	{
	width: 210px;
	float: right;
}

.footerIcon	{
	position: absolute;
	top: -84px;
	right: 10px;
}

address	{
	line-height: 30px;
	font-style: normal;
	text-align: center;
}

/*
	FAQ
*/
.faq dt	{
	font-size: 16px;
	background: url(/wp-content/themes/ecohouse-theme/image/faq/icon_q.png) no-repeat left 0.2em;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}
.faq dd	{
	font-size: 16px;
	background: url(/wp-content/themes/ecohouse-theme/image/faq/icon_a.png) no-repeat left 0.2em;
	margin: 0 0 20px;
	padding: 0 0 23px 30px;
	border-bottom: 2px dashed #ddd;
}


/*
	doc-entry
*/
.doc-entry .wpcf7 .year	{
	width: 4.5em;
}
.doc-entry .wpcf7 .month,
.doc-entry .wpcf7 .day	{
	width: 2.5em;
}
.doc-entry .require	{
	color: red;
}

div.wpcf7	{
	position: relative;
}
.wpcf7-form table	{
	margin: 40px auto;
}
.wpcf7-form th	{
	text-align: right;
	padding: 15px;
	vertical-align: middle;
}
th.vaT	{
	vertical-align: top;
}
.wpcf7-form td	{
	padding: 15px;
	position: relative;
	text-align: left;
}
.wpcf7-form td.btn	{
	text-align: center;
}
input.wpcf7-text,
.wpcf7-form textarea	{
	width: 400px;
	border: 1px solid #bbb;
	padding: 5px;
	font-size: 1.2em;
}
.wpcf7-submit,
#wpcf7-modify	{
	padding: 10px 25px;
	margin: 0 20px;
	border: 0;
}
.wpcf7-submit:hover,
#wpcf7-modify:hover	{
	background-color: #fff;
}

.wpcf7-not-valid-tip	{
	position: absolute;
	right: 10px;
	bottom: -20px;
	background-color: #f7f4f0;
	padding: 2px 2px 2px 6px;
	opacity: 0.85;
	text-align: center;
	width: 16em;
}
input[readonly="readonly"],
textarea[readonly="readonly"]	{
	background-color: transparent;
	border: 1px solid #bbb;
}
div.wpcf7 div.wpcf7-response-output	{
	border: 0;
	position: absolute;
	bottom: 2em;
	left: 0;
	margin: 0;
	padding: 0;
	color: #f52704;
	width: 100%;
	text-align: center;
}

/*
	.doc-notice
*/
.doc-notice #content ul	{
	margin: 0 0 1.2em;
}
.doc-notice #content ul li	{
	list-style: disc;
	margin: 0 0 0 2.5em;
}

/*
	news wg
*/
.news .entry img,
.wg .entry img,
.library .entry img	{
	box-shadow: 0 0 5px #bbb;
	margin: 1em 0.5em;
}

/*
	library
*/
.library .entry	{
	font-size: 0.9em;
}
.library .right .entry	{
	border-bottom: 3px dashed #bbb;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.library .cover	{
	float: left;
	width: 220px;
}
.library #container .cover p	{
	margin: 0;
}
.library .cover img	{
	max-width: 212px;
	height: auto;
}
.buy	{
	display: block;
	max-width: 212px;
	margin: 1em 0;
	padding: 0.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8f8f3;
	border: 1px solid #72c4ab;
	text-align: center;
	color: #72c4ab;
	text-decoration: none;
	clear: both;
}
.buy:hover	{
	background-color: #72c4ab;
	color: #fff;
	text-decoration: none;
}

.library .info	{
	float: right;
	width: 420px;
	padding: 1em 0;
}
.library .info h3	{
	color: #353535;
	font-size: 18px;
	border-left: 4px solid #409F89;
	padding: 0.2em 0 0.2em 0.4em;
	line-height: 1.3;
}
.library .info .price	{
	font-weight: bold;
}
.library .info .special	{
	background-color: #fafafa;
	border: 1px solid #bbb;
	padding: 12px 12px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info .special h4	{
	font-size: 1.1em;
	border-bottom: 1px dotted #bbb;
}

.library #izanai140326 h3 span	{
	font-size: 0.8em;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.paper #container,
	.paper #masthead,
	.paper .primaryFoot,
	.paper .secondaryFoot,
	.cloud #container,
	.cloud #masthead,
	.cloud .primaryFoot,
	.cloud .secondaryFoot	{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.paper #container,
	.paper #masthead,
	.paper .primaryFoot,
	.paper .secondaryFoot,
	.cloud #container,
	.cloud #masthead,
	.cloud .primaryFoot,
	.cloud .secondaryFoot	{
		width: 100%;
	}

}

@media only screen and (min-width: 620px) and (max-width: 767px) {	

	.paper #container,
	.paper #masthead,
	.paper .primaryFoot,
	.paper .secondaryFoot,
	.cloud #container,
	.cloud #masthead,
	.cloud .primaryFoot,
	.cloud .secondaryFoot	{
		width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 619px) {

	.paper #container,
	.paper #masthead,
	.paper .primaryFoot,
	.paper .secondaryFoot,
	.cloud #container,
	.cloud #masthead,
	.cloud .primaryFoot,
	.cloud .secondaryFoot	{
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.paper #container,
	.paper #masthead,
	.paper .primaryFoot,
	.paper .secondaryFoot,
	.cloud #container,
	.cloud #masthead,
	.cloud .primaryFoot,
	.cloud .secondaryFoot	{
		width: 100%;
	}

}