@charset "utf-8";

/* @group 要素ごとのスタイル */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  line-height: 1.41;
}

body {
  color: #333;
  background: #fff url(/img/body_bg.png) repeat-x top;
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
  text-align: center;
}

/* for Win IE8 */
head~/* */body {
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, Meiryo, 'メイリオ', sans-serif;
}

html:not(:target) body {
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
  *font: 13px/1.231 'メイリオ', Meiryo, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

fieldset {
  border: none;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,textarea,select {
  *font-size: 100%;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

input.text,
textarea {
  padding: 1px 2px 2px;
  border: 1px solid #b9b9b9;
  line-height: 1.35;
  color: #222;
  background: #fff url(/img/form_bg.png) repeat-x top;
  font-size: 100%;
  font-family: 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', sans-serif;
  *font-family: Verdana, メイリオ, Meiryo, 'ＭＳ ゴシック', sans-serif;
  border-radius: 4px 4px 4px 4px;
}

input.text {
  _height: 1.55em;  /* for Win IE6 */
}

input.email,
input.password,
input.num {
  ime-mode: inactive;
}

input.submit {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

input.button {
  padding: 0 2px;
  vertical-align: middle;
  *vertical-align: top;
  font-size: 110%;
  *font-size: 74%;
  cursor: pointer;
}

textarea {
  margin-bottom: 5px;
  line-height: 1.21;
}

input.text:focus,
textarea:focus {
  color: #000;
  background: #fff;
}

select {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

p, ul, ol,
ul li,
ol li,
table,
table th,
table td {
  font-size: 100%;
}

p {
  line-height: 1.51;
}

dt {

}

li {
  line-height: 1.31;
}

table td ul,
table td ul li,
dl dd ul,
dl dd ul li {
  font-size: 100%;
}

strong,
b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 113%;
  font-weight: bold;
}

/* リンクカラー */
a,
a:link {
  color: #0033CC;
}

a:visited {
  color: #0033CC;
}

a:hover,
a:active {
  color: #0033CC;
}

hr {
  height: 0;
  border: none;
}

/* テキスト選択時 */
::-moz-selection {
  color: #fff;
  background: #555;
}

::selection {
  color: #fff;
  background: #555;
}

/* @group 共通 */
.error,
.new-mark,
.required-mark,
.alert {
  color: #CE3031;
}
.error-list {
	position: absolute;
	margin-top: 120px;
	width: 230px;
	color: #CE3031;
	border: 1px solid #CE3031;
}
.error-list .title{
	background-color: #CE3031;
	color: #fff;
	padding: 3px;
}
.error-list .error{
	padding: 3px;
}

body.error {
  color: #333;
}

.alert a {
  color: #f00;
  font-weight: bold;
}

.disabled {
  color: #d0d0d0;
}

.success {
  color: #00f;
}

.comment {
  float: right;
}

.status {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}

.hidden {
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.bottom {
  line-height: 0;
  font-size: 1px;
}

.strong {
    font-weight: bold !important;
}

.red {
	color: #CE3031 !important;
}

.hairo {
	color: #555;
	font-size: 80%;
}
.orange {
	color:#FF5400;
}

/* @group ロールオーバーボタン */
.button a,
.button button {
  display: block!important;
  text-decoration: none!important;
}

.button a:hover,
.button button:hover {
  background-image: none;
}

.button a span,
.button a strong,
.button button span {
  visibility: hidden!important;
}

/* @end ロールオーバーボタン */

/* @group floating-clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul.dot {
  padding-left: 20px;
  list-style: disc;
}
ul.dot li {
  list-style: disc;
}

/* @end floating-clear */

/* @end 共通 */

/* @group レイアウト */
/* 全てを囲むボックス #doc */
#doc {
  margin: 0 auto;
  padding: 0 10px;
  width: 1080px;
  line-height: 1.51;
  text-align: left;
}

/* @group ヘッダ #header */
#header {
  height: 94px;
}

#site-title {
  float: left;
  width: 300px;
  padding-top: 13px;
}
#goweb-banner {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}

/* ロゴ */
#site-title h1.logo,
#site-title p.logo {
  margin: 0 0 0 0;
  float: left;
  width: 280px;
  height: 64px;
}

#site-title h2.logo_title {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
}

/* タグライン */
#site-title p.tagline {
  margin: 0;
  float: left;
  width: 67px;
  padding-top: 10px;
  font-size: 110%;
}

.free_keyword {
	margin: 0 auto;
	padding-top: 10px;
}
.free_keyword .search {
	float: left;
	padding-left: 20px;
}

.free_keyword .search h2 {
  margin-bottom: 3px;
  font-size: 93%;
  text-shadow: 1px 1px #fff;
}

.free_keyword .search h2 em {
  margin-right: 2px;
  color: #F55B01;
  font-weight: bold;
}

.free_keyword .search input.text {
  margin-right: 5px;
  padding: 3px 3px 3px 24px;
  *padding: 3px 3px 4px 24px;
  border: 1px solid #777;
  width: 180px;
  _height: 24px;
  vertical-align: top;
  background: #fff url(/img/search_icon.png) no-repeat 6px 3px;
  border-radius: 12px;
}

.free_keyword .search input.button {
  margin-right: 2px;
  vertical-align: top;
  border-radius: 8px;
  background: url(/img/button-bg.png) repeat-x scroll 0 0 #BBBBBB;
  border-width: 1px;
  padding: 2px 4px;
  font-size: 100%;
}

/* .free_keyword .search input.text:focus { */
/*   background: #FFFFF5 url(/img/search_icon_on.png) no-repeat 6px 3px; */
/* } */

.free_keyword .search div.submit {
  padding-top: 5px;
}

.free_keyword .keywords {
margin-bottom:10px;
padding-left: 20px;
}
.free_keyword .keywords li {
display:inline;
font-size:93%;
margin-right:8px;
}

/* （ログイン時）ヘッダアカウントステータス */
#account-status {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 75px;
  text-align: right;
}
#account-status span{
	display: inline;
	border-right: 1px solid #555;
	padding: 0px 5px;
}

#link-block {
    position: absolute;
    top: 36px;
    right: 290px;
}
#link-block a.external {
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 10px 5px 12px;
    color: #339;
    background-color: #dedede;
    text-decoration: none;
    border: 1px solid #339;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #339;
}
#link-block a.external img {
    width: 20px;
}
.favorite_list {
	position: absolute;
	right: 0px;
	margin: 1px;
}
#menu div span.favorite_list a {
	height: 24px;
	background: #C5A05A url("/img/favi-icon.png") no-repeat 15px 3px;
	padding-left: 40px;
	text-align: left;
	width: 120px;
}
#menu div span.favorite_list a strong{
	color: #fff;
}
#menu div span.favorite_list:HOVER a {
	background: #555 url("/img/favi-icon.png") no-repeat 15px 3px;
}
#menu div span.favorite_list:HOVER a strong{
	color: #FFcc00;
}

/* @end ヘッダ #header */

/* @group メニュー #menu */
#menu {
  background-color: #333;
  margin-bottom: 20px;
}

#menu div {
  width: 980px;
  height: 34px;

}

#menu div span {
  float: left;
}

#menu div span a {
  padding: 4px 0px;
  display: block;
  width: 180px;
  height: 25px;
  text-decoration: none;
  text-align: center;
  border-right: 1px #ccc dotted;
  box-shadow : 0px 1px 3px #ccc;
}

#menu div span.selected a {
	border-right: none;
	background-color: #737173;
	box-shadow : 0px 1px 3px #000;
}

#menu div span a:HOVER {
	background-color: #737173;
	box-shadow : 0px 1px 3px #000;
}

#menu div span a strong,
#menu div span a span {
  color: white;
  font-size: large;
  font-weight: bold;
/*
  visibility: hidden;
*/
}
/* @end メニュー #menu */

a.link-delete {
    color: firebrick;
}

/* ニュース　*/

#nav {
	margin-bottom: 40px;
	float: left;
}

#nav li strong {
	background-color: #dedede;
	border-bottom: 1px #fff solid;
	line-height: 35px;
	*display: block;
	font-weight: normal;
	padding: 0px 15px;
	font-size: 100%;
	float: left;
	width: 170px;
	border-radius: 5px 0px 0px 5px;
}
#nav li strong:HOVER {
	background-color: #BFBFBF;
}


#nav li A {
	color: #000;
	text-decoration: none;
}

#nav li.selected strong {
	background-color: #BFBFBF;
	font-weight: bold;
}
#nav li.other{
	background-color: #CCC;
}


#left .quick_search {
    float: left;
    margin: -36px 0px;
    width: 176px;
    padding: 0px;
}

.quick_search .title {
    font-weight: bold;
}

.quick_search ul {
    margin: 0px;
}

.quick_search li {
    margin-bottom: 6px;
}

#news {
	margin: 0px 0px 20px 10px;
}

#cms {
	margin: 0px 0px 20px 10px;
}

.sidebox2 {
	margin: 0px;
	border-bottom: 1px solid #4BB051;
}

.sidebox2 .title-top-top-top{
	margin: 0px 4px 0px 4px;
	height: 1px;
	background-color: #4BB051;
}
.sidebox2 .title-top-top{
	margin: 0px 2px 0px 2px;
	height: 1px;
	border-left: 1px solid #4BB051;
	border-right: 1px solid #4BB051;
	background-color: #B8E0BA;
}
.sidebox2 .title-top{
	margin: 0px 1px 0px 1px;
	height: 1px;
	border-left: 1px solid #4BB051;
	border-right: 1px solid #4BB051;
	background-color: #B8E0BA;
}
.sidebox2 .title{
	border-bottom: 1px solid #4BB051;
	border-left: 1px solid #4BB051;
	border-right: 1px solid #4BB051;
	background-color: #B8E0BA;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}
.sidebox2 ul li{
	text-align: left;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #4BB051;
	border-right: 1px solid #4BB051;
}
.sidebox2 ul li strong{
	padding: 3px 2px 3px 5px;
	font-weight: normal;
	display: block;
}
.sidebox2 ul li strong:HOVER{
	background-color: #B8E0BA;
}

.sidebox3 {
	margin: 0px;
	border-bottom: 1px solid #E0C23F;
}

.sidebox3 .title-top-top-top{
	margin: 0px 4px 0px 4px;
	height: 1px;
	background-color: #E0C23F;
}
.sidebox3 .title-top-top{
	margin: 0px 2px 0px 2px;
	height: 1px;
	border-left: 1px solid #E0C23F;
	border-right: 1px solid #E0C23F;
	background-color: #F3E7B3;
}
.sidebox3 .title-top{
	margin: 0px 1px 0px 1px;
	height: 1px;
	border-left: 1px solid #E0C23F;
	border-right: 1px solid #E0C23F;
	background-color: #F3E7B3;
}
.sidebox3 .title{
	border-bottom: 1px solid #E0C23F;
	border-left: 1px solid #E0C23F;
	border-right: 1px solid #E0C23F;
	background-color: #F3E7B3;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}
.sidebox3 ul li{
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #E0C23F;
	border-right: 1px solid #E0C23F;
}
.sidebox3 ul li strong{
	padding: 3px 2px 3px 5px;
	font-weight: normal;
	display: block;
}
.sidebox3 ul li strong:HOVER{
	background-color: #F3E7B3;
}

/* @end ニュース　*/


/* @group コンテンツ #contents */
#contents {
	width: 1080px;
	margin: 0;
	padding-bottom: 20px;
	min-height: 290px;
}
#contents #home{
	width: 670px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background-color: #BFBFBF;
}
#contents #tabhome{
	width: 770px;
	float: left;
	margin: -1px 0px 20px 0px;
	padding: 5px;
	background-color: #BFBFBF;
}
#contents #tabhome2{
	width: 970px;
	float: left;
	margin: -1px 0px 20px 0px;
	padding: 5px;
	_background-color: #BFBFBF;
}
#contents #main{
	width: 860px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background-color: #BFBFBF;
}
#contents #top-banner{
	float: left;
	margin-left: 48px;
	margin-bottom: 4px;
}
#contents #left{
	float: left;
	width: 200px;
}
#contents #tab{
	float: left;
	width: 770px;
}
#contents #tab #nav {
	margin-bottom: 0px;
	width: 770px;
	text-align: center;
}
#contents #tab #nav li strong{
	border-radius: 10px 10px 0px 0px;
    margin-right: 3px;
}
#contents #right{
	float: left;
	width: 200px;
}
#contents #side{
	float: left;
	width: 220px;
}
#contents .mar_bottom_40 {
	margin-bottom: 40px;
}
/* @end コンテンツ #contents */

