@charset 'UTF-8';

@import url("base.css");
@import url("common.css");
@import url("navi.css");


#wrapper {
	background-image: url(../img/parts/r_bg.jpg);
}

/* -----------------------------------------------------------------------------
>> メインコンテンツ
----------------------------------------------------------------------------- */

/* メインビジュアル */
#mainVisual{
	width:930px;
	height:142px;
	margin-bottom:10px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position:relative !important;
}
/*@font-face{
	font-family:"ヒラギノ明朝 Pro W6";
  src: url("../files/font/DShirmn6.eot?") format('eot'),
       url("../files/font/DShirmn6.woff") format('woff'),
       url("../files/font/DShirmn6.ttf")  format('truetype');
}*/
#mainVisual h2{
	font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "小塚明朝 Std B", "小塚明朝 Std H", "小塚明朝 Pro H", "小塚明朝 Pro B", "HGP明朝B", "ＤＦ平成明朝体W9", "ＤＦＰ平成明朝体W9", "ＤＦＧ平成明朝体W9", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro";
	font-size: 36px;
	line-height:1em;
	color: #FFF;
	text-shadow:-1px -1px 2px #333;
	position: absolute !important;
	left: 45px;
	top: 50px;
	display: block;
	z-index:100;
}
#mainVisual img{
	position: absolute !important;
	left: 0px;
	top: 0px;
	z-index:10;
}
/* IE6 太字*/
* html #mainVisual h2{
	font-weight:bold;
}

/* -----------------------------------------------------------------------------
>> 共通コンテンツ
----------------------------------------------------------------------------- */

/* コンテンツボックス -------------------------------------------------------------*/

#Larea .content_box1{
	width: 640px;
	padding:20px;
	clear:both;
	margin-bottom:25px;
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #B6B6B6;
	border-radius:2px;
	-moz-border-radius:2px:
	-webkit-border-radius:2px;
	behavior: url(css/PIE.htc);
	position:relative;
}
#Larea .content_box1:after{
	content:"";
	display:block;
	clear:both;
}

#Larea .content_box1 strong{
	font-weight:bold;
	color: #2d4b9b;
}
#Larea .content_box1 h2{
	font-size: 30px;
	color: #630;
	line-height:1em;
	margin-bottom:15px;
	/*	font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "小塚明朝 Std B", "小塚明朝 Std H", "小塚明朝 Pro H", "小塚明朝 Pro B", "HGP明朝B", "ＤＦ平成明朝体W9", "ＤＦＰ平成明朝体W9", "ＤＦＧ平成明朝体W9", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro"; */
	clear:both;
}
#Larea .content_box1 h3{
	font-size: 20px;
	font-weight:bold;
	color: #2d4b9b;
	margin-bottom:15px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	clear:both;
}
#Larea .content_box1 h4{
	font-size: 16px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
	margin-top:30px;
	margin-bottom:15px;
}
#Larea .content_box1 h5{
	font-weight: bold;
	margin-top:30px;
	margin-bottom:15px;
	color: #744;
	background-image: url(../img/icon/icon_02.gif);
	background-position: left center;
	padding-left: 20px;
}
#Larea .content_box1 .sec{
	margin-top:50px;
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#Larea .content_box1 .bgline2{
	font-size: 16px;
	line-height: 33px;
	background-image: url(../img/parts/text_bgline2.gif);
	background-repeat: repeat;
	word-wrap: break-word;
}
#Larea .content_box1 .gmap{
	width:100%;
	height:400px;
	overflow:hidden;
	border: 1px solid #CCC;
}
#Larea .content_box1 p{
	word-wrap: break-word;
}

/* 写真縦並び */
#Larea .content_box1 .img_area1{
	display:inline-block;
	float:right;
	text-align: right;
}
#Larea .content_box1 .img_area1 img{
	margin-bottom:15px;
	clear: both;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
}

#Larea .content_box1 .img_area img{
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
}
/* 写真横並び */
#Larea .content_box1 .img_area2{
}
#Larea .content_box1 .img_area2 img{
	margin-right:10px;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
}
/* IE用 */
html>body #Larea .content_box1 .img_area2 img{
	margin-right:8px;
}

#Larea .info_area1{
	width:400px;
	float:left;
}


#Larea .content_box2{
	background-color: #FCF8F3;
	border: 1px dashed #CCC;
	padding: 10px;
}
#Larea .content_box2 p{
	word-wrap: break-word;
}
#Larea a.content_box2{
	display:block;
	text-decoration:none;
}
#Larea a.content_box2:hover{
	background-color: #FEEFE2;
}
#Larea .content_box_att{
	background-color: #FEC;
	border: 1px solid #CCC;
	padding: 5px;
	font-size:12px;
}

/* テキストボタン -------------------------------------------------------------*/

