@charset "utf-8";
/*
Theme Name: フレシア
Theme URI: http://furecr.jp/
Description: フレシアのカスタマイズ子テーマ。
Author: furecr
Template: twentyten
*/

@import url("../twentyten/style.css");

.page-id-2 #container ,  /*施工事例一覧*/
.page-id-8 #container ,  /*モデルハウス*/
.page-id-39 #container   /*お客様の声一覧*/
   { 
	background-color: #000;
}
.parent-pageid-2 #container ,
.parent-pageid-8 #container {
	background-color: #000;
}

#photogallery {
	margin-left:100px;
	text-align: center;
}	

.parent-pageid-2 .entry-title {
	font-size: 1.5em !important ;
	color: #D98E00 !important ;
	font-weight: normal !important ;
	padding: 0 20px 20px;
	text-align: center;
}

.page-id-732 .entry-title ,
.page-id-39 .entry-title , 
.page-id-2 .entry-title ,
.page-id-8 .entry-title {
	font-size: 1.25em !important ;
	color: #7F7F7F !important ;
	font-weight: normal !important ;
	padding: 0 20px 20px;
}

#jirei_hitokoto {
	margin: 0 170px 0 140px;
	width: 600px;
}
.jirei_hitokoto {
	color: #D98E00!important;
	font-size: 1.2em;
	border-bottom: 1px solid #D98E00;
}
.jirei_hitokoto_honbun {
	color: #FFF!important;
}

#pagemidashi {
	background-color: #000;
	height: 70px;
	width: 100%;
	margin-bottom: 10px;
}

/* =HOME NEWS
-------------------------------------------------------------- */
#qr {
	width: 87px;
	float: left;
	display: inline;
}	
#topNews {
	width: 610px;
	float: right;
	display: inline;
}	
#furecrNewsTittle {
	margin-bottom: 10px!important;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #000;
	border-bottom: solid 4px #000;
}
#furecrnews {
	font: 92.4% Helvetica, sans-serif;
	padding-bottom: 2px!important;
}
#furecrnews dt {
	display: inline;
	float: left;
	clear: left;
}
#furecrnews dd {
	margin-bottom: 0!important;
	margin-left: 1em;
	float: left;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #EFEDE4 url(images/bg_xrepeat.gif) repeat-x top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;	
}

#wrapper {
	margin: 0 auto;
	width: 920px;
	background: url(images/bg_top_grad.png) no-repeat center top;
	padding-right: 25px;
	padding-left: 25px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #D98E00;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #D98E00;
	outline: none;
}
a:active,
a:hover {
	color: #F6C92A;
	outline: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

*html #main {
	margin-left: 20px;
}
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	min-height: 600px;
}
#content {
	margin: 0 280px 0 20px;
}

#content #panorama {  /*パノラマのマージン*/
	margin-left: 30px;
}

#content .jirei {
	margin: 0 0 0 22px;
}

#content .jirei h4 {  /*事例見出し*/
	font-size: 1.3em;
	color: #D98E00;
	margin: 5px 0;
	line-height: 1em;
}

#content .jirei p {  /*事例本文*/
	color: #CCC;
	line-height: 1.5em;
}

#content .jirei a img  {  /*事例イメージ*/
	border: solid 1px #000;
}
#content .jirei a:hover img  {  /*事例イメージ*/
	border: solid 1px #D98E00;
}

#primary,
#secondary {
	margin-top: 80px;
	float: right;
	overflow: hidden;
	width: 240px;
}

#secondary {
	margin-top: 20px;
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

.page-id-16 .one-column #content {
	margin: 0 auto;
	width: 920px;
}

/* =HomeBanner
-------------------------------------------------------------- */
#furecrHome-left {
	float: left;
	width: 300px;
	display: inline;
}
#furecrHome-right {
	float: right;
	width: 610px;
	display: inline;
}
#furecrHome-left ul , #furecrHome-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#furecrHome-left li a img , #furecrHome-right li a img {
	vertical-align: bottom;
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
#furecrHome-left ul , #furecrHome-right ul {
	margin-bottom: -20px !important;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 20px 0px 0px;
}
*html #header {
	margin-left: 20px;
	padding: 20px 0px 0px;
}
#site-title {
	float: left;
	margin: 0 0 10px;
	width: 230px;
	height: 60px;
	text-indent: -9997px;	
}
*html .page-id-16 h1 a {
	float: left;
	margin: 0 0 10px;
	width: 230px;
	height: 60px;
	text-indent: -9997px;
}
*html #FlashID {
	margin-top: -60px;
}

