body{
	margin : 0px;
	text-align: left;
	background: #ffffff;
	font-size:13px;
}
#login_table tr td{
	text-align:center;
}
#menu_area{
	margin:0 auto;
	width:100%;
	max-width:1024px;
}
#menu_area div{
	float:left;
}
#menu_area div ul{
	margin-bottom:10px;
}
.login{
	overflow:auto;
	height:600px;
	width:300px;
	position:absolute;
	left:50%;
	margin-top:30px;
	margin-left:-150px;
}
label{
	font-size:12px;
}
td{
	font-size:12px;
	text-align:left;
}
select{
	font-size:16px;	
}
input[type="text"]
{
	background:#FFFFFF;
	border:1px solid #B5B8C8;
	padding:3px 3px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:13px;
	-webkit-appearance: none;
}
input[type="text"][disabled]{
	background:#F7F7F7;
}
input[type="number"]
{
	background:#FFFFFF;
	border:1px solid #B5B8C8;
	padding:3px 3px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:13px;
	-webkit-appearance: none;
}
input[type="tel"]
{
	background:#FFFFFF;
	border:1px solid #B5B8C8;
	padding:3px 3px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:13px;
}
input[type="email"]
{
	background:#FFFFFF;
	border:1px solid #B5B8C8;
	padding:3px 3px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:13px;
	-webkit-appearance: none;
}
input[readonly]{
	background: #F7F7F7;
	border:1px solid #c1c1c1;
	padding:1px 3px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	font-size:13px;
	color:#191919;
	-webkit-appearance: none;
}
textarea[readonly]{
	background: #F7F7F7;
	border:1px solid #F0F0F0;
	padding:1px 3px;
	line-height:20px;
	vertical-align:middle;
	font-size:14px;
	color:#191919;
	-webkit-appearance: none;
}
input[type="password"]
{
	background:#FFFFFF;
	border:1px solid #B5B8C8;
	padding:3px 3px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:16px;
}
font{
	font-size:13px;
}
textarea{
	font-size:13px;
}
.base{
	background:#ffffff;
    	width: 940px;
    	/*margin-left: auto;
    	margin-right: auto;*/
    	text-align: left;
        margin: 0 auto;
        border-right:1px solid #cccccc;
        border-left:1px solid #cccccc;
}
#outline {
	background:#ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#base{
    	width: 100%;
    	/*margin-left: auto;
    	margin-right: auto;*/
    	text-align: left;
        margin: 0 auto;
        border-right:1px solid #cccccc;
        border-left:1px solid #cccccc;
}
.mainField{
	background:#BDD3EF;
	width:120px;
	color:#15428B;
	text-align:left;
	padding-left:5px;
	border-width : 0px 1px 1px 0px;
	border-style:solid;
	border-color:#ffffff;
}
.subField{
	width:116px;
	background:#DFE8F6;
	color:#15428B;
	text-align:left;
	padding-left:5px;
	border-width : 0px 1px 1px 0px;
	border-style:solid;
	border-color:#ffffff;
}
.subContents{
	width:116px;
	text-align:left;
	padding-left:5px;
}
.input_icon{
   vertical-align: middle;
}
#CustomBtn {
	margin: 15px 0px 12px 10px;
	list-style-type: none;
	font-size:13px;
	float:right;
}
#CustomBtn li,#CustomBtn a {
		font-size:13px;
		width: 85px;
		height: 32px;
		background: url(../img/bg_button_sm.gif);
		overflow: hidden;
		display: block;
		text-align: center;
		line-height: 30px;
		color: #FFFFFF;
		text-decoration: none;
		text-indent: -5px;
}

#CustomBtn a:hover {
		font-size:13px;
		background: url(../img/bg_button_sm_on.gif);
		color: #FFFFFF;
		text-decoration: none;
}
#buttonSM {
		margin: 15px 0px 12px 10px;
		list-style-type: none;
		float:right;
}
#buttonSM li,#buttonSM a {
		width: 85px;
		height: 32px;
		background: url(../img/bg_button_sm.gif);
		overflow: hidden;
		display: block;
		text-align: center;
		line-height: 30px;
		color: #FFFFFF;
		text-decoration: none;
		text-indent: -5px;
}

