@charset "utf-8";

/* ******************************************************************* */
/* 			common.css
* ******************************************************************** */
header, nav, section, article, aside, figure, footer { display: block; }

body{
	min-width:1200px;
	margin: 0 auto;
	font-size:0.95em;
	line-height:1.8em;
	overflow-x:hidden;
	color:#444;
}

#wrapper {
	margin: 0 auto;
	background:#FFF;
}

/* header
--------------------------*/
#header-top{
	display:table;
	margin: 0px auto;
	width:1200px;
	height:97px;
}

#header-logo,
#header-tel,
#header-contact{
	display:table-cell;
	vertical-align:top;
}

#header-logo{width:630px;}
#header-t{width:80px;}
#header-tel{width:25%;}
#header-contact{width:15%;}
#header-contact img{padding:5px 10px;}

#header-nav ul{
	display:table;
	margin: 0px auto;
}

#header-nav ul li{display:table-cell;}

#header-nav{background: #fff url("images/common/bg.gif") repeat-x scroll 0% 0%;}

.container{
	width:1200px;
	padding:20px 0px;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
}

/*sidebar
--------------------------*/
aside  {
	float: left;
	width: 250px;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar-menu {width:250px;}

#sidebar-menu ul {
	margin:0 0 20px;
	list-style:none;
}

#sidebar-menu a{text-decoration:none;} 

#sidebar-menu li#contact-s{
	position:relative;
	margin:15px 0;
}

#sidebar-menu li#contact-s .contctus-btn{
	position:absolute;
	top:385px;
	left:10px;
}

#sidebar-menu li#contact-s .kaiin-btn{
	position:absolute;
	top:440px;
	left:10px;
}

#sidebar-menu li#contact-s .raiten-btn{
	position:absolute;
	top:495px;
	left:10px;
}

#sidebar-menu .main-menu02 .main-menu_sub{
	margin-bottom:10px;
}

aside .separate li{
	margin-bottom: 10px;
	text-align:center;
}

/*main
--------------------------*/
#main{
	float: right;
	width: 930px;
	padding-right:10px;
}

#main section{
	overflow:hidden;
	padding-bottom:30px;
}

#area_contents{
	width:930px;
	min-height:400px;
	background:#FFF;
	margin-top:10px;
}

#contents-main {
	float: left;
	width: 690px;
}

#contents-main img{
	max-width:100%;
	height:auto;
}

#page-contents img{
	max-width:100%;
	height:auto;
}

.inline{
	width:690px;
	margin:0 0 20px 0;
}

.title-parent{
	margin:7px 0 10px;
	padding:0 0 5px 7px;
	font-size:20px;
	color:#513300;
	font-weight:bold;
}

.title-parent_date{
	margin:7px 0 10px;
	padding:0 0 5px 7px;
	font-size:16px;
	color:#513300;
	font-weight:bold;
}

#post_date{
	font-size:13px;
	margin-bottom:15px;
}

.post-category{
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
	color:#333;
}

#contents-navi {
	float: right;
	width: 200px;
}

#contents-navi ul{margin:10px 0 30px;}

#contents-navi ul li{
	width:170px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:22px;
	margin-bottom:5px;
	margin-left:2px;
	line-height:normal;
	background:url(images/common/arrow.gif) left top 3px no-repeat;
}

.topicPath{
	width:710px;
	margin-bottom:5px;
}

.lbox{
	margin-bottom:20px;
	width:710px;
}

#gotop{
	width:950px;
	text-align:right;
	padding:20px 10px 20px 0;
	clear:both;
}
.nav-previous{float:left;}
.nav-next{float:right;}

/*footer
--------------------------*/
#company{
	text-align:center;
	border-top:solid 2px #78BC22;
	padding-top:5px;
	font-size:12px;
	clear:both;
}

#contact-b{
	float:right;
	position:relative;
	margin:20px 14px 15px 0;
}

#contact-b .contctus02-btn{
	position:absolute;
	top:225px;
	right:413px;
}

