@charset "utf-8";

/* リセット
---------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, div,address,
dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	zoom:1;
	line-height: 1.0;
}

ul,li {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	text-align: left;
}
img {
	vertical-align: bottom;
	line-height:0;
	max-width: 100%;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

/* Body
---------------------------------------------------------------------------- */
body {
	width: 100%;
	height:100%;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	color: #333;
	font-family: "Meiryo","メイリオ","ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
	border: 0;
}
@media screen and (max-width:767px){
	.sp_none {
		display: none !important;
	}
}
@media screen and (min-width:768px){
	.pc_none {
		display: inline-block;
	}
	body {
		min-width: 950px;
	}
}

/* 基本レイアウト
---------------------------------------------------------------------------- */
/* ヘッダ */
#headerWrap {
	width: 100%;
	min-width: 950px;
}
#header {
	width: 950px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto 5px auto;
	padding: 10px 0 0 0;
}
#h1Line {
	width: 950px;
	margin: 0 0 10px 0;
	text-align: right;
}
#header h1 {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
#h1Line p {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.0;
}
#logo {
	width: 360px;
	float: left;
}
#headerMenu {
	width: 280px;
	float: left;
	margin: 20px 0 0 20px;
}
#headerMenu a {
	float: left;
}
#headerContact {
	width:280px;
	float: right;
	margin: 5px 0 0 0;
}
#headerContact a {
	display: block;
	float: right;
}
#headerContact a:first-child {
	margin: 0 0 0 5px;
}
@media screen and (max-width:767px){
	#headerWrap {
		width: 100%;
		min-width: 100px;
	}
	#header {
		width: 100%;
		height: 42px;
		padding: 10px 0 5px 0;
		margin: 0 0 15px 0;
		background: #FFF;
		position: fixed;
		z-index: 2000;
	}
	#logo {
		width: 240px;
		margin: 5px 0 0 5px;
		float: left;
	}
	#headerMenu {
		display: none;
	}
	#headerContact {
		display: none;
	}
}


/* メインメニュー */
#mainMenu {
	width: 100%;
	min-width: 950px;
	height: 54px;
	background: url(https://www.e-falm.com/img/common/menuBg.jpg) repeat-x 0 0;
}
#mainMenu ul {
	width: 950px;
	display: table;
	height: 54px;
	margin: 0 auto;
	_margin: 0;
	overflow: hidden;
}
#mainMenu ul li {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: normal;
}
#mainMenu ul li a {
	display: block;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.02em;
	position: relative;
}
#mainMenu ul li a:hover {
	text-decoration: underline;
}
#mainMenu ul li a::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 26px;
	background: #FFF;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#mainMenu ul li:last-child a::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 26px;
	background: #FFF;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width:767px){
	#mainMenu {
		display: none;
	}
}



/* スマホメニュー */
@media screen and (min-width:768px){
	#sp_menu,
	#sp_head_navi,
	#sp_main_navi {
		display: none;
	}

}
@media screen and (max-width:767px){
	#sp_menu {
		box-sizing: border-box;
		background: #0099CC;
		text-align: center;
		cursor: pointer;
		width: 42px;
		height: 42px;
		padding-top: 6px;
		float: right;
		right: 8px;
		top: 8px;
		position: absolute;
		z-index: 2001;
	}
	#sp_menu .menu_trigger,
	#sp_menu .menu_trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#sp_menu .menu_trigger {
		position: relative;
		width: 26px;
		height: 18px;
	}
	#sp_menu .menu_trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #FFF;
	}
	#sp_menu .menu_trigger span:nth-of-type(1) {
		top: 0;
	}
	#sp_menu .menu_trigger span:nth-of-type(2) {
		top: 8px;
	}
	#sp_menu .menu_trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#sp_menu .menu_trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	#sp_menu .menu_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp_menu .menu_trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	#sp_menu p {
		margin-top: 1px;
		font-size: 10px;
		text-align: center;
		color: #FFF;
	}
	#overlay {
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		transition: 0.4s;
		z-index: -2;
	}
	.sp_nav_open #overlay {
		display: block;
		opacity: 1;
		z-index: 100;
	}
	.sp_nav_open #sp_menu {
		position: fixed;
	}
	#sp_head_navi {
		width: 80%;
		height: 100%;
		padding: 0 0 60px 0;
		position: fixed;
		top: 56px;
		left: -100%;
		z-index: -1;
		transition: 0.4s;
		opacity: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#sp_head_navi::-webkit-scrollbar {
		width: 5px;
	}
	#sp_head_navi::-webkit-scrollbar-track {
		background: #DDD;
	}
	#sp_head_navi::-webkit-scrollbar-thumb {
		background: #999;
		height: 100px;
	}

	.sp_nav_open #sp_head_navi {
		display: block;
		left: 0;
		opacity: 1;
		z-index: 101;
	}
	#sp_head_navi li {
		width: 100%;
		background: #EFEFEF;
		border-bottom: #CCC 1px solid;
		border-left: #CCC 1px solid;
		border-right: #CCC 1px solid;
		margin: 0 auto;
	}
	#sp_head_navi li:first-child {
		border-top: #CCC 1px solid;
	}
	#sp_head_navi li:last-child {
		margin-bottom: 60px;
	}
	#sp_head_navi li a {
		display: block;
		width: 94%;
		padding: 13px 3%;
		text-align: left;
		font-size: 14px;
		color: #222;
		text-decoration: none;
		line-height: 1.6;
	}
	#sp_main_navi {
		width: 100%;
		overflow: hidden;
		padding: 60px 0 0 0;
	}
	#sp_main_navi li {
		width: 33%;
		border-right: #FFF 1px solid;
		float: left;
	}
	#sp_main_navi a {
		display: block;
		width: 100%;
		padding: 14px 0 14px 0;
		background: #0099CC;
		color: #FFF;
		text-align: center;
		line-height: 1.4;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
}



/* メインイメージ */
#mainImage {
	width: 950px;
	margin: 10px auto;
}
@media screen and (max-width:767px){
	#mainImage {
		width: 100%;
		margin: 0 auto;
	}

}