#join_us #for_fudosan {
    background-color: #F2DCDB;
    border: 2px solid #953735;
    float: left;
    padding: 5px 10px;
    height: 110px;
}

#join_us #for_fudosan a {
    font-weight: bold;
}

#join_us #for_fudosan p {
    margin: 5px 10px;
    padding: 5px;
}

#join_us #download_pdf {
    float: left;
}

#join_us #download_pdf {
}

/* @group フッタ #footer */
#footer {
  margin: 0;
  margin-top: 20px;
  padding: 15px 0 24px 0;
  color: #333;
  background: #f6f6f6;
  text-align: center;
}

#footer #footer-about {
  width: 440px;
}

#footer address {
  padding: 3px 0 5px 0;
  display: inline;
  font-size: 93%;
}
#footer .publication {
  *padding-top: 10px;
}
#footer .footer-poweredby {
  float:right;
  padding: 0 5px 0 0;
}
/* @end フッタ #footer */
/* @end レイアウト */


/* 検索　#search */

#search {
	margin: 0px 0px 0px 0px;

}
.mootab {
	padding: 5px 10px;
	border-top: #dedede 5px solid;
	background: #dedede;
	font-weight: bold;
	font-size: 120%;
	height: 20px;
}
.mootab .link {
	float: right;
	display: block;
	width: 140px;
	font-size: 80%;
}
.mootab .title{
	float: left;
	display: block;
	width: 300px;
}
.box{
	background: #fff;
}
.boxholder{
	border: 5px solid #dedede;
}

.search-form {
	background-color:#FFFFFF;
	padding:15px;
}
.search-form h3 {
	display:none;
}
.search-form legend {
	display:none;
}
.search-form .number {
	font-size:110%;
	margin-bottom:16px;
	width: 500px;
}
.search-form .number .bukken-number {
	font-size: 90%;
	font-weight: bold;
	color: #888;
	border: 1px solid #666;
	padding: 3px;
	margin-right: 5px;
}
.search-form .number .rent_total {
	color:#666666;
	font-weight:bold;
}
.search-form .number .all {
	color:#FF5400;
	font-size:200%;
}
.search-form .number .detail-condition {
	float: right;
	margin-top: 10px;
}
.search-form input,select {
	margin-right:3px;
}
.search-form input[type="submit"] {
	border-radius: 4px 4px 4px 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	margin:0;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 120%;
	font-weight: bold;
}
.search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus {
background-position:0 -6px;
border-color:#999999 #999999 #888888;
color:#000000;
}
.search-form input[type="submit"]:active {
background-image:none !important;
outline:medium none !important;
text-shadow:none !important;
}
.search-form input[type="submit"]::-moz-focus-inner {
border:0 none;
padding:0;
}

.search-choose.detail th {
    padding-left:20px;
}
.search-choose .input {
	float: left;
}
.search-choose .select .checkbox {
	display: block;
	float: left;
	min-width: 60px;
	padding-right: 8px;
	white-space: nowrap;
}
.keyword-search .checkbox{
	display: block;
	float: left;
	padding: 3px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	white-space: nowrap;
}
.search-choose .radio {
	display: block;
	float: left;
	min-width: 80px;
	padding-right: 8px;
	white-space: nowrap;
}
.search-choose table {
	width: 100%;
}
.search-choose tr {
	*border-bottom:1px dotted #D7D8DA;
}
.search-choose tr:nth-of-type(even) {
	background-color:#F2F2F2;
	margin-bottom:10px;
	padding:10px 6px;
}
.search-choose th {
	color:#666;
	font-size:120%;
	font-weight:bold;
	width:150px;
	padding:10px 6px;
}
.search-choose td {
	padding:10px 6px;
	text-align: left;
    word-break: break-all;
}
.search-choose td span {
	white-space:nowrap;
	padding-right: 10px;
	padding-top: 3px;
	display: block;
	float: left;
}
.search-choose .ex {
	color: #666;
}
.search-choose .text {
	font-size: 110%;
}
.search-choose .text A {
	font-weight: bold;
}
.search-choose .condition .image {
	font-weight: bold;
}
.search-choose .condition td span {
	min-width: 150px;
}
.search-form .search-button {
	font-size: 120%;
	height:30px;
	margin:5px auto;
	width:203px;
}

/* @end 検索　*/

/* 結果一覧　#search_list */

.searchbox1 {
	background-color: #fff;
	float: left;
}
.pagination {
	width: 1080px;
	float: left;
	margin: 5px 0px 5px 0px;
}
.pagination .counter {
	color:#666666;
	font-weight:bold;
	line-height:1;
	text-align: left;
	width: 500px;
	float: left;
}
.pagination .pager {
	color:#666666;
	width: 430px;
	text-align: right;
	float: right;
	font-size: 110%;
}
.pagination .pager span {
	margin-right: 5px;
}
.pagination .current {
	color: #FF5400;
	font-size: 150%;
}
.pagination .prev {
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	display: inline;
}
.pagination .prev IMG {
	padding: 8px 2px;
}
.pagination .next {
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	display: inline;
}
.pagination .next IMG {
	padding: 8px 2px;
}
.pagination .bukken-number {
	font-size: 110%;
	font-weight: bold;
	color: 658CD9;
	border: 1px solid #666;
	padding: 3px 3px 3px 3px;
	margin-right: 5px;
	margin-top: 3px;
	display: block;
	float: left;
	width: 150px;
}
.pagination .count_total_top {
	color:#FF5400;
	font-size:200%;
}
.pagination .count_top {
	color:#FF5400;
	font-size:150%;
	font-weight:bold;
	line-height:1;
}
.pagination-smart {
	*width: 980px;
	float: right;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}