#site-description {
	color: #999;
	display: inline;
	text-align: right;
	float: right;
	margin: 5px 20px 5px 300px;
}

#utility ul {
	margin: 0px 0px 7px;
	text-align: right;
	margin: 0px 20px 2px 0px;
}
#utility ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 1em;
}

/* This is the custom header image */
#branding img {
	display: block;
	float: left;
}

#utility img {
	margin-left: 10px;
	float: right;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

#access ul {
	padding: 15px 0px 0px;
	margin: 0px;	
}

#access ul li {
	list-style: none;
	display:inline-block;
	margin-left: 2px;
	width: 148px;
	height: 20px;
	padding: 10px 0 20px;
}
*html #access ul li {
	list-style: none;
	display:inline;
	margin-right: 3px;
	width: 148px;
	height: 40px;
}
*:first-child+html #access ul li {
	list-style: none;
	display:inline;
	margin-right: 3px;
	width: 148px;
	height: 40px;
	padding: 20px 0 10px;
}

#access ul .first {
	margin-left: 1px;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
	background-color: #000;
	width: 920px;
}

#content {
	margin-bottom: 36px;
}

#content,
#content input,
#content textarea {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}

#container {
	background-color: #EFEDE4;/*地色薄いベージュ*/
}

#content h3 {
	color: #D98E00 !important; 
	line-height: 1em;
	display: block;
	height: 2em;
	border-left: 7px solid #D98E00;
	padding-left: 10px;
	margin-bottom: 0;
	border-right: 1px solid #D98E00;
	background: #E6E5DC;
	padding-top: 1em;
	margin-bottom: 10px;
}


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

#content .answer {
	margin-left: 50px;
}
#content .answer .ansTitle {
	font-size: 1.3em;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	color: #D98E00;
	padding-right: 10px
}

#content .voicekome {
	display: inline-block
	font-size: .75em;
	color: #666;
	margin-left: 30px;
}


#content dd  {
	margin-bottom: 12px;
}


#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1 {
	padding-bottom: 20px;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #D98E00;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-content p {
	line-height: 2em;
}

.entry-content p .modelhousePhoto , .modelhouseMap { /*qs_margin*/
	margin-left: 30px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* =Images
-------------------------------------------------------------- */

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
	padding-right: 15%;
	padding-left: 15%;
	line-height: 1.2em;
	text-align: left;
}
.gallery img {
	border: 6px solid #f1f1f1;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
	background-color: #000;
	width: 880px;
	padding: 0px 20px 20px;
}
#colophon {
	border-top: 1px solid #666;
	width: 880px;
}

/* フッターエリア
------------------------------------------ */
.footer {
	padding: 10px 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
	clear: both;
}
.footerNav {
	text-align: center;	
	color: #666;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footerNav a {
	color: #CCC;
}
.pageTop {
	text-align: right;
}

.footerbannerArea {
	width: 720px;
	padding-top: 20px;
	padding-left: 160px;
	float: left;
	clear: both;
}
.footerbannerArea li {
	display: inline;
}
.right {
	margin-left: 10px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {/*qs_list-style none*/
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {/*qs_line追加*/
	color: #222;
	font-weight: bold;
	border-bottom: 1px solid #999;	
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	border-bottom: 1px solid #999;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}

#main .widget-area ul .textwidget .sideinnerBanner a {
	margin: 0;
	border-bottom: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#main .widget-area ul ul {
	border: none;
	margin-left: 0;/*qs_margin-left1.3em reset*/
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}

/* =contact form7
-------------------------------------------------------------- */
#contactform7 {
	border-left: 5px solid #D98E00;
	padding-left: 30px;	
}

#contactform7 p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}

#contactform7 .notborder {
	border-bottom: none;
}

#contactform7 input {
	margin-bottom: 12px;
}

#contactform7 p .hissu , p .hissu {
	color: #C00;
}