/* コンテンツ */
#wrap {
	width: 100%;
	min-width: 950px;
	background: url(../img/common/contentBg.jpg) repeat-x 0 0;
}
#contentWrap {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#bread {
	width: 950px;
	margin: 0 0 8px 0;
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
}
#contentArea {
	width: 700px;
	_width: 730px;
	padding: 15px;
	background: #FFF;
	overflow: hidden;
	float: left;
}
@media screen and (max-width:767px){
	#wrap {
		width: 100%;
		min-width: 10px;
		background: #FFF;
	}
	#contentWrap {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		overflow: hidden;
	}
	#bread {
		width: 96%;
		margin: 0 2%;
		text-align: left;
		font-size: 11px;
		line-height: 1.6;
	}
	#contentArea {
		width: 96%;
		padding: 15px 0;
		background: #FFF;
		overflow: hidden;
		float: none;
		margin: 0 auto;
	}

}
/* サイドエリア */
#sideArea {
	width: 210px;
	float: right;
	overflow: hidden;
}
#voiceArea {
	width: 210px;
	margin: 0 0 15px 0;
}
.voice_area_head {
	width: 200px;
	padding: 9px 5px 4px 5px;
	background: #EEE;
	color: #02A9A2;
	line-height: ]1.4;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.voice_area_head:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 5px;
	background: #02A9A2;
	position: absolute;
	top: 12px;
	left: 0px;
}
.voice {
	width: 190px;
	_width: 210px;
	padding: 5px;
	border: #EEE 5px solid;
	background: #FFF;
}
.voice p {
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
}
.bnr,
.side_bnr {
	margin: 0 auto 15px auto;
	text-align: center;
}
.bnr a,
.side_bnr a {
  display: block;
}
.sideJuku {
	width: 210px;
	height: 200px;
	margin: 0 0 20px 0;
	background: url(../img/common/sideJukuBg.jpg) no-repeat 0 0;
	overflow: hidden;
}
.jukuTxt {
	width: 180px;
	_width: 190px;
	margin: 50px auto 8px auto;
	padding: 5px;
	background: #FFF;
	opacity: 0.8;
	font-size: 12px;
	text-align: left;
}
.sideJuku a {
	width: 170px;
	display: block;
	margin:0 auto 7px auto;
	background: #FFF;
}
.sideContact {
	width: 210px;
	height: 220px;
	margin: 15px auto;
	background: url(../img/common/sideContactBg.jpg) no-repeat 0 0;
	overflow: hidden;
}
.sideContact a {
	width: 170px;
	display: block;
	margin: 10px auto 0 auto;
	background: #FFF;
}
.toOrner {
	width: 210px;
	height: 180px;
	margin: 15px auto;
	background: url(../img/common/insertBg.jpg) no-repeat 0 0;
	overflow: hidden;
}
.toOrner p {
	width: 170px;
	font-size: 12px;
	line-height: 1.2;
	margin: 10px auto;
}

#side_contact_area {
	width: 200px;
	padding: 4px;
	margin: 0 0 20px 0;
	background: #62AE1A;
}
.side_contact_inner {
	width: 180px;
	background: #FFF;
	padding: 10px;
}
.border_h {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: #CCC 1px dotted;
	font-weight: bold;
}
#side_contact_head {
	border-bottom: #7FBD2A 3px solid;
	background: #62AE1A;
	color: #FFF;
	padding: 6px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.tel_num {
	font-weight: bold;
	font-size: 16px;
}
.contact_btn {
	margin: 10px 0 0 0;
	text-align: center;
}
.contact_btn a {
	display: inline-block;
	background: #FF7700;
	padding: 8px 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	transition: 0.2s;
}
.contact_btn a:hover {
	background: #FF9900;
	text-decoration: none;
}

@media screen and (max-width:767px){
	#sideArea {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#voiceArea {
		width: 96%;
		margin: 0 auto 15px auto;
	}
	.voice_area_head {
		width: 100%;
		padding: 9px 0 4px 0;
		margin: 0;
		font-size: 15px;
	}
	.voice_area_head:before {
		content: " ";
		display: inline-block;
		width: 20px;
		height: 5px;
		background: #02A9A2;
		position: absolute;
		top: 12px;
		left: 0px;
	}
	.voice {
		width: 94%;
		padding: 10px 2%;
		margin: 0 auto;
		border: #EEE 5px solid;
		background: #FFF;
	}
	.voice p {
		font-size: 12px;
		line-height: 1.3;
		text-align: left;
	}
	.bnr {
		display: none;
	}
	.side_bnr {
		margin: 0 auto 30px auto;
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sideJuku {
		display: none;
	}
	.toOrner {
		display: none;
	}

	#side_contact_area {
		width: 92%;
		padding: 4px 2% 8px 2%;
		margin: 0 auto 20px auto;
	}
	.side_contact_inner {
		width: auto;
		background: #FFF;
		padding: 10px;
	}
	#side_contact_head {
		font-size: 14px;
	}
	.side_contact_inner p {
		text-align: center;
	}
	.tel_num {
		font-weight: bold;
		font-size: 16px;
	}
	.contact_btn {
		margin: 10px 0 0 0;
		text-align: center;
	}
	.contact_btn a {
		width: 86%;
		display: inline-block;
		padding: 10px 0;
		color: #FFF;
	}


}



/* フッター */
#footerWrap {
	width: 100%;
	min-width: 950px;
	height: 107px;
	background: url(../img/common/footerBg.jpg) repeat-x 0 24px;
}
#pagetop {
	width: 950px;
	height: 24px;
	margin: 0 auto;
	text-align: right;
}

#footer {
	width: 950px;
	height: 83px;
	margin: 24px auto 0 auto;
	background: #FFF;
	text-align: left;
	overflow: hidden;
}

#footerLogo {
	width: 320px;
	margin: 5px 0 0 5px;
	float: left;
}

#footerMenu {
	width: 600px;
	margin: 20px 20px 15px 0 ;
	float: right;
	text-align: right;
}

#footerMenu a {
	background: url(../img/common/iconArrow.gif) no-repeat 0 50%;
	margin: 0 0 0 10px;
	padding: 0 0 0 12px;
}
#copyright {
	width: 500px;
	margin: 10px 10px 0 0;
	float: right;
	text-align: right;
}
@media screen and (max-width:767px){
	#footerWrap {
		width: 100%;
		min-width: 10px;
		height: auto;
		background: #FFF;
	}
	#pagetop {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: right;
	}
	#footer {
		width: 94%;
		height: auto;
		margin: 0 auto;
		padding: 5px 3%;
		background: #EEE;
		text-align: left;
		overflow: hidden;
	}
	#footerLogo {
		width: 70%;
		padding: 10px 15%;
		background: #FFF;
		text-align: center;
		margin: 5px auto 0 auto;
		float: none;
	}
	#footerMenu {
		width: 70%;
		padding: 10px 15%;
		margin: 0 auto 10px auto;
		background: #FFF;
		float: none;
		text-align: left;
	}
	#footerMenu a {
		display: inline-block;
		background: url(../img/common/iconArrow.gif) no-repeat 0 50%;
		margin: 0 10px 12px 10px;
		padding: 0 0 0 12px;
		text-align: center;
	}
	#copyright {
		width: 100%;
		margin: 10px 0 0 0;
		float: none;
		font-size: 11px;
		text-align: center;
	}
}