.pagination-smart .pagination{
	width: 760px;
	float: right;
	margin: 5px 0px 5px 0px;
}
.pagination-smart .pagination .counter {
	width: 320px;
}
.pagination-smart .pagination .pager {
	width: 430px;
}
.pagination-smart .pagination img  {
	padding:7px 2px;
}
.searchbox1 .main-box {

}
.searchbox1 .search-condition {
	width: 220px;
	border: 5px solid #BFBFBF;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	box-shadow : 0px 1px 3px #ccc;
}
.searchbox1 .search-condition LEGEND {
	display: none;
}
.searchbox1 .search-condition h3 {
	background-color: #BFBFBF;
	padding: 5px 10px;
	text-align: center;
	display: block;
	float: left;
	width: 200px;
}
.searchbox1 .search-condition .conditionbox {
	padding: 5px 10px;
	text-align: left;
	float: left;
}
.searchbox1 .search-condition .retry {
	padding: 5px 2px;
	text-align: left;
	float: left;
}
.searchbox1 .search-condition .condition {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	float: left;
}
.searchbox1 .search-condition .conditionbox .condition-name {
	color:#658cD9;
	font-size:120%;
	font-weight:bold;
	padding:5px 0px;
}
.searchbox1 .search-condition .conditionbox p {
	color:#777;
	font-weight:bold;
	margin: 5px 0 5px 0px;
	clear: both;
	border-bottom: 1px solid #777
}
.searchbox1 .search-condition .conditionbox .condition-line {
	display: block;
}
.searchbox1 .search-condition .conditionbox .condition-line div.checkbox {
	display: block;
	float: left;
	min-width: 80px;
	padding-right: 8px;
	white-space: nowrap;
}
.searchbox1 .search-condition .conditionbox .condition-line div.radio {
	display: block;
	float: left;
	min-width: 80px;
	padding-right: 8px;
	white-space: nowrap;
}
.searchbox1 .search-condition .conditionbox .condition-line LABEL SPAN {
	color: #666;
	font-size: 90%;
}
.searchbox1 .search-condition .button-box {
	float: right;
	margin-right: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.searchbox1 .search-condition .search-button{
	font-size: 80%;
	width: 156px;
}
.searchbox1 input {
	margin-right: 3px;
}
.searchbox1 .search-condition .button-clear-box {
    float: left;
    margin: 16px auto 0;
    text-align: center;
    width: 100%;
}
.searchbox1 input[type="submit"]
,.searchbox1 input[type="button"]{
	border-radius: 4px 4px 4px 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	margin:0;
	overflow:visible;
	padding:4px 16px 3px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.searchbox1 input[type="submit"]:hover, .searchbox1 input[type="submit"]:focus {
background-position:0 -6px;
border-color:#999999 #999999 #888888;
color:#000000;
}
.searchbox1 input[type="submit"]:active {
background-image:none !important;
outline:medium none !important;
text-shadow:none !important;
}
.searchbox1 input[type="submit"]::-moz-focus-inner {
border:0 none;
padding:0;
}

.sidebox {
	float: left;
	width: 240px;
}
.sidebox .submenu {
	float: left;
	margin-bottom: 20px;
}
.sidebox .submenu li a {
	color:#000000;
	text-decoration:none;
}
.sidebox .submenu li.selected strong {
	text-indent: 20px;
}
.sidebox .submenu li strong {
	background-color:#dedede;
	border-bottom:1px solid #FFFFFF;
	float:left;
	font-size:100%;
	font-weight:normal;
	line-height:35px;
	text-indent: 0px;
	width:240px;
}
.sidebox .submenu li.selected strong {
	background-color: #BFBFBF;
	font-weight: bold;
}
.sidebox .submenu li strong:HOVER {
	background-color: #BFBFBF;
}

.submitbox {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}

.result_box .td-wrap-anywhere td {
    overflow-wrap: anywhere;
}

.searchbox1 .result_box {
	width: 840px;
	float: left;
}
.searchbox1 .result_box CAPTION {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	background-color: #BFBFBF;
	border: 5px solid #BFBFBF;
}
.searchbox1 .result_box table {
	border: 5px solid #BFBFBF;
	width: 100%;
	box-shadow : 0px 1px 3px #ccc;
}
.searchbox1 .result_box table.row {
	border: none;
	border-bottom: 3px solid #dedede;
	box-shadow : 0px 1px 3px #fff;
}
.searchbox1 .result_box tr {
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.searchbox1 .result_box tr.closed {
	border-bottom: 1px solid #fff;
	cursor: pointer;
	background-color: #ccc;
}
.searchbox1 .result_box tr:HOVER {
	background-color: #eee;
}
.searchbox1 .result_box tr.closed:HOVER {
	background-color: #ccc;
}
.searchbox1 .result_box th {
	background-color: #dedede;
	border-right: #fff dotted 1px;
	padding: 5px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.searchbox1 .result_box td {
	border-right: #eee solid 1px;
	padding: 5px 5px 10px 5px;
	text-align: center;
	border-bottom: #eee solid 1px;
	font-size: 100%;
}
.searchbox1 .result_box td.alignleft {
	border-right: #eee solid 1px;
	padding: 5px 5px 10px 10px;
	text-align: left;
	border-bottom: #eee solid 1px;
	font-size: 100%;
}
.searchbox1 .result_box td.sel_left {
	border-right: none;
	padding: 5px 0px 10px 10px;
}
.searchbox1 .result_box td.sel_right {
	padding: 5px 5px 10px 0px;
}
.searchbox1 .result_box td a {
	text-decoration: none;
}
.searchbox1 .result_box td a:HOVER {
	text-decoration: underline;
}
.searchbox1 .result_box td.row {
	padding: 0px;
}
.searchbox1 .result_box td.action {
	padding: 5px 5px 5px 5px;
}
.searchbox1 .result_box td.action A {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	padding: 0px 0px 2px 0px;
}
.searchbox1 .result_box td.action A:HOVER {
	color: #FF5500;
}
.searchbox1 .result_box td.action .status {
	white-space: nowrap;
	font-weight: normal;
	font-size: 100%;
}
.searchbox1 .result_box tr:HOVER td {
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.searchbox1 .result_box tr:HOVER td.sel_left {
	border-right: none;
	border-bottom: #fff solid 1px;
}
.searchbox1 .result_box p {
	text-align: left;
}
.searchbox1 .result_box p.address{
	font-size: 90%;
}
.searchbox1 .result_box td.photo {
	padding: 1px;
	width: 70px;
}
.searchbox1 .result_box td.update {
	padding: 1px 1px 1px 3px;
	width: 70px;
}
.searchbox1 .result_box td.contact {
	padding: 1px 1px 1px 3px;
	text-align: left;
}
.searchbox1 .result_box .popcontact{
	position: absolute;
	margin-left: -83px;
	margin-top: 3px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 719px;
	text-align: left;
	float: left;
	background-color: #ffffee;
	z-index: 2;
}
.searchbox1 .result_box .thumbnail, .info-basic .thumbnail {
	text-align: center;
}
.searchbox1 .result_box .thumbnail .image, .info-basic .thumbnail .image {
	max-height: 70px;
	max-width: 70px;
}
.searchbox1 .result_box .thumbnail .image-bigdown, .info-basic .thumbnail .image-bigdown {
	position: absolute;
	float: left;
	max-width: 300px;
	max-height: 300px;
	border: 3px solid #ccc;
	margin-left: 60px;
	z-index: 3;
}
.searchbox1 .result_box .integral {
	font-size:160%;
	font-weight:bold;
}
.searchbox1 .result_box .small {
	font-weight:bold;
}
.searchbox1 .result_box .help {
	font-weight:bold;
	font-size: 85%;
	color: #999;
}
.searchbox1 .result_box .bold {
	font-weight:bold;
}
#contents .rentals .searchbox1 {
    /* お部屋検索の検索結果で検索結果が0件の時にレイアウトが崩れるのを回避するため */
    width: 1080px;
}
.square_box {
	float: left;
	border: 5px solid #999;
	border-top: none;
	padding: 5px 5px 10px 5px;
	font-size: 85%;
}
.square_box CAPTION {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	margin-bottom: 10px;
	background-color: #FFF8CA;
	width: 900px;
}
.square_box table {
	margin-left: 35px;
}
.square_box table tr{
	border-bottom: 5px dashed #FFF;
}
.square_box table.square {
	border: 5px solid #EFF3B5;
	box-shadow : 1px 1px 3px #ccc;
	float: left;
	background-color: none;
	cursor: pointer;
	margin: 0px 3px 3px 0px;
	height: 160px;
	width: 220px;
}
.square_box table.square tbody{
	_float:left;
}
.square_box table.square:HOVER{
	border: 5px solid #B5BE5A;
}
.square_box table.square tr {
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.square_box table.square th {
	background-color: #EFF3B5;
	border-right: #EFF3B5 dotted 1px;
	padding: 5px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.square_box table.square td {
	border-right: #EFF3B5 solid 1px;
	border-bottom: #EFF3B5 solid 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-size: 100%;
	color: #555;
}
.square_box table.square tr.title {
	background-color: #EFF3B5;
}
.square_box td.action {
	padding: 5px 5px 5px 5px;
}
.square_box td.action A {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	padding: 0px 0px 2px 0px;
}
.square_box td.action A:HOVER {
	color: #FF5500;
}
.square_box table.square .integral {
	font-size:160%;
	font-weight:bold;
	color: #FF5400;
}
.square_box table.square .decimal{
	font-size:140%;
	color: #FF5400;
}
.square_box table.square .small {
	font-size: 100%;
	color: #000;
}
.square_box table.square .bold {
	font-weight:bold;
	color: #000;
	font-size: 140%;
}
.square_box table.closed {
	background-color: #fff;
	border: 5px solid #eee;
}
.square_box table.closed td {
	background-color: #fff;
	border-right: #eee solid 1px;
	border-bottom: #eee solid 1px;
}
.square_box table.closed .integral {
	color: #555;
}
.square_box table.closed .decimal{
	color: #555;
}
.square_box table.closed .small {
	color: #555;
}
.square_box table.closed .bold {
	color: #555;
}
.square_box table.floor {
	width: 10px;
	position: relative;
	margin-left: -35px;
}
.square_box table.floor td{
	padding: 0px;
}

/* @end 結果一覧　*/

/* 詳細　#detail */
.detailbox1 {
	width: 980px;
    margin: 0 auto;
}
.detailbox1 h1,.detailbox1 h2,.detailbox1 h3 {
	float: left;
}
.detailbox1 .title{
	width: 100%;
}
.detailbox1 .detail-info {
	width: 670px;
	float: left;
}
.detailbox1 .price {
	float: left;
	width: 670px;
	margin-bottom: 15px;
}
.detailbox1 .price dl {
	float: left;
}
.detailbox1 .price dt{
	color: #658CD9;
	display: inline;
	font-size: 110%;
	margin-left: 5px;
	font-weight: bold;
}
.detailbox1 .price dd {
	color:#666;
	display:inline;
	font-size:110%;
	font-weight: bold;
	margin-right: 5px;
}
.detailbox1 .price dd .integer {
	color:#FF5400;
	font-size:250%;
}
.detailbox1 .price dd .decimal {
	color:#FF5400;
	font-size:140%;
}
.detailbox1 .price dd .notice {
    color:#000;
    font-size:80%;
    font-weight: normal;
}
.detailbox1 .price dt.sum {
	color:#656565;
}
.detailbox1 .price ul {
	float: left;
	font-size: 90%;
	text-align: left;
}
.detailbox1 .price li {
    margin-left: 5px;
}
.detailbox1 .price ul a {
	font-size: 110%;
	font-weight: bold;
}
.detailbox1 .price ul strong{
	font-weight: bold;
	color: #555;
	margin-right: 3px;
}
.detailbox1 input[type="submit"] {
	border-radius: 4px 4px 4px 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	margin:5px 1px 1px 0px;
	overflow:visible;
	padding:5px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 110%;
	font-weight: bold;
}
.detailbox1 input[type="submit"]:hover, .search-form input[type="submit"]:focus {
background-position:0 -6px;
border-color:#999999 #999999 #888888;
color:#000000;
}
.detailbox1 input[type="submit"]:active {
background-image:none !important;
outline:medium none !important;
text-shadow:none !important;
}
.detailbox1 input[type="submit"]::-moz-focus-inner {
border:0 none;
padding:0;
}
.detailbox1 td {
    word-break: break-all;
}
.detailbox1 .info-basic {
	float: left;
	margin-bottom: 20px;
}
.detailbox1 .info-basic table {
	width: 670px;
	border: 3px solid #BFBFBF;
	font-size: 110%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	box-shadow : 0px 1px 3px #ccc;
}
#application_edit .detailbox1 .info-basic caption {
    background-color: #BFBFBF;
    color: white;
    font-size: 120%;
    font-weight: bold;
    padding: 3px 10px 0;
    width: auto;
	text-align: center;
}
.detailbox1 .info-basic caption {
	border: 1px solid #BFBFBF;
	border-bottom: none;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}
.detailbox1 .info-basic th {
	background-color: #dedede;
	padding: 3px 2px;
	border-right: 1px solid #fff;
	font-weight: bold;
	text-align: center;
}
.detailbox1 .info-basic td {
	padding: 3px 2px;
	border-right: 1px solid #eef;
	border-bottom: 1px solid #eef;
	text-align: center;
}
.detailbox1 .info-basic td.left {
	text-align: left;
}
.detailbox1 .info-basic td.right {
	text-align: right;
}
.tablefixed {
	table-layout: fixed;
}
.tablefixed td {
	word-wrap:break-all;
	word-break:break-all;
}


.detailbox1 .info-fees {
	width: 670px;
	display: flex;
	flex-wrap: wrap;
}
.detailbox1 .info-fee {
	width: 330px;
	margin-bottom: 20px;
}
.detailbox1 .info-fees .info-fee:nth-child(even) {
	margin-left: 10px;
}
.detailbox1 .info-fee table {
	width: 330px;
	border: 3px solid #BFBFBF;
	font-size: 110%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	box-shadow : 0px 1px 3px #ccc;
}
.detailbox1 .info-fee caption {
	border: 1px solid #BFBFBF;
	border-bottom: none;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 100%;
}
.detailbox1 .info-fee th {
	background-color: #dedede;
	padding: 3px 8px;
	border-right: 1px solid #fff;
	font-weight: bold;
	text-align: center;
}
.detailbox1 .info-fee td {
	padding: 3px 8px;
	border-right: 1px solid #cce;
	border-bottom: 1px solid #cce;
	text-align: left;
}
.detailbox1 .info-fee td.right{
	text-align: right;
}
.detailbox1 .info-fee td.center {
	text-align: center;
}
.detailbox1 .info-fee td.total {
	text-align: center;
	background-color: #dedede;
	font-weight: bold;
}



.detailbox1 .info-detail {
	float: left;
	margin-bottom: 20px;
}
.detailbox1 .info-detail table {
	width: 670px;
	border: 3px solid #BFBFBF;
	font-size: 110%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	box-shadow : 0px 1px 3px #ccc;
}
.detailbox1 .info-detail caption {
	display: none;
}
.detailbox1 .info-detail th {
	background-color: #dedede;
	padding: 3px 10px;
	border-bottom: 1px solid #f9f9f9;
	font-weight: bold;
	text-align: left;
	width: 150px;
}
.detailbox1 .info-detail td {
	padding: 3px 8px;
	text-align: left;
	max-width: 450px;
    word-break: break-all;
}
.detailbox1 .info-detail dt {
	font-size: 95%;
	color: #888;
}
.detailbox1 .info-detail dd {
	color: #333;
}
.detailbox1 .info-detail tr:nth-of-type(even) th {
	background-color: #efefef;
}
.detailbox1 .info-detail tr:nth-of-type(even) td {
	background-color: #f9f9f9;
	width: 165px;
}
.detailbox1 .detail-nav {
	float: left;
	margin-bottom: 20px;
	width: 670px;
}
.detailbox1 .detail-nav li{
	width: 210px;
	font-size: 110%;
	font-weight: bold;
}
.detailbox1 .detail-nav img{
	padding: 3px;
}
.detailbox1 .detail-nav .left{
	float: left;
	text-align: left;
}
.detailbox1 .detail-nav .center{
	float: left;
	text-align: center;
}
.detailbox1 .detail-nav .right{
	float: right;
	text-align: right;
}
.detailbox1 .pdf-print {
	float: left;
	text-align: center;
	width: 670px;
	margin-bottom: 20px;
}
.detailbox1 .pdf-print ul {
	float: right;
	width: 187px;
}
.detailbox1 .pdf-print ul a {
	font-size: 120%;
	font-weight: bold;
}
.detailbox1 .pdf-print ul strong{
	font-weight: bold;
	color: #555;
	margin-right: 3px;
}
.detailbox1 .detail-image {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}
.detailbox1 .detail-image-notice {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.detailbox1 .detail-image-download {
	float: left;
	margin: 0 auto 20px auto;
	width: 100%;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
.detailbox1 .detail-image .image-big{
	float: left;
	max-width: 320px;
	width:expression(
	  document.all('image-big').clientWidth < 320?
    	'320px':'auto');
	max-height: 320px;
	margin-right: 10px;
	border: 1px solid #888;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	box-shadow : 0px 1px 3px #999;
}
.detailbox1 .detail-image .image-big img{
	max-width: 320px;
	width:expression(
	  document.all('image-big').clientWidth < 320?
    	'320px':'auto');
	max-height: 320px;
}
.detailbox1 .detail-image .image-list {
	float: left;
	width: 640px;
	margin: 10px;
}
.detailbox1 .detail-image .image-list-title {
	font-size: 110%;
	font-weight: bold;
}
.detailbox1 .detail-side {
	float: right;
	width: 300px;
}
.detailbox1 .detail-side .image-big img{
	max-width: 280px;
	width:expression(
	  document.all('image-big').clientWidth < 280?
    	'280px':'auto');
	max-height: 280px;
}
.detailbox1 .property-image {
	padding: 10px;
	background-color: #dedede;
	margin-bottom: 20px;
	box-shadow : 0px 1px 3px #ccc;
}
.detailbox1 .property-image img{
	background-color: #ffffff;
}
.detailbox1 .map {
	padding: 10px;
	background-color: #dedede;
	margin-bottom: 20px;
	box-shadow : 0px 1px 3px #ccc;
}
.detailbox1 .map h2{
	font-size:110%;
	font-weight:bold;
	margin:8px 0;
	text-align:center;
}
.detailbox1 .detail-side-element {
	margin-bottom: 20px;
	width: 300px;
}
.detailbox1 .detail-side-element table {
	border: 3px solid #BFBFBF;
	font-size: 110%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	width: 300px;
	box-shadow : 0px 1px 3px #ccc;
}
.detailbox1 .detail-side-element caption {
	display: none;
}
.detailbox1 .detail-side-element th {
	background-color: #dedede;
	padding: 3px 10px;
	border-bottom: 1px solid #f9f9f9;
	font-weight: bold;
	text-align: left;
	width: 90px;
}
.detailbox1 .detail-side-element td {
	padding: 3px 5px 3px 8px;
	text-align: left;
}
.detailbox1 .detail-side-element td p{
	font-weight: bold;
	font-size: 110%;
}
.detailbox1 .detail-side-element td b{
	font-weight: bold;
	font-size: 130%;
}
.detailbox1 .detail-side-element tr:nth-of-type(even) th {
	background-color: #efefef;
}
.detailbox1 .detail-side-element tr:nth-of-type(even) td {
	background-color: #f9f9f9;
}
/* @end 詳細　*/

#user_index {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#user_index .info-detail th {
	width: 200px;
}

.rosen {
	float: left;
	background-color: #fff;
	padding: 20px;
}
.rosen-listwrap {
	width: 990px;
	margin-top:16px;
	margin-bottom:16px;
	padding-bottom:5px;
	float: left;
}
.rosen-listwrap .select .checkbox {
	float: left;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align: left;
	min-width: 180px;
}
.rosen-listwrap input {
	margin-right: 3px;
}
.rosen-listwrap label {
	cursor: pointer;
}

.rosen-listwrap h3 {
	border-bottom:1px solid #BFBFBF;
	color:#658CD9;
	font-size:120%;
	font-weight:bold;
	margin-bottom:8px;
}
.rosen-listwrap h3 .selectall{
	color:#999;
	font-size:80%;
	font-weight:bold;
	margin-bottom:8px;
	margin-left: 8px;
}
.rosen-next {
	margin-left: 200px;
	float: left;
	width: 121px;
}
.rosen .back-link {
	font-size: 110%;
	margin:5px auto;
	width:120px;
	float: left;
	padding-top: 10px;
}
.rosen .submit-desc {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 320px;
	font-size: 90%;
}
.rosen input[type="submit"] {
	border-radius: 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	margin:0;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 150%;
	font-weight: bold;
}
.rosen input[type="submit"]:hover, .rosen input[type="submit"]:focus {
background-position:0 -6px;
border-color:#999999 #999999 #888888;
color:#000000;
}
.rosen input[type="submit"]:active {
background-image:none !important;
outline:medium none !important;
text-shadow:none !important;
}
.rosen input[type="submit"]::-moz-focus-inner {
border:0 none;
padding:0;
}
.eki-listwrap {
	width: 100%;
	margin-bottom:10px;
	padding-bottom:5px;
	float: left;
}
.eki-listwrap .select .checkbox {
	float: left;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align: left;
	min-width: 180px;
}
.eki-listwrap h3 .selectall{
	color:#999;
	font-size:80%;
	font-weight:bold;
	margin-bottom:8px;
	margin-left: 8px;
}
.eki-listwrap input {
	margin-right: 3px;
}
.eki-listwrap label {
	cursor: pointer;
}

.eki-listwrap h3 {
	background-color: #BFBFBF;
	font-size:120%;
	font-weight:bold;
	margin-bottom:8px;
	padding: 3px 5px;
}
.eki-next {
	margin-left: 200px;
	float: left;
	width: 175px;
}
.eki-listwrap .number {
	float: right;
	margin: 5px;
}

/* お部屋検索 */

.rentals.search-choose table tr.free_keyword > td {
	padding: 25px;
}
.rentals.search-choose table tr.free_keyword > td > #search {
	background-color:#f6f6f6;
	padding:10px 10px;
	margin: 0px auto;
	float: none;
	width: 485px;
}
.rentals.search-choose table tr:not(.free_keyword) > th {
	padding: 20px;
}
.rentals.search-choose table tr.detail-condition {
	display: none;
}

tr.detail-condition-campaign div.input.select > div.checkbox {
    float: none;
    white-space: normal;
}

.conditionbox.conditionbox-campaign div.input.select > div.checkbox {
    float: none;
    white-space: normal;
}

.rentals h2.title > .only-aviable-box {
	font-weight: normal;
	font-size: 11pt;
	margin-left: 25px;
	vertical-align: 2px;
}
.rentals h2.title > .only-aviable-box input,
.rentals h2.title > .only-aviable-box label {
	vertical-align: middle;
}

.condition-line {
	margin-bottom: 3px;
	display: block;
	width: 100%;
	float: left;
}
#pass {
	margin-top: -15px;
	margin-bottom: 10px;
}
#pass .current{
	font-size: 100%;
}

.icn-new {
	font-size: 80%;
	color: #B50000;
	background-color: #fffbc6;
	padding: 2px;
}
.icn-change {
	font-size: 80%;
	color: #fff;
	background-color: #B50000;
	padding: 2px;
}
.icn-ad1 {
	font-size: 80%;
	color: #fff;
	background-color: #73AED6;
	padding: 1px;
}
.icn-ad2 {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #E7C700;
	padding: 1px;
}
.icn-ad3 {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #B50000;
	padding: 1px;
}
.icn-free1 {
	font-size: 80%;
	color: #fff;
	background-color: #ffAED6;
	padding: 1px;
}
.icn-free2 {
	font-size: 80%;
	color: #fff;
	background-color: #ffC700;
	padding: 1px;
}
.icn-free3 {
	font-size: 80%;
	color: #fff;
	background-color: #ff0000;
	padding: 1px;
}
.icn-newbuilding {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #F78E94;
	padding: 1px;
}
.icn-sennin {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #FF0000;
	padding: 1px;
}
.icn-goodplan {
	font-size: 80%;
	color: #fff;
	background-color: #00cc00;
	padding: 1px;
}
.icn-muku {
	font-size: 80%;
	color: #fff;
	background-color: #856047;
	padding: 1px;
}

h2.title {
	width: auto;
	font-size: 140%;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 15px;
	background-color: #333;
	color: white;
	text-align: left;
	box-shadow : 0px 1px 3px #000;
	box-sizing: border-box;
}
h2.title .code-num {
	font-size: 80%;
	padding-top: 5px;
	padding-left: 5px;
	color: #ccc;
}
h2.title .title-link {
	float: right;
	font-size: 80%;
	padding-top: 3px;
	padding-left: 10px;
}
h2.title .title-link a {
	color: white;
}
h2.title .title-link.real-time-updates {
    color: #f00;
    background-color: #fff;
    /* font-weight: normal; */
    font-size: 75%;
    padding: 1px 20px;
    margin-top: 2px;
    margin-right: 50px;
    opacity: 0.9;
    border-radius: 3px;
}

h2.title .required-desc {
	color: #ccc;
	font-size: 70%;
	padding-top: 5px;
	float: right;
}
h2.title .description {
	color: #ccc;
	font-size: 60%;
	padding-top: 5px;
	float: right;
}

#account_list {
	margin: 0 auto;
    width: 980px;
}
#account_list .result_box{
	width: 765px;
}
#building_list {
	float: left;
}
#building_list .result_box{
	width: 770px;
}
#account_edit {
	float: left;
}
#password_forget {
	margin-left: 130px;
	float: left;
}
.editbox1 {
	margin-bottom: 40px;
	width: auto;
}
#application_edit .editbox1 {
	margin-bottom: 10px;
	margin-top: 8px;
}
#application_edit .right_box {
	float: right;
	width: 870px;
}
.editbox1 table {
	width: 100%;
	border: 3px solid #BFBFBF;
	font-size: 90%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	margin-bottom: 20px;
}
#application_edit .editbox1 table {
	width: 100%;
	margin-bottom: 10px;
}
.editbox1 caption {
	background-color:#BFBFBF;
	color:white;
	font-size:140%;
	font-weight:bold;
	padding:3px 10px 0px 10px;
	width:auto;
}
.editbox1 table.create {
	border: 2px solid #B5BD5C;
}
.editbox1 table.create caption {
	background-color:#B5BD5C;
	border: 2px solid #B5BD5C;
	border-bottom: none;
}
.editbox1 caption label{
	font-size:80%;
	color: black;
}
.editbox1 h3 {
	border: 3px solid #BFBFBF;
	border-bottom: none;
	background-color: #dedede;
	font-size: 120%;
	padding: 5px 10px;
	text-align: center;
}
.editbox1 th {
	background-color: #dedede;
	padding: 8px;
	border-bottom: 1px solid #f9f9f9;
	font-weight: bold;
	text-align: left;
	width: 160px;
	font-size: 130%;
}
.editbox1 .listbox th {
    background-color: #dedede;
    border-right: 1px dotted #fff;
    font-weight: bold;
    padding: 5px 5px 10px;
    text-align: center;
    white-space: nowrap;
}
.editbox1 .listbox td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-size: 100%;
    padding: 5px 5px 10px 10px;
    text-align: center;
}
.editbox1 .listbox td.resident-payment {
	text-align: center;
	padding: 5px 0 10px 0;
}
.editbox1 .listbox td.resident-payment div.input.checkbox {
	float: none;
	margin-left: 0px;
}
.editbox1 .infobox th {
	width: auto;
}
.editbox1 th .required-mark {
	font-size: 70%;
	display: inline-block;
	margin-left: 2px;
}
.editbox1 th .alert {
	font-size: 70%;
	display: block;
}
.editbox1 td {
	padding: 5px 10px;
	text-align: left;
}
.edit_by_agent {
	clear: both;
}

