﻿@charset "utf-8";


/*
	* Copyright (C) CREATIVEWEB All Rights Reserved.
	* URL : http://www.creative-web.co.jp/
*/


/*
	* 1.基本レイアウト
	* 2.リスト設定
	* 3.ヘッダー（header）
	* 4.フッター（footer）
	* 5.トップページ
	* 6.サブページ
*/


/*******************************************************************************
**	1.基本レイアウト
*******************************************************************************/

body {
	background:#FFF;
	-webkit-text-size-adjust: none;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3",Osaka ;
	/*font-size:100%;*/
	line-height: 1.4;
	color:#333;
	overflow-x:hidden;
}

input[type="radio"] {
	font-size:200%;height:23px;width:23px;margin:20px;
}

input[type="checkbox"] {
	font-size:200%;height:23px;width:23px;margin:20px;
}

select {
	margin:0;
	padding:4px;
	font-size:18px;
}

input, select {
	vertical-align:middle;
}

/*******************************************************************************
**	2.基本設定
*******************************************************************************/
/* link
----------------------------------------------------------------------------- */

/*スマートフォンサイトではタップしやすいようにaタグはあらかじめブロックレベルとしておくとよい*/
a {
    display: block;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色*/

a {
    -webkit-tap-highlight-color:#329cd1;
}

a:link {
	color:#333;
	text-decoration:none;
	-webkit-tap-highlight-color:#329cd1;	// タップ時の反転色
}
a:visited {
	color:#333;
	text-decoration:none;
}

.marginTop10 {
	margin-top:10px !important;
}

.marginBottom10 {
	margin-bottom:10px !important;
}

/* ボタン
----------------------------------------------------------------------------- */

header .srchMyListBtn {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,102,153)),color-stop(1, rgb(255,0,127)));
	background-image:-webkit-linear-gradient(rgb(255,102,153) 0%,rgb(255,0,127) 100%);
	background-image:linear-gradient(rgb(255,102,153) 0%,rgb(255,0,127) 100%);
	border-color:rgb(255,0,102);
	border-width:1px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	line-height:26px;
	text-align:center;
	width:140px;
	height:26px;
	padding:5px 0;
	color:#FFF;
	font-weight:bold;
}

.srchMyListBtn img,
.srchTelBtn img,
.srchFtrRepeatList ul li img,
.srchList02 .srchBtnList p img,
.srchAddressBtn img,
.srchListRoomBtn img,
.srchPageBack p a img,
.contactList ul li img,
ul.contactList  li img,
.srchALBottomNav p.myListBody img,
.shopName img,
.srchURLBtn img,
.spNavigation img {
	vertical-align:middle;
}

/*.srchMyListBtn a,*/
.srchListRoomBtn a {
	color:#FFF;
	vertical-align:middle;
}

.srchFtrRepeatList ul li,
.srchList02 .srchBtnList p {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(239,239,239)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(239,239,239) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(239,239,239) 100%);
	width:48%;
	height:44px;
	line-height:44px;
	border-color:rgb(204,204,204);
	border-width:1px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	margin:0 2px;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
}

.srchList02 .srchBtnList p {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(88,181,0)),color-stop(1, rgb(88,135,0)));
	background-image:-webkit-linear-gradient(rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	background-image:linear-gradient(rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	border-color:rgb(88,135,0);
	border-width:1px;
}

.srchList02 .srchBtnList p a {
	color:#FFF;
}

.srchFtrRepeatList ul li a {
	color:#333;
	vertical-align:middle;
}

.srchListRoomBtn {
	position:relative;
	* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0%,rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(88,181,0)),color-stop(1, rgb(88,135,0)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	background-image:linear-gradient(rgb(88,181,0) 0%,rgb(88,135,0) 100%);
	border-color:rgb(88,135,0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff03a975,endColorstr=#ff017854,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff03a975,endColorstr=#ff017854,GradientType=0);
	background-position:right center;
	background-repeat:no-repeat;
	height:43px;
	margin:10px 0;
	border-color:rgb(88,135,0);
	border-width:1px;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border-style:solid;
	/*-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	box-shadow:1px 1px 2px rgba(0,0,0,0.15);*/
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.srchListRoomBtn:after {
	content:"";
	position:absolute;
	top:15px;
	right:15px;
	background:url(../img/sp_icon_arrow02.png) no-repeat;
	background-size:20px 14px;
	width:20px;
	height:14px;
}

.srchListRoomBtn a {
	padding:11px 10px;
}

.srchTelBtn {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.srchTelBtn a {
	background-image:-webkit-gradient(linear,17% 0%,17% 100%,color-stop(0, rgb(255,139,0)),color-stop(1, rgb(255,65,0)));
	background-image:-webkit-linear-gradient(rgb(255,139,0) 0%,rgb(255,65,0) 100%);
	background-image:linear-gradient(rgb(255,139,0) 0%,rgb(255,65,0) 100%);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	height:40px;
	border-color:rgb(255,102,0);
	border-width:1px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	color:#FFF;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
	padding:8px 0 12px 0;
	text-align:center;
}
.srchTelBtn a.green {
    background-image:-webkit-gradient(linear,17% 0%,17% 100%,color-stop(0, #FBD379),color-stop(1, #F7B826));
	background-image:-webkit-linear-gradient(#FBD379 0%,#F7B826 100%);
	background-image:linear-gradient(#FBD379 0%,#F7B826 100%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color:#F7B826;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 8px 0;
    text-align: center;
    text-shadow:-1px -1px 0px rgba(0,0,0,0.1);
}
.srchTelBtn a.red {
    background-image: linear-gradient(#cc1400 0%, #ff8060 100%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #cc1400;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #ccc;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 8px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.srchTelBtn a.gray {
    background-image: linear-gradient(#f0f0f0 0%, #ddd 100%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #ddd;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #0a0f45;
    font-size: 9px;
    height: auto;
    padding: 8px 0;
    text-align: center;
    text-shadow: -1px -1px 0 #fff;
}
.srchTelBtn .smlFnt {
	font-size:84%;
}

.srchTelBtn .telNum {
	font-size:120%;
}

.srchURLBtn {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% ,rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
	height:44px;
	line-height:44px;
	border:1px #999999 solid;
	border-width:1px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	text-align:center;
	vertical-align:middle;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.spNavigation{
	width: 100%;
		padding:10px 0;
		float:left;
}

.spNavigationBack{
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(239,239,239)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(239,239,239) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(239,239,239) 100%);
	width:47%;
	height:44px;
	line-height:44px;
	border-color:rgb(204,204,204);
	border-width:1px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	margin:0 2px;
	padding:5px 0;
	text-align:center;
	float:left;
}
.spNavigationNext{
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(239,239,239)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(239,239,239) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(239,239,239) 100%);
	width:47%;
	height:44px;
	line-height:44px;
	border-color:rgb(204,204,204);
	border-width:1px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	margin:0 2px;
	padding:5px 0;
	text-align:center;
	float:right;
}

/*******************************************************************************
**	3.ヘッダー
*******************************************************************************/

header {
}

#searchHeader {
	display: -webkit-box;
	display: -moz-box;
	background:url(../img/sp_bg_header.png) no-repeat scroll 0 0%,
		url(../img/sp_bg_headerbar.png) repeat-x scroll 0 0%;
	height:50px;
	margin-bottom:10px;
}

header .menuList {
	right:6px;
	top:12px;
	position:absolute;
}

.headerTopNavG {
	margin-bottom:10px;
}

.headerTopNavG ul {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	width:100%;
	border-bottom:3px solid #0075C5;
}

.headerTopNavG ul li {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(228,228,228)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(228,228,228) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(228,228,228) 100%);
	border-color:rgb(204,204,204);
	border-width:1px 1px 0 1px;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border-style:solid;
	width:32%;
	height:38px;
	margin:0 1px;
	text-align:center;
	line-height: 36px;
}

.headerTopNavG ul li.active {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,160,232)),color-stop(1, rgb(0,115,195)));
	background-image:-webkit-linear-gradient(rgb(0,160,232) 0%,rgb(0,115,195) 100%);
	background-image:linear-gradient(rgb(0,160,232) 0%,rgb(0,115,195) 100%);
	border-color:rgb(0,117,197);
	border-width:1px 1px 0 1px;
	border-style:solid;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.headerTopNavG ul li.kodawari {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(255,255,204)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,204) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,204) 100%);
	border-color:rgb(255,204,102);
	border-width:1px 1px 0 1px;
	border-style:solid;
	color:#FFF;
	text-align:center;
}

.headerTopNavG ul li.active-kodawari {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,51)),color-stop(1, rgb(255,204,0)));
	background-image:-webkit-linear-gradient(rgb(255,255,51) 0%,rgb(255,204,0) 100%);
	background-image:linear-gradient(rgb(255,255,51) 0%,rgb(255,204,0) 100%);
	border-color:rgb(255,153,0);
	border-width:1px 1px 0 1px;
	border-style:solid;
	color:#FFF;
	text-align:center;
}