/* P
---------------------------------------------------------------------------- */
p {
	margin: 5px 0;
	line-height: 1.6;
	text-align: left;
}
p.link {
	background: url(../img/common/iconArrow.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
}


/* 見出し
---------------------------------------------------------------------------- */
h2,
.crosshead {
	width: 688px;
	_width: 700px;
	height: 24px;
	_height: 36px;
	margin: 0 0 10px 0;
	padding: 12px 0 0 12px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: url(../img/common/h2_01.jpg) no-repeat 0;
}
h3 {
	width: 320px;
	_width: 340px;
	height: 20px;
	_height: 30px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/common/h3_01.jpg) no-repeat 0;
}
@media screen and (max-width:767px){
	h2,
	.crosshead {
		width: 96%;
		height: auto;
		margin: 0 0 10px 0;
		padding: 8px 2%;
		text-align: left;
		font-size: 14px;
		line-height: 1.6;
		font-weight: bold;
		color: #FFF;
		background: #0099CC;
		border-top: #007EC0 1px solid;
		border-bottom: #FFF 1px solid;
		box-shadow: 0px 1px 0px rgba(0,105,162,1);
	}
	h3 {
		width: auto;
		height: auto;
		margin: 0 0 10px 0;
		padding: 10px 0 0 20px;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		background: url(../img/common/h3_01.jpg) no-repeat 0;
	}
}

/* section
---------------------------------------------------------------------------- */
.sec {
	width: 700px;
	margin: 0 auto 20px auto;
	text-align: left;
	overflow: hidden;
}

.sec.border {
	width: 678px;
	_width: 700px;
	padding: 10px;
	border: #CCC 1px solid;
}
@media screen and (max-width:767px){
	.sec {
		width: 100%;
		margin: 0 auto 20px auto;
		text-align: left;
		overflow: hidden;
	}
	.sec.border {
		width: 96%;
		padding: 10px 2%;
		border: none;
		box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	}
}

/* 物件情報
---------------------------------------------------------------------------- */
.estateArea {
	width: 700px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	background: url(../img/common/estateTopBg.jpg) repeat-y 0;
}
.estateNew {
	width: 340px;
	float: left;
	overflow: hidden;
}
.estateOutlet {
	width: 340px;
	float: right;
	overflow: hidden;
}

.estate {
	width: 670px;
	_width: 690px;
	border: #EEE 5px solid;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
}

.estatePic {
	width: 160px;
	float: left;
	text-align: center;
}

.estateInfo {
	width: 490px;
	padding: 0 5px;
	float: right;
	text-align: left;
}
.name,
.place,
.subject {
	line-height: 1.5;
	margin: 2px 0;
}

.place {
	border-bottom: #CCC 1px solid;
	padding-bottom: 2px;
}

.subject {
	margin: 5px 0;
	background: url(../img/common/iconSubject.gif) no-repeat 0 0;
	padding-left: 35px;
}

.name {
	font-weight: bold;
}
img.estateType {
	margin-left: 10px;
	vertical-align: middle;
}

.aboutEstate {
	width: 85%;
	margin: 0 auto;
	padding: 10px;
	background: #F7EED9;
	border: #CCC 1px solid;
	clear: both;
	text-align: left;
}

a.estateBtn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 5px;
	background: #666666;
	color: #FFF;
	font-weight: bold;
}

a.estateBtn:hover,
a.estateBtn.hover {
	background: #CCCCCC;
	color: #FFF;
}
.iconNew img {
	vertical-align: middle;
	margin-right: 5px;
}

.areaSearch {
	margin-bottom: 20px;
}