#footer-menu div{
	width:200px;
	padding-left:30px;
	display:table-cell;
	vertical-align:top;
}

#footer-menu{
	width:1200px;
	margin:20px auto;
}

#footer-menu ul:not(.menu-sub){
	width:190px;
	padding:3px;
	float:left;
}

#footer-menu ul li{
	font-size:12px;
	text-align:left;
	margin-bottom:8px;
	padding-top:10px;
	padding-left:3px;
	border-top:solid 1px #DFDFD0;
	line-height:1.4em;
}

#footer-menu .menu-sub{
	margin:0 0 5px 5px;
}

#footer-menu .menu-sub li{
	font-size:11px;
	text-align:left;
	margin-top:3px;
	padding-top:0;
	padding-bottom:2px;
	margin-left:6px;
	border:none;
}

#footer-menu ul li a{
	color:#000;
	text-decoration:none;
}

/*---go top---*/
.r-top{
	position:fixed;	
	bottom:10px;
	right:10px;
}

.r-top img:hover{opacity:0.5;}

.c-baibai{
	position:fixed;	
	bottom:10px;
	right:10px;
}

.c-baibai img:hover{opacity:0.5;}
#pc_page table{width:100%;}

#pc_page .title{
	display: block;
	font-size: 23px;
	font-weight: bold;
	border-radius: 5px;
	background: #ff98b3;
	color: #fff;
	text-align: center;
	padding: 5px;	
}

#smp_page{display:none;}
	
.button{
	border: solid 1px #ff98b3;
	text-align:center;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;	
}

.button a{text-decoration:none;}

.table-s{
	display:table;
	margin:0 auto;
}

.cell-s{
	display:table-cell;	
	padding:10px;
	border-radius:10px;
}

.cell-s a{
    background-color: #1fa7b3;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 270px;
	font-size:20px;
    text-align: center;
    padding: 10px;
}

.cell-s a:hover{
    background-color: hsla(185, 70%, 41%, 0.51);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 270px;
    text-align: center;
    padding: 10px;
	font-size:20px;
}

.tbl{display:table;	}

.tbl-c{
	display: table-cell;
	width: 420px;
	padding: 15px;
}

/*category-blog
--------------------------*/
.area_blog{
    overflow: hidden;
    padding:15px;
    border:2px solid #4E9FA5;
    border-radius:5px;
    margin:0 auto;
	box-shadow: 2px 4px 7px;
	width: 93%;
}

.area_blog_img{
	overflow: hidden;
	float: left;
	width: 180px;
	height: 235px;
	text-align: center;
	position: relative;
	margin-right: 10px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
}

.area_blog_img:hover{opacity:0.5;}

.area_blog .img_height{
    width:100%;
    height:auto;
    position: absolute;
    top: -50%;
    bottom: -50%;
    right: -100%;
    left: -100%;
    margin: auto;
}

.area_blog .img_width{
    height:100%;
    width:auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    right: -100% !important;
    left: -100% !important;
    margin: auto;
}

.area_blog_contents{
    width:450px;
    float:right;
}

h4.blog_ttl{
    margin:0 0 10px !important;
}

.blog_date{
    font-size:0.8em;
    margin-bottom:7px !important;
}

.tag ul:before{content:"タグ：";}
.tag{text-align:right;}
.tag ul,
.tag li{display:inline-block;}
.tag li:not(:last-child) span:after{content:" / ";}

/*category_pager
--------------------------*/
.pagination{
	text-align: center;
	margin: 30px 0 90px;
}
a.page-numbers,
.pagination .current{
  background: #fff;
  border: solid 1px #ccc;
  padding:5px 8px;
  margin:0 2px;
  text-decoration: none;
}
.pagination .current{
  background: #4E9FA5;
  border: solid 1px #4E9FA5;
  color: #fff;
}



/*title
--------------------------*/
h1 {
    max-width: 1200px;
    width: auto;
    margin: 0px auto !important;
    font-size: 0.8em !important;
	color: #555;
	height: 19px;
}

