@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．トップ用メインイメージ背景
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
 #main_copy{
	margin: 100px auto;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.35);
	 overflow: hidden;
}
#main_copy .inner {
	width: 1150px;
	margin: 0 auto;
}
#main_copy .inner p{
	padding-left: 260px;
}

/*.bxslider {
	height: 700px;
	overflow:hidden;
}*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-１．トップ用コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#toppage {
}
#toppage a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-３．
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#toppage .description {
	margin: 0 0 30px;
}
#toppage .bnr {
	margin: 0 0 20px;
}
#toppage .bnr a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#toppage .btn_more {
	margin-right: 15px;
	text-align: right;
}
#toppage .btn_more a{
	font-family:"Times New Roman", serif;
	font-size: 14px;
	padding: 0 0 0 15px;
	font-style: italic;
	background:url(../images/marker_more.png) no-repeat left center;
	text-decoration: none;
}
#toppage .btn_more a:hover {
	background:url(../images/marker_more_on.png) no-repeat left center;
}
#toppage #content_bottom {
	background: #fafafa;
	padding: 80px 0;
}
#toppage #content_bottom .wrap{
	width: 1140px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-４．メニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#toppage #main_menu{
	width: 1150px;
	margin: 130px auto;
}
#toppage #main_menu .head{
	line-height: 100%;
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #e8f0d5;
}
#toppage #main_menu ul {
	margin-right: -20px;
}
#toppage #main_menu ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#toppage #main_menu ul li a{
	width:370px;
	height: 170px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 100px;
	display: block;
}
#toppage #main_menu ul li a:hover{
	background-color:rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#toppage #main_menu ul li a span{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#toppage #main_menu ul li.company{
	background: url(../images/bnr_company.png) no-repeat;
}
#toppage #main_menu ul li.assessment{
	background: url(../images/bnr_assessment.png) no-repeat;
}
#toppage #main_menu ul li.contact{
	background: url(../images/bnr_contact.png) no-repeat;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．トップ用新着情報枠
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#topics {
	background: url(../images/bg_topics.png);
	position: relative;
	padding: 75px 0;
	margin: 0 0 150px;
}
#topics .wrap{
	width: 1150px;
	margin: 0 auto;
}
#topics .head {
	font-size:28px;
	font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align:center;
	margin: 0 0 30px;
}
#nProgram {
}
#topics dl {
	font-size: 16px;
	margin: 0 auto;
	padding:0 15px;
	overflow: auto;/**/
}
#topics dl dt {
	float: left;
	font-weight: bold;
	padding: 0 0 0 160px;
/*	background: url(../images/marker_info.png) no-repeat 65px center;*/
}
#topics dl dt a {
}
#topics dl dd {
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: 1px solid #abbf7b;
}
#topics dl dd a {
	text-decoration: none;
}
#topics dl dd a:hover, #topics dl dd a:active {
	text-decoration: underline;
}
#topics .btn_detail {
	text-align: right;
}
#topics .btn_detail a {
	padding: 2px 5px;
	background: #10305F;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
}
#topics .btn_detail a:hover {
	background: #B4030D;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-６．私たちについて
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#about {
	width: 1140px;
	margin: 0 auto;
}
#about .wrap{	background: url(../images/bg_photo_about.png) no-repeat;
	width: 408px;
	height: 370px;
	padding: 100px 0 0 650px;
	margin: 70px 0;
}

#about p.exp {
	line-height: 24px;
	margin-bottom: 20px;
}
#about .btn_companyinfo a{
	color: #fff;
	text-align: center;
	background: #9f1427;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	text-decoration: none;
}
#about .btn_companyinfo a span.eng {
	font-size: 22px;
	font-family: Century,serif;
	padding-bottom: 10px;
}

#about .btn_companyinfo a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-７事例
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#case {
	width: 1150px;
	margin: 0 auto 150px;
}
#case .head{
	line-height: 100%;
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #e8f0d5;
}
#case .wrap{
	margin-right: -1px;
	margin-bottom: 20px;
	border-left:1px solid #d5d4d4;
	border-right:1px solid #d5d4d4;
}
#case .box {
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#case .box .category{
	font-size: 16px;
	margin-top: 20px;
}
#case .box .spec{
	padding: 7px 0 0;
}
#case .box .spec .title{
	font-size: 13px;
	color: #8c8976;
}
#case .photo{
	width: 370px;
	height: 270px;
	overflow: hidden;
}