a.link {
	background: url(../img/common/iconArrow.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
	display: inline-block;
	/display: inline;
	/zoom:1;
	margin-left: 5px;
	margin-right: 10px;
	line-height:1.4;
}

.btn {
	margin: 20px auto 0 auto;
	text-align: center;
}
.btn a img {
	background: #FFF;
}

.pageNavi {
	margin: 5px 0 0 0;
	text-align: right;
	padding: 5px;
}
span.current_page {
	display: inline-block;
	padding: 4px 7px;
	margin: 0 0 5px 0;
	background: #FFF;
	color: #333;
	border: #0099FF 1px solid;
	line-height: 1.6;
}
a.link_page {
	display: inline-block;
	padding: 5px 8px;
	margin: 0 0 5px 0;
	background: #0099FF;
	color: #FFF;
	text-decoration: none;
	line-height: 1.6;
}
a.link_page:hover {
	background: #00CCFF;
	color: #FFF;
	text-decoration: none;
}
a.link_before,
a.link_next {
	display: inline-block;
	padding: 5px 8px;
	margin: 0 0 5px 0;
	background: #0099FF;
	color: #FFF;
	text-decoration: none;
	line-height: 1.6;
}
a.link_before:hover,
a.link_next:hover {
	background: #00CCFF;
	color: #FFF;
	text-decoration: none;
}
.soldoutImg {
	width: 160px;
	height: 120px;
	position: relative;
	z-index: 100;
	margin-bottom: -120px;
	background: url(../img/common/soldout.png) no-repeat center 50%;
}
.soldoutImg.nego {
	background: url(../img/common/nego.png) no-repeat center 50%;
}
* html .soldoutImg{
	behavior: expression(
		this.style.behavior || (
			this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
			this.style.backgroundImage = "none",
			this.style.behavior = "none"
		)
	);
}
.soldoutImg a {
	display: block;
	width: 160px;
	height: 120px;
}
.soldoutImg a img{
	position: relative;
	z-index: 50;
}


@media screen and (max-width:767px){
	.estate {
		width: 95%;
		border: #CCC 1px solid;
		margin: 0 auto 10px auto;
		padding: 10px 2%;
		font-size: 13px;
	}
	.estatePic {
		width: 25%;
		float: left;
		text-align: center;
	}
	.estateInfo {
		width: 72%;
		padding: 0;
		float: right;
		text-align: left;
	}
	.name {
		line-height: 1.5;
		margin: 2px 0;
		font-size: 14px;
	}
	.place,
	.subject,
	.description {
		line-height: 1.5;
		margin: 2px 0;
		font-size: 13px;
	}
	.description p {
		margin: 0;
		font-size: 12px;
	}
	.place {
		border-bottom: #CCC 1px solid;
		padding-bottom: 2px;
	}
	.subject {
		margin: 5px 0;
		background: url(../img/common/iconSubject.gif) no-repeat 0 0;
		padding-left: 35px;
	}
	.subject p {
		font-size: 12px;
	}
	.name {
		font-weight: bold;
	}
	img.estateType {
		width: auto;
		height: 14px;
		margin-left: 10px;
		vertical-align: middle;
	}
	.aboutEstate {
		width: 85%;
		margin: 0 auto;
		padding: 10px;
		background: #F7EED9;
		border: #CCC 1px solid;
		clear: both;
		text-align: left;
	}

	a.estateBtn {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		padding: 5px;
		background: #666666;
		color: #FFF;
		font-weight: bold;
	}

	a.estateBtn:hover,
	a.estateBtn.hover {
		background: #CCCCCC;
		color: #FFF;
	}
	.iconNew img {
		vertical-align: middle;
		margin-right: 5px;
	}

	.areaSearch {
		margin-bottom: 20px;
	}

	a.link {
		margin: 0 10px 10px 5px;
	}
	.btn {
		margin: 20px auto 0 auto;
		text-align: center;
	}
	.btn a img {
		background: #FFF;
	}
	.soldoutImg {
		display: block;
		width: 100%;
		height: 100px;
		position: relative;
		z-index: 100;
		margin-bottom: -100px;
		background: url(../img/common/soldout.png) no-repeat center -30px;
	}
	* html .soldoutImg{
		behavior: expression(
			this.style.behavior || (
				this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
				this.style.backgroundImage = "none",
				this.style.behavior = "none"
			)
		);
	}
	.soldoutImg a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.soldoutImg a img{
		position: relative;
		z-index: 50;
	}
	.pageNavi {
		text-align: left;
	}
	span.current_page {
		padding: 5px 9px;
		margin: 0 0 8px 0;
	}
	a.link_page {
		padding: 6px 10px;
		margin: 0 0 8px 0;
	}
	a.link_before,
	a.link_next {
		padding: 6px 10px;
		margin: 0 0 8px 0;
	}


}

/* TOP 地域で探す
---------------------------------------------------------------------------- */
.search_area {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
.search_area th {
	padding: 10px 5px;
	min-width: 100px;
	text-align: center;
	line-height: 1.6;
	background: #EFFAF5;
	border: #CCC 1px solid;
	border-right: #CCC 1px dotted;
	font-size: 14px;
	font-weight: bold;
}
.search_area td {
	padding: 10px;
	text-align: left;
	line-height: 1.6;
	background: #FFF;
	border: #CCC 1px solid;
	border-left: none;
}
.search_area_list li {
	float: left;
	margin: 0 18px 0 0 !important;
	padding: 0 0 0 16px !important;
	background: url(../img/common/same.gif) no-repeat 0 5px;
	list-style: none !important;
}
.search_area_list li a {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}

.estate_list_btn {
	margin: 0 auto 30px auto;
}

@media screen and (max-width:767px){
	.search_area {
		width: 99%;
		border-collapse: collapse;
		margin: 0 0 20px 0;
		border-left: #CCC 1px solid;
		border-right: #CCC 1px solid;
		border-bottom: #CCC 1px solid;
	}
	.search_area th {
		display: block;
		width: 100% 0;
		padding: 2px 0;
		text-align: center;
		line-height: 1.6;
		background: #EFFAF5;
		border: #CCC 1px solid;
		border-bottom: #CCC 1px solid;
		border-left: none;
		border-right: none;
		font-size: 13px;
		font-weight: bold;
	}
	.search_area td {
		display: block;
		width: 98%;
		padding: 6px 0.5% 6px 1.5%;
		text-align: left;
		line-height: 1.6;
		background: #FFF;
		border: none;
		overflow: hidden;
	}
	.search_area_list li {
		float: left;
		margin: 0 9px 10px 0 !important;
		padding: 0 !important;
		background: no-repeat;
		list-style: none !important;
	}
	.search_area_list li a {
		display: block;
		padding: 4px 8px !important;
		margin: 0;
		border: #CCC 1px solid;
		border-radius: 5px;
		background: #F5F5F5;
		text-align: left;
		font-size: 14px;
		line-height: 1.6;
	}

}

/* TOP チェックつきリスト
---------------------------------------------------------------------------- */
ul.needs {
	width: 700px;
	overflow: hidden;
	list-style-type: none !important;
	list-style: none !important;
}
ul.needs li {
	width: 300px;
	_width: 320px;
	height: 19px;
	_height: 24px;
	margin: 10px !important;
	padding: 5px 0 0 30px !important;
	background: url(../img/common/iconChecked.gif) no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	list-style-type: none !important;
	list-style: none !important;
}

.col3Area {
	width: 700px;
	overflow: hidden;
	margin: 0 auto 15px auto;
}
.col3 {
	width: 210px;
	margin: 10px;
	float: left;
	font-size: 11px;
	text-align: left;
}

@media screen and (max-width:767px){
	ul.needs {
		width: 100%;
		overflow: hidden;
	}
	ul.needs li {
		width: auto;
		height: auto;
		margin: 0 0 5px 0 !important;
		padding: 5px 0 0 20px !important;
		background: url(../img/common/iconChecked.gif) no-repeat 0 50%;
		background-size: 12px;
		line-height: 1.6;
		font-size: 13px;
		font-weight: bold;
		float: none;
	}
	.col3Area {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15px auto;
	}
	.col3 {
		width: 46%;
		margin: 10px 1%;
		float: left;
		font-size: 11px;
		text-align: left;
	}
}

/* TOP おすすめ
---------------------------------------------------------------------------- */
.pickupWrap {
	width: 680px;
	margin: 15px auto;
}
.pickup_head {
	padding: 6px 10px 4px 10px;
	background: #17ADDB;
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
.pickupArea {
	width: 658px;
	_width: 680px;
	border: #17ADDB 1px solid;
	padding: 10px;
	overflow: hidden;
	background: url(../img/top/pickup_bg.jpg) repeat-x 0 bottom;
	text-align: left;
}
.pickupBox {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 20px 18px;
}
.pickupBox p {
	font-size: 12px;
	margin: 3px 0;
	line-height: 1.2;
}
@media screen and (max-width:767px){
	.pickupWrap {
		width: 100%;
		margin: 15px auto;
	}
	.pickupArea {
		width: auto;
		border: #17ADDB 1px solid;
		padding: 10px 0;
		overflow: hidden;
		background: url(../img/top/pickup_bg.jpg) repeat-x 0 bottom;
	}
	.pickupBox {
		width: 46%;
		display: inline-block;
		float: none;
		margin: 0 1% 10px 1%;
		vertical-align: top;
	}
	.pickupBox p {
		font-size: 12px;
		margin: 3px 0;
		line-height: 1.2;
	}

}

/* TOP お知らせ
---------------------------------------------------------------------------- */
.newsArea {
	width: 678px;
	_width: 700px;
	height: 130px;
	_height: 150px;
	margin: 0 auto;
	padding: 10px;
	border: #CCC 1px solid;
	overflow: auto;
}
.news {
	width: 650px;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.date {
	width: 80px;
	margin-right: 15px;
	text-align: left;
	float: left;
	line-height: 1.6;
}
.topic {
	width: 555px;
	float: right;
	text-align: left;
	line-height: 1.6;
}
.topic div {
	line-height: 1.6;
}

.topic p {
	margin: 0 0 5px 0;
}

@media screen and (max-width:767px){
	.newsArea {
		width: 90%;
		height: 130px;
		margin: 0 auto;
		padding: 10px 2%;
		border: #CCC 1px solid;
		overflow: auto;
	}
	.news {
		width: 100%;
		overflow: hidden;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: #DDD 1px dotted;
	}
	.date {
		width: 100%;
		margin: 0 0 3px 0;
		text-align: left;
		float: none;
		line-height: 1.6;
		font-size: 11px;
		color: #666;
	}
	.topic {
		width: 100%;
		float: none;
		text-align: left;
		line-height: 1.6;
	}

	.topic p {
		margin: 0 0 5px 0;
	}
}

/* 物件詳細
---------------------------------------------------------------------------- */
.estatePicture {
	width: 300px;
	text-align: center;
	float: left;
	position: relative;
}
.est_end {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}
.est_end p {
	position: relative;
	top: 45%;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.estateComment {
	width: 390px;
	float: right;
	text-align: left;
}
.contactBtn {
	width: 170px;
	text-align: center;
	margin: 20px auto;
}

.estateTable {
	width: 680px;
	border-collapse: collapse;
	margin: 0 auto;
}

.estateTable th {
	width: 100px;
	font-size: 13px;
	background: #EEE;
	border: #CCC 1px solid;
	padding: 3px;
	line-height: 1.4;
}

.estateTable td {
	font-size: 13px;
	border: #CCC 1px solid;
	padding: 3px;
	line-height: 1.4;
}

.estateTable2 {
	width: 560px;
	border-collapse: collapse;
	margin: 0 auto;
}

.estateTable2 th {
	width: auto;
	font-size: 13px;
	background: #EEE;
	border: #CCC 1px solid;
	padding: 3px;
	text-align: center;
}

.estateTable2 td {
	font-size: 13px;
	border: #CCC 1px solid;
	padding: 3px;
	text-align: center;
}
.map {
	text-align: center;
}

@media screen and (max-width:767px){
	.est_end {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		width: 300px;
		height: 100%;
		left: 0;
		right: 0;
		margin: auto;
		background: rgba(0,0,0,0.6);
		z-index: 100;
	}

	.estatePicture {
		width: 100%;
		text-align: center;
		margin: 0 auto 15px auto;
		float: none;
	}
	.estatePicture img {
		max-width: 100%;
	}
	.estateComment {
		width: 100%;
		float: none;
		text-align: left;
	}
	.contactBtn {
		width: 100%;
		text-align: center;
		margin: 20px auto;
		padding: 15px 0;
		background: #C4E893;
	}
	.estateTable {
		width: 98%;
		margin: 0 auto;
		border: none;
		border: #CCC 1px solid;
		border-top: none;
	}
	.estateTable th {
		display: block;
		width: 96%;
		font-size: 13px;
		padding: 5px 2%;
		text-align: left;
		border: none;
		border-top: #CCC 1px solid;
	}
	.estateTable th:last-child {
		border-bottom: #CCC 1px solid;
	}
	.estateTable td {
		display: block;
		width: 94%;
		font-size: 13px;
		padding: 5px 3%;
		line-height: 1.4;
		border: none;
		border-top: #CCC 1px solid;
	}
	.estateTable2 {
		width: 320px;
		border-collapse: collapse;
		margin: 0;
		display: block;
		border: none;
	}
	.estateTable2 thead {
		display: block;
		float: left;
	}
	.estateTable2 tbody {
		width: auto;
		display: block;
		position: relative;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.estateTable2 tr {
		display: inline-block;
		vertical-align: top;
	}
	.estateTable2 th {
		width: 100px;
		padding: 5px;
		border-left: #CCC 1px solid;
	}
	.estateTable2 td {
		width: auto;
		padding: 5px;
		border-left: #CCC 1px solid;
	}
	.estateTable2 td:last-child {
		border-bottom: #CCC 1px solid;
	}
	.estateTable2 tr:last-child td {
		border-right: #CCC 1px solid;
	}
	tbody::-webkit-scrollbar {
		height: 5px;
	}
	tbody::-webkit-scrollbar-track {
		background: #DDD;
	}
	tbody::-webkit-scrollbar-thumb {
		background: #999;
	}


	/*
	.estateTable2 tr {
		display: block;
		overflow: hidden;
		width: 1300px;
	}
	.estateTable2 th {
		display: block;
		float: left;
		width: 200px;
		font-size: 13px;
		background: #EEE;
		border: none;
		border-right: #CCC 1px solid;
		border-top: #CCC 1px solid;
		padding: 3px;
		text-align: center;
	}

	.estateTable2 td {
		display: block;
		float: left;
		width: 200px;
		font-size: 13px;
		border: none;
		border-right: #CCC 1px solid;
		border-top: #CCC 1px solid;
		padding: 3px;
		text-align: center;
	}
	.estateTable2 tr:last-child td {
		border-bottom: #CCC 1px solid;
	}
	*/
	.sec.map {
		width: 90%;
		margin: 0 auto;
	}

	.sec.map iframe {
		width: 100% !important;
	}


}
@media screen and (max-width: 374px) {
	.estateTable2 {
		width: 280px;
	}
}

/* フロー
---------------------------------------------------------------------------- */
.flow {
	width: 700px;
	margin: 0 auto 20px auto;
	background: url(../img/practice/flowBg.gif) repeat-y 0;
	overflow: hidden;
}
.flowTitle {
	width: 230px;
	_width: 250px;
	padding: 20px 10px;
	float: left;
	text-align: left;
}
.flowText {
	width: 430px;
	_width: 450px;
	padding: 10px;
	float: right;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.flow {
		width: 100%;
		margin: 0 auto 20px auto;
		background: none;
		overflow: hidden;
	}
	.flowTitle {
		width: 100%;
		padding: 10px;
		background: #D9D9CE;
		float: none;
		text-align: left;
	}
	.flowTitle img {
	}
	.flowText {
		width: auto;
		padding: 10px;
		background: #EDEEEE;
		float: none;
		text-align: left;
	}
}
/* Q&A
---------------------------------------------------------------------------- */
.question {
	width: 660px;
	_width: 700px;
	padding: 1px 5px 5px 35px;
	margin: 5px 0 0 0;
	background: url(../img/question/question.gif) no-repeat 0 0;
	text-align: left;
	font-weight: bold;
}
.question p {
	font-weight: bold;
	color: #0099CC;
}
.answer {
	width: 660px;
	_width: 700px;
	padding: 1px 5px 5px 35px;
	margin: 0 0 20px 0;
	background: url(../img/question/answer.gif) no-repeat 0 0;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.question {
		width: auto;
	}
	.question p {
	}
	.answer {
		width: auto;
	}

}

/* 会社概要
---------------------------------------------------------------------------- */
.profileTable {
	width: 600px;
	border-collapse: collapse;
	margin: 0 auto;
}

.profileTable th {
	width: 120px;
	font-size: 13px;
	background: #EEE;
	border: #CCC 1px solid;
	padding: 10px;
}

.profileTable td {
	font-size: 13px;
	border: #CCC 1px solid;
	padding: 10px;
}
@media screen and (max-width: 640px) {
	.profileTable {
		width: 100%;
		margin: 0 auto;
	}
	.profileTable th {
		display: block;
		float: none;
		width: 96%;
		padding: 7px 2%;
		border: none;
	}
	.profileTable td {
		display: block;
		float: none;
		width: 94%;
		padding: 12px 3%;
		border: none;
		border-bottom: #CCC 1px solid;
	}
}

/* 企画案件（サイドエリア）
---------------------------------------------------------------------------- */
.side_falm_planning_area {
	width: 210px;
	margin: 0 0 20px 0;
}
.side_falm_planning {
	width: 180px;
	margin: 5px 0 0 0;
	padding: 10px;
	border: #EEE 5px solid;
	background: #FFF;
}
.side_falm_planning .estate {
	width: 180px;
	border: none;
	border-bottom: #CCC 1px dotted;
	background: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	float: none;
}
.side_falm_planning .place {
	border-bottom: none;
}
.side_falm_planning .estatePic {
	width: 180px;
	border: none;
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
}
.side_falm_planning .estateInfo {
	width: 180px;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	float: none;
	font-size: 12px;
}
.side_falm_planning .description p {
	font-size: 11px;
}

@media screen and (max-width:767px){
	.side_falm_planning_area {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 10px 0;
		background: #EEE;
	}
	.side_falm_planning {
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		border: none;
		background: #EEE;
	}
	.side_falm_planning .estate {
		width: 92%;
		border: none;
		background: #FFF;
		margin: 0 auto 10px auto;
		padding: 10px 2%;
		float: none;
	}
	.side_falm_planning .place {
		border-bottom: none;
	}
	.side_falm_planning .estatePic {
		width: 25%;
		border: none;
		background: none;
		margin: 0 0 10px 0;
		padding: 0;
		float: left;
	}
	.side_falm_planning .estateInfo {
		width: 72%;
		border: none;
		background: none;
		margin: 0;
		padding: 0;
		float: right;
		font-size: 12px;
	}
	.side_falm_planning .description p {
		font-size: 11px;
	}

}

/* アクセスランキング（サイドエリア）
---------------------------------------------------------------------------- */
#rankingArea {
	width:206px;
	_width:210px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border: orange 2px solid;
	background: url(../img/common/rankingBg.gif) no-repeat 0 bottom;
	text-align: left;
	overflow: hidden;
}
#ranking_head {
	padding: 5px 0;
	text-align: center;
	background: orange;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
#rankingArea a {
	font-size: 12px;
	padding-left: 15px;
}
#rankingArea p {
	font-size: 11px;
	padding-left: 15px;
	margin-bottom: 0;
	line-height: 1.2;
}
.rank01,
.rank02,
.rank03,
.rank04,
.rank05 {
	width: 190px;
	_width: 206px;
	margin: 2px 1px 1px 1px;
	padding: 10px 0 0 16px;
}
.rank01 {
	background: url(../img/common/rank01.gif) no-repeat 0 7px;
}
.rank02 {
	background: url(../img/common/rank02.gif) no-repeat 0 7px;
}
.rank03 {
	background: url(../img/common/rank03.gif) no-repeat 0 7px;
}
.rank04 {
	background: url(../img/common/rank04.gif) no-repeat 0 50%;
}
.rank05 {
	background: url(../img/common/rank05.gif) no-repeat 0 50%;
}
a.up {
	background: url(../img/common/up.gif) no-repeat 0 50%;
}
a.same {
	background: url(../img/common/same.gif) no-repeat 0 50%;
}
a.down {
	background: url(../img/common/down.gif) no-repeat 0 50%;
}
.rankingDate {
	text-align: right;
	margin: 12px 0 0 0;
}
.rankingDate p{
	text-align: right;
}
@media screen and (max-width:767px){
	#rankingArea {
		width: 94%;
		margin: 0 auto 15px auto;
		padding: 0 0 5px 0;
		border: orange 2px solid;
		background: url(../img/common/rankingBg.gif) repeat-x 0 bottom;
		text-align: left;
		overflow: hidden;
	}
	#rankingArea a {
		font-size: 12px;
		padding-left: 15px;
		line-height: 1.2;
	}
	#rankingArea p {
		font-size: 11px;
		padding-left: 15px;
		margin-bottom: 0;
		line-height: 1.2;
	}
	.rank01,
	.rank02,
	.rank03,
	.rank04,
	.rank05 {
		width: 94%;
		margin: 3px auto;
		padding: 10px 0 0 16px;
	}
	.rankingDate {
		text-align: right;
		margin: 12px 0 0 0;
	}
	.rankingDate p{
		text-align: right;
	}

}