.editbox1 .edit_by_agent table {
	border: 3px solid #30ac5b;
}
.editbox1 .edit_by_agent caption {
	background-color:#30ac5b;
}
.editbox1 .edit_by_agent tr:nth-of-type(even) th {
	background-color: #ECFFEF;
}

.editbox1 .edit_by_agent tr:nth-of-type(even) td {
	background-color: #F6FFF9;
}

.editbox1 .edit_by_agent tr:nth-of-type(odd) th {
	background-color: #bfffcf;
}

.editbox1 tr:nth-of-type(even) th {
	background-color: #efefef;
}

.editbox1 tr:nth-of-type(even) td {
	background-color: #f9f9f9;
}

.editbox1 tr:nth-of-type(odd) th {
	background-color: #dedede;
}

.editbox1 tr:nth-of-type(odd) td {
	background-color: #fff;
}

.editbox1 table.create th {
	background-color: #E8F0B4;
}
.editbox1 table.create tr:nth-of-type(even) th {
	background-color: #EEF4C4;
}
.editbox1 table.readonly th {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.editbox1 table.readonly td {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.editbox1 tr.readonly th {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.editbox1 tr.readonly td {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.editbox1 .readonly input[type="text"],
.editbox1 .readonly input[type="password"],
.editbox1 .readonly textarea,
.editbox1 .readonly select {
    background-color: #f9f9f9;
    color: #777;
}

.editbox1 .readonly input[type="text"]:hover,
.editbox1 .readonly input[type="text"]:focus,
.editbox1 .readonly input[type="password"]:hover,
.editbox1 .readonly input[type="password"]:focus,
.editbox1 .readonly input[type="file"]:hover,
.editbox1 .readonly input[type="file"]:focus,
.editbox1 .readonly select:hover,
.editbox1 .readonly select:focus,
.editbox1 .readonly textarea:hover,
.editbox1 .readonly textarea:focus {
	background-color: #f9f9f9;
	border:1px solid #CCCCCC;
}

.editbox1 .readonly .help {
	background-color: #f9f9f9;
}

.editbox1 input,select {
	margin-right: 3px;
}
.editbox1 input {
	font-size: 120%;
}
.editbox1 .submit-button {
	font-size: 120%;
	height:30px;
	margin:5px auto;
	width:163px;
}
.editbox1 .back-link {
	font-size: 110%;
	margin:5px auto;
	width:120px;
	float: left;
	padding-top: 10px;
}
.editbox1 .message{
	padding: 1px;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0px;
	color: #ce3031;
	text-align: center;
}
.editbox1 .submit {
	text-align: center;
	margin-bottom: 20px;
}
.editbox1 .notify {
	text-align: center;
	font-size: 110%;
	margin-bottom: 10px;
}
.editbox1 label {
	padding:5px;
}
.editbox1 .input {
	font-family:inherit;
	font-size:120%;
	font-weight:inherit;
	float: left;
	margin-left: 10px;
}
.editbox1 input[type="file"] {
	font-size:100%;
	padding:4px 10px 4px 0px;
	text-align: right;
}
.editbox1 input[type="text"]
                ,.editbox1 input[type="password"]
                ,.editbox1 textarea
                ,.editbox1 select {
	border-radius: 5px 0px 0px 5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	margin:0;
	padding:2px 6px 2px 10px;
	height: 27px;
}
.editbox1 input[type="text"]:disabled,
.editbox1 input[type="password"]:disabled,
.editbox1 textarea:disabled,
.editbox1 select:disabled {
    background-color: #f9f9f9;
}
.editbox1 input[type="text"][readonly],
.editbox1 input[type="password"][readonly],
.editbox1 textarea[readonly],
.editbox1 select[readonly] {
    background-color: #f9f9f9;
    color: #555;
}

.editbox1 select {
	height: 33px;
	padding-bottom: 3px;
	max-width: 400px;
}

.editbox1 textarea {
}

.editbox1 textarea.param {
	width: 550px;
	height: 27px;
	font-size: 120%;
}

.editbox1 input[type="text"]:hover,
.editbox1 input[type="text"]:focus,
.editbox1 input[type="password"]:hover,
.editbox1 input[type="password"]:focus,
.editbox1 input[type="file"]:hover,
.editbox1 input[type="file"]:focus,
.editbox1 select:hover,
.editbox1 select:focus,
.editbox1 textarea:hover,
.editbox1 textarea:focus {
	background-color: #FFFFE3;
	border-color: #000000;
	border-radius: 5px 0px 0px 5px;
}

.editbox1 input[type="submit"], .editbox1 input[type="button"] {
	border-radius: 4px 4px 4px 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
/*	margin:0;*/
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 150%;
	font-weight: bold;
}
.editbox1 input[type="submit"]:hover, 
.editbox1 input[type="submit"]:focus, 
.editbox1 input[type="button"]:hover, 
.editbox1 input[type="button"]:focus {
	background-position:0 -6px;
	border-color:#999999 #999999 #888888;
	color:#000000;
}
.editbox1 input[type="submit"]:active {
	background-image:none !important;
	outline:medium none !important;
	text-shadow:none !important;
}
.editbox1 input[type="submit"]::-moz-focus-inner {
	border:0 none;
	padding:0;
}
.editbox1 input[type="text"].next
                ,.editbox1 input[type="password"].end
                ,.editbox1 select.end {
	border-radius: 0px 0px 0px 0px;
}
.editbox1 .select_button {
	padding: 2px 0px;
	margin-top: 3px;
	margin-left: -28px;
	font-size: 110%;
	width: 24px;
}
.editbox1 .error input,
.editbox1 .error select,
.editbox1 .error textarea {
	background-color: #FFEEEE;
/*	margin-bottom: 20px;*/
}
.editbox1 .error-message {
/*	position: absolute;
	margin-top: -20px;*/
    font-size: 90%;
    color: #CE3031;
    white-space: nowrap;
    line-height:21px;
}
.editbox1 .spanButtonPlaceholder {
	border-radius: 4px 4px 4px 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	width: auto;
	float: left;
	padding: 2px 2px 2px 10px;
}
.editbox1 .input-line {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.editbox1 .input-line .btn {
	margin-left: 10px;
	margin-top: 5px;
}

.input-line .memo-title {
	float: left;
	margin-left: 18px;
	width: 80px;
}
.input-line .memo-title.memo-title-company {
	font-size: 120%;
	width: 85px;
	margin-left: 10px;
	padding: 5px;
}

.input-line .memo-content {
	float: left;
	width: 480px;
}
.input-line .memo-content span {
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.input-line .memo-content.memo-content-company {
	width: 550px;
}
.input-line .memo-content.memo-content-company span {
	padding: 5px 0px;
	font-size: 120%;
	font-weight: bold;
}

.input-line .download {
	margin: 8px 8px 6px 10px;
	font-size: 120%;
}

.editbox1 .help {
	display: block;
	float: left;
	font-size: 100%;
	border-radius: 0px 10px 10px 0px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 1px 2px;
	border-left: none;
	background-color: #FFF;
	color:#666666;
	line-height:21px;
	padding:5px 10px 5px 10px;
	text-transform:lowercase;
}
.editbox1 .join {
	display: block;
	float: left;
	font-size: 100%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 1px 2px;
	border-left: none;
	border-right: none;
	background-color: #EEE;
	color:#666666;
	line-height:21px;
	padding:5px 10px 5px 10px;
	text-transform:lowercase;
}
.editbox1 .join2 {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding:5px 10px 5px 10px;
	text-transform:lowercase;
}
.editbox1 .desc {
	display:block;
	float: left;
	width: 100%;
	font-size: 110%;
	color:#666666;
	padding-top: 0.3em;
	padding-left: 10px;
}
.editbox1 .desc.note {
	color:#555;
	background-color: #eee;
	margin: 0px 10px;
	padding: 8px;
	width: 90%;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.editbox1 .desc.head {
	color:#555;
    font-weight: bold;
	margin: 5px 10px;
    padding: 0px;
	width: 90%;
}
.editbox1 .popup {
	display: none;
	font-size: 100%;
	padding: 5px;
	border: 3px solid #CCC;
	border-radius: 10px;
	position: absolute;
	margin-left: 480px;
	background-color: #FFFFF7;
}
.editbox1 .popup .poptitle {
	font-size: 110%;
	font-weight: bold;
}
.editbox1 .popup A {
	white-space: nowrap;
}
.editbox1 tr:HOVER .popup {
	display: block;
}
.editbox1 .desc A{
	font-size: 120%;
}
.editbox1 .select .checkbox {
	display: block;
	float: left;
	min-width: 185px;
	padding-right: 5px;
	white-space: nowrap;
}
.editbox1 div.value-line {
	font-size: 120%;
	padding-left: 10px;
}
.editbox1 hr {
	border: 1px solid #8c8b8b !important;
	border-bottom: 0px solid #8c8b8b !important;
	margin: 0px 10px;
}
#login {
	margin: 0 auto;
}
#login table, #login h3, #login .message, #login th, #login td{
	border: none;
	background-color: #fff;
	margin: 0 auto;
}
.login_register {
	margin-top: 30px;
}
#flashMessage.message{
	padding: 1px;
	font-size: 135%;
	font-weight: bold;
	padding: 5px 0px;
	color: #ce3031;
	text-align: center;
}
#flashMessage.message.success{
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #3c763d;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#flashMessage.message .detail-block {
    display: inline-block;
	font-size: 9pt;
    text-align: left;
    background-color: #fee;
    border: 2px solid #ce3031;
    border-radius: 3px;
    padding: 0px;
    min-width: 300px;
    max-width: 70%;
    margin: 10px auto;
}
#flashMessage.message .detail-block .title {
    background-color: #ce3031;
    color: #fff;
    display: inline-block;
    padding: 1px 20px;
}
#flashMessage.message .detail-block ul {
	font-size: 9pt;
    padding: 10px;
}
#flashMessage.message .detail-block ul li {
    list-style-type: disc;
    margin-left: 1.5em;
}
#login #flashMessage.message {
	font-size: 110%;
}

