@charset "UTF-8";
body {
	font: 13px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	border-top: 3px solid #f7c22c;
}

h1 {
	margin: 5px 0;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
a img { 
	border: none;
}
a {
	color: #0085ca;
	text-decoration: none;
}

.container {
}

/* ----- header ----- */
header {
	width: 960px;
	margin: 0 auto;
}
header .logo {
	margin: 10px 0;
	float: left;
}
header .hnav {
	text-align: right;
	float: right;
}
header .hnav p {
	margin: 10px 0 0 0;
	padding: 0;
}
.header_menu {
	padding: 8px 0 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	text-align: center;
	clear: both;
}
/*.header_menu {
	padding: 8px 0 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	text-align: center;
	clear: both;
}*/
.header_menu ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.header_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header_menu li {
	margin: 0 11px;
	float: left;
}
.cover {
	margin: 1px auto 30px auto;
	text-align: center;
}
/*.cover02 {
	margin: 1px auto 10px auto;
	text-align: center;
}*/
.cover img {
	width: 100%;
}
.cover02 img {
	width: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto 30px auto;
	overflow:hidden;
}

/* ----- 右カラム ----- */
.sidebar {
	width: 270px;
	padding: 15px;
	background: #eee;
	float: right;
}
.sidebar h2 {
	font-size: 14px;
	color: #002e6a;
}
.sidebar strong {
	font-size: 16px;
	display: block;
	padding: 5px 0 0 0;
}
.sidebar div.hr {
	padding: 10px 0;
	border-top: 1px solid #fff;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar li {
	margin: 0 0 20px 0;
	text-align: center;
}
.sidebar li img {
	margin: 0 0 10px 0;
}


/* ----- 左カラム ----- */
.content {
	padding: 0 0 10px 0px;
	width: 620px;
	float: left;
}
section{
/*	border-bottom:#ccc 1px solid;
*/	padding-bottom:15px;
}
section h3 {
	margin: 0 0 10px 0;
	padding: 4px 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
section .service {
	width: 300px;
	margin: 20px 20px 10px 0;
	float: left;
}
section .service_r {
	width: 300px;
	margin: 20px 0 10px 0;
	float: left;
}

section a.list {
	width: 140px;
	margin: 10px 20px 0 0;
	padding: 4px 0;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	background: #ffc000;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    display: block;
	float: left;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #ADB96E;
	color: #FFF;
}
.otherlink{
	width:630px;
	clear:both;
	overflow:hidden;
	margin:15px 0 0 0;
	padding:0;
}
.otherlink h3 {
	margin: 0 0 10px 0;
	padding: 4px 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.otherlink .list {
	width: 186px;
	margin: 10px 10px 0 0;
	padding:4px 7px 4px 7px;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	background: #006197;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    display: block;
	float: left;
}
.otherlink .lists {
	width: 186px;
	margin: 10px 10px 0 0;
	padding:14px 7px;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	background: #006197;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    display: block;
	float: left;
}


/* ----- ぱんくずリスト ----- */
.breadcrumbs{
	font-size:11px;
	color:#666;
	margin-bottom:10px;
}
.breadcrumbs span{
	color:#ea8712;
}
/* ----- sidenavi ----- */
#sidenav{
	background-color:#ea8712;
	width:200px;
	height:268px;
	float:left;
}
#sidenav ul{
	list-style-type:none;
	margin:0;
	padding: 5px;
}
#sidenav li{
	height:50px;
	margin:0 auto;
	padding:0 0 2px 0;
}
#contents{
	width:740px;
	float:right;
}

/* //////////////////// ラポールについて //////////////////// */
.section01{
	background:url(about/img/img01.png) no-repeat top 0 right 0;
	height:235px;
}
.section01 h3{
	margin:0;
}
.section01 p{
	width:450px;
	margin-top:30px;
}
.section02{
	background-color:#f3f3f3;
	border-radius:10px;
	height:521px;
}
.section02 h3{
	padding: 20px 0 20px 30px;
}