/* 電話番号等
---------------------------------------------------------------------------- */
.tel_box {
	width: 46%;
	box-sizing: border-box;
	padding: 15px;
	border: #CCC 1px solid;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 10px;
	background: #F7F7F7;
	border-radius: 3px;
}
.tel_box .border_h {
	margin: 0 0 10px 0;
}
.tel_box .tel_num {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 5px 5px;
	color: #0066CC;
}
@media screen and (max-width:767px){
	.tel_box {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		border: #CCC 1px solid;
		display: block;
		margin: 0 0 20px 0;
	}
	.tel_box .border_h {
		margin: 0 0 10px 0;
	}
	.tel_box .tel_num {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		margin: 0 0 5px 5px;
		color: #0066CC;
	}

}


/* その他テーブル関係
---------------------------------------------------------------------------- */
.schoolMail {
	width: 600px;
	padding: 15px;
	margin: 5px auto 0 auto;
	background: #EFEFCC;
}
.schoolMail th,
.schoolMail td {
	padding-bottom: 5px;
}
.btnArea {
	text-align: center;
	margin: 0px auto;
}

.contactTable {
	width: 700px;
	border-collapse: collapse;
}

.contactTableL {
	width: 340px;
	float: left;
}

.contactTableR {
	width: 340px;
	float: right;
}
.contactTable table .bg{
	background: #EEEEEE;
}