#buttonSM a:hover {
		background: url(../img/bg_button_sm_on.gif);
		color: #FFFFFF;
		text-decoration: none;
}

.buttonL {
	margin: 5px 0px 5px 5px;
	list-style-type: none;
	font-size: 12px;
}

.buttonL li,.buttonL a {
	width: 300px;
	height: 56px;
	background: url(../img/bg_button_large.gif) no-repeat center center;
	background-size: contain ;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 52px;
	color: #336699;
	text-decoration: none;
}
.buttonL a:hover {
	width: 300px;
	background: url(../img/bg_button_large_on.gif) no-repeat center center;;
	background-size: contain ;
	color: #3399CC;
	text-decoration: none;
}
.buttonLG {
	margin: 5px 0px 5px 5px;
	list-style-type: none;
	font-size: 12px;
}

.buttonLG li,.buttonLG a {
	width: 300px;
	height: 56px;
	background: url(../img/bg_button_large.gif) no-repeat center center;
	background-size: contain ;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 52px;
	color: #009587;
	text-decoration: none;
}
.buttonLG a:hover {
	width: 300px;
	background: url(../img/bg_button_large_on_green.gif) no-repeat center center;;
	background-size: contain ;
	color: #009587;
	text-decoration: none;
}
.buttonBlank{
	width: 390px;
	height: 56px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 52px;
	color: #336699;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 105px;
	background: url(../img/bg_header.gif) repeat-x;
}
#footer {
	clear: both;
	width: 100%;
	height: 57px;
	background: url(../img/bg_footer.gif) repeat-x;
	margin-top: 5px;
}
#logo {
	margin-top : 5px;
	margin-left : 5px;
	float: left;
	width: 240px;
	height: 70px;
}

#menu {
	float: right;
	height: 40px;
}

#menu ul {
	list-style-type: none;
}

#menu li,#menu a {
	width: 122px;
	height: 31px;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
	display: block;
	font-size:14px;
}

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

#menu .menuMain {
	background: url(../img/menu_main.gif);
}

#menu a.menuMain:hover {
	background: url(../img/menu_main_on.gif);
}

#menu .menuPrev {
	background: url(../img/menu_prev.gif);
}

#menu a.menuPrev:hover {
	background: url(../img/menu_prev_on.gif);
}

#menu .menuLogout {
	background: url(../img/menu_logout.gif);
}

#menu a.menuLogout:hover {
	background: url(../img/menu_logout_on.gif);
}

#progress {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(../img/bg_progress.gif) repeat-x;
}

#progress ul {
	list-style-type: none;
}

#progress li,#progress a {
	float: left;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #717171;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 17px;
}

#progress a:hover {
	color: #3399CC;
	text-decoration: none;
}
#progress .progressOld {
	background: url(../img/bg_progress_right.gif) right;
	font-size: 12px;
}

#progress .progressNow {
	background: url(../img/bg_progress_right_02.gif) right;
	font-size: 12px;
}

#progress .progressLast {
	background: url(../img/bg_progress_right_03.gif) right;
	font-size: 12px;
	color : #3388CC
}
.thum_frame{
	float:left;
	margin-top:10px;
	margin-left:10px;
	background:#ffffff;
	width:170px;
	height:190px;
	text-align:center;
}
.thum_box{
	background:#ffffff;
	width:140px;
	height:140px;
	text-align:center;
}
.thum_pic{
	margin-top:10px;
	border:1px solid #cccccc;
}
.thum_info{
	margin-left:10px;
	text-align:left;
}
.common_thum_frame{
	float:left;
	margin-top:10px;
	margin-left:10px;
	background:#ffffff;
	width:150px;
	height:180px;
	text-align:center;
}
.common_thum_box{
	width:110px;
	height:120px;
	text-align:center;
}
.common_thum_pic{
	margin-top:10px;
	border:1px solid #cccccc;
}
.common_thum_info{
	margin-left:10px;
	text-align:left;
}
.common_thum_frame_over{
	float:left;
	margin-top:10px;
	margin-left:10px;
	background: url(../img/thum_frame_over.gif);
	width:150px;
	height:180px;
	text-align:center;

}
.tab {
	margin: 10px 0px 0px 5px;
}