.headerTopNavG ul li.active a {
	color:#FFF;
}

/*******************************************************************************
**	4.フッター（footer）
*******************************************************************************/

footer .copyright {
	background: url(../img/sp_bg_footer.png) bottom repeat-x;
	padding:10px 0;
	height:60px;
	text-align:center;
	font-size:77%;
}

footer .ftrBtnTxt {
	background:#004DA1;
	color:#FFF;
	padding:5px 0;
	text-align:center;
	font-size:77%;
}

.srchFtrRepeatList ul {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	background:#EEE;
	margin:10px 0;
	padding:20px 0;
}

footer .topNavG ul {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	width:100%;
	border-top:3px solid #0075C5;
}

footer .topNavG ul li {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(228,228,228)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(228,228,228) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(228,228,228) 100%);
	border-color:rgb(204,204,204);
	border-width:0 1px 1px 1px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	border-style:solid;
	width:32%;
	height:38px;
	margin:0 1px;
	text-align:center;
	line-height: 36px;
}

footer .topNavG ul li.active {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,115,195)),color-stop(1, rgb(0,160,232)));
	background-image:-webkit-linear-gradient(rgb(0,115,195) 0%,rgb(0,160,232) 100%);
	background-image:linear-gradient(rgb(0,115,195) 0%,rgb(0,160,232) 100%);
	border-color:rgb(0,124,202);
	border-width:0 1px 1px 1px;
	border-style:solid;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

footer .topNavG ul li.kodawari {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,204)),color-stop(1, rgb(255,255,255)));
	background-image:-webkit-linear-gradient(rgb(255,255,204) 0%,rgb(255,255,255) 100%);
	background-image:linear-gradient(rgb(255,255,204) 0%,rgb(255,255,255) 100%);
	border-color:rgb(255,204,102);
	border-width:0 1px 1px 1px;
	border-style:solid;
	color:#FFF;
	text-align:center;
}

footer .topNavG ul li.active-kodawari {
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,204,0)),color-stop(1, rgb(255,255,51)));
background-image:-webkit-linear-gradient(rgb(255,204,0) 0%,rgb(255,255,51) 100%);
background-image:linear-gradient(rgb(255,204,0) 0%,rgb(255,255,51) 100%);
	border-color:rgb(255,153,0);
	border-width:0 1px 1px 1px;
	border-style:solid;
	color:#FFF;
	text-align:center;
}


footer .topNavG ul li.active a {
	color:#FFF;
}

.srchPageTop {
	margin:10px 0;
	text-align:center;
}

.srchPageTop a {
	width:200px;
	margin:0 5px 0 auto;
	padding:5px 0;
	border:1px solid #CECEBF;
	background:#F0F0E1;
}

footer .topNavInfo ul {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	width:100%;
	padding:10px 0;
	text-align:center;
	background:#00A0E8;
}

footer .topNavInfo ul li:first-child {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(244,244,244)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(244,244,244) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(244,244,244) 100%);
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	border-right:1px solid #DDD;

}

footer .topNavInfo ul li {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(244,244,244)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(244,244,244) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(244,244,244) 100%);
	width:32%;
	padding:10px 0;
	border-right:1px solid #DDD;
}

footer .topNavInfo ul li:last-child {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(244,244,244)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(244,244,244) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(244,244,244) 100%);
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

/*******************************************************************************
**	5.content
*******************************************************************************/

/* 都道府県選択画面
----------------------------------------------------------------------------- */

section.srchList,section.srchList02 {
	border-bottom: 1px solid #00A0E8;
}

.srchList .srchListTit,.srchList02 .srchListTit {
	background-image:/*url(../img/sp_list_open.png),*/-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(145,227,255)),color-stop(1, rgb(77,210,255)));
	background-image:/*url(../img/sp_list_open.png),*/-webkit-linear-gradient(rgb(145,227,255) 0%,rgb(77,210,255) 100%);
	background-image:/*url(../img/sp_list_open.png),*/linear-gradient(rgb(145,227,255) 0%,rgb(77,210,255) 100%);
	background-position:right center;
	background-repeat:no-repeat;
	border-color:rgb(0,160,232);
	border-width:1px 0 0 0;
	border-style:solid;
	padding:10px 14px;
}

/*
.srchList .srchListTitActive,.srchList02 .srchListTitActive {
	background-image:url(../img/sp_list_close.png),-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(77,210,255)),color-stop(1, rgb(145,227,255)));
	background-image:url(../img/sp_list_close.png),-webkit-linear-gradient(rgb(77,210,255) 0%,rgb(145,227,255) 100%);
	background-image:url(../img/sp_list_close.png),linear-gradient(rgb(77,210,255) 0%,rgb(145,227,255) 100%);
	background-position:right center;
	background-repeat:no-repeat;
	border-color:rgb(0,160,232) transparent;
	border-width:1px 0;
	border-style:solid;
	padding:10px 14px;
}
*/

.srchListRoomArticle .srchSubList li {
	width:100%;
	background:url(../img/sp_list_arrow.png) no-repeat transparent;
	background-size:16px 22px;
	background-position:98% 10px;
}

.srchListMenu ul li,
.srchStationList li,
.srchAddressList li,
.srchListRoomArticle .srchSubList li {
	border-bottom:1px solid #CCC;
}

.srchStationList li:first-child,
.srchAddressList li:first-child,
.srchListRoomArticle .srchSubList li:first-child {
	border-top:1px solid #CCC;
}

.srchList ul li:last-child,
.srchList02 ul li:last-child,
.srchListRoomArticle .srchSubList li:last-child {
	border-bottom:1px solid #CCC;
}

.srchList ul li a,
.srchList02 ul li a {
	background:url(../img/sp_list_arrow.png) no-repeat right center transparent;
	background-size:5%;
	border-right:10px solid transparent;
	border-left:20px solid transparent;
	padding:12px 10px 12px 0;
}