.section02 .flow01{
	height:432px;
	background:url(about/img/flow01.png) no-repeat top 0 left 80px;
 	z-index: 2;	
	overflow:hidden;
}
.section02 .flow01 p{
	width:180px;
	float:left;
}
.section02 .flow01 .sen01{
    margin: 30px;
    padding: 70px 10px 10px 65px;
}
.section02 .flow01 .sen02{
    margin: 30px;
    padding: 7px 0 0 106px;
}
.section02 .flow01 .sen03{
    margin: 51px 10px 15px 50px;
    padding: 90px 0 10px 332px;	
	clear:both;
}
.section02 .flow01 .city{
	height: 431px;
	background:url(about/img/city.png) no-repeat bottom 0 right 0;
 	z-index: 1;	
}
/*.section03{
	margin-top:20px;
	height:308px;
	background:url(about/img/img03.jpg) no-repeat bottom 0 right 0;
}*/
.section03{
	margin-top:20px;
	height:308px;
	background:url(about/img/img003.jpg) no-repeat bottom 0 right 0;
}
.section03 h3{
	padding: 20px 0 10px 0;
}
.section03 p{
	width:450px;
	margin-top:30px;
}
.section03 .box ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;	
}
.section03 .box li{
	width:140px;
	float:left;
	margin:0;
	padding:10px 15px 0px 0px;
}
.outlinelink{
	margin-top:15px;
	text-align:right;
	font-size:14px;
	font-weight:500;
}

/* //////////////////// 不動産賃貸・売買 //////////////////// */
.section04{
	background:url(purchaseSale/img/img01.png) no-repeat top 5px right 0;
	height:408px;
}
.section04 h3{
	margin:0;
}
.section04 p{
	width:450px;
	margin-top:30px;
}
.flow02{
	margin:90px 9px 0 9px;
}
.section05{

	background-color:#f3f3f3;
	border-radius:10px;
	height:380px;
}
.section05 h3{
	padding: 20px 0 10px 30px;
}
.section05 p{
	width:600px;
	margin-top:10px;
	padding: 0 0 5px 65px;	
}
.section05 .flow03{
	background:url(purchaseSale/img/flow02.png) no-repeat top 0 left 0;
	height:185px;
	width:628px;
	margin:0 0 0 68px;
	padding:68px 0 0 0;
}
.section05 .flow03 ul{
	width:400px;
	overflow:hidden;
	list-style-type:none;
	margin:0 0 0 70px;
}
.section05 .flow03 li{
	width:180px;
	float:left;
	margin:0;
	padding:10px 15px 0px 0px;
	
}
/**/
.section06{

	background-color:#f3f3f3;
	border-radius:10px;
	height:420px;
}
.section06 h3{
	padding: 20px 0 10px 30px;
}
.section06 p{
	width:600px;
	margin-top:10px;
	padding: 0 0 5px 65px;	
}
.section06 .flow04{
	background:url(purchaseSale/img/flow03.png) no-repeat top 0 left 0;
	height:185px;
	width:800px;
	margin:0 0 0 68px;
	padding:109px 0 0 0;
}
.section06 .flow04 ul{
	width:400px;
	overflow:hidden;
	list-style-type:none;
	margin:0 0 0 70px;
}
.section06 .flow04 li{
	width:180px;
	float:left;
	margin:0;
	padding:10px 15px 0px 0px;
}
/**/
.section06a{

	background-color:#f3f3f3;
	border-radius:10px;
	height:323px;
}
.section06a h3{
	padding: 20px 0 10px 30px;
}

.section06a .flow04{
	background:url(purchaseSale/img/flow04.png) no-repeat top 0 left 0;
	height:185px;
	width:800px;
	margin:0 0 0 68px;
	padding:109px 0 0 0;
}
.section06a .flow04 ul{
	width:400px;
	overflow:hidden;
	list-style-type:none;
	margin:0 0 0 70px;
}
.section06a .flow04 li{
	width:180px;
	float:left;
	margin:0;
	padding:10px 15px 0px 0px;
}