.btn1{
	background-color: #D0D7FF;
	background-image: url(../img/icon/icon_04_2.gif);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top:10px;
	margin-bottom:10px;
	background-position: 10px center;
	border-radius:20px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:20px:
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
	line-height: 2em;
}
.btn1:hover{
	background-image: url(../img/icon/icon_04_3.gif);
	background-color: #FC9;
	text-decoration:none;
}
.btn1-2{
	background-color: #FC9;
	background-image: url(../img/icon/icon_01_2.gif);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-position: 10px center;
	border-radius:20px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:20px:
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
	color: #600;
}
.btn1-2:hover{
	background-image: url(../img/icon/icon_04_3.gif);
	background-color: #FC9;
	text-decoration:none;
}
.btn2{
	background-color: #FC9;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-radius:20px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:20px:
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position:relative;
	line-height: 2em;
	color: #600;
}
.btn2:hover{
	background-color: #FDA;
	text-decoration:none;
}
.btn3{
	padding-left: 20px;
	font-size:14px;
	font-weight:bold;
	line-height: 2em;
	color: #600;
	background-image: url(../img/icon/icon_01.gif);
	background-position: left center;
}
.btn3:hover{
	background-image: url(../img/icon/icon_04.gif);
	text-decoration:none;
}

.btn_bg1{
	background-image: url(../img/btn/btn_bg1.gif);
	height: 43px;
	width: 279px;
	line-height: 43px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: auto;
	background-position: center top;
	text-decoration: none;
}
.btn_bg2{
	background-image: url(../img/btn/btn_bg2.gif);
	height: 43px;
	width: 279px;
	line-height: 43px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: auto;
	background-position: center top;
	text-decoration: none;
}
.btn_bg3{
	background-image: url(../img/btn/btn_bg3.gif);
	height: 43px;
	width: 279px;
	line-height: 43px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: auto;
	background-position: center top;
	text-decoration: none;
}
.btn_bg1:hover,
.btn_bg2:hover,
.btn_bg3:hover{
	color: #FFF;
	background-position: center bottom;
}
/* -----------------------------------------------------------------------------
>> 会社概要
----------------------------------------------------------------------------- */
.aboutus .content_box1 section{
	clear:both;
	margin-top:10px;
	margin-bottom:30px;
}

.aboutus .content_box1 section img{
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
}

/* -----------------------------------------------------------------------------
>> ブレインマンションとは
----------------------------------------------------------------------------- */
#wrapper.information .intro_box{
	background-image: url(../img/parts/bg_pic2.jpg);
	background-position: right center;
}
#wrapper.information #sec1 strong{
	font-weight:normal;
	font-size:24px;
	color: #2d4b9b;
}
#wrapper.information .content_box1 section{
	padding-bottom:30px;
	margin-bottom:30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* -----------------------------------------------------------------------------
>> 施工実績
----------------------------------------------------------------------------- */
#wrapper.casestudy #CollapsiblePanel1 h3{
	font-size: 18px;
	font-weight: bold;
	color: #F60;
	display: inline;
}

#wrapper.casestudy #CollapsiblePanel1 span{
	font-size: 14px;
	font-weight: bold;
	color: #888;
	display: inline;
}

#wrapper.casestudy #CollapsiblePanel1 img{
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
}
#wrapper.casestudy .casestudy_list{
}
#wrapper.casestudy .casestudy_list li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#wrapper.casestudy .casestudy_list li a{
	line-height: 42px;
	background-image: url(../img/parts/casestudy_list_bg.gif);
	background-position: left top;
	padding-left: 28px;
	min-width: 172px;
	display: block;
	border: 1px solid #c5baaf;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}
#wrapper.casestudy .casestudy_list li a:hover{
	background-position: left bottom;
	color: #000;
}
#wrapper.casestudy .content_box1 table{
	width:100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2d4b9b;
	margin-top:10px;
	margin-bottom:20px;
}
#wrapper.casestudy .content_box1 table td,
#wrapper.casestudy .content_box1 table th{
	font-size:14px;
}
#wrapper.casestudy .content_box1 table th{
	text-align: left;
	color: #2d4b9b;
	padding-left: 10px;
	width:22%;
}
#wrapper.casestudy .content_box1 table a{
	background-image: url(../img/icon/icon_01.gif);
	background-position: left center;
	padding-left: 18px;
	display: block;
}
#wrapper.casestudy .content_box1 section{
	padding-bottom:30px;
	margin-bottom:30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrapper.casestudy .content_box1 #gmap{
	max-width:100%;
}


/* -----------------------------------------------------------------------------
>> トピックス
----------------------------------------------------------------------------- */
#wrapper.topics .content_box1 h2{
	color: #2d4b9b;
	margin-bottom:0px;
	word-wrap: break-word;
}
#wrapper.topics .content_box1 .img_area1{
	width:200px;
	margin-left:15px;
	clear:right;
}