#login th {
	text-align: right;
	width: 240px;
}
#login .submit {
	text-align: left;
}
#login .notify {
	text-align: right;
	padding-right: 275px;
	margin-top: -20px;
	margin-bottom: 20px;
}
#finish {
	margin-right: 210px;
}
#change_password {
	width: 870px;
}
#contents_edit {
	margin: 0px 120px;
}
.hover_action{
	display: none;
	width: 100px;
}
#contents_admin .result_box {
	width: 770px;
}
#rental_edit {
	margin: 0px 80px;
}
#mapCanvas {
  width: 580px;
  height: 300px;
  float: left;
  margin-bottom: 10px;
}
#markerStatus {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.popup {
	display: none;
}

#user_edit {
	padding: 0px 105px;
}
#favorite_list {
	float: left;
	background-color: #fff;
	width: 100%;
}
#favorite_list .result_box{
	width: 770px;
	border: none;
}
#favorite_list .result_box table{
	width: 100%;
	border: none;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
	border-radius: 5px 5px 5px 5px;
}

.keyword-search {
	float: right;
	width: 100%;
	text-align: right;
	margin-top: -30px;
	padding-right: 5px;
}
.keyword-search input[type="text"] {
	border-radius: 5px 5px 5px 5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	margin:0;
	padding:2px 5px 2px 5px;
}