/* //////////////////// 不動産管理 //////////////////// */
.section07{
	background:url(management/img/img01.jpg) no-repeat top 50px right 5px;
	height:402px;	
}
.section07 h3{
	margin:0;
}

.section07 p{
	width:370px;
	margin-top:30px;
	padding:10px 15px 5px 10px;		
}

.section08 .service01{
	background:url(management/img/service01.jpg) no-repeat top 0px left 0;
	height:235px;
	margin-top:10px;
}

.section08 .service02{
	background:url(management/img/service02.jpg) no-repeat top 0px left 0;
	height:300px;
	margin-top:10px;
}

.section08 .service03{
	background:url(management/img/service03.jpg) no-repeat top 0px left 0;
	height:225px;
	margin-top:10px;
}

.section08 .service04{
	background:url(management/img/service04.jpg) no-repeat top 0px left 0;
	height:225px;
	margin-top:10px;
}
.section08  p{
	width:450px;
	margin:0;
    padding: 52px 0 10px 30px;
}

.section08 .bluelist{
	color:#002C6C;
	font-size:11px;
	line-height:1.7em;
	text-align:left;	
}
.section08 .bluelist ul{
	width:720px;
	list-style-type:none;
	overflow:hidden;
	padding-top:52px;
}
.section08 .bluelist li{
	width:224px;
	float:left;
	text-align:left;
	padding-left:5px;
}

.section08 .service01 li{
	padding-top:30px;
}
.section08 .service02 li{
	padding-top:0px;
}
.section08 .service03 li{
	padding-top:0px;
}
.section08 .service04 li{
	padding-top:20px;
}

.section09{
	clear:both;
}
.section09 .subTitle{
	margin:0;
	padding-top:5px;
	height:28px;
	clear:both;
}
.section09 .orBox{
	background-color:#f3f3f3;
	border-bottom:#EA8712 1px solid;
	border-left:#EA8712 1px solid;
	border-right:#EA8712 1px solid;
    border-radius:0 0px 5px 5px ;
	margin:0 auto;
/*	height: 284px;
*/}
.section09 .orBox1{
	height:284px;
}
.section09 .orBox2{
	height:610px;
}
.section09 .orBox3{
	height:555px;
}
.section09 .orBox4{
	height:300px;
}
.section09 .orBox ol{
	list-style:
}
.section09 .orBox li{
	font-size:12px;
}

.section09 .orBox span{
	color:#EA8712;
	font-size:13px;
	font-weight:700;
	padding-right:5px;
}

.section09 .orBox p{
	color:#EA8712;
	font-size:14px;
	font-weight:700;
	width:320px;
	border-bottom:#EA8712 1px dotted;
	padding:5px 0;
}

.section09 .orBox .leftBox{
	width:330px;
	float:left;
	margin-left:20px;
}
.section09 .orBox .rightBox{
	width:330px;
	float:left;
	margin:0 20px 5px 30px;	
}
.section10{
/*	background:url(works/img/img01.png) no-repeat bottom 0 right 0;
*/}
.section10 h3{
	padding: 0px 0 10px 30px;
	margin:0;
}
.section10 p{
	width:450px;
	margin-top:10px;
	padding: 0 0 5px 30px;	
}

.section11{
	background:url(service/img/img01.png) no-repeat bottom 40px right 30px;
	background-color:#f3f3f3;
	border-radius:10px;
	height:540px;
	margin-top:0;
	margin-bottom:40px;
}
.section11 .text1{
	font-size:14px;
	line-height:1.7em;
}
.section11 h3{
	padding: 20px 0 10px 30px;
}
.section11 p{
	width:450px;
	margin-top:10px;
	padding: 0 0 5px 30px;	
}
.subOr{
	color:#f08e11;
	font-size:16px;
	font-weight:700;
	width:320px;
}
.section12{
	clear:both;
	overflow:hidden;
}
.section12 h3{
	margin:0;
	padding:0;
}
.section12 .left1{
	background:url(works/img/works01.jpg) no-repeat top 0 left 0;
	width:365px;
	height:420px;
	padding-top:35px;
	margin-right:5px;
	float:left;
}
.section12 ul{
	margin:0;
	padding:2px 0 0 0;
}
.section12 li{
	width: 140px;
	margin:2px 20px;
	font-size:12px;
	line-height:1.3em;
	overflow:hidden;
}
.section12 .fl li{
	float:left;
}
	