.contactTable table {
	border-collapse: collapse;
}
.contactTable table th {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 0 5px;
	text-align: left;
}
.contactTable table td {
	font-size: 13px;
	padding: 2px 0 10px 10px;
	text-align: left;
}

.adFeeTable {
	border-collapse: collapse;
	width: 300px;
	margin: 10px auto;
}

.adFeeTable th {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background: #EEE;
	border: #CCC 1px solid;
	text-align: center;
}
.adFeeTable td {
	font-size: 13px;
	padding: 5px;
	border: #CCC 1px solid;
	text-align: center;
}
.contactTable input[type="text"],
.contactTable textarea {
	width: 90% !important;
	padding: 3px;
}

@media screen and (max-width:767px){
	.schoolMail {
	}
	.schoolMail th,
	.schoolMail td {
	}
	.btnArea {
	}
	.contactTable,
	.contactTable tbody,
	.contactTable table tr {
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
    }
	.contactTableL {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}
	.contactTableR {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}
	.contactTable table th {
		width: 96%;
		display: block;
		font-size: 13px;
		font-weight: bold;
		padding: 10px 2%;
		text-align: left;
		overflow: hidden;
		float: none;
	}
	.contactTable table td {
		width: 94%;
		display: block;
		font-size: 13px;
		padding: 0 3% 10px 3%;
		text-align: left;
		overflow: hidden;
		float: none;
	}
	.contactTable input[type="text"],
	.contactTable textarea {
		width: 90% !important;
		padding: 3px;
		font-size: 16px;
	}
	.bg {
		background: none;
	}
	.adFeeTable {
		border-collapse: collapse;
		width: 300px;
		margin: 10px auto;
	}

	.adFeeTable th {
		font-size: 13px;
		font-weight: bold;
		padding: 5px;
		background: #EEE;
		border: #CCC 1px solid;
		text-align: center;
	}
	.adFeeTable td {
		font-size: 13px;
		padding: 5px;
		border: #CCC 1px solid;
		text-align: center;
	}
	.mfp_err {
		width: auto;
	}
}

