@charset "utf-8";
/* CSS Document */

/* --------------------------
	top
-------------------------- */
/*お知らせ（重要・通常共通）*/
.notice{
	text-align: center;
	margin: 10px 5px 5px 5px;
	line-height: 1.2;
}

.notice a{
	color: #fff;
	padding: 5px 0;
	display: inline-block;
}

/*重要なお知らせ*/
.notice.important{
	background: red;
}

.notice.normal{
	background: #ffb41f;
}

/**/
.listview>*, .btn{
    padding:12px 0 12px 25px;
}
.li-icon-arrow-r {
    margin-top: -2px;
}
#info{
    width:97%;
    margin: 10px auto 0;
    border:1px solid #ccc;
    -webkit-border-radius: 6px;
    font-size:80%;
}
#info dt{
    padding:3px 5px;
    font-weight:bold;
}
#info dd{
    padding:3px 5px;
    border-bottom:1px solid #ccc;
    color:#333;
}
tr:first-child th:first-child,
tr:first-child td:first-child {
    -webkit-border-radius: 6px 6px 0 0;
}
tr:last-child th:first-child,
tr:last-child td:first-child {
    -webkit-border-radius: 0 0 6px 6px;
}

/*スライダー*/
.item a img{
    max-width: 700px;
    width: 100%;
    min-width: 320px;
    display: block;
    margin: 0 auto;
}

/*メイン画像、検索 */
img.mainimg {
    max-width: 700px;
    width:100%;
    min-width:320px;
    display:block;
    margin:0 auto;
}
#main_under {
    padding:10px 0;
    background: url("bg_images/bg_mobilettl.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

/*各コンテンツアンカー */
#contents_navi {
    background: #FFFFFF;
    margin: 10px 0 0;
    text-align: center;
}
#contents_navi a {
    border-left: 2px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    padding: 5px 7px;
}
#contents_navi a.first {
    border:none;
}

/*バナー*/
.banner-area{
	width: 100%;
}

.banner-area img{
	padding: 0 7px;
	box-sizing: border-box;
	margin-bottom: 2%;
}

/* --------------------------
	新着物件
-------------------------- */
.listview>*, .btn{
    display:block;
    border: 1px solid #ccc;
    border-bottom:none;
    font-weight: bold;
    background: #fff;
}
#shichaku li:first-child a {
    background-position: 107px -288px;
}
.listview_inner {
    overflow:hidden;
    padding:10px;
    position:relative;
}
.listview_inner:after {
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    height: 24px;
    width:24px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 38%;
}

.listview_inner p.image{
    width: 90px;
    float: left;
    text-align: center;
}

.listview_text {
    float:left;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 10px;
    line-height: 15px;
    width: 170px;
}
.listview_text h3 {
    font-weight:normal;
    margin: 3px 0 0;
}
.listview_text .type {
    background: none repeat scroll 0 0 #747474;
    color: #FFFFFF;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 3px;
}
.listview_text .price {
    color: #FF0000;
    font-weight:bold;
}
.listview_text dl dt {
    color: #9D9D9D;
    float: left;
}
.listview li{
    padding:0;
}
.listview>*:nth-last-of-type(1){
    border-bottom: 1px solid #ccc;
    padding:0;
}

/* --------------------------
	お客様の声
-------------------------- */
.customer_review>*, .btn{
    display:block;
    border: 1px solid #ccc;
    border-bottom:none;
    font-weight: bold;
    background: #fff;
}
#shichaku li:first-child a {
    background-position: 107px -288px;
}
.customer_inner {
    overflow:hidden;
    padding:10px;
    position:relative;
}
.customer_inner:after {
/*    background: transparent url('bg_images/ico_sprite.png') no-repeat 5px -956px;
*/    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    height: 24px;
    width:24px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 38%;
}

.customer_inner p.image{
    width: 90px;
    float: left;
    text-align: center;
}

.customer_text {
    float:left;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 10px;
    line-height: 15px;
/*    width: 170px;
*/}
.customer_text h3 {
    font-weight:bold;
    margin: 4px 0 2px;
    font-size: 14px;
}
.customer_text .type {
    background: none repeat scroll 0 0 #747474;
    color: #FFFFFF;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 3px;
}
.customer_text dl dt {
    color: #9D9D9D;
    float: left;
}
.customer li{
    padding:0;
}
.customer>*:nth-last-of-type(1){
    border-bottom: 1px solid #ccc;
    padding:0;
}