h2:not(.wsp-pages-title):not(.wsp-categories-title):not(.top_ttl){
	font-size:1.6em;
	font-weight:bold;
	background-image:url(images/common/title_img.gif);
	background-repeat:no-repeat;
	height:55px;
	padding-top:13px;
	padding-left:20px;
}

h2.top_ttl{
	background:none;
	text-align:center;
	margin: 0;
	padding: 0;
	height:auto;
}

.top_service h2{
	margin-bottom:10px;
}

.wsp-container h2,
#contents-main h3,
#page-contents h3{
	margin-bottom:15px;
	border:2px solid #B4A08D;
	border-left:14px solid #B4A08D;
	padding:8px 10px 6px 15px;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
	background:#F6F6F6;
	color:#000;
}

.bg-h3{
	font-size:1.2em;
	color:#DE3E3E;
	margin-right:8px;
}

h4:not(.c_h4-ttl){
	padding:6px 0px 6px 17px;
	margin-bottom:10px;
	font-size:1.22em;
	font-weight:700;
	border-left:solid 10px #4E9FA5;
	border-bottom:3px dotted #4E9FA5;
	color:#1B1B1B;
	margin-top: 30px;
}

.c_h4-ttl--group{
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 5px 5px 2.5em;
	line-height: 1.8;
	border-radius: 5px;
	position: relative;
	color:#000;
	opacity: 0.7;
}

.c_h4-ttl--group::before{
	content:"";
	display:block;
	width:25px;
	height:25px;
	background:#FFF;
	border-radius:50%;
	position:absolute;
	top: 10px;
	left: 17px;
}