#case .photo img{
	width: 370px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-８.お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#bottom_contact {
	background: #f3f3f3;
	padding: 35px 0;
}
#bottom_contact .wrap {
	width: 1140px;
	margin: 0 auto;
}
#bottom_contact .left_side{
	float: left;
	width:650px;
	font-size: 16px;
}
#bottom_contact .left_side .tel_num{
	font-size: 30px;
	font-family: Century,serif;
	color: #e2192b;
	letter-spacing: 0.2em;

}
#bottom_contact .right_side{
	float: right;	
}

#bottom_contact .btn_contact a{
	width: 360px;
	color: #fff;
	text-align: center;
	background: #9f1427;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	text-decoration: none;
}
#bottom_contact .btn_contact a span.eng {
	font-size: 22px;
	font-family: Century,serif;
	padding-bottom: 10px;
}
#bottom_contact .btn_contact a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-9．おすすめ物件
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#toppage .recommend{
	width:766px;
	margin:0 auto 20px;
	padding:0 0 10px;
	/*
	border-bottom:1px solid #DEDDDD;
	letter-spacing: -1em;*/
}
#toppage .recommend .head{
}
#toppage .recommend table {
	margin: 10px 0;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
}
#toppage .recommend table td{
	vertical-align:top;
	box-sizing:border-box;
	border:1px solid #ccc;
}
#toppage .recommend .category_box{
	/*border-left:1px solid #DCE5EC;*/
}
#toppage .recommend .box {
	/*float:left;*/
	width:373px;
	padding:4px;
	/*border-right:1px solid #DCE5EC;
	border-bottom:1px solid #DCE5EC;*/
}

#toppage .recommend .box .comment {
	font-weight:bold;
	color:#C4181F;
	line-height:130%;
	margin:0 0 5px;
}
#toppage .recommend .box .photo{
	display:inline;
	float:left;/**/
	width:154px;
	text-align:center;
	margin:0 0 10px;
}
#toppage .recommend .box .photo a{
	display:block;/**/
	text-align:center;
	margin:0 auto 5px;
	border:2px solid #f4f4f4;
}
#toppage .recommend .box .photo a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;/**/
	border:2px solid #E9F8AA;
}
#toppage .recommend .box .photo img {
	max-height:120px;
	max-width:150px;
}
#toppage .recommend .box .photo img a{
	display:inline;/**/
	vertical-align:top;
}

#toppage .recommend .box .spec {
	display:inline;
	float:right;
	width:210px;/**/
}
#toppage h4 {
	font-size: 16px;
	margin:0 0 5px;
}
#toppage h4 a{
	line-height:130%;
}
#toppage .recommend .box dl {
	padding:0 0 5px;
	font-size:11px;
	line-height:130%;
}
#toppage .recommend .box dl dt{
	float:left;
	width:5em;
	margin:0 0 0;
	padding:0 2px;
	background:#F0F1F4;
	/*border:1px solid #D7DBE3;*/
	text-align:center;
	line-height:150%;
}
#toppage .recommend .box dl dd{
	margin:0 0 2px;
	padding:0 0 0 5.5em;
	line-height:150%;
	min-height:18px;
	height: auto !important;
	height:18px;
}
#toppage .recommend .box dl#income {
	margin:5px 0 0;
}
#toppage .recommend .box dl#income dt{
	float:left;
	width:6em;
	margin:0 0 0;
	background:none;
	line-height:150%;
}
#toppage .recommend .box dl#income dd{
	padding:0 0 0 6.5em;
	line-height:150%;
	font-size:14px;
	min-height:18px;
	height: auto !important;
	height:18px;
	border-bottom:1px dotted #ccc;
}
#toppage .recommend .box .price{
	font-size:15px;
	font-weight:bold;
	color:#c00;
}
#toppage .recommend .box .btn_detail{
	text-align:right;
	line-height:100%;
}
#toppage .box .btn_detail a{
	float:right;
	display:block;
	padding:3px 5px;
	font-size:10px;
	text-decoration:none;
	background:#493201;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#toppage .recommend .box .btn_detail a:hover{
	color:#fff;
}
#toppage .recommend .btn_detail a:hover {
	background:#bc8819 !important;
}