/* --------------------------
	プラン
-------------------------- */
.plan_review>*, .btn{
    display:block;
    border: 1px solid #ccc;
    border-bottom:none;
    font-weight: bold;
    background: #fff;
}
#shichaku li:first-child a {
    background-position: 107px -288px;
}
.plan_inner {
    overflow:hidden;
    padding:10px;
    position:relative;
    background-color: floralwhite;
}
.plan_inner:after {
/*    background: transparent url('bg_images/ico_sprite.png') no-repeat 5px -956px;
*/    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    height: 24px;
    width:24px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 38%;
}

.plan_inner p.image{
    width: 150px;
    float: left;
    text-align: center;
}

.plan_text {
    float:left;
    font-size: 12px;
    font-weight: normal;
    padding: 60 0 0 10px;
    line-height: 15px;
}
.plan_text h3 {
    font-weight:normal;
    margin: 3px 0 0;
}
.plan_text .type {
    background: none repeat scroll 0 0 #747474;
    color: #FFFFFF;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 3px;
}
.plan_text .price {
    color: #FF0000;
    font-weight:bold;
}
.plan_text dl dt {
    color: #9D9D9D;
    float: left;
}
.plan li{
    padding:0;
}
.plan>*:nth-last-of-type(1){
    border-bottom: 1px solid #ccc;
    padding:0;
}


/* --------------------------
	こだわり
-------------------------- */
.listkodawari {
    background: none repeat scroll 0 0 #E1E1E1;
    padding: 10px;
}
.listkodawari li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: 1px 1px 3px #CCCCCC;
    font-size: 20px;
    border-bottom: 1px solid #CCCCCC;
    min-height: 70px;
    padding: 8px 0 8px 10px;
    position: relative;
    z-index: 2;
}
.listkodawari li h3 {
    font-size: 16px;
    font-weight: bold;
}
.listkodawari .listview_inner {
    padding: 0 35px 0 10px;
    font-size:12px;
}
.listkodawari img {
    float:left;
}

/*コンテンツ */
#contents ul {
    background: #E1E1E1;
    padding: 10px;
}
#contents ul li {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: 1px 1px 3px #CCCCCC;
    height: 70px;
    line-height: 74px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
#contents ul li.staff span {
    padding: 10px 0 10px 50px;
    background: transparent url('bg_images/ico_sprite.png') no-repeat 16px -461px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
}
#contents ul li.customer span {
    padding: 10px 0 10px 50px;
    background: transparent url('bg_images/ico_sprite.png') no-repeat 15px -509px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
}
#contents ul li.company span {
    padding: 10px 0 10px 50px;
    background: transparent url('bg_images/ico_sprite.png') no-repeat 17px -559px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
}
#contents ul li:after {
    background: transparent url('bg_images/ico_sprite.png') no-repeat 0 -961px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 35%;
    width: 20px;
}

/* --------------------------
	更新情報
-------------------------- */
.info {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 12px;
}
.info dt {
    background: transparent url('bg_images/ico_sprite.png') no-repeat 0 -1367px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    border: medium none;
    font-size: 15px;
    padding-left: 10px;
}
.info dd{
    margin: 0 0 10px;
    padding-left: 0px;
}

.info_more {
    background:;
    padding:0px;
}
/* 無効
.info_more p {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 42px;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
    z-index: 2;
}*/
.info_more p:after {
    background: transparent url('bg_images/ico_sprite.png') no-repeat 0 -960px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 25%;
    width: 20px;
}

.info_more.tap p:after {
    background: transparent url('bg_images/ico_sprite.png') no-repeat 0 -1003px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
}

.info_more p a {
    font-size:18px;
    padding:0;
    border:none;
}

/* --------------------------
	サービス一覧
-------------------------- */
.postbox .category-container{
	margin-bottom: 30px;
}

.postbox .category{
	font-size: 1.3em;
	font-weight: bold;
	color: #217629;
}

.item{
	padding: 5px;
}

.item-title:before{
	content: "■";
}
.item-title{
	font-weight: bold;
	margin-bottom: 5px;
}

.item-description a{
	text-decoration: underline;
}