﻿@charset "utf-8";
/* CSS Document */

/*==================================================
  CLEARFIX
==================================================*/
.login_pass {
	margin: 50px;
	text-align: center;
}
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;/*これで解決させる*/
}
* html .clearfix {
	display: inline-table;
	display: block;
	height: 1px;
}
.printout {
	text-align: right;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #D60201;
}
/*==================================================
  PAGETOP LINK
==================================================*/
.pagetop_link {
	margin-top: 15px;
	padding-top: 5px;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #ccc;
}
/*==================================================
  FONT STYLE
==================================================*/
.num {
	line-height: 100%;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font32 {
	font-size: 32px;
}
.font34 {
	font-size: 34px;
}
.font35 {
	font-size: 35px;
}
.font_cr {
	font-weight: normal;
}
.font_b {
	font-weight: bold;
}
.fontS {
	font-size: 0.85em;
}
.fontM {
	font-size: 1.1em;
}
.fontL {
	font-size: 1.4em;
}
.fontXL {
	font-size: 1.8em;
}
/*************** FONT COLOR ****************/
.font_red01 {
	color: #D60201;
}
.font_red02 {
	color: #D60201;
}
.font_red03 {
	color: #D60201;
}
.form_caution01 {
	color: #D60201;
	font-size: 11px;
}
/*==================================================
  TEXT ALIGN
==================================================*/
.text_c {
	text-align: center !important;
}
.text_cm {
	text-align: center !important;
	vertical-align: middle !important;
}
.text_r {
	text-align: right !important;
}
.text_l {
	text-align: left !important;
}
.text_top {
	vertical-align: top !important;
}
.text_mid {
	vertical-align: middle !important;
}
.text_btm {
	vertical-align: bottom !important;
}
.flt_r {
	float: right;
}
.flt_l {
	float: left;
}
.center {
	margin: 0 auto;
}
.cr {
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}
/*==================================================
  BACKGROUND COLOR
==================================================*/
.bg_gray01 {
	background: #F6F6F6;
}
.bg_white {
	background: #fff;
}
.bg_blue01 {
	background: #DCEEFF;
}
.bg_yellow01 {
	background: #F6F6F6;
}
.bg_orange01 {
	background: #FFEDCC;
}
.bg_red01 {
	background: #FCD9DE;
}
.bg_brown01 {
	background: #F6F6F6;
}
.bg_page01 {
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}
.bg_thanks01, .err404 {
	margin: 20px 40px;
	padding: 30px 20px;
	text-align: center;
	border: 1px solid #D60201;
	background: #FBFBFB;
}
/*==================================================
  INPUT
==================================================*/
.input50 {
	width: 50px;
}
.input80 {
	width: 80px;
}
.input100 {
	width: 100px;
}
.input130 {
	width: 130px;
}
.input150 {
	width: 150px;
}
.input180 {
	width: 180px;
}
.input200 {
	width: 200px;
}
.input250 {
	width: 250px;
}
.input300 {
	width: 300px;
}
/*==================================================
  CONTACT FORM 7
==================================================*/
.submit_warning {
	color: #D60201;
	text-align: center;
	margin: 20px auto 5px auto;
}
.submit_box {
	margin: 30px;
	text-align: center;
}
.submit_box input[type="submit"] {
	background: #D60201;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 18px 0;
	text-decoration: none;
	display: inline-block;
	min-width: 220px;
	border: 2px solid #D60201;
}
.submit_box input[type="submit"]:hover {
	opacity: 1;
	color: #D60201;
	background: #fff;
	border-color: #D60201;
}
.wpcf7-not-valid-tip {
	width: 60%;
	margin: 5px;
	background: #fff;
	border: 1px solid #D60201;
	padding: 5px;
	color: #D60201 !important;
}
#form .text {
	text-align: center;
}
/*==================================================
  BUTTON
==================================================*/
.btnSend {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btnSend li {
	margin-right: 20px;
}
.btnSend li:last-child {
	margin-right: 0;
}
/*************** ベタ塗ボタン(ログイン・登録系統) ****************/
.btn_type01 {
	text-align: center;
	margin: 40px 0;
}
.btn_type01 input[type="submit"], .btn_type01 a {
	background: #D60201;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 18px 0;
	text-decoration: none;
	display: inline-block;
	min-width: 220px;
	border: 2px solid #D60201;
}
.btn_type01 input[type="submit"]:hover, .btn_type01 a:hover {
	opacity: 1;
	color: #D60201;
	background: #fff;
	border-color: #D60201;
}
/*************** 枠線ボタン(次へ・確認・戻る系統) ****************/
.btn_type02 {
	text-align: center;
	margin: 40px 0;
}
.btn_type02 input[type="submit"], .btn_type02 a {
	border: 2px solid;
	font-size: 1.2em;
	font-weight: bold;
	color: #111;
	padding: 18px 0;
	text-decoration: none;
	display: inline-block;
	min-width: 220px;
	box-sizing: border-box;
}
.btn_type02 input[type="submit"]:hover, .btn_type02 a:hover {
	opacity: 1 !important;
	background: #111;
	color: #fff;
	border-color: #111;
}
/*************** 物件リストボタン(検索結果・販売物件リスト) ****************/
.btnList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.btnList li {
	text-align: center;
	font-weight: bold;
	margin: 10px 20px 10px 0;
}
.btnList li:last-child {
	margin-right: 0;
}
.btnList li input[type="submit"], .btnList li a {
	padding: 8px 0;
	min-width: 345px;
	font-size: 1em;
	height: 40px;
	line-height: 20px;
}
/*************** 物件リストボタン(物件詳細上) ****************/
.btnList02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0 !important;
}
.btnList02 li {
	margin: 10px 10px 10px 0;
}
.btnList02 a, .btnList02 input[type="submit"] {
	padding: 8px 20px;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	text-align: center;
	min-width: initial;
	line-height: 20px;
}
/*************** 退会ボタン ****************/
.btn_withdraw {
	text-align: center;
	margin: 40px 0;
}
.btn_withdraw a, .btn_withdraw input[type="submit"] {
	background: #111;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	text-decoration: none;
	display: inline-block;
	min-width: 220px;
}
.btn_withdraw a:hover, .btn_withdraw input[type="submit"]:hover {
	opacity: 1;
	background: #D60201;
	color: #fff;
}
/*==================================================
  ENTRY TABLE
==================================================*/
.entrytbl {
	width: 100%;
	margin: 20px auto;
}
.entrytbl .brdr_td {
	padding: 10px;
	border: 1px solid #ccc;
}
.entrytbl th {
	width: 180px;
	background-color: #F6F6F6;
	border: 1px solid #ccc;
}
.entrytbl td {
	padding: 10px;
}
.entrytbl td table {
	width: 100%;
}
.required, .arbitrary {
	width: 120px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 20px 10px 40px;
	border: 1px solid #ccc;
}
.required {
	background: #F6F6F6 url(/share/img/basic/form_required.gif) no-repeat 5px center;
}
.arbitrary {
	background: #F6F6F6 url(/share/img/basic/form_arbitrary.gif) no-repeat 5px center;
}
.empty {
	width: 150px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 20px 5px 10px;
	border: 1px solid #ccc;
	background-color: #F6F6F6;
}
.required02, .arbitrary02 {
	text-align: left;
	vertical-align: middle;
	padding: 10px 20px 10px 40px;
	border: 1px solid #ccc;
}
.required02 {
	background: #F6F6F6 url(/share/img/basic/form_required.gif) no-repeat 5px center;
}
.arbitrary02 {
	background: #F6F6F6 url(/share/img/basic/form_arbitrary.gif) no-repeat 5px center;
}
/*==================================================
  WIDTH
==================================================*/
.w100p {
	width: 100%;
}
.w25 {
	width: 25px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w100 {
	width: 100px;
}
.w120 {
	width: 120px;
}
.w130 {
	width: 130px;
}
.w135 {
	width: 135px;
}
.w140 {
	width: 140px;
}
.w150 {
	width: 150px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w320 {
	width: 320px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w700 {
	width: 700px;
}
.h50 {
	height: 50px;
}
.h65 {
	height: 65px;
}
/*==================================================
  MARGIN
==================================================*/
.mgn5 {
	margin: 5px;
}
.mgn5t {
	margin-top: 5px;
}
.mgn5b {
	margin-bottom: 5px;
}
.mgn5l {
	margin-left: 5px;
}
.mgn5r {
	margin-right: 5px;
}
.mgn5w {
	margin: 0 5px;
}
.mgn5h {
	margin: 5px 0;
}
.mgn10 {
	margin: 10px;
}
.mgn10t {
	margin-top: 10px;
}
.mgn10b {
	margin-bottom: 10px;
}
.mgn10l {
	margin-left: 10px;
}
.mgn10r {
	margin-right: 10px;
}
.mgn10w {
	margin: 0 10px;
}
.mgn10h {
	margin: 10px 0;
}
.mgn20 {
	margin: 20px;
}
.mgn20t {
	margin-top: 20px;
}
.mgn20b {
	margin-bottom: 20px;
}
.mgn20l {
	margin-left: 20px;
}
.mgn20r {
	margin-right: 20px;
}
.mgn20w {
	margin: 0 20px;
}
.mgn20h {
	margin: 20px 0;
}
.mgn30 {
	margin: 30px;
}
.mgn30t {
	margin-top: 30px;
}
.mgn30b {
	margin-bottom: 30px;
}
.mgn30l {
	margin-left: 30px;
}
.mgn30r {
	margin-right: 30px;
}
.mgn30w {
	margin: 0 30px;
}
.mgn30h {
	margin: 30px 0;
}
/*==================================================
  PADDING
==================================================*/
.pdng10t {
	padding-top: 10px;
}
.pdng10b {
	padding-bottom: 10px;
}
.pdng10l {
	padding-left: 10px;
}
.pdng10r {
	padding-right: 10px;
}
.pdng10w {
	padding: 0 10px;
}
.pdng10h {
	padding: 10px 0;
}
.pdng20t {
	padding-top: 20px;
}
.pdng20b {
	padding-bottom: 20px;
}
.pdng20l {
	padding-left: 20px;
}
.pdng20r {
	padding-right: 20px;
}
.pdng20w {
	padding: 0 20px;
}
.pdng20h {
	padding: 20px 0;
}
.pdng30t {
	padding-top: 30px;
}
.pdng30b {
	padding-bottom: 30px;
}
.pdng30l {
	padding-left: 30px;
}
.pdng30r {
	padding-right: 30px;
}
.pdng30w {
	padding: 0 30px;
}
.pdng30h {
	padding: 30px 0;
}
.att_area {
	margin: 0 50px;
	font-size: 11px;
}