.srchListRoomArticle .srchSubList li a {
	display:block;
	padding:12px 0;
}

.srchList ul li span.srchCount,
.srchList02 ul li span.srchCount {
	margin-left:2px;
	color:#666;
	font-size:88%;
}


/* 市区・駅選択画面
----------------------------------------------------------------------------- */

.srchList02 .srchSubList li,
.srchListRoomArticle .srchSubList li {
	display: -webkit-box;
	display: -moz-box;
/*	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;*/
	width:100%;
}

.srchList02 .chk,
.srchListRoomArticle .srchSubList .chk {
	border-right:1px solid #CCC;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:50px;
}

.srchList02 .chk input ,
.srchListRoomArticle .srchSubList .chk input {
	margin:0 10px;
}

.srchList02 .srchSubList li a {
	display: table-cell;
	width:100%;
}

.srchList02 .srchBtnList p {
	width:48% !important;
	text-align:center;
}

.srchList02 .srchBtnList {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	padding:10px 0;
/* edit:20150612
	background:#EEE;
*/
}

.srchPageCatTit {
    background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:3px solid #3cf;
    padding: 10px 0 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
	margin-bottom:10px;
}

.srchPageTit {
	background:#004DA1;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-size:16px;
	position:relative;
}

.srchPageTit a {
	color:#FFF;
}

.cmtTxt {
	margin:10px 14px;
}

/* 条件選択画面
----------------------------------------------------------------------------- */

.srchAddressBtn {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% ,rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
	height:44px;
	line-height:44px;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border:1px #999999 solid;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:120%;
}

.srchChkBox {
	display:block;
	overflow:hidden;
	margin:10px;
}

.srchChkBox > li {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin: 5px auto 5px 0;
	width:49%;
	padding:0;
}

.srchChkBox > li:nth-child(even) {
	float: right;
	margin: 5px 0 5px auto;
}

.srchChkBox > li > input + label {
	display:block;
	background-color:rgb(238,238,238);
	border-color:rgb(204,204,204);
	border-width:1px;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border-style:solid;
	padding:10px;
}

.srchChkBox > li > input:checked + label {
	background-color:rgb(0,160,232);
	border-color:rgb(0,77,161);
	color:#FFF;
}

.srchChkBox > li > input {
	float:left;
	vertical-align:middle;
	margin:10px 5px 0 7px;
	padding:8px;
}

.srchSubTit {
	background:#DDD;
	border-bottom:#BBBBBB 1px solid;
	border-top:#BBBBBB 1px solid;
	padding:10px;
}

.srchSubTitTop {
	background:#DDD;
	border-top:#013574 6px solid;
	border-bottom:#BBBBBB 1px solid;
	padding:10px;
}

.srchKodawariList li {
	float:none !important;
	width:100%;
	margin:5px 0;
}

.srchSelectBox {
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	margin:10px;
}

.srchSelectBox select {
	width:44%;
}

.srchListRoomSubmit {
	margin:10px 0;
	padding:10px;
	background:#EEE;
	border-width:1px 0;
	border-color:#CCC;
	border-style:solid;
}

.srchListRoomBtn {
	text-align:center;
	font-size:120%;
}

/* 物件一覧
----------------------------------------------------------------------------- */

.srchBreadCrumb {
	margin:0 10px 10px 10px;
	font-size:84%;
}
/*
.srchBreadCrumb ul li {
	float:left;
	font-size:84%;
}
*/
.srchBreadCrumb span a {
	display:inline;
	color:#00A0E8;
}

.srchBreadCrumb span:after {
	content:" > ";
}

.srchBreadCrumb span:last-child {
	float:none;
}

.srchBreadCrumb span:last-child:after {
	content:"";
}

.srchArticleListTab {
	padding:5px 5px 0 0;
	background:#DDDDDD;
	position:relative;
}