.voiceTable {
	border-collapse: collapse;
	width: 420px;
	margin: 0 auto 20px auto;
}

.voiceTable th {
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background: #EEE;
	border: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
}
.voiceTable td {
	font-size: 13px;
	padding: 5px;
	border: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
}

.resultTable {
	border-collapse: collapse;
	width: 500px;
	margin: 20px auto;
}

.resultTable th {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	background: #EEE;
	border: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
}
.resultTable td {
	font-size: 13px;
	padding: 5px 10px;
	border: #CCC 1px solid;
	text-align: left;
	line-height: 1.6;
}

.riskTable {
	border-collapse: collapse;
	width: 698px;
	margin: 20px auto;
}

.riskTable th {
	width: 33%;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	background: #EEFFEE;
	border: #CCC 1px solid;
	text-align: left;
}

.riskTable th.bg2 {
	background:#CCFFAA;
}

.riskTable td {
	font-size: 13px;
	padding: 10px;
	border: #CCC 1px solid;
	text-align: left;
}

@media screen and (max-width:767px){
	.voiceTable {
		width: 100%;
	}
	.voiceTable th {
		width: 120px;
	}
	.voiceTable td {
		font-size: 13px;
	}
	.resultTable {
		width:100%;
	}
	.resultTable th {
		padding: 10px;
	}
	.resultTable td {
		font-size: 13px;
	}

	.riskTable {
		border-collapse: collapse;
		width: 100%;
		margin: 20px auto;
	}
	.riskTable th {
		width: 33%;
		font-size: 13px;
		padding: 10px 5px;
	}
	.riskTable td {
		font-size: 13px;
		padding: 10px 5px;
	}
}

ul.chk li {
	width: 150px;
	float: left;
	margin: 3px;
	text-align: left;
}

img.must {
	vertical-align: middle;
}

input.btn {
	display: block;
	width: 122px;
	height: 32px;
	padding: 0;
	border: 0;
	background: url(../img/common/confirmBtn_off.jpg) no-repeat 0;
	/* text-indent:-9999px; */
	cursor:pointer;
}

input.btn:hover {
	background: url(../img/common/confirmBtn_on.jpg) no-repeat 0;
}

/* 確認画面（mailform.js） */
.cancelBtn {
	margin-right: 25px;
}
@media screen and (max-width:767px){
	.cancelBtn {
		width: 120px;
		margin-right: 10px;
	}
}

label {
	text-align: left;
}

.sec ul {
	list-style-type: circle;
	list-style: circle;
	margin: 10px 0;
}
.sec ul li {
	list-style-type: circle;
	list-style: circle;
	margin: 8px 30px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}

.left250 {
	width: 250px;
	float: left;
}
.right250 {
	width: 250px;
	float: right;
}
.left430 {
	width: 430px;
	float: left;
}
.right430 {
	width: 430px;
	float: right;
}

.red {
	color: red;
}

.sec.line {
	padding-bottom: 10px;
	border-bottom: #CCC 1px dotted;
}