.c_h4-ttl--group::after{
	content: " ";
	display: block;
	position: absolute;
	top: 17px;
	left: 23px;
	width: 7px;
	height: 7px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.e_h4-ttl--sale{background:url(images/common/bg_blue.gif) repeat;}
.e_h4-ttl--lend{background:url(images/common/bg_red.gif) repeat;}
.e_h4-ttl--buy{background:url(images/common/bg_orange.gif) repeat;}
.e_h4-ttl--rent{background:url(images/common/bg_green.gif) repeat;}

.e_h4-ttl--sale::after{border-color:#7AC3FF;}
.e_h4-ttl--lend::after{border-color:#E9969C;}
.e_h4-ttl--buy::after{border-color:#FFAE5C;}
.e_h4-ttl--rent::after{border-color:#A4D871;}

h5{
	padding:9px 5px 6px 17px;
	padding-left:17px;
	font-size:1.1em;
	font-weight:700;
	border-left:5px solid #6BA2EA;
	border-bottom:1px dotted #6BA2EA;
	margin-bottom:10px;
	line-height:1.2em;
	background:#EEF9FB;
	color:#1B1B1B;
}

h6{
	font-weight:700;
	font-size:1.2em;
	padding:5px;
	padding-left:10px;
	border-left:solid 7px #3366CC;
	margin-bottom:10px;
	background-color:#fff;
	line-height:1.2em;
}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ttl-circle{
	padding-left:1em;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	position:relative;
	height:100%;
}

.ttl-circle::before{
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #008269;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
}

/*tinymce
--------------------------*/
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}

.alignright {
	float: right;
	margin:0 0 10px 10px;
}

.wp-caption {
	text-align: left;
	margin:0 auto;
	border:none;
	margin: 0;
	padding: 0;
}

.wp-caption-text{
	font-size:0.95em;
	padding:3px 3px 0 0;
	margin-top:1px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*wp-tableプラグイン設定
--------------------------*/
/*	写真を並べる */
.table-image {
	width:100%;
	margin:0 auto;
	font-size:1em;
}
.table-image td{
	vertical-align:top;
	text-align:left;
}

/*	文章と写真を並べる */
.table-textimg{
	width:100%;
	font-size:1em;
}
.table-textimg td{
	padding:0 10px 0 0;
	vertical-align:top;
}

/* 一覧表を作る */
.table-list{
	font-size:1em;
	margin:0;
	border:solid 1px #aaa;
}
.table-list td,.table-list th{
	padding:3px;
	border:solid 1px #aaa;
}

/*	点線の表 */
.table-dotted{
	border-top:dotted 1px #999;
	font-size:1em;
}

.table-dotted td{
	vertical-align:top;
	border-bottom:dotted 1px #999;
	padding:3px;
}

/*	右にドットラインをつける */
.dot-right{
	border-right:dotted 1px #999;
}

/*共通スタイル
--------------------------*/
.img-r{
	float:right;
	margin-left:20px;	
}

.img-l{
	float:left;
	margin-right:20px;	
}

.float-l{float:left;}
.float-r{float:right;}
.clear{clear:both;}
.text{margin:10px 0;}
.txt_center{text-align:center;}
.red{color:#FF0000;}
.strong_red{
	color: #F00;
	font-weight:bold;
}

.spacer20{margin-bottom:20px;}
.spacer15{margin-bottom:15px;}
.spacer10{margin-bottom:10px;}
.spacer5{margin-bottom:5px;}
.spacer2{margin-bottom:2px;}
.indent10{padding-left:10px;}

.gotop{
	text-align:right;
	clear:both;
	margin-top:-15px;
}

a{
	color:#0059DD;
	text-decoration:underline;
}

a:hover{
	color:#FE7901;
	text-decoration:underline;
}

a:visited{color:#800080;}

.arrow_blue2{
    color: #0075BB;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 17px;
    border-left: 0px none;
    border-bottom: 0px none;
    padding: 0px 0px 0px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    background: transparent url("images/common/list_arrow.gif") no-repeat scroll 5px 8px;
    height: 30px;
}

.article_container{
	display:table;
	margin:auto;
}

.article_container div{
	display:table-cell;
	padding:1%;
}

.article_container .article_main_area{
	width:75%;
	vertical-align:top;
}

.article_container .article_sub_area{
	width:25%;
}

.half_area_container{
	display:table;
	width: 100%;
}

.half_area_container .half_area{
	display:table-cell;
	padding:1%;
	vertical-align:top;
	width:50%;
}

.half_area_container .half_area img,
.half_area_container .half_area p{
	width:90%;
	margin: auto;
}

.smp_dlt{display:none;}

.area-disc li{
	list-style:disc;
	margin-left: 30px;
}

/*color*/
.red{color:#F00;}

/*bold-color*/
.bold{font-weight:bold;}

.bold-red{
    color:#F00;
    font-weight:bold;
}

.e_txt-black{color:#000;}



/*list_styles
 --------------------------------- */
/*default*/
ol.decimal,
ul.disc,
ul.square {
    margin: 0 0 8px 32px;
}

ol.decimal li{ list-style:decimal;}
ul.disc li{list-style:disc;}
ul.square li{list-style:square ;}

ol.decimal li,
ul.disc li,
ul.square li{margin-bottom:3px;}

ul.num {counter-reset:num;}

ul.num li::before{
    counter-increment:num;
    content: counter(num)".";
}

.num {counter-reset:num;}

.num dt::before{
    counter-increment:num;
    content: counter(num)".";
}

/*original*/
ul.asterisk li{
    margin:0 0 7px 32px;
    text-indent:-32px;
}

ul.asterisk li::before{
    content:'※';
    position: relative;
    bottom: 2px;
}

/*-----display column-----*/
.d_col img{
	display:block;
	margin:0 auto;
}

.d_col,
.d_col-d{
    display: table;
    width: 100%;
    margin-bottom:1%;
}

.d_col2{
    display:table-cell;
    vertical-align:top;
    width:48%;
    padding:1%;  
}

.d_col3{
    display:table-cell;
    vertical-align:top;
    width:31%;
    padding:1%;  
}

.d_col-main1,
.d_col-d-main1{
    display:table-cell;
    vertical-align:top;
    width:60%;
    padding:0 1%;  
}

.d_col-sub1,
.d_col-d-sub1{
    display:table-cell;
    vertical-align:top;
    width:36%;
    padding:0 1%;  
}

.d_col-main2,
.d_col-d-main2{
    display:table-cell;
    vertical-align:top;
    width:70%;
    padding:0 1%;
}

.d_col-sub2--middle,
.d_col-d-sub2--middle{
    display:table-cell;
    vertical-align:top;
    width:26%;
    padding:0 1%;
}

.d_col-main2--middle,
.d_col-d-main2--middle{
    display:table-cell;
    vertical-align:middle;
    width:70%;
    padding:0 1%;
}

.d_col-sub2,
.d_col-d-sub2{
    display:table-cell;
    vertical-align:top;
    width:26%;
    padding:0 1%;
}


.d_col-main3,
.d_col-d-main3{
    display:table-cell;
    vertical-align:top;
    width:80%;
    padding:0 1%;
}

.d_col-sub3,
.d_col-d-sub3{
    display:table-cell;
    vertical-align:top;
    width:16%;
    padding:0 1%;
}

/*-----float column-----*/
.f_col-main1,
.f_col-d-main1{
    float:left;
    width:59%;
    padding-right:2%;
    margin-bottom:1%;
}

.f_col-sub1,
.f_col-d-sub1{
    float:right;
    width:35%;
    padding-right:2%;
    margin-bottom:1%;
}

.f_col-main2,
.f_col-d-main2{
    float:left;
    width:69%;
    padding-right:2%;
    margin-bottom:1%;
}

.f_col-sub2,
.f_col-d-sub2{
    float:right;
    width:25%;
    padding-right:2%;
    margin-bottom:1%;
}

.f_col-main3,
.f_col-d-main3{
    float:left;
    width:79%;
    padding-right:2%;
    margin-bottom:1%;
}

.f_col-sub3,
.f_col-d-sub3{
    float:right;
    width:15%;
    padding-right:2%;
    margin-bottom:1%;
}

/*float対処
--------------------------*/
.clear-fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear-fix{display:inline-block;}

/*---Mac IE を除く---*/
* html .clear-fix{height:1%;}
.clear-fix{display:block;}

/*投稿ページ
--------------------------*/
#nav-below{
	margin-bottom: 60px;
}

/*-----画像下のキャプション-----*/
.cap{text-align:center;}

.cap p{
	display:inline-block;
	font-size:0.8em;
	text-align:left;
	margin-top:0;
}

/*========================================================================================================renew*/

/*--------------------------------------------------------------------------------------------------------top(全体top)*/
#area_top section{margin-bottom:35px;}

/*top_blog
--------------------------*/
#top_blog{margin-top:25px;}

.top_blog-area{
	display:table;
	width:100%;
}

.top_blog-area .top_ttl,
.top_blog-area .blog-list,
.top_blog-area .top_blog-staff{
	display:table-cell;
	vertical-align:middle;
	padding:0 .5%;
}

.top_blog-area .top_ttl{width:24%;}
.top_blog-area .blog-list{width:48%;}
.top_blog-area .top_blog-staff{width:25%;}

/*-----記事一覧部分-----*/
.blog-list .scroll-area{
	height: 140px;
	overflow: auto;
	background: #FFFBEE;
	padding: 10px;
}

.blog-list .area_lists:not(:last-child){border-bottom:3px dotted #D1CEC4;}

.blog-list .date,
.blog-list .ttl{float:left;}

.blog-list .date{width:20%;}
.blog-list .ttl{width:80%;}

.blog-list .area_lists::after{
	content:"";
	display:block;
	clear:both;
}

.blog-list .area_lists{
	margin-bottom:5px;
	padding-bottom:5px;
}

/*top_menu
--------------------------*/
#top_menu .area_menu-list{
	float:left;
	padding: 0.5%;
	margin: 0.5%;
	width: 23%;
	border-radius:10px;
	text-align:center;
}

#top_menu .area_menu::after{
	content:"";
	display:block;
	clear:both;
}

/*-----each menu-----*/
#top_menu .sale{background:url(images/common/bg_blue.gif);}
#top_menu .lend{background:url(images/common/bg_red.gif);}
#top_menu .buy{background:url(images/common/bg_orange.gif);}
#top_menu .rent{background:url(images/common/bg_green.gif);}

/*-----each ttl-----*/
#top_menu .ttl{
	border-radius:5px;
	padding:8px 0;
	margin-bottom: 5%;
}

#top_menu .sale .ttl{background:#BFE0FF;}
#top_menu .lend .ttl{background:#F7D9DB;}
#top_menu .buy .ttl{background:#FFD7AE;}
#top_menu .rent .ttl{background:#C3E9B8;}

#top_menu .ttl a{
	display:block;
	width:100%;
	height:100%;
}

/*-----btn-----*/
#top_menu .btn{
	background:#fff;
	border-radius:3px;
	position:relative;
	margin: 0 1%;
}

#top_menu .area_col,
#top_menu .area_col1{margin-bottom:3%;}

/*btn大きさ調整*/
#top_menu .btn:not(.big){height:65px;}
#top_menu .big{height:102px;}

/*each btn arrow*/
#top_menu .sale .btn::before,
#top_menu .lend .btn::before,
#top_menu .buy .btn::before,
#top_menu .rent .btn::before{
	content:"▶";
	position:absolute;
	top: 35%;
	left: 2%;
}

#top_menu .sale .btn::before{color:#42AAFF;}
#top_menu .lend .btn::before{color:#E9969C;}
#top_menu .buy .btn::before{color:#FFB770;}
#top_menu .rent .btn::before{color:#A4D871;}

/*その他調整*/
#top_menu .btn a{
	display:block;
	width: 100%;
	height: 100%;
}

#top_menu .btn img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#top_menu .area_col2{
	float:left;
	width:48%;
}

#top_menu .area_col::after{
	content:"";
	display:block;
	clear:both;
}