.srchArticleListChangebtn {
	position:absolute;
	top:6px;
	right:4px;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(45% 0% ,rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,45% 0%,45% 98%,color-stop(0, rgb(255,255,115)),color-stop(1, rgb(255,201,38)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	background-image:linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	border-color:#FFC926;
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:6px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:6px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:6px;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff73,endColorstr=#ffffc926,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff73,endColorstr=#ffffc926,GradientType=0);
}

.srchArticleListChangebtn02 {
	position:absolute;
	top:2px;
	right:4px;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(45% 0% ,rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,45% 0%,45% 98%,color-stop(0, rgb(255,255,115)),color-stop(1, rgb(255,201,38)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	background-image:linear-gradient(rgb(255,255,115) 0%,rgb(255,201,38) 100%);
	border-color:#FFC926;
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:6px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:6px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:6px;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff73,endColorstr=#ffffc926,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff73,endColorstr=#ffffc926,GradientType=0);
}

.srchArticleListChangebtn a,
.srchArticleListChangebtn02 a {
	display:block;
	width:60px;
	height:18px;
	padding:10px 14px;
	font-weight:bold;
	text-align:center;
}

.srchArticleListTab ul {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:start;
	-webkit-box-pack:start;
	box-pack:start;
}

.srchArticleListTab ul li {
	background:#FFF;
	width:32%;
	line-height:42px;
	border-color:rgb(153,153,153);
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	border-style:solid;
	border-width:1px 1px 0 1px;
	margin:1px 1px 0 0;
	text-align:center;
	font-size:13px;
	z-index: 100;
}

.srchArticleListTab ul li.active {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(28% 0% ,rgb(2,66,144) 0%,rgb(1,50,109) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,28% 0%,28% 100%,color-stop(0, rgb(2,66,144)),color-stop(1, rgb(1,50,109)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(2,66,144) 0%,rgb(1,50,109) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(2,66,144) 0%,rgb(1,50,109) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(2,66,144) 0%,rgb(1,50,109) 100%);
	background-image:linear-gradient(rgb(2,66,144) 0%,rgb(1,50,109) 100%);
	border-color:rgb(1,53,114);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff024290,endColorstr=#ff01326d,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff024290,endColorstr=#ff01326d,GradientType=0);
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	z-index:100;
}

.srchArticleListTab ul li.active a {
	color:#FFF;
	font-weight:bold;
}

.srchArticleListTab ul li.active-condition {
	background:#FFC;
	border-color:rgb(153,153,153);
	border-width:1px;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	border-style:solid;
	border-bottom:1px solid #FFF;
	z-index:100;
}

.srchArticleListTabBottom {
	padding:0 5px 5px 0;
	background:#DDDDDD;
	position:relative;
	border-top:#013574 6px solid;
}

.srchArticleListTabBottom ul {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack:start;
	-webkit-box-pack:start;
	box-pack:start;
}

.srchArticleListTabBottom ul li {
	background:#FFF;
	width:32%;
	line-height:42px;
	border-color:rgb(153,153,153);
	border-width:0 1px 1px 1px;
	-webkit-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
	border-style:solid;
	margin:0 0 1px 1px;
	text-align:center;
	font-size:13px;
	z-index: 100;
}

.srchArticleListTabBottom ul li.active {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(28% 0% ,rgb(1,50,109) 0%,rgb(2,66,144) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,28% 0%,28% 100%,color-stop(0, rgb(1,50,109)),color-stop(1, rgb(2,66,144)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(1,50,109) 0%,rgb(2,66,144) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(1,50,109) 0%,rgb(2,66,144) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(1,50,109) 0%,rgb(2,66,144) 100%);
	background-image:linear-gradient(rgb(1,50,109) 0%,rgb(2,66,144) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff01326d,endColorstr=#ff024290,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff01326d,endColorstr=#ff024290,GradientType=0);
	-webkit-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
	z-index:100;
}

.srchArticleListTabBottom ul li.active a {
	color:#FFF;
	font-weight:bold;
}

.srchArticleListTabBottom ul li.active-condition {
	background:#FFC;
	border-color:rgb(153,153,153);
	border-width:1px;
	-webkit-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
	border-style:solid;
	border-top:1px solid #FFF;
	z-index:100;
}

.srchSortList {
	margin:10px;
}

.srchSortList select {
	width:100%;
}

.srchListRoomArticle {
	display:table;
	width:100%;
	font-size:84%;
	position:relative;

}

.srchListRoomArticle:after {
	content:"";
	position:absolute;
	top:60px;
	right:5px;
	background-image:url(../img/sp_list_arrow03.png);
	background-size:25px 37px;
	width:25px;
	height:37px;
}

.srchListRoomArticle a {
	display:table;
	width:100%;
}

.srchListRoomArticle a.detailLink {
	background-size:5%;
	background-position:right center;
	background-repeat:no-repeat;
}

/*
.srchALInfoBody {
	margin:0 0 4px 4px;
}*/

.srchRmDtlInfoBody {
	margin:0;
}

.srchListRoomArticle .bldgImg,
.srchListRoomDetail .bldgImg {
	width:40%;
	margin-right:4px;
}

.srchListRoomArticle .bldgType,
.srchListRoomDetail .bldgType {
	background:#004DA1;
	margin-bottom:4px;
	padding:2px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.srchChkBoxBody {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:top;
	background-color:rgb(238,238,238);
	width:40px;
	text-align:center;
}

.srchChkBoxBody > input[type="checkbox"] + label.chkBtn {
	display:block;
	text-align:center;

}

.srchChkBoxBody > input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
	margin:10px 2px 0 2px;
	padding:5px;
	border-radius: 4px;
	border: 2px solid #009900;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );

}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
.srchChkBoxBody > input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background: #009900;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}



.srchChkBoxBody > input[type="checkbox"]:checked:after {
	display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    width: 19px;
    height: 4px;
    background: #009900;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}



.srchListRoomArticlet {
	background:#8EE2FF;
	width:100px;
	margin-top:10px;
	padding:2px 4px;
	text-align:center;
}


.srchListRoomArticle table th,
.srchListRoomArticle table td,
.srchListRoomDetail table th,
.srchListRoomDetail table td {
	border:1px solid #CCC;
}

.srchListRoomArticle table th,
.srchListRoomDetail table th {
	vertical-align:middle;
	color:#666;
	background:#EEE;
	border-bottom:1px solid #CCC;
	width:40px;
	font-weight:normal;
}

.srchListRoomArticle table td,
.srchListRoomDetail table td {
	vertical-align:middle;
	padding:4px;
}

.srchALInfo {
	display: -webkit-box;
	display: -moz-box;
}

.srchALInfo table {
	width:45%;
}

.conditionIcon {
/*	display: -webkit-box;
	display: -moz-box;*/
	width:96%;
}

.srchListRoomDetail .conditionIcon {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: start;
	box-pack: start;
}

.srchListRoomDetail .conditionIcon {
	margin:6px 4px 4px 4px;
}

.srchListRoomArticle .conditionIcon li {
	-webkit-border-radius:10px;
	float:left;
	width:48%;
	height:20px;
	line-height:20px;
	margin:0 0 3px 2px;
	color:#FFF;
	font-size:77%;
	text-align:center;
}

.srchListRoomDetail .conditionIcon li {
	-webkit-border-radius:10px;
	width:24%;
	height:20px;
	line-height:20px;
	margin:0 2px 2px 0;
	color:#FFF;
	font-size:77%;
	text-align:center;
}

.srchListRoomArticle .conditionIcon li.cnd01,
.srchListRoomDetail .conditionIcon li.cnd01 {
	background:#F69;
}

.srchListRoomArticle .conditionIcon li.cnd02,
.srchListRoomDetail .conditionIcon li.cnd02 {
	background:#9C0;
}

.srchListRoomArticle .conditionIcon li.cnd03,
.srchListRoomDetail .conditionIcon li.cnd03 {
	background:#F90;
}
/*
.contactList .srchMyListBtn {
	font-size:116%;
}

.srchListRoomDetail .contactList {
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
	padding:10px 0;
	background:#EEE;
	border-width:1px 0;
	border-color:#CCC;
	border-style:solid;
	font-size:84%;
	margin:10px 0;
}*/

.srchListRoomDetail .contactList ul,
.srchRmDtlBottomNav .contactList ul {
	-webkit-box-pack:center;
	box-pack:center;
}

.cntTelAttention {
	font-size:84%;
	margin-top:10px;
	text-align:center;
}

.cntTelAttention .telArticleNum {
	font-size:150%;
}

.cntTelAttention .telArticleNum strong {
	color:#F00;
}

.srchListRoomArticle ul.contactList ,
.srchListRoomDetail .contactList ul {
	display: -webkit-box;
	display: -moz-box;
	width:100%;
}

.srchListRoomArticle ul.contactList  li,
.srchListRoomDetail .contactList ul li {
	display: -webkit-box;
	display: -moz-box;
	margin-right:3px;
	width:32%;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border-width:1px;
	border:1px #CCC solid;
	text-align:center;
}

.srchListRoomArticle ul.contactList  li a,
.srchListRoomDetail .contactList ul li a,
.srchRmDtlBottomNav .contactList ul li a,
li.myList,.deleteBtn {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	height:50px;
	width:100%;
	padding:10px 0;
}

.srchListRoomArticle ul.contactList  li span.iconImg,
.srchListRoomDetail .contactList ul li span.iconImg {
	width:40px;
	margin:4px 0;
}

.srchListRoomArticle ul.contactList  li span.txt,
.srchListRoomDetail .contactList ul li span.txt {
	width:75%;
	font-size:11px;
}

.srchListRoomArticle ul.contactList  li.contact,
.srchListRoomDetail .contactList ul li.contact,
.srchRmDtlBottomNav .contactList ul li.contact {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% ,rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
}

.srchListRoomArticle ul.contactList  li.tel,
.srchListRoomDetail .contactList ul li.tel,
.srchRmDtlBottomNav .contactList ul li.tel {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% ,rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
}

li.myList {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0%, rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
}

.srchListRoomArticle ul.contactList  li.myList p,
.srchListRoomArticle ul.contactList  li.myListOn p,
.srchListRoomDetail .contactList ul li.myList p,
.srchListRoomDetail .contactList ul li.myListOn p,
.contactList ul li.deleteBtn p,
ul.contactList li.deleteBtn p {
	width:100%;
	text-align:center;
}

li.myListOn {
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,102,153)),color-stop(1, rgb(255,51,102))) !important;
	background-image:-webkit-linear-gradient(rgb(255,102,153) 0%,rgb(255,51,102) 100%) !important;
	background-image:linear-gradient(rgb(255,102,153) 0%,rgb(255,51,102) 100%) !important;
	border-color:rgb(255,51,102) !important;
	color:#FFF !important;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
}

p.srchMyListBtn {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% ,rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
	height:44px;
	line-height:44px;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border:1px #999999 solid;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}

p.srchImportantBtn {
	* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0%,rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(3,169,117)),color-stop(1, rgb(1,120,84)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	background-image:linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	border-color:rgb(1,122,85);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff03a975,endColorstr=#ff017854,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff03a975,endColorstr=#ff017854,GradientType=0);
	height:44px;
	line-height:44px;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border-color:rgb(1,122,85);
	border-width:1px;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}

p.srchImportantBtn a {
	color:#FFF;
}

.srchListRoomArticle .checked_tr {
  background-color:#FC0;
}

.srchALBottomNav {
	padding:10px 0;
	border-width:1px 0;
	border-color:#CCC;
	background:#EEE;
	border-style:solid;
}

.srchALBottomNav p.captionTxt {
	margin:0 10px 10px 10px;
}

.srchALBottomNav p.myListBody {
	vertical-align:middle;
	width:100%;
}

.srchALBottomNav .contactList ul {
	-webkit-box-pack: center;
	box-pack: center;
	width:100%;
}

.srchALBottomNav .contactList ul li,
.srchRmDtlBottomNav .contactList ul li {
	vertical-align:middle;
	height:48px;
	line-height:48px;
	-webkit-border-radius:5px ;
	border-radius:5px ;
	border-width:1px;
	border-style:solid;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.srchRmDtlBottomNav .contactList ul li:nth-child(odd) {
	margin-bottom:10px;
}

.srchALBottomNav .contactList ul li a {
	vertical-align:middle;
	color:#FFF;
	width:100%;
}

.srchALBottomNav .contactList ul li.contact {
	* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0%,rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(3,169,117)),color-stop(1, rgb(1,120,84)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	background-image:linear-gradient(rgb(3,169,117) 0%,rgb(1,120,84) 100%);
	border-color:rgb(1,122,85);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff03a975,endColorstr=#ff017854,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff03a975,endColorstr=#ff017854,GradientType=0);
	border-color:rgb(1,122,85);
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
	width:90%;
	margin:0 auto;
}

.contactList ul li.deleteBtn,
ul.contactList li.deleteBtn {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% ,rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.34, rgb(255,255,255)),color-stop(0.64, rgb(224,224,224)),color-stop(1, rgb(224,224,224)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 34%,rgb(224,224,224) 64%,rgb(224,224,224) 100%);
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe0e0e0,GradientType=0);
}

/*
.contactList ul li.deleteBtn p {
	width:100%;
}*/

.srchPageNav ul {
	background:#FFF !important;
	padding:0 !important;
}

.buildingList {
	margin:4px 0 10px 0;
}

.buildingList .srchChkBox > li > input + label {
	font-size:120% !important;
}

.price{
	color:#F00;
	font-size:120%;
}

/* 問い合わせ画面
----------------------------------------------------------------------------- */

.srchCntPageArticleInfo .srchPageTit {
	margin-bottom:10px;
}

.srchCntPageArticleInfo .srchArticleName {
	font-size:120%;
	padding:10px 0;
	margin:0 10px;
}

.srchCntPageArticleInfo .detailLink {
	border-bottom:1px solid #CCC;
}

.srchCntPageArticleInfo .txt {
	margin:0 10px;
}

.srchCntBox {
	font-size:84%;
}

.srchCntBox .cntListTit {
	margin:10px 10px 0 10px;
}

.srchCntBox .cntListTxt {
	margin:0 10px 10px 10px;
	padding:10px 0 0 0;
/*	border-bottom:1px solid #CCC;
	-webkit-box-shadow:0 1px 0 #F6F6F6;
	box-shadow:0 1px 0 #F6F6F6;*/
}


.srchCntBox .cntRequire {
	background-color:#C61414;
	float:right;
	padding:4px 10px;
	margin-left:10px;
	-webkit-border-radius:4px;
	border-radius:4px;
	line-height:1.0;
	color:#FFF;
	font-weight:bold;
}

.srchCntBox .cntReccomend {
	background-color:#0F5AC7;
	float:right;
	padding:4px 10px;
	margin-left:10px;
	-webkit-border-radius:4px;
	border-radius:4px;
	line-height:1.0;
	color:#FFF;
	font-weight:bold;
}

.srchCntBox .cntListTxt input[type="text"],
.srchCntBox .cntListTxt input[type="email"],
.srchCntBox .cntListTxt input[type="tel"],
.srchCntBox .cntListTxt textarea {
	width:98%;
	padding:10px 1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.srchCntBox .cntListTxt textarea {
	height:120px;
}

.srchCntBox .cntListTxt input.cntAge {
	width:50%;
}

.srchCntBox .cntPrivacyArea a {
	margin:10px 0;
	padding:10px;
	background-image:url(../img/sp_list_arrow.png);
	background-size:5%;
	background-position:right center;
	background-repeat:no-repeat;
	border-color:#CCC;
	border-width:1px 0;
	border-style:dotted;

}

.srchCntBox .cntPrivacyArea p.txt {
	margin:0 10px;
}

.attention {
	color:#F00;
	font-size:84%;
}

.srchCntComp {
	margin-bottom:10px;
}

/* 物件詳細
----------------------------------------------------------------------------- */

.srchRmDtl .srchPageTit a {
	display:inline !important;
	text-decoration:underline;
}

.srchBldgDtl figure,
.srchRmDtl figure {
	-webkit-box-pack:center;
	box-pack:center;
/*	display: -webkit-box;
	display: -moz-box;*/
}

.catchCmtTxt {
	padding:0 5px;
	font-size:14px;
	color:#F69;
	font-weight:bold;
}

.srchRmDtlInfo table {
	margin-bottom:10px;
	width:100%;
	font-size:84%;
}

.srchRmDtlInfo table th,
.srchRmDtlInfo table td {
	border:1px solid #CCC;
}

.srchRmDtlInfo table th {
	color:#666;
	background:#EEE;
	width:20%;
}

.srchRmDtlInfo table td {
	background:#FFF;
	width:30%;
	vertical-align:middle;
}

.srchRmDtlInfo .tblCaption {
	position:relative;
	margin-bottom:10px;
	padding:2px 0 0 10px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background:#004DA1;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
}

.srchRmDtlInfo .tblCaption:after {
	position:absolute;
	content:" ";
	width:0;
	height:0;
	top:100%;
	left:10px;
	border:transparent solid 6px;
	border-top:#004DA1 solid 6px;
}


.srchPageBack p a {
	background:#EEE;
	border-width:1px 0;
	border-color:#CCC;
	border-style:solid;
	margin:10px 0;
	padding:10px;
}

.srchRmDtlBottomNav {
	margin:10px 0;
}

.srchListRoomDetail .srchURLBtn {
	margin-bottom:10px;
}

.srchBldgDtlRoomList {
	border-bottom:1px solid #004DA1;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}

.srchBldgDtlRoomList:last-child {
	border-bottom:none;
}

.srchBldgDtlRoomList .srchALInfoBody {
	margin-top:4px;
}

.srchBldgDtlRoomList .contactList {
	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow:inset 0px 0px 0px rgba(0,0,0,0.0);
	padding:0;
	background:transparent;
	border-width:0;
	border-color:transparent;
	border-style:none;
	font-size:100%;
	margin:0;
}

/* 物件詳細内の簡単お問い合わせ */

.srchCntTit {
	position:relative;
	margin-bottom:10px;
	padding:2px 0 0 10px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	/*background:#039A03;*/
	background:#004DA1;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
	font-size:116%;
}

.srchCntTit:after {
	position:absolute;
	content:" ";
	width:0;
	height:0;
	top:100%;
	left:10px;
	border:transparent solid 6px;
	border-top:#004DA1 solid 6px;
}

.srchKantanCnt .srchSubTit,
.srchCntBox .srchSubTit {
	background-color:rgb(240,240,225);
}

.srchKantanCnt select {
	width:98%;
}


.srchKantanCnt .srchChkBox li label {
	font-size:116% !important;
}

/* 物件詳細内の取扱店舗情報 */

.srchRmDtlShop {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.srchRmDtlShop .shopName {
	color:#004CA0;
	margin-bottom:10px;
}

/*
.srchRmDtlShop {
	text-align:center;
	width:120px;
}*/

.srchCompanyBox {
	padding:5px;
	margin:4px;
	border:#CCC 1px solid;
	-webkit-border-radius:5px;
	border-radius:5px;
	}


.srchCompanyTit {
	color:#FFF;
	background:#004DA1;
	margin:0 5px 0 0;
	padding:10px 5px;
	text-align:center;
	display:inline-block;
	height:15px;
	width:30%;
}

.srchCompanyDetail {
	font-weight:bold;
	display:inline-block;
	height:20px;
	width:60%;
}

.srchRmDtlShop .shopLinkList {
	display: -webkit-box;
	display: -moz-box;
	margin-bottom:10px;
}

.srchRmDtlShop .shopLinkList li {
	background-image:-webkit-gradient(linear,28% 0%,28% 106%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	width:120px;
	height:24px;
	line-height:24px;
	border-color:rgb(204,204,204);
	border-width:1px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	margin-right:10px;
	text-align:center;
	font-size:84%;
}

.srchRmDtlShop .address {
	margin:0 10px 10px 10px;
	font-size:84%;
}

.srchRmDtlShop table {
	width:98%;
	font-size:84%;
	margin:0 auto 10px auto;
}

.srchRmDtlShop table th,
.srchRmDtlShop table td {
	border:1px solid #CCC;
}

.srchRmDtlShop table th {
	color:#666;
	background:#EEE;
	width:68px;
	font-weight:normal;
}

.srchRmDtlShop table td {
	background:#FFF;
	vertical-align:middle;
}

.srchRmDtlShop .tblCaption {
	position:relative;
	margin-bottom:10px;
	padding:2px 0 0 10px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background:#004DA1;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
}

.srchRmDtlShop .tblCaption:after {
	position:absolute;
	content:" ";
	width:0;
	height:0;
	top:100%;
	left:10px;
	border:transparent solid 6px;
	border-top:#004DA1 solid 6px;
}

/* 物件詳細内のイメージスライダー */

#articleImgList {
	width:100%;
	height:250px;
	overflow:hidden;
}

#articleImgList ul {
	width:242px;
	margin:0 auto;
	display:-webkit-box;
}

.ui-flickable-container {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

#articleImgList ul li {
	background-color:rgb(255,255,255);
	border:1px solid #CCC;
	border-color:rgb(204,204,204);
	border-width:1px;
	-webkit-border-radius:6px ;
	border-radius:6px ;
	border-style:solid;
	height:220px;
	width:220px;
	margin:5px;
	padding:5px;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;
}

.articleImgListPhoto {
	height:146px;
	overflow:hidden;
}

#layoutImg {
	width:97%;
	padding:5px;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;
}

/* 0件表示 */

.srchMsgArea {
	background:#F5F5F5;
	padding:10px 0;
	-webkit-box-shadow:0px 1px 3px 0px #CCC;
}

.srchMsgTxt {
	color:#69C;
	text-shadow:0px 0px 1px #F7F7F7;
	margin: 0 10px;
}

/*2013/10/11追加
---------------------------------------------------*/
.marginRight20 {
	margin-right: 20px !important;
}
#contactBox01 {
	width: 100%;
	padding: 5px 0 0 0;
	background-color:rgba(0,0,0,0.65);
	/*filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;*/
	text-align: center;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.txtWhite01 {
	color: #fff;
	font-size: 12px;
	margin: 0 0 5px 0;
}
#contactBoxList01 {
	width: 304px;
	margin: 0 auto;
	padding: 0;
}
#contactBoxList01 li {
	width: 142px;
	height: 44px;
	float: left;
}
.width80P {
	width: 80% !important;
}

/* 校区表自動化
----------------------------------------------------------------------------- */

.koukuMainImg{
	width:100%;
	margin:0;
}

div.koukuAnchor{
	background-color:#FFF;
	padding:20px;
	border-left:#89B700 5px solid;
	border-bottom:#89B700 10px solid;
	border-right:#89B700 5px solid;
}
div.koukuAnchor ul li{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	text-align:center;
}

.koukuAnchorBtn a:link, .koukuAnchorBtn a:visited {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	height:12px;
    line-height: 120%;
    padding: 14px 0 20px 0;
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(46% 3%,rgb(255,159,0) 0%,rgb(242,97,0) 100%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,46% 3%,46% 97%,color-stop(0, rgb(255,159,0)),color-stop(1, rgb(242,97,0)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(rgb(255,159,0) 0%,rgb(242,97,0) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(rgb(255,159,0) 0%,rgb(242,97,0) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(rgb(255,159,0) 0%,rgb(242,97,0) 100%);
background-image:linear-gradient(rgb(255,159,0) 0%,rgb(242,97,0) 100%);
/* Firefox v1.0+ */
-moz-border-radius:6px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:6px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:6px;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9f00,endColorstr=#fff26100,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9f00,endColorstr=#fff26100,GradientType=0);
}

ul.koukuAnchorList{
	background-color:#EEEEEE;
	padding:10px;
}
ul.koukuAnchorList li{
	float:left;
	padding:0 10px;
	border-right:1px #999 solid;
	margin-bottom:3px;
}
.koukuAreaName{
	background-color:#E7E7E7;
	margin:5px 5px 0 5px;
	padding:6px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.marginFdKouku{
	margin:0 5px 30px 5px;
}

.searchTxt05:before {
	content:'';
	background:url(/sp/common/img/ico_01.png) no-repeat;
	background-size:15px 15px;
	width:15px;
	height:15px;
	position:absolute;
	top:15px;
	left:10px;
	margin:0 10px 0 0;
}

.field2 li {
	border-top: 1px solid #B4B4B4;
	list-style-type: none;
	background:#FFF;
	text-align:left;
	padding:10px 0;
}
.field2 li .listTitle {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	font-weight:bold;
	line-height: 18px;
	margin: 0 5px 0 0;
	text-align:right;
	width:20%;
}

.field2 li .detailTxt {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align:left;
	padding:0 0 0 8px;
	width:72%;
	border-left:1px #B4B4B4 dotted;
}

/*店舗詳細（shop.html）
----------------------------------------------------------------------------- */
.shopStaffBox{
	background: #B4B4B4;
	box-sizing: border-box;
	padding:0 15px 15px;
}
.shopStaffBox div{
	background: #FFF;
	position: relative;
	border-radius: 8px;
}
.shopStaffBox div a {
	display:block;
	padding:14px 10px 14px 60px;
	height:36px;
	font-size:16px;
}
.shopStaffBox div:after {
	content:"";
	position:absolute;
	top:25px;
	right:15px;
	background:url(../img/ico_arrow.png) no-repeat;
	background-size:12px 12px;
	width:12px;
	height:12px;
}


/*スタッフ紹介
----------------------------------------------------------------------------- */

.staffName01 {
	background:url(../img/bg10_staff.gif) no-repeat left top;
	color:#000;
	font-size:25px;
	font-weight:bold;
	line-height:1.0;
	height:50px;
	padding-left:25px;
}

.staffComent01 {
	background:url(../img/bg472_staff.gif) repeat-x 0px 25px;
	color:#000;
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.staffPhoto02{
	background-color:#FFFFFF;
	padding:10px;
	position: relative;
    overflow: hidden;

}

.staffPhoto02 ul{
	position: relative;
    left: 50%;
    float: left;

}

.staffPhoto02 ul li{
	position: relative;
    left: -50%;
	width:20%;
	list-style:none;
	font-size:14px;
	text-align:center;
	float:left;
	line-height:1.5;
	color:#000;
	text-decoration:none;
	}

.staffPhoto02 ul li img{
	width:100%;
	}

.staffPhoto02 ul li a{
	text-decoration:none;
	color:#000;
	}

.searchTxt05:before {
	content:'';
	background:url(/sp/common/img/ico_01.png) no-repeat;
	background-size:15px 15px;
	width:15px;
	height:15px;
	position:absolute;
	top:15px;
	left:10px;
	margin:0 10px 0 0;
}

.staffImg01{
	width:100%;
	text-align:center;
}

.staffLinkbtn01 {
	width:20%;
	float:left;
	margin-right:5px;
}

.staffLinkbtn01 img{
	width:100%;
}

.staffName02 {
	font-size:12px;
	padding:2px;
}
/* 地域情報
----------------------------------------------------------------------------- */
.areainfo_fourBox {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
    border-spacing: 3px 0;
	width:100%;
}

.areainfo_fourBox li {
	display: table-cell;
	text-align:center;
	background:#FFF;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size:10px;
	font-weight:bold;
}

.areainfo_fourBox li img {
	height:46px;
	margin:5px 0 0 0;
}

.areainfo_fourBox li:first-child { border:#FF6600 3px solid; }
.areainfo_fourBox li:nth-child(2) { border:#669900 3px solid; }
.areainfo_fourBox li:nth-child(3) { border:#00A0E8 3px solid; }
.areainfo_fourBox li:last-child { border:#6666CC 3px solid; }

.areainfo_menuList01 {
	background:#C5E3FA;
}

.areainfo_menuList01 li {
	border-bottom:#A0D1F5 1px solid;
	display:table;
    width:100%;
}

.areainfo_menuList01 li:last-child {
	border-bottom:none;
}

.areainfo_menuList01 li a {
	display:block;
	padding:10px;
	font-size:16px;
}

.areainfo_menuList01 li figure {
	display: table-cell;
	width:130px;
	text-align:left;
	position:relative;
}

.areainfo_menuList01 li figure img {
	width:120px;
}

.areainfo_menuList01 li figure figcaption {
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

.areainfo_menuList01 li figure figcaption img {
	width:40px;
}

.areainfo_txtBox {
	display: table-cell;
    vertical-align:top;
    font-size:13px;
}

.areainfo_menuList02 {
}

.areainfo_menuList02 li {
	border-bottom:#DFDFDF 1px solid;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0%,rgb(255,255,255) 0%,rgb(233,233,233) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(233,233,233)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(233,233,233) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(233,233,233) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(233,233,233) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(233,233,233) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe9e9e9,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe9e9e9,GradientType=0);
	position:relative;
}

.areainfo_menuList02 li:last-child {
	border-bottom:none;
}

.areainfo_menuList02 li a {
	display:block;
	padding:15px 10px;
	font-size:14px;
	font-weight:bold;
}

.areainfo_menuList02 li:after {
	content:"";
	position:absolute;
	top:20px;
	right:15px;
	background:url(/sp/common/img/ico_arrow.png) no-repeat;
	background-size:12px 12px;
	width:12px;
	height:12px;
}

.areainfo_whiteButton {
	position:relative;
	background-color:#FFF;
	width:100%;
	text-align:center;
	/* Firefox v1.0+ */
	-moz-border-radius:4px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:4px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:4px;
	}

.areainfo_whiteButton a {
	display:block;
	padding:15px 0;
	color:#00326C;
	font-weight:bold;
	background:url(/sp/common/img/ico_arrow.png) no-repeat;
	background-position:96% 50%;
	background-size:12px 12px;
	font-size:14px;
}




/* トップ画面リンクボタン */
.menuTxt07:before {
	content:"";
	background:url(../img/ico_menu12.png) no-repeat;
	background-size:30px 29px;
	width:30px;
	height:29px;
	position:absolute;
	top:15px;
	left:15px;
}
.searchTxt06:before {
	content:'';
	background:url(/sp/common/img/ico_02.png) no-repeat;
	background-size:15px 15px;
	width:15px;
	height:15px;
	position:absolute;
	top:15px;
	left:10px;
	margin:0 10px 0 0;
}
.tplZ_tit01 {
	position:relative;
	width:700px;
	height:76px;
	margin-bottom:10px;
}
.tpl_cV01 {
    background: none repeat scroll 0% 0% #F2F3F5;
    padding-bottom: 10px;
    clear:both;
}
.tpl_cVTitle01 {
    height: 32px;
    background: none repeat scroll 0% 0% #B9E3FF;
    padding: 10px 0px 0px 10px;
    color: #004B9D;
    font-size: 18px;
    font-weight: bold;
}
.tpl_cVTitle02 {
    background: none repeat scroll 0% 0% #B9E3FF;
    color: #004B9D;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 10px;
}
.comment01 {
    margin: 0 auto;
    width: 320px;
}
.menuTxt08:before {
	content:"";
	background:url(../img/ico_menu14.png) no-repeat;
	background-size:30px 29px;
	width:30px;
	height:29px;
	position:absolute;
	top:15px;
	left:15px;
}
.menuTxt09:before {
	content:"";
	background:url(../img/ico_menu15.png) no-repeat;
	background-size:30px 29px;
	width:30px;
	height:29px;
	position:absolute;
	top:15px;
	left:15px;
}
.menuTxt10:before {
	content:"";
	background:url(../img/ico_menu16.png) no-repeat;
	background-size:30px 29px;
	width:30px;
	height:29px;
	position:absolute;
	top:15px;
	left:15px;
}

.menuTxt11:before {
	content:"";
	background:url(../img/ico_menu17.png) no-repeat;
	background-size:30px 29px;
	width:30px;
	height:29px;
	position:absolute;
	top:15px;
	left:15px;
}

/*スタッフ紹介
----------------------------------------------------------------------------- */

.new_staffPhoto_01 {
	width:300px;
	height:770px;
	padding:0;
	float:left;
	}

.new_staffProfil_01 {
	width:472px;
	float:right;
}

.new_staffName_01 {
	background:url(../img/bg10_staff.gif) no-repeat left top;
	color:#000;
	font-size:25px;
	font-weight:bold;
	line-height:1.0;
	height:50px;
	padding-left:25px;
}

.new_staffComent_01 {
	font-size:16px;
	font-weight:bold;
	border-bottom:#CCC 1px dotted;
	line-height:1.2;
}

.new_staffComent_02 {
	color:#000;
	font-size:14px;
	height:244px;
}

.new_staffData_01 table {
	border-collapse: separate;
	border-spacing: 2px;
}

.new_staffData_01 th{
	background-color:#00286A;
	width:166px;
	height:35px;
	color:#FFF;
	font-size:14px;
	text-align:center;
}

.new_staffData_01 td{
	background-color:#ffffff;
	width:283px;
	padding:5px 0 5px 10px;
	color:#000000;
	font-size:14px;
}

.new_staffBar_01 {
	background:url(../img/bar970_staff.jpg) no-repeat;
	height:33px;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 10px;
	margin-bottom:10px;
}

.new_staffPhoto_02{
	width:95%;
	margin:auto;

}


.new_staffPhoto_02 ul{
	padding:0;
	text-align:center;

}

.new_staffPhoto_02 ul li{
	width:25%;
	height:300px;
	margin:0 10px 20px 10px;
	list-style:none;
	font-size:14px;
	text-align:center;
	display:block;
	float:left;
	line-height:1.5;
	color:#000;
	text-decoration:none;
	}

.new_staffPhoto_02 ul li a{
	text-decoration:none;
	color:#000;
	}

.searchTxt05:before {
	content:'';
	background:url(../img/ico_02.png) no-repeat;
	background-size:15px 15px;
	width:15px;
	height:15px;
	position:absolute;
	top:15px;
	left:10px;
	margin:0 10px 0 0;
}

.staffImg01{
	width:100%;
	text-align:center;
}
/* 前の位置に戻る */
#returnPosition{
	position: fixed;
	bottom: 5px;
	right: 10px;
	display: none;
}

.listBuildingSubSerach {
	width: 100%;
    text-align: center;
}

.listBuildingSubSerach .btnPageTop {
	display: inline-block;
	padding: 0 0 0 2px;

}

.listBuildingSubSerach .btnBulk {
	display: inline-block;
	padding: 0 2px 0 0;
}


/* THETA
----------------------------------------------------------------------------------------------------------------------------- */

.srh_tab {
    width: 100%;
}

.srh_tab li {
	width: 33.3%;
	height: 80px;
	font-size: 10px;
	text-align: center;
	padding: 0 0 5px 0;
	float: left;
	word-break: break-all;
}

/* ビュー */
.dropDown02 .srh_tabContent {
    clear: both;
    overflow: hidden;
    width: 100%;
    display: none;
}

.dropDown02 div.active_0 {
    display: block;
}

/* LINE@でお問い合わせ（ストーカー）
----------------------------------------- */

.detailBottomWrap {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.detailLongBottomBtn {
	width: 95%;
	margin: 0 auto 5px;
}
.detailHalfBottomBtn {
	width: 48.75%;
}
.detailLongBottomBtn a,
.detailHalfBottomBtn a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	height: 45px;
	padding: 10px 0 0 30px;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0px -3px 0px 0px rgba(0,0,0,0.3) inset;
	display: block!important;
}
.detailBottomBtnContact {
	background-color: #FC5153;
	background-image: url("../img/ico128_mail.png");
	background-position: 5px 20px;
	background-size: 15px;
}
.detailBottomBtnTel {
	background-color: #0795F8;
	background-image: url("../img/ico128_phone.png");
	background-position: 5px 20px;
	background-size: 15px;
}
.detailBottomBtnLine {
	background-color: #00B900;
	background-image: url("../img/icon350_line.png");
	background-position: left 10px;
	background-size: 30px;
}
.detailBuildingBottomMinTxt {
	font-size: 10px;
	font-weight: bold;
}
/* iPhone6の幅 375px */
@media screen and (min-width: 375px) {
	.detailLongBottomBtn a,
	.detailHalfBottomBtn a {
		font-size: 14px;
		height: 49px;
		padding: 6px 0 0 30px;
	}
	.detailBuildingBottomMinTxt {
		font-size: 12px;
	}
}
/* iPhoneplusの幅 */
@media screen and (min-width: 414px) {
	.detailLongBottomBtn a,
	.detailHalfBottomBtn a {
		font-size: 16px;
		height: 51px;
		padding: 4px 0 0 30px;
	}
	.detailBuildingBottomMinTxt {
		font-size: 14px;
	}
}

/* VR内見
----------------------------------------- */
.vrViewWrap {
	padding: 5% 2.5%;
	background: #EFEFEF;
}
.vrViewTxt {
	margin: 0 0 10px;
	padding: 0 0 0 22.5%;
	background: url("../../rent/common/img/img177_common_01.png") no-repeat left center / 20%;
}
.vrViewBtn {
}
.vrViewBtn a {
	color: #FFF!important;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 5px 0 8px;
	background: #109D3E url("../../rent/common/img/img255_common_01.png") no-repeat 97.5% 2px / 40px;
	border-radius: 5px;
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3) inset;
	display: inline-block;
}

/* uyama add:20181109
/* パノラマ
----------------------------------------------------------------------------- */
#area-img_panorama a{
	position: relative;
}
#area-img_panorama a:after{
	position: absolute;
	content: "　";
	top: 23%;
	left: 37%;
	width: 50%;
	height: 50%;
	background: url( "../../common/img/img155_panorama_01.png" ) no-repeat;
	background-size: contain;
}
/* uyama add:20181109--end

/*  /間取りのタイプから探す20140310  */

#tplZ_list01, #tplZ_list02, #tplZ_list03, #tplZ_list04, #tplZ_list05, #tplZ_list06, .tplZ_list07, .tplZ_list08 {
	margin: 0px;
	padding: 0px;
}
.tplZ_list07, .tplZ_list08 {
	width:430px;
	height:60px;
}
#tplZ_list01 li, #tplZ_list02 li, #tplZ_list03 li, #tplZ_list04 li, .tplZ_list07 li, .tplZ_list08 li {
	margin: 0px;
	padding: 0px;
}
#tplZ_list05 li,#tplZ_list06 li, .tplZ_list07 li, .tplZ_list08 li {
	float:left;
	}
#tplZ_list01 li a, #tplZ_list01 li a:hover, #tplZ_list02 li a, .tplZ_list07 li a, .tplZ_list08 li a, #tplZ_list02 li a:hover, #tplZ_list03 li a, #tplZ_list03 li a:hover, #tplZ_list04 li a, #tplZ_list04 li a:hover {
	background:url(../../../common/img/ver5/ico_common_01.png) no-repeat;
	background-position: left center;
	display: block;
	width: 137px;
	height: 12px;
	margin: 0 0 8px 2px;
	padding: 0 0 3px 20px;
	text-decoration: none;
}
#tplZ_list05 li a {
	background:url(../../../common/img/ver5/ico_common_01.png) no-repeat;
	background-position: left center;
	display: block;
	width: 150px;
	height: 12px;
	margin: 0 3px 8px 2px;
	padding: 0 0 3px 20px;
	text-decoration: none;
}
#tplZ_list06 li a {
	background:url(../../../common/img/ver5/ico_common_01.png) no-repeat;
	background-position: left center;
	display: block;
	width: 160px;
	height: 12px;
	margin: 0 3px 8px 2px;
	padding: 0 0 3px 20px;
	text-decoration: none;
}

#tplZ_list01 li a:hover, #tplZ_list02 li a:hover, #tplZ_list05 li a:hover, #tplZ_list06 li a:hover, .tplZ_list07 li a:hover {
	background-color: #B9E3FF;
}
.tplZ_list08 li a, .tplZ_list08 li a:hover {
	background:url(../../../common/img/ver5/ico_common_02.png) no-repeat !important;
	background-position: left center !important;
}
.tplZ_list08 li a:hover {
	background-color: #DFF1CB !important;
}
.tplZ_list07 li, .tplZ_list07 li a, .tplZ_list08 li, .tplZ_list08 li a {
	width:190px;
	padding: 0 0 5px 15px;
}
.tplZ_list07 li a, .tplZ_list08 li a {
	width:175px;
}