.tab ul {
	list-style-type: none;
}

.tab li,.tab a {
	float: left;
	width: 150px;
	height: 26px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 27px;
	color: #336699;
	text-decoration: none;
}

.tab a:hover {
	color: #77AADD;
	text-decoration: none;
}
.tabOn {
	background: url(../img/bg_tab_on.gif) no-repeat;
}

.board {
	clear: both;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #6FACD8;
}

.boardInner {
	background: #FFFFFF;
	margin: 15px;
}

.boardInner p {
	margin: 10px;
}

.board p.button {
	margin: 12px 25px 12px 25px;
}
#jquery-ui-slider-values {
    border: 0;
    color: red !important;
    font-weight: bold;
    background-color: transparent;
    margin: 5px;
}
#jquery-ui-slider {
    margin: 10 10px;
}
#jquery-ui-slider-values2 {
    border: 0;
    color: red !important;
    font-weight: bold;
    background-color: transparent;
    margin: 5px;
}
#jquery-ui-slider2 {
    margin: 10 10px;
}
#rent_disp {
    margin: 0 10px;
    border: 0px;
    background-color: transparent;
    float:left;
    background:#DFE8F6;
    font-size:13px;
}
#square_meter_disp {
    margin: 0 10px;
    border: 0px;
    background-color: transparent;
    float:left;
    background:#DFE8F6;
    font-size:13px;
}
#buttonSL {
		margin: 0px 0px 0px 10px;
		list-style-type: none;
		float:left;
}
#buttonSL li,#buttonSL a {
		width: 85px;
		height: 32px;
		background: url(../img/bg_button_sm.gif);
		overflow: hidden;
		display: block;
		text-align: center;
		line-height: 30px;
		color: #FFFFFF;
		text-decoration: none;
		text-indent: -5px;
}

#buttonSL a:hover {
		background: url(../img/bg_button_sm_on.gif);
		color: #FFFFFF;
		text-decoration: none;
}
.unit{
	font-size:13px;
	float:left;
	margin:5px 0px 0px 5px;
}
.rent_item{
	font-size:14px;
	font-weight:400;
}
.blb{
	font-size:13px;
	font-weight:400;
	color:#385F95;
}
.blm{
	font-size:13px;
	font-weight:400;
	color:#385F95;
}
.rem{
	font-size:13px;
	font-weight:600;
	color:#ff0000;
}
.orm{
	font-size:13px;
	font-weight:600;
	color:#ff8000;
}
.grm{
	font-size:13px;
	font-weight:600;
	color:#00bd00;
}
.bgwhite{
	background:#ffffff;
}
table#kihon_table th{
	font-weight:600;
	font-size:13px;
	color:#224444;
}
table#detail_table1 th{
	font-weight:600;
	font-size:13px;
	color:#224444;
}
table#detail_table2 th{
	font-weight:600;
	font-size:13px;
	color:#224444;
}
table#detail_table3 th{
	font-weight:600;
	font-size:13px;
	color:#224444;
}
.table_head{
	text-align:left;
	padding-left:20px;
	height: 30px;
	background: url(../img/bg_progress.gif) repeat-x;
	width: 100%;
}
:placeholder-shown {
	color: #A79E92;
	font-size:11px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #A79E92;
	font-size:11px;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #A79E92; opacity: 1;
	font-size:11px;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #A79E92; opacity: 1;
	font-size:11px;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #A79E92;
	font-size:11px;
}
.image_div{
	width:290px;
	float:left;
	background:#ffffff;
	border:1px solid #cccccc;
	height:280px;
	margin:5px 5px 0px 0px;
	padding:3px 0px 0px 3px;
}
.source_image{
	max-width:266px;
	max-height:180px;
	margin:10px;
}
#calendar_table{
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#333;
}
#calendar_table th{
	font-size:16px;
	font-weight:600;
	padding:5px;
	background-color:#CCCC99;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#333;
}
#calendar_table td{
	font-size:16px;
	padding:5px;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#333;
}
#calendar_table .d0{
	color:#FF1493;
	background-color:#FFD0D0;
}
#calendar_table .d1{
	background-color:#E0FFFF;
}
#calendar_table .d2{
	background-color:#E0FFFF;
}
#calendar_table .d3{
	background-color:#E0FFFF;
}
#calendar_table .d4{
	background-color:#E0FFFF;
}
#calendar_table .d5{
	background-color:#E0FFFF;
}
#calendar_table .d6{
	background-color:#C8FFFF;
}
#calendar_table .d9{
	background-color:#98FB98;
}
#panel{
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	height:100%;
}