#top_menu .variable-txt{
	margin-bottom:30px;
	border-bottom:1px dotted #888;
}

#top_menu .banner{
	text-align:center;
	padding:1%;
}

/*top-service
--------------------------*/
.top_service .ttl-caption{
	font-weight: bold;
	font-size: 1.2em;
}

.top_service .f_col{margin-bottom:15px;}

.top_service .f_col li{
	float:left;
	padding: 0 15px;
}

.top_service .f_col::after{
	content:"";
	display:block;
	clear:both;
}

/*each background*/
.bg_paint-blue{background:#E8F4FF;}
.bg_paint-red{background:#FBE8EA;}
.bg_paint-orange{background:#FFEDDB;}
.bg_paint-green{background:#DDEFC9;}

.top_service .area_service{padding:15px 0;}


/*-----top_sale------*/
#top_sale .d_col-sub1{
	background: #fff;
	border-radius: 15px;
	padding: 10px;
}

#top_sale .d_col-sub1 p{font-size:1.4em;}

/*-----top_lend-----*/
#top_lend .d_col-main1{
	background: #fff;
	border-radius: 40px;
	position:relative;
	box-shadow:5px 5px #EB9CA4;
}

#top_lend .d_col-main1::before,
#top_lend .d_col-main1::after{
	position: absolute;
	left: -50px;
	top: 50%;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	content: '';
}

#top_lend .d_col-main1::before{
	border-right: 50px solid #EB9CA4;
	margin-top: -6px;
}

#top_lend .d_col-main1::after{
	border-right: 50px solid #fff;
	margin-top: -10px;
}

#top_lend .d_col-main1 p{padding:30px 0;}


/*-----rent-----*/
.area_regist{
	background:url(images/index-all/top_rent-condition-bg.png) center no-repeat;
	height: 408px;
	position:relative;
}

.regist-btn{
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

/*--------------------------------------------------------------------------------------------------------top-lend(貸したいtop)*/
/*top_lend-appeal
--------------------------*/
#top_lend-appeal .ttl{
	color:#000;
	font-size: 1.2em;
	font-weight:bold;
	border-bottom:1px solid #000;
}