@media screen and (max-width:767px){
	.left250 {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.right250 {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.left430 {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.right430 {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
	}
	img.right,
	img.left {
		display: block;
		text-align: center;
		float: none;
		margin: 0 auto 20px auto;
	}
}


/* その他 */
.bold {
	font-weight: bold;
}
.mt30 {
	margin-top: 30px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.common_bnr {
	overflow: hidden;
	margin-top: 30px !important;
	text-align: left;
}
.common_bnr li {
	display: inline-block;
	margin: 0 5px 20px 5px !important;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.common_bnr {
		overflow: hidden;
		margin-top: 30px !important;
		text-align: center;
	}
	.common_bnr li {
		display: inline-block;
		margin: 0 5px 20px 5px !important;
		vertical-align: middle;
	}
}

.small {
	font-size: 12px;
}
.center {
	text-align: center;
}


/* クリニック内覧会レポート
---------------------------------------------------------------------------- */
.report_link_area {
  letter-spacing: -0.4em;
  font-size: 0;
  margin: 10px 0 0;
}

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

.report_link * {
  box-sizing: border-box;
}

.report_link {
  letter-spacing: 0.08em;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 15px 0;
  width: 49%;
  box-sizing: border-box;
}

.report_link.col3 {
  width: 32.3%;
  margin: 0 10px 15px 0;
}

.report_link:nth-child(2n) {
  margin-right: 0;
}

.report_link.col3:nth-child(2n) {
  margin-right: 10px;
}

.report_link.col3:nth-child(3n) {
  margin-right: 0;
}

.report_link a {
  display: block;
  position: relative;
  padding: 15px;
  text-decoration: none;
  color: #333;
  line-height: 1.6;
  border: 1px solid #cdcdcd;
  transition: 0.4s;
}

.report_link.col3 a {
  padding: 10px;
}

.report_link .img_wrap {
  margin: 0 0 15px;
}

.report_link .img_wrap img {
  width: 100%;
  display: block;
  margin: auto;
}

.report_link h3 {
  background: none;
  width: 100%;
  font-size: 15px;
  height: auto;
  padding: 3px 0 1px 9px;
  margin: 0 0 16px;
  border-left: 3px solid #0066CC;
  line-height: 1.4;
  transition: 0.4s;
}

.report_link.col3 .clinic_name {
  font-size: 13px;
  padding: 2px 0 1px 9px;
}

.report_link .tag {
  display: inline-block;
  border: 1px solid #cdcdcd;
  font-size: 11px;
  padding: 4px 5px 3px;
  height: 20px;
  line-height: 1;
  text-align: center;
  color: #333;
  min-width: 60px;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
}

.report_link.col3 .tag {
  min-width: 53px;
  height: 18px;
  padding: 3px 0 0;
}

.report_date, .report_link .address {
  position: relative;
  padding: 1px 0 0 70px;
  line-height: 1.5;
  margin: 0 0 6px;
}

.col3 .report_date, .report_link.col3 .address {
  padding-left: 63px;
  font-size: 12px;
}

.report_link .address {
  margin: 0;
}

.btn_wrap {
  margin: 30px 0 0;
}

.btn_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: #FF7700;
  color: #FFF;
  height: 60px;
  max-width: 270px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 23px 0 0;
  box-sizing: border-box;
  transition: 0.4s;
  border: 1px solid #FF7700;
}

.btn_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  transition: 0.4s;
}

.multiTable {
  width: 100%;
  max-width: 680px;
  border-collapse: collapse;
  margin: 0 auto 20px;
}

.multiTable tr {
  border-bottom: #dbddde 1px solid;
}

.multiTable tr:first-child {
  border-top: #dbddde 1px solid;
}

.multiTable th, .multiTable td {
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.multiTable th {
  width: 100px;
  background: #f5f5f5;
}

.sec.free p {
  margin: 0 0 15px;
  line-height: 1.8;
}

.sec.free img {
  display: inline-block;
  margin: 0 15px 15px 0;
}

@media screen and (min-width:1024px){
  .report_link a:hover {
    border-color: #0066CC;
    opacity: 0.85;
  }
  .report_link a:hover h3 {
    color: #0066CC;
  }
  .btn_link:hover {
    border-color: #FF9900;
    background: #FF9900;
    color: #FFF;
  }
}

@media screen and (max-width:767px){
  .report_link,.report_link.col3 {
    width: 100%;
    margin: 0 0 15px;
  }
  .report_link h3 {
    font-size: 14px;
  }
  .report_date, .report_link .address {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .btn_link {
    height: 55px;
    font-size: 13px;
    padding-top: 21px;
  }
  .btn_link:after {
    top: 23px;
  }
  .sec.free img {
    margin-right: 0;
  }
  .multiTable th, .multiTable td {
    padding: 12px 15px;
    font-size: 12px;
  }
  .multiTable th {
    width: 80px;
  }
}


/* 計画案件表 */
.planning_estimates {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	position: relative;
}
.planning_estimates thead th {
	background: #258DCC;
	color: #FFF;
	text-align: center;
	line-height: 1.6;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 14px;
	border: #BBB 1px solid;
	z-index: 1;
}
.planning_estimates thead th:nth-child(1),
.planning_estimates thead th:nth-child(2) {
	background: #444;
}
.planning_estimates tbody td {
	text-align: center;
	line-height: 1.6;
	padding: 5px 5px;
	font-size: 13px;
	border: #BBB 1px solid;
	background: #FFF;
	z-index: 1;
}
.planning_estimates tbody tr:nth-child(2n) td {
	background: #F5F5F5;
}
.planning_estimates th.nokori,
.planning_estimates td.nokori {
	background: #FFFBE7 !important;
	color: #000;
}
.planning_estimates tbody td:nth-child(1),
.planning_estimates tbody td:nth-child(2) {
	text-align: left;
}
.planning_estimates tbody td:last-child {
	font-weight: bold;
}

@media screen and (max-width:767px){
	.scroll_table_wrap {
		width: 100%;
		padding: 0 0 20px 0;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}
	.planning_estimates {
		width: auto;
	}
	.planning_estimates thead th,
	.planning_estimates tbody td {
		white-space: nowrap;
		font-size: 13px;
		padding: 5px 10px;
	}
	.planning_estimates thead th:nth-child(1),
	.planning_estimates tbody td:nth-child(1) {
		position: -webkit-sticky;
		position: sticky;
		z-index: 6;
		left: -1px;
		border: #BBB 1px solid;
	}
	.sticky {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
	}
}