/*---------- 部屋一覧 ----------*/
#wrap-gridList {
	border: 1px solid #404040;
	box-sizing: border-box;
	position: relative;
	margin: 0 5px 5px;
}
#wrap-gridList #title {
	background-color: #404040;
	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
#inner-roomList {
	box-sizing: border-box;
	position: relative;
	padding: 5px;
}
#inner-roomList .x-grid3-row-alt {
	background-color: #EAF8EF;
}
#detail_table th{
	font-size:12px;
	color:#000;
}
#detail_table td{
	font-weight:600;
	color:#000;
}
.label_data{
	font-weight:600;
	color:#000;
}
.chkbox {
	margin:10px 0 10px 0px;
}
/* ラベルのスタイル　*/
.chkbox label {
	padding-left:		24px;			/* ラベルの位置 */
	padding-right:		14px;			/* ラベルの位置 */
	font-size:		13px;
	line-height:		20px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin:3px;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			18px;			/* ボックスの横幅 */
	height:			18px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 1px 1px 1px #000;
	border-radius:		4px 4px 4px 4px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	position:absolute;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	opacity:0;
}
.chkbox input[type=checkbox]:focus+label:before{
	outline: 2px dotted;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		18px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}
/* */
.radiobutton label {
	padding: 0 0px 0 20px;/* ラベルの位置 */
	font-size: 13px;
	line-height: 18px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
	margin:3px;
}
.radiobutton label:before {
	content: '';
	width: 18px;		/* ボタンの横幅 */
	height: 18px;		/* ボタンの縦幅 */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #06f;
	border-radius: 50%;
}
.radiobutton input[type="radio"] {
	position:absolute;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	opacity:0;
}
.radiobutton input[type="radio"]:checked + label:after {
	content: '';
	width: 10px;	/* マークの横幅 */
	height: 10px;	/* マークの縦幅 */
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #fff;
	border-radius: 50%;
}
input[type="radio"]:focus+label:before,
input[type="checkbox"]:focus+label:before{
	outline: 2px dotted;
}
select:not(#select_bukken_name){
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
}
select::-ms-expand {
	display: none;
}
.selectWrap{
	position: relative;
	display: inline-block;
}
.selectWrap::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #ccc;
	height: 100%;
	width: 30px;
}
.selectWrap::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent; 
}
.updateBtn{
	color:#111;
	width:100px;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	cursor:pointer;
}
.updateBtn:disabled{
	color:#bbb;
	width:100px;
	border:1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
.image_div{
	background: #FFFFFF;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	height: 320px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px;
	width: 320px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#accordion {
	width:100%;
	background-color:#f5f5f5;
}
#accordion dt {
	cursor:pointer;
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: 350px center;
	border:solid 1px #ccc;
	padding:15px;
	font-size:14px;
}
#accordion dd{
	display:block;
	font-size:14px;
	line-height:140%;
	margin:0;
	padding:15px;
}
#accordion dt.active{
	background-image: url(../img/plus.gif);
}
#accordion dt.over {
	background-color: #CCC;
}
.rotateBtn{
	cursor:pointer;
	margin-top:9px;
	padding:5px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
.buttonLOR {
	margin: 5px 0px 5px 5px;
	list-style-type: none;
	font-size: 12px;
}

.buttonLOR li,.buttonLOR a {
	width: 300px;
	height: 56px;
	background: url(../img/bg_button_large.gif) no-repeat center center;
	background-size: contain ;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 52px;
	color: #FE5722;
	text-decoration: none;
}
.buttonLOR a:hover {
	width: 300px;
	background: url(../img/bg_button_large_on_orange.gif) no-repeat center center;;
	background-size: contain ;
	color: #FE5722;
	text-decoration: none;
}