#wrapper.topics .content_box1 .date{
	float:right;
	font-weight:bold;
	color:#630;
	font-size:12px;
	margin-bottom:10px;
}
#wrapper.topics .content_box1 section{
	padding-bottom:30px;
	margin-bottom:30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	word-wrap: break-word;
}


/* -----------------------------------------------------------------------------
>> 見学・イベント
----------------------------------------------------------------------------- */

.event #Larea .content_box1 p {
	margin-bottom: 1em;
}
.event #Larea .content_box1 h2{
  font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "小塚明朝 Std B", "小塚明朝 Std H", "小塚明朝 Pro H", "小塚明朝 Pro B", "HGP明朝B", "ＤＦ平成明朝体W9", "ＤＦＰ平成明朝体W9", "ＤＦＧ平成明朝体W9", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro";
}

.event #Larea .content_box1 .disc {
	margin-left: 1.3em;
	margin-bottom: -8px;
}
.event #Larea .content_box1 .disc li {
	padding-bottom: 8px;
	list-style-type: disc;
	font-size: 0.875em;
}
.event #Larea .content_box1 .dl01 {
	width: 420px;
}

.event #Larea .content_box1 .inq_area {
	float: left;
	width: 420px;
	font-size: 0.875em;
}
/* 2ヶ月ボタン */
.event #Larea .content_box1 .btn2mth {
	margin-bottom:20px;
}
.event #Larea .content_box1 .btn2mth li{
	float:left;
	margin-right:20px;
}
.event #Larea .content_box1 .btn2mth li a{
	background-image: url(../img/btn/btn_bg4.gif);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 197px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #CCC;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top:0px;
	margin-bottom:5px;
	color: #111;
}
.event #Larea .content_box1 .btn2mth li a:hover{
	margin-top:5px;
	margin-bottom:0px;
	background-position: center center;
}

.event #Larea .content_box1 .btn2mth li.select a{
	background-position: center bottom;
	color: #FFF;
	margin-top:5px;
	margin-bottom:0px;
}
.event #Larea .page_navi {
	width: 640px;
}
.event #Larea .page_navi li {
	float: left;
	padding-right:2px;
}
.event #Larea .page_navi li a {
	float: left;
	display: block;
	border: 1px solid #999;
	padding: 5px 10px;
	text-decoration: none;
}
.event #Larea .page_navi li a:hover {
	background-color: #1B6076;
	color: #FFF;
}
.event #Larea .inq_area{
	margin: 2em 0 1em;
}
.event #Larea .inq_area input[type='submit']{
	display: block;
	background-color: #F80;
	padding: 0.2em;
	border-radius: 2em;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 20px:
	-webkit-border-radius:20px;
	behavior: url(css/PIE.htc);
	position: relative;
	line-height: 2em;
	color: #FFF;
	width: 100%;
	margin-bottom: 1em;
	cursor: pointer;
}
.event #Larea .inq_area input[type='submit']:hover{
  background-color: #FA5;
  color: #FFF;
  text-decoration: none;
}
/* -----------------------------------------------------------------------------
>> モデルルーム
----------------------------------------------------------------------------- */
#wrapper.model .content_box1 .sec{
	margin-top:0px !important;
	padding-top: 0px !important;
	border-top: none !important;
	margin-bottom:50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/* -----------------------------------------------------------------------------
>> お役立ち情報
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
>> お問い合せ
----------------------------------------------------------------------------- */

/* フォームテーブル */
#Larea form table{
	width:100%;
}
#Larea form table tr{
}
#Larea form table th{
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top:10px;
	padding-bottom:10px;
	width:30%;
}
#Larea form table .att{
	font-size:10px;
}
#Larea form table .sample{
	color:#888;
}
#Larea form table td{
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#Larea form table td input,
#Larea form table td select,
#Larea form table td textarea{
	border: 1px solid #CCC;
}
#Larea form .input{
	margin-top:30px;
	width:100%;
	text-align:center;
}
#Larea form .input input{
	width:150px;
}
#Larea form .sub{
	font-size:12px;
	color:#F40;
}
#Larea form td textarea{
  width: 50%;
  height: 60px;
}
#Larea form .tel{
	color:#600;
	font-family:"Century Gothic", "メイリオ", Meiryo;
	font-size:24px;
}
#Larea form p{
	margin-top:10px;
	margin-bottom:10px;
}
#Larea form .privacy{
	padding: 10px;
	height: 150px;
	border: 1px solid #CCC;
	overflow: scroll;
	overflow-x: hidden;
	font-size:12px;
	background-color:#F8F8F8;
}
#Larea form .privacy h3{
	font-size:18px;
	color: #000;
	margin-bottom:15px;
}
#Larea form .privacy h4{
	font-weight:bold;
	color: #2D4B9B;
}
#Larea form .btn_area{
	margin-top:30px;
	text-align:center;
}
#Larea form .btn_area input{
	width:150px;
	margin-left:5px;
	margin-right:5px;
}
#Larea .ssl_bnr{
	margin-top:30px;
	font-size:12px;
}
#Larea .ssl_bnr img{
	float:left;
	margin-right:15px;
}
#Larea .ssl_bnr p{
	color:#F40;
}
#Larea .content_box1 table .submit input{
	width:100px;
	color:#FFF;
	font-weight:bold;
	background-color: #F60;
	border: 1px solid #F90;
	cursor:pointer !important;
}
#Larea .content_box1 table .submit input:hover{
	background-color: #F90;
}
.content_box1 strong{
	color: #2D4B9B;
}