.keyword-search input[type="text"]:hover, .keyword-search input[type="text"]:focus {
	background-color: #FFFFE3;
	border-color: #000000;
}

.keyword-search input[type="submit"] {
	border-radius: 4px 4px 4px 4px;
	background:url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	margin:0;
	overflow:visible;
	padding:1px 5px 2px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 100%;
	font-weight: bold;
}
.keyword-search input[type="submit"]:hover, .keyword-search input[type="submit"]:focus {
	background-position:0 -6px;
	border-color:#999999 #999999 #888888;
	color:#000000;
}
.keyword-search input[type="submit"]:active {
	background-image:none !important;
	outline:medium none !important;
	text-shadow:none !important;
}
.keyword-search input[type="submit"]::-moz-focus-inner {
	border:0 none;
	padding:0;
}
.keyword-search input[type="text"].next
                ,.keyword-search input[type="password"].end
                ,.keyword-search select.end {
	border-radius: 0px 0px 0px 0px;
}
.keyword-search.web-applications input[type=checkbox]  {
    vertical-align:middle;
}
.keyword-search.web-applications input[type=checkbox] + label {
    vertical-align:middle;
    margin-left: 5px;
}
.keyword-search.web-applications input[type=text]  {
    width: 160px;
}
.keyword-search.web-applications span.help-icon {
    margin-left: 0px;
}
/* 申込一覧でflashメッセージが表示された場合にメッセージがkeyword-searchのボックスに被らないようにする */
#flashMessage + .keyword-search {
	margin-top: 0px;
}
.list_dialog {
	font-size: 90%;
	margin-left: -12px;
}
.list_dialog .result_box{
	width: 765px;
}
.list_dialog .title{
	width: 710px;
	margin: 0px;
}
.add_dialog {
	margin-left: -12px;
	font-size: 90%;
}
.add_dialog .editbox1 {
	width: 720px;
	margin: 0px;
}
.add_dialog table {
	width: 755px;
	margin: 0px;
}
.add_dialog .message-box {
	width: 755px;
	margin: 0px;
}
.ui-icon-circle-triangle-s, .ui-icon-circle-triangle-w {
	margin-top: 10px;
	float: right;
}
.ui-icon-triangle-1-e {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.ui-accordion-header .ui-icon {
	left: -2px;
}
.sub-menu {
	font-size: 90%;
	font-weight: normal;
}
#rental_list {
	width: 980px;
	margin: 0 auto;
}
#rental_list .square_box{
	width: 960px;
}
#rental_list .result_box{
	min-width: 970px;
	width: 100%;
}
#maintenance_message {
    background-color: #F0F0F0;
    border: 2px solid #AAAAAA;
    margin: 5px 20px 10px;
    padding: 10px 20px;
    position: relative;
}
#maintenance_message h1 {
	font-size: 150%;
	font-weight: bold;
}
#maintenance_message p {
	font-size: 110%;
    margin: 5px 20px;
    padding: 10px;
}



#box{ line-height: 1.8;text-align: left;width: 980px;}

.application_dialog {
    width: auto;
}
.application_dialog table {
    border: 1px solid #BFBFBF;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333333;
    width: 450px;
}
.application_dialog th {
    background-color: #dedede;
    border: 1px solid #BFBFBF;
    font-weight: bold;
    padding: 8px 5px 8px 20px;
    text-align: left;
}
.application_dialog td {
    padding: 5px 10px;
    border: 1px solid #BFBFBF;
    text-align: left;
}
.application_dialog .input-line {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.application_dialog .input {
    float: left;
}
.application_dialog input[type="button"] {
    background: url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
    border-color: #DDDDDD #DDDDDD #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 150%;
    font-weight: bold;
    margin-top: 20px;
    overflow: visible;
    padding: 4px 16px 7px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: auto;
}

#application_info {
	float: left;
	width: 176px;
	margin: 3px;
}
#application_info .side-contents {
	background-color: #efefef;
	margin-bottom: 10px;
	padding:10px;
	width: 100%;
}
#application_info h3 {
	background-color: #3c3b3b;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	padding:2px;
}
#application_info h3.not_yet {
	background-color: #999;
}
#application_info p {
	margin:2px 0px 10px 2px;
	line-height: 1.4;
}
#application_info .side-contents span.timestamp {
	color: #666;
}
#application_info .side-contents span.username {
	font-weight: bold;
	color: #666;
}

#application_list {
	float: right;
	width: 880px;
}

#application_list .pagination-smart {
	float: none;
}

#application_list .result_box {
	width: 100%;
}

#application_list .result_box tr.pm {
    background-color: #ffffd7;
}
#application_list .result_box tr.agent {
    background-color: #ffd7d7;
}
#application_list .result_box tr.mm {
    background-color: #d0ffd0;
}
#application_list .result_box tr.tanto {
    background-color: #ebd7ff;
}
#application_list .result_box tr.examine {
    background-color: #e8f7ff;
}
#application_list .col-status {
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 10% 80%;
}
#application_list .guarantee-company-answer-status-2 .col-status {
	background-image: url(/img/aproved.png);
}
#application_list .guarantee-company-answer-status-3 .col-status {
	background-image: url(/img/deny.png);
}
#application_list .guarantee-company-answer-status-1 .col-status {
	/* background-image: url(/img/wait.png); */
}
#application_list .guarantee-company-answer-status-5 .col-status {
	background-image: url(/img/incomplete_documents.png);
}
#application_list .status-4.guarantee-company-answer-status-4 .col-status {
	background-image: url(/img/apply_failed.png);
}
#application_list .col-agent {
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 90% 80%;
}
#application_list .agent-request-expired .col-agent {
	background-image: url(/img/agent-request-expired.png);
}
#application_list .agent-request-exists .col-agent {
	background-image: url(/img/agent-request-exists.png);
}
#application_list .col-room-name .set-parking {
    font-weight: bold;
    color: #f00;
}


#application_summary {
	float: left;
	background-color: #efefef;
	width: 170px;
	padding:10px;
	margin-top: -30px;
}
#application_summary h3 {
	background-color: #3c3b3b;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	padding:2px;
}
#application_summary table {
	margin: 5px 0;
	width:100%;
}
#application_summary td {
	padding:1px 3px;
}
#application_summary td.count {
	text-align:right;
	white-space: nowrap;
}
#application_summary p {
	margin:4px;
	line-height: 1.4;
}
#application_summary hr {
	height: 1px;
	background-color: #8c8b8b;
}

.detail-info .good-plan {
    background-color: #fff5bf;
    border: solid 1px #ccc;
    border-radius: 6px;
    float: left;
    margin: -10px 0 10px 0;
    width: 666px;
    height: 36px;
}

.detail-info .good-plan span {
    font-size: 80%;
    line-height: 36px;
    margin-left: 12px;
}

.detail-info .good-plan span.name {
font-size: 140%;
    font-weight: bold;
}

.detail-info .good-plan span.before-price {
    color: #f00;
    margin-left: 2px;
}

.detail-info .good-plan p {
    display: inline;
}

.detail-info .good-plan span.after-price {
    font-size: 130%;
    font-weight: bold;
    color: #f00;
    margin-left: 0px;
}

.detail-info .good-plan span.about {
    font-weight: bold;
}
.lower-content {
    float: left;
    margin-right: 8px;
}
#lower-contents #introduction {
    border: 2px solid #AAAAAA;
    padding: 10px 20px;
    width: 380px;
    height: 100px;
}
#lower-contents #introduction h1 {
	font-size: 110%;
	text-align: center;
}
#lower-contents #introduction p {
	font-size: 90%;
	margin: 10px 4px;
}

#lower-contents {
	margin: 5px auto;
}
#login .editbox1 {
    margin-bottom: 16px;
}


#building_doc #get_reader {
	float: left;
	width: 614px;
}

#building_doc #banner_reader {
	float: right;
	width: 96px;
}

#building_doc {
	width: 720px;
	margin: 5px auto;
}

#building_doc table {
	width: 100%;
	margin-top: 20px;
	border: 3px solid #99BBFF;
}

#building_doc caption {
	padding: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #99BBFF;
}

#building_doc th {
	padding: 6px 10px;
}

#building_doc td {
	text-align: right;
	padding: 6px 10px;
}