.section12 .right1{
	background:url(works/img/works02.jpg) no-repeat top 0 left 0;
	width:365px;
	height:420px;
	padding-top:50px;	
	margin-left:5px;
	float:left;
}
.section12 .left2{
	background:url(works/img/works03.jpg) no-repeat top 0 left 0;
	width:365px;
	height:420px;
	padding-top:36px;	
	margin-top:8px;	
	margin-right:5px;
	float:left;
}
.section12 .right2{
	background:url(works/img/works04.jpg) no-repeat top 0 left 0;
	width:365px;
	height:420px;
	margin-top:8px;	
	padding-top:50px;	
	margin-left:5px;
	float:left;
}
.section12 p{
	color:#002c6c;
	font-size:14px;
	font-weight:700;
	width:310px;
	border-bottom:#002c6c 1px dashed;
	padding:8px 0 2px 10px;
	margin:0 auto;
}
/*.section12 .left1 .case{
	margin-top:30px;
}
.section12 .left1 .case .fl{
	margin-top:3px;
}
.section12 .left2 .case{
	margin-top:40px;
}
.section12 .left2 .case .fl{
	margin-top:3px;
}
.section12 .right1 .case{
		padding-top:40px;
}
.section12 .right2 .case{
		padding-top:40px;
}*/
		
	
/* //////////////////// 会社概要　//////////////////// */
table#companyProfile {
    margin: 0;
    padding: 0;
    width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table#companyProfile th {
	font-size:14px;
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
table#companyProfile td {
	font-size:14px;
	 border-bottom: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}
/* //////////////////// サービス　//////////////////// */
.preparation{
	width:600px;
	height:100px;
	background-color:#EDEDED;
	border-radius:5px;
	text-align:center;
	margin:0 auto;
	font-size:15px;
}
.preparation p{
	padding-top:40px;
}

.blankW{
	height:320px;
}


/* //////////////////// よくあるご質問　//////////////////// */
.section13{
	margin:0;
	padding:0;
}
.section13 .q1{
	background:url(faq/img/fap01.jpg) no-repeat top 0 left 0;
	height:180px;
}
.section13 .q2{
	background:url(faq/img/fap02.jpg) no-repeat top 0 left 0;	
	height:180px;	
}
.section13 .q3{
	background:url(faq/img/fap03.jpg) no-repeat top 0 left 0;	
	height:180px;	
}
.section13 p{
	padding:50px 30px 0 30px;
	font-size:14px;
	line-height:1.9em;
}

/* -----infomation ----- */
#infomation{
	background-color:#f3f3f3;
}
#infomation #subnav{
	width:820px;
	margin:0 auto;
}

#infomation #subnav ul{
list-style:none;
	overflow:hidden;
	padding:25px 10px 10px 0;
	margin:10px auto;
}
#infomation #subnav li{
	margin:0;
	padding-right:54px;
	float:left;
}
#infomation #subnav .subnavT{
	font:normal bold 13px;
	line-height:2.6em;
}
.line{
	color:#d3d3d3;
	margin:0;
	clear:both;
}
#infomation .ad{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#infomation span{
	font-size:14px;
	color:#002E6A;
}
#infomation p{
	float:left;
	margin:0;
	padding:18px 0;
}
#infomation address{
	float:left;
	font:normal 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	padding:35px 0 0 30px;
}
#infomation .form{
	margin:0px;
	padding-top:35px;
	float:right;
}
/* ----- footer ----- */
footer {
	margin:0;
	padding: 10px 20px;
	background-color: #002e6a;
	position: relative;
	clear: both;
}


header, section, footer, aside, article, figure {
	display: block;
}
.copyright{
	font-size: 11px;
	color:#fff;
}
/* ----- class ----- */
.clear {
	clear: both;
}
.size11 {
	font-size: 11px;
}