/* -----------------------------------------------------------------------------
>> 必読！書籍プレゼント
----------------------------------------------------------------------------- */
.contact101 #Larea .content_box1 .photo_box {
	float: right;
	width: 180px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.contact101 #Larea .content_box1 p {
	margin-bottom: 1em;
	font-size: 0.875em;
}
.contact101 #Larea .content_box1 .disc {
	margin-bottom:20px;
}
.contact101 #Larea .content_box1 .disc li {
	color: #65482E;
	font-size: 0.9em;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 1.2em;
	background-image: url(../img/icon/icon_51.gif);
	background-position: left 5px;
}



.contact101 #Larea .content_box1 .context {
	margin-bottom: 20px;
	border: 1px dashed #CCCCCC;
	padding: 10px 15px 0px 15px;
}
.contact101 #Larea .content_box1 .context h4 {
	margin-bottom: 0.5em;
	font-size: 1.375em;
}
.contact101 #Larea .content_box1 .context ul {
	margin-bottom:20px;
}
.contact101 #Larea .content_box1 .context li {
	color: #2d4b9b;
	font-size: 0.9em;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 1.2em;
	background-image: url(../img/icon/icon_52.gif);
	background-position: left 5px;
}
.contact101 #Larea .content_box1 .inq_area {
	text-align: center;
}

/* お問い合わせ */
.contact101 #Larea #sec_1 table{
	width:100%;
}
.contact101 #Larea #sec_1 table th{
	width:30%;
	text-align:left;
	background-color:#EEE;
	font-weight:normal;
}
.contact101 #Larea #sec_1 table th,
.contact101 #Larea #sec_1 table td{
	font-size:16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
.contact101 #Larea #sec_1 table td strong{
	font-size:24px;
}


.contact101 #Larea .img_area {
	float: right;
	width: 200px;
}

.contact101 #Larea .text_box {
	width: 420px;
	margin-bottom: 15px;
	border: 1px dashed #6A89D7;
	padding: 5px 5px 2px 5px;
	line-height: 2.0;
	font-size: 0.875em;
}
.contact101 #Larea .text_box span {
	color: #2D4B9B;
}

.contact101 #Larea .decimal {
	margin-left: 1.3em;
	margin-bottom: -8px;
}
.contact101 #Larea .decimal li {
	list-style-type: decimal;
	padding-bottom: 8px;
	font-size: 0.875em;
}
/* -----------------------------------------------------------------------------
>> サイトマップ
----------------------------------------------------------------------------- */
.sitemap .content_box1 ul{
	margin-bottom:15px;
}
.sitemap .content_box1 ul li{
	clear:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.sitemap .content_box1 ul li a{
	color: #333;
	background-image: url(../img/icon/icon_22.gif);
	background-position: 10px 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 10px;
	display: block;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	position:relative;
}
.sitemap .content_box1 ul li a:hover{
	text-decoration: none;
	background-color: #FFE4CA;
}


.sitemap .content_box1 ul li a{
	background-image: url(../img/icon/icon_11.gif) !important;
	color:#2D4B9B !important;
}

.sitemap .content_box1 ul ul{
	margin-left:20px;
}

.sitemap .content_box1 ul ul li a{
	background-image:url(../img/icon/icon_22.gif) !important;
	font-weight:normal;
	font-size:14px;
	color:inherit !important;
}
.sitemap .content_box1 ul ul ul{
	margin-left:40px;
}
.sitemap .content_box1 ul ul ul li a{
	font-size:12px;
}

/* -----------------------------------------------------------------------------
>> 個人情報保護方針
----------------------------------------------------------------------------- */
.privacy p{
	margin-top:15px;
}
.privacy dl{
	margin-top:15px;
	padding-left:20px;
}
.privacy dt{
	font-weight:bold;
	color:#630;
}
.privacy dd{
	padding-left:20px;
	margin-bottom:15px;
	font-size:0.9em;
}