.sync_obic .result_box table {
    border: 5px solid #BFBFBF;
    box-shadow: 0 1px 3px #CCCCCC;
    margin-top: 20px;
    width: 100%;
}

.sync_obic .result_box th {
    background-color: #dedede;
    border: 1px dotted #FFFFFF;
    font-weight: bold;
    padding: 5px 5px 10px;
    text-align: center;
    white-space: nowrap;
}

.sync_obic .result_box td {
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    font-size: 100%;
    padding: 5px 5px 10px 10px;
    text-align: center;
}

#response_dialog {
    width: auto;
}
#response_dialog table {
    border: 1px solid #BFBFBF;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333333;
    width: 100%;
}
#response_dialog th {
    background-color: #dedede;
    border: 1px solid #BFBFBF;
    font-weight: bold;
    padding: 8px 5px 8px 20px;
    text-align: left;
}
#response_dialog td {
    padding: 5px 10px;
    border: 1px solid #BFBFBF;
    text-align: left;
}
#response_dialog .input-line {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
#response_dialog .input {
    float: left;
}
#response_dialog .checkbox {
    width: 165px;
}
#response_dialog .button {
    background: url("/img/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
    border-color: #DDDDDD #DDDDDD #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 150%;
    font-weight: bold;
    margin-top: 20px;
    overflow: visible;
    padding: 4px 16px 7px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: auto;
}
#response_dialog .checkbox label {
    padding-left: 4px;
}

.recommend {
	border: 3px solid rgb(1,60,180);
	border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 3px #CCCCCC;
	text-align: center;
}

.recommend h4{
	margin: 2px 0;
	font-size: 100%;
	color: rgb(248,189,0);
}

.recommend ul{
	margin: 1px 0 4px 0;
}

.recommend div.image img{
	margin: 0 4px;
	max-height: 60px;
	max-width: 90px;
	display: inline;
}

.recommend_large_image {
    border: 3px solid #CCCCCC;
    margin-top: 100px;
    margin-left: 40px;
    max-height: 300px;
    max-width: 300px;
    position: absolute;
    z-index: 3;
}

.recommend div.image{
	margin: 6px 0 4px 0;
}

.recommend p.text{
	display: inline-block;
	text-align: left;
	font-size: 90%;
	margin: 2px;
}

.recommend .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.recommend .bx-wrapper .bx-controls-direction a {
	margin-top: -46px;
}

.recommend .bx-wrapper img {
	width: auto;
}

.alphabet {
    ime-mode: disabled;
}
#application_info p.waiting_doc {
	margin:2px;
	line-height: 1.4;
	color: #ce3031;
	font-weight: bold;
}

.application-message-box {
	background: #ffe0ca;
	margin-bottom: 8px;
	padding: 0px;
	color: #ce3031;
	border: 3px solid #3c3b3b;
}
.application-message-box h4 {
	background-color: #3c3b3b;
	color: #eee;
	font-weight: bold;
	font-size: 11pt;
	padding: 2px 2px 2px 20px;
	margin: 0px;
	width: 140px;
}

.application-message-box ul {
	padding: 10px;
}
.application-message-box li {
	list-style: outside disc;
	margin-left: 20px;
	font-weight: bold;
	font-size: 11pt;
	word-break: break-all;
	white-space: normal;
}

.pwd-indicator.very-weak, .pwd-indicator.not-match {
    background-color: #ffc3cf;
    border-color: #be1d30;
}
.pwd-indicator.weak {
    background-color: #ffe6e5;
    border-color: #ff787d;
}
.pwd-indicator.strong {
    background-color: #bceea6;
    border-color: #78bc42;
}
.pwd-indicator.very-strong {
    background-color: #68c6d7;
    border-color: #4f85a7;
}
.pwd-indicator {
    background: none repeat scroll 0 0 #e4e4e4;
    border: 1px solid #ccc;
    color: #2c3e50;
    font-size: 80%;
    margin: 10px 0;
    padding: 1em;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 326px;
}
.jump-buttons {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    z-index: 300;
    display: none;
}
.jump-buttons a {
    background: none repeat scroll 0 0 #f50;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 40px;
    line-height: 24px;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
    margin: 3px 0;
}
.jump-buttons a.bottom {
    line-height: 28px;
}
.jump-buttons .arrow {
    display: inline-block;
    width: 50px;
}
.jump-buttons .arrow.top {
    background: url("../img/icon_arrow_top.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 16px;
}
.jump-buttons .arrow.bottom {
    background: url("../img/icon_arrow_bottom.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 3px;
}

.quick-access {
    display: inline-block;
    border: 3px solid #BFBFBF;
    padding: 8px;
    box-sizing:border-box;
    margin-bottom: 10px;
    width: 100%;
}

.quick-access span {
    margin: 3px;
    float: left;
    white-space: nowrap;
    padding-right: 10px;
    padding-top: 3px;
    display: block;
}

.quick-access a {
    background: url("../img/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 8px;
}

#application_edit .quick-access {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    width: 100%;
}

#application_edit .quick-access td {
    padding: 8px;
}

#application_edit .quick-access span {
    margin: 3px;
    float: left;
}

#application_edit .quick-access a {
    font-size: 110%;
    background: url("../img/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 8px;
}

input.pink[type="submit"] {
	background: #ff80ff;
	text-shadow: none;
	color: #fff;
}
a.greenblue {
	display: inline-block;
	text-decoration: none;
	border-color: #DDDDDD #DDDDDD #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	margin: 5px 1px 1px 0px;
	overflow: visible;
	padding: 6px;
	width: auto;
	font-size: 110%;
	font-weight: bold;
}
input.greenblue[type="submit"],
a.greenblue {
	background: #2d9193;
	text-shadow: none;
	color: #fff;
}
input.pink[type="submit"]:hover {
	background: #ff68ff;
	text-shadow: none;
	color: #fff;
	border-color: #999 #999 #888;
}
input.greenblue[type="submit"]:hover,
a.greenblue:hover {
	background: #2b888a;
	text-shadow: none;
	color: #fff;
	border-color: #999 #999 #888;
}
a.greenblue.banner-greenblue {
    width: 286px;
    text-align: center;
    font-size: 120%;
    padding: 10px 6px;
}

input.blue[type="submit"] {
	background: #004dff;
	text-shadow: none;
	color: #fff;
}
input.blue[type="submit"]:hover {
	background: #0080ff;
	text-shadow: none;
	color: #fff;
	border-color: #999 #999 #888;
}
input.orange[type="submit"] {
	background: #eb6a02;
	text-shadow: none;
	color: #fff;
}
input.orange[type="submit"]:hover {
    opacity: 0.9;
	color: #fff;
}

.ui-tabs .ui-widget-header {
	background: #30AC5B;
}

.ui-tabs .ui-widget-header .ui-state-default {
	background: #efefef;
}

.ui-tabs .ui-widget-header .ui-state-active {
	background: #fff;
}

.ui-tabs .ui-widget-header .ui-state-default a {
	color: #666;
}

.ui-tabs .ui-widget-header .ui-state-active a {
	color: #666;
}

#application_edit .ui-tabs .ui-widget-header a.required {
    font-weight: bold;
}
#application_edit .ui-tabs .ui-widget-header a.entry {
    color: #ce3031;
}
#application_edit .ui-tabs .ui-widget-header a.disabled {
    color: #999;
}

.input-line span.required-icon {
    background: #f55;
    border: 1px solid #a00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 3px 12px 0 10px;
    padding: 3px 6px;
    display: none;
}

.input-line .empty span.required-icon {
	display: inherit;
}

.input-line .empty input, .input-line .empty select {
	background-color: #FFEEEE;
}

p.notice {
	text-align: center;
	margin: 20px 0px;
	padding: 10px 20px;
	background: #f88;
	border: #f22 solid 1px;
	border-radius: 10px;
	color: #fff;
	font-size: 120%;
	clear: both;
}

.campaign {
	background-color: #F3F3F3;
	margin: 5px 0;
	border-radius: 6px;
	padding: 4px;
	min-height: 44px;
}
.campaign #icon {
	float: left;
	margin: 2px 5px 2px 2px;
}

.campaign #campaign {
	color: #ce3031;
	margin: 2px;
	font-size: 110%;
	font-weight: bold;
}

.campaign #campaign.master-campaign {
    display: inline-flex;
}
.campaign #campaign.master-campaign div.campaign-name {
    margin: 2px 5px;
    padding: 5px 10px;
    background-color: #ddd;
    border: 1px solid #999;
    color: #0033cc;
    font-size: 14pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}
.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-warning:focus, .btn-warning:hover {
    background-color: #fcd95f;
    box-shadow: none;
    /*background-position: 0 -30px;*/
}
.btn-warning.active, .btn-warning:active {
    background-color: #fcd95f;
    border-color: #ecb804;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);*/
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8) inset, 1px 1px 1px rgba(0, 0, 0, 0.2);
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
}
.btn-warning {
    background-color: #fcd95f;
    border-color: #ecb804;
    color: #333!important;
}
.btn-warning {
    background-image: linear-gradient(to bottom, #fcd95f 0px, #ecb804 100%);
    background-repeat: repeat-x;
}
.btn-danger {
    background-color: #FFC0CB;
    border-color: #FF0230;
    color: #fff!important;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #FFC0CB 0px, #FF0230 100%);
    background-repeat: repeat-x;
}
.btn-secondary {
    background-color: #666B6C;
    border-color: #373434;
    color: #ccc!important;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #666B6C 0px, #373434 100%);
    background-repeat: repeat-x;
    cursor: not-allowed;
}

.mt5 {
	margin-top: 5px;
}

.examine-info {
	background-color: #efefef;
	padding: 16px 20px 10px 20px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.examine-info span.notice {
	color: #ce3031;
	font-weight: bold;
}
.examine-info span.large {
    font-size: 110%;
}
.examine-info ul {
	margin-bottom: 8px;
}
.examine-info .arrow-desc {
	margin-top: 5px;
	color: #ce3031;
}
.examine-proccess {
	width: 1040px;
    display: inline-block;
    color: #305bac;
}
.examine-proccess div {
	float: left;
    display: inline-block;
}
.examine-proccess .step {
	background-color: #ddd;
    border: 2px solid #305bac;
	display: inline-block;
    height: 116px;
}
.examine-proccess div.step.has-current {
    background-color: #fff;
}
.examine-proccess .step-width-3 {
	width: 250px;
}
.examine-proccess .step-width-4 {
    width: 334px;
}
.examine-proccess .step-width-5 {
    width: 418px;
}
.examine-proccess .arrow {
	margin: 50px 4px;
	background: url(/img/examine_proccess_arrow.png) no-repeat;
	width: 14px;
    text-indent: 99999px;
    overflow: hidden;
}
.examine-proccess .arrow.current {
    background: url(/img/examine_proccess_arrow_c.png) no-repeat;
}
.examine-proccess .arrow.help-icon {
    border-radius: unset;
}
.examine-proccess .body .arrow {
    margin: 20px 4px;
}
.examine-proccess .completed {
    width: 38px;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 115%;
    font-weight: bold;
}
.examine-proccess .step .head {
    height: 34px;
}
.examine-proccess .step .head .caption {
    background: url(/img/examine_proccess_step_bg.png) no-repeat;
	padding: 6px 0 6px 10px;
    font-size: 110%;
    color: #fff;
    width: 80px;
}
.examine-proccess .step .head .title {
    padding: 6px 0 6px 10px;
    font-size: 130%;
    text-align: center;
    font-weight: bold;
}
.examine-proccess .step-width-3 .title {
	width: 140px;
}
.examine-proccess .step-width-4 .title {
    width: 220px;
}
.examine-proccess .step-width-5 .title {
    width: 280px;
}
.examine-proccess .step .body {
    padding: 10px;
}
.examine-proccess .step .body .app-status.current {
    border: 2px solid #000;
    color: #000;
}
.examine-proccess .step .body .app-status {
    border: 2px solid #ff9900;
    border-radius: 6px;
    height: 56px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.examine-proccess .app-status.current, .examine-proccess .completed.current {
	background-color: #ff0;
}
.examine-proccess .step.step2 .app-status.app-status-4 {
	background-repeat: no-repeat;
	background-size: 34px;
	background-position: 100% 100%;
}
.examine-proccess.guarantee-company-answer-status-2 .step.step2 .app-status.app-status-4 {
	background-image: url(/img/aproved.png);
}
.examine-proccess.guarantee-company-answer-status-3 .step.step2 .app-status.app-status-4 {
	background-image: url(/img/deny.png);
}

.examine-info .message-area {
    margin-bottom: 12px;
	background-color: #fff;
	border-radius: 8px;
	border: 2px solid #BFBFBF;
	padding: 8px;
/*	color: #ce3031;*/
}
.examine-info .message-area .title {
	margin-bottom: 2px;
}

.examine-info .message-area p {
	text-align: center;
	font-size: 110%;
}

#application_is_here {
    position: relative;
    top: 8px;
    left: 100px;
}


#detail .condition-icons {
	margin-bottom: 10px;
}

#search_list .condition-icons {
    margin-top: 3px;
}

.badge {
    color: #fff;
    background-color: #013cb4;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25rem;
}

.badge-app-status {
    color: #f00;
    background-color: #e3e9ff;
    font-size: 90%;
}
.badge-waitlisted-count {
    background-color: tomato;
}
.badge-waitlisted-count-1 {
    background-color: orange;
}
.badge-room-status {
    font-size: 90%;
}
.badge-room-status-Availability {
    background-color: royalblue;
}
.badge-room-status-Application {
    background-color: tomato;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.condition-icons .badge {
    font-size: 9pt;
    margin-bottom: 3px;
}

.help-icon {
    border-radius: 6px;
    color: #FFF;
    background-color: #ff9900;
    padding: 0;
/*    height: 26px;
    line-height: 24px; */
    text-align: center;
    width: 18px;
    display: inline-block;
/*    font-size: 16px;*/
    font-weight: normal;
    margin-left: 3px;
    cursor: pointer;
}

a.help-icon {
	color: #fff;
	text-decoration: none;
}

.help-icon.help-icon-important {
    border-radius: 3px;
    padding: 0.2rem 0.4rem;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 1px 1px 1px #666;
    text-shadow:1px 1px 3px #333;
}

#contents_admin {
    width: 980px;
    margin: 0 auto;
}

#search_list .condition-icons .badge {
    font-size: 90%;
}

#search_list .result_box td {
	font-size: 9pt;
}

#search_list .result_box .application {
    width: 54px;
}

#search_list .result_box th.photo {
    width: 62px;
}

#search_list .result_box td.name {
    text-align: left;
}

#search_list .result_box .room-info {
    width: 80px;
}

#search_list .result_box td.room-info {
    font-size: 90%;
}

#search_list .result_box td span.room-number {
    font-size: 12pt;
    color: #013cb4;
    font-weight: bold;
}

#search_list .result_box .price {
    width: 60px;
}

#search_list .result_box td.price {
    font-size: 90%;
}

#search_list .result_box .deposit {
    width: 60px;
}

#search_list .result_box td.deposit {
    font-size: 90%;
}

#search_list .result_box .renovation-status {
    width: 70px;
}

#search_list .result_box td.renovation-status {
    color: #f00;
}

#search_list .result_box .annai-hoho {
    width: 70px;
}

#search_list .result_box td.annai-hoho {
    color: #f00;
}

#search_list .result_box .ad {
	width: 63px;
}

#search_list .result_box td.ad {
    color: #f00;
    font-weight: bold;
}

/*
.examine-proccess img {
	margin-left: 50px;
}
*/

/* 内見予約 private_previews */
#private-preview-dialog table {
    width: 100%;
    font-size: 9pt;
}
#private-preview-dialog table th,
#private-preview-dialog table td {
    padding: 10px;
}
#private-preview-dialog table th {
    font-weight: bold;
    background-color: #d9d9d9;
    width: 100px;
}
#private-preview-dialog table td {
    text-align: left;
    background-color: #f2f2f2;
}
#private-preview-dialog table tr:nth-child(even) th {
    background-color: #bfbfbf;
}
#private-preview-dialog table tr:nth-child(even) td {
    background-color: #ffffff;
}
#private-preview-dialog .editbox1 .input {
    margin-left: 0px;
}
#private-preview-dialog .editbox1 label {
    color: #222;
}
#calendar .fc-event.mine {
    background-color: #cc3300;
    border-color: #993300;
}
#private-preview-dialog input[type=text]:disabled {
    background-color: #eee;
    color: #666;
}
.ui-dialog .ui-dialog-buttonpane button:disabled {
    opacity: 0.8;
    cursor: default;
}
.ui-dialog .ui-dialog-buttonpane button:disabled span.ui-button-text {
    color: #999;
    font-weight: normal;
}
#contents .private-preview .searchbox1 #left {
    width: 245px;
}
#account_list.private-preview .result_box {
    width: 730px;
}
.private-preview #nav li strong {
    width: 215px;
}
/* プラン選択 */
.detailbox1 .tabs {
	margin: 4px 0 6px 0;
}

.nav-tabs {
    border-bottom: 2px solid #bfbfbf;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #bfbfbf #bfbfbf #fff;
}
.nav-tabs .nav-link {
	font-weight: bold;
    border: 2px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover {
    border-color: #bfbfbf;
}
.nav-tabs .nav-link.active:hover {
    border-color: #bfbfbf #bfbfbf #fff;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

th.inline-th div.input.text {
    display: inline;
    float: none;
}
th.inline-th span,
th.inline-th input {
    font-weight: normal;
}
.fileupload .upload-result {
    float: left;
    width: 190px;
}
.fileupload .upload-result .last-modify-date {
    float: none;
}

.fileupload .upload-result .url {
	float: right;
}
.fileupload .upload-result .url.selection-block span.selection {
	display: inline;
	float: none;
}
.external-result {
	float: left;
	font-size: 120%;
	color: #CE3031;
}
.guarantee-answer-result {
	float: left;
	margin-left: 30px;
}
.guarantee-answer-result a {
	font-weight: bold;
	font-size: 120%;
}
p.residentsupport-param {
	font-weight: normal;
	font-size: 85%;
}

#cancel-dialog .cancel-dialog-content {
	text-align: left;
}
#cancel-dialog .cancel-dialog-content .editbox1 {
	margin-top: 15px;
}

#force-restore-canceled-application-dialog {
    text-align: left;
}

div.contractor-direct-dialog-content {
	text-align: left;
	padding: 10px 0px 0px 12px;
}
p.contractor-direct-dialog-noticable {
	display:inline;
	color:#CE3031;
}
#contractor-direct-history.editbox1 {
    text-align: left;
}
#contractor-direct-history.editbox1 th {
    width: auto;
    white-space: nowrap;
}
#contractor-direct-history.editbox1 td:not(.items) {
    white-space: nowrap;
}
.contractor-direct-dialog-form {
    margin-top: 10px;
}
.contractor-direct-dialog-form label {
    display: block;
    margin: 8px 0;
}

div.campaign-area.input-line > div.input.select > div.checkbox { /* マスターキャンペーン */
    float: none;
    white-space: normal;
    margin-bottom: 1rem;
}

/* 申込一覧 コメント履歴ダイアログ */
#comment-history {
    text-align: left;
}
.comment-container .comment-block .author {
    margin: 1rem 0 0.5rem;
    float: none;
    font-weight: bold;
    color: #333;
}
.comment-container .comment-block .author .created {
    color: #666;
}
.comment-container .comment-block .comment {
    float: none;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 8px;
    word-break: break-all;
}
.comment-container .comment-block .comment div.attachment {
    margin-top: 0.2rem;
}
.comment-container .comment-block .comment a:visited {
    color: #004dff;
}
.comment-container .comment-block .comment a:link {
    color: #0033cc;
}
.comment-container .comment-block .created {
    float: none;
}
.comment-container .comment-block {
    width: 500px;
    text-align: left;
    margin: 10px 0px;
}
.comment-container .comment-block.role-User {
    margin-left: 260px;
}
.comment-container .comment-block.role-User .comment {
    background-color: #efe;
}
.comment-container .comment-block:not(.role-User) {
    margin-left: 10px;
}
.comment-container .comment-block:not(.role-User) .comment {
    background-color: #eff;
}


table.no-border {
    border-width: 0px;
    background-color: transparent !important;
    max-width: 50%;
}
table.no-border tr {
    background-color: transparent !important;
}
table.no-border th,
table.no-border td {
    background-color: transparent !important;
}
#contract-document-error-eidt-dialog p {
    text-align: left;
    margin-bottom: 10px;
}
#contract-document-error-eidt-dialog table th,
#contract-document-error-eidt-dialog table td {
    padding: 5px;
}

.contract-documents-table a.expand-action {
	font-size: 150%;
}

/* 予約申込/仲介新規登録 個人情報の同意チェック */
.privacy-policy-block table.privacy-policy-table {
    margin-bottom: 20px;
}

.privacy-policy-block table.privacy-policy-table td {
    font-size: 120%;
    padding: 20px;
}

.privacy-policy-block table.privacy-policy-table td label input[type=checkbox] {
    margin-top: 3px;
}

.privacy-policy-block table.privacy-policy-table td .privacy-policy-link {
    display: inline;
    margin-left: 30px;
}

.privacy-policy-block table.privacy-policy-table td .terms {
    margin-bottom: 10px;
}

.editbox1 input[type="submit"]:disabled,
.editbox1 input[type="submit"]:hover:disabled,
.editbox1 input[type="submit"]:active:disabled {
    background-image: none !important;
    outline: medium none !important;
    text-shadow: none !important;
    background-color: #ddd;
    background-position: 0;
    border-color: #999999 #999999 #888888;
    color: #999;
}

/* ツールチップのスタイルを指定 */
.tipsy .tipsy-inner {
    font-size: 14px;
    padding: 0.7rem;
    text-align: left;
    word-break: break-all;
}

/* sticky 要素 */
.sticky-element {
    position: sticky;
    top: 0;
    z-index: 3;
}
