@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.php/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;
}

input.text,
textarea {
  padding: 1px 2px 2px;
  border: 1px solid #b9b9b9;
  line-height: 1.35;
  color: #222;
  background: #fff url(/img.php/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;
   -webkit-border-radius: 4px 4px 4px 4px;
   -moz-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;
}

.nobr {
  white-space: nowrap;
}

.spacing {
  letter-spacing: 2px;
}

.signature {
  text-align: right;
}

.comment {
  float: right;
}

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

strong.highlight {
  padding: 0 4px;
  color: #000;
  background: #ffffaa;
}

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

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

span.br {
  display: block;
}

.more {
  font-size: 85%;
  text-align: right;
}

p.more {
  margin: 0 0 3px 0;
}

.more a {
  padding-left: 13px;
  background: url(/img.php/arrow.png) no-repeat 4px 4px;
}

.red {
	color: #CE3031;
}

.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;
}

/* @end floating-clear */

/* @end 共通 */

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

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

#site-title {
  float: left;
  width: 300px;
  padding-top: 13px;
}

/* ロゴ */
#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%;
}

.search-choose th.valign-mark1 {
	width: 0px;
	height: 120px;
	padding: 0px;
	_background-color: #E8F05C;
	margin-left: -20px;
	text-align: center;
	color: #fff;
}
.search-choose th.valign-mark2 {
	width: 20px;
	height: 80px;
	padding: 0px;
	_background-color: #EEF4C4;
	margin-left: -20px;
	text-align: center;
	color: #fff;
}
.search-choose th.valign-mark3 {
	width: 20px;
	height: 80px;
	padding: 0px;
	_background-color: #B5BD5C;
	margin-left: -20px;
	text-align: center;
	color: #fff;
}
.free_keyword {
	margin: 0 auto;
	padding-top: 10px;
}
.free_keyword .search {
	float: left;
}

.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.php/search_icon.png) no-repeat 6px 3px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.free_keyword .search input.button {
  margin-right: 2px;
  vertical-align: top;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: url(/img.php/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.php/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;
}

.favorite_list {
	position: absolute;
	right: 0px;
	margin: 1px;
}
#menu div span.favorite_list a {
	height: 24px;
	background: #C5A05A url("/img.php/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.php/favi-icon2.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; 0415nakano */
  width: 1100px;
  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;
  -webkit-box-shadow : 0px 1px 3px #ccc;
  -moz-box-shadow: 0px 1px 3px #ccc;
}

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

#menu div span a:HOVER {
	background-color: #737173;
	box-shadow : 0px 1px 3px #000;
	-webkit-box-shadow : 0px 1px 3px #000;
	-moz-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 */


/* ニュース　*/

#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;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-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: 3px;
}


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

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

#cms {
	margin: 0px 0px 20px 10px;
}
#image_pr_title{
	margin: 0px 0px 0px 10px;
	color: #aaa;
	font-size: 80%;
	text-align: center;
}
#image_pr{
	margin: 0px 0px 0px 10px;
	border: 5px solid #eee;
}
#text_pr{
	position: absolute;
	padding: 3px 5px;
	left: 430px;
	top: 130px;
}
#text_pr span{
	*border: 1px solid #658CD9;
	padding: 1px 5px;
	padding-right: 100px;
}

.sidebox1 {
	margin: 0px;
	border-bottom: 1px solid #BFBFBF;
}

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


.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: 980px;
	margin: 0;
	padding-bottom: 20px;
	min-height: 290px;
}
#contents #home{
	width: 580px;
	float: left;
	margin: 0px 0px 20px 0px;
}
#contents #home > div.search-container {
	width: 570px;
    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: 760px;
	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;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-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 20px 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;
}
/* @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;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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 {

}
.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 .radio-wid2 {
	display: block;
	float: left;
	min-width: 50px;
	padding-right: 8px;
	white-space: nowrap;
}
.search-choose .radio-wid3 {
	display: block;
	float: left;
	min-width: 50px;
	padding-right: 8px;
	white-space: nowrap;
}
.search-choose table {
	width: 100%;
}
.search-choose tr {
	*border-bottom:1px dotted #D7D8DA;
}
.search-choose .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 th.srchidx {
	color:#666;
	font-size:120%;
	font-weight:bold;
	width:50px;
	padding:10px 6px;
}
.search-choose .even th {
}
.search-choose td {
	padding:10px 6px;
	text-align: left;
}
.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;
}
.imageless-button {
	background:none repeat scroll 0 0 #E3E3E3;
	border-color:#BBBBBB;
	border-style:solid;
	border-width:1px 0;
	color:#222222;
	cursor:pointer;
	font-family:Arial,sans-serif;
	line-height:0;
	list-style:none outside none;
	margin:2px;
	outline:medium none;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
}
.imageless-button-outer-box {
	border-color:#BBBBBB;
	border-style:solid;
	border-width:0 1px;
	left:-1px;
	margin-right:-2px;
	display:inline-block;
	position:relative;
}
.imageless-button-inner-box {
	display:inline-block;
	position:relative;
}
.imageless-button-top-shadow {
	background:none repeat scroll 0 0 #F9F9F9;
	border-bottom:3px solid #EEEEEE;
	line-height:15px;
	margin-bottom:-14px;
}
.imageless-button-content {
	color:#222222;
	padding:1px 22px;
	line-height:1.5em;
	text-align:center;
	font-size: 140%;
	font-weight: bold;
}

/* @end 検索　*/

/* 結果一覧　#search_list */

.searchbox1 {
	background-color: #fff;
	float: left;
}
.pagination {
	width: 980px;
	float: left;
	margin: 5px 0px 15px 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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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 .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 #condition2-wrap .condition-line div.checkbox {
	display: block;
	float: left;
	min-width: 100px;
	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 .button-box-sch {
	float: right;
	margin-right: 48px;
	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;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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, 
.searchbox1 input[type="button"]:hover, .searchbox1 input[type="button"]: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 strong {
	background-color:#dedede;
	border-bottom:1px solid #FFFFFF;
	float:left;
	font-size:100%;
	font-weight:normal;
	line-height:35px;
	text-indent: 20px;
	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;
}

.searchbox1 .result_box {
	width: 730px;
	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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
}
.searchbox1 .result_box table.row {
	border: none;
	border-bottom: 3px solid #dedede;
	box-shadow : 0px 1px 3px #fff;
	-webkit-box-shadow : 0px 1px 3px #fff;
	-moz-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 tr.pastdata {
	background-color: #B4C5DC;
}
.searchbox1 .result_box tr.pastdata:HOVER {
	background-color: #7092BE;
}
.searchbox1 .result_box tr.vac_app {
	background-color: #CCFFFF;
}
.searchbox1 .result_box tr.vac_app:HOVER {
	background-color: #99C0C0;
}
.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 th.imgcnt {
	width: 65px;
}
.searchbox1 .result_box td {
	border-right: #eee solid 1px;
	padding: 5px 5px 10px 10px;
	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.vac_app {
	background-color: #CCFFFF;
}
.searchbox1 .result_box td.vac_app:HOVER {
	background-color: #668080;
}
.searchbox1 .result_box td.vac_bdr {
	font-weight: bold;
}
.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 td.action-s {
	padding: 1px 5px 1px 5px;
}
.searchbox1 .result_box td.action-s A {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}
.searchbox1 .result_box td.action-s A:HOVER {
	color: #FF5500;
}
.searchbox1 .result_box td.action-s .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{
	min-height: 45px;
}
.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 .thumnail, .info-basic .thumnail {
	text-align: center;
}
.searchbox1 .result_box .thumnail .image, .info-basic .thumnail .image {
	max-height: 70px;
	max-width: 70px;
}
.searchbox1 .result_box .thumnail .image-bigdown, .info-basic .thumnail .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;
}

.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;
	-webkit-box-shadow : 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 2px 1px #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;
}
.detailbox1 h1,.detailbox1 h2,.detailbox1 h3 {
	float: left;
}
.detailbox1 .title{
	width: 950px;
}
.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;
}
.detailbox1 .price dd .integer {
	color:#FF5400;
	font-size:250%;
}
.detailbox1 .price dd .decimal {
	color:#FF5400;
	font-size:180%;
}
.detailbox1 .price dt.sum {
	color:#656565;
}
.detailbox1 .price ul {
	width: 174px;
	float: right;
	font-size: 90%;
	text-align: left;
}
.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;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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 2px 5px 2px;
	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 .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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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;
}


.detailbox1 .info-fee {
	float: left;
	margin-bottom: 20px;
}
.detailbox1 .info-fee table {
	width: 670px;
	border: 3px solid #BFBFBF;
	font-size: 110%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	box-shadow : 0px 1px 3px #ccc;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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;
}
.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;
	-webkit-box-shadow : 0px 1px 3px #999;
	-moz-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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-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: 760px;
	margin-bottom: 40px;
}
#user_index .info-detail table {
	width: 740px;
}
#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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:url("/img.php/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;
}
.csv-download-link {
	margin: 5px 0px;
	float: left;
	width: 100%;
}
.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: #8639C0;
	padding: 2px;
}
.icn-ad1 {
	font-size: 80%;
	color: #fff;
	background-color: #040404;
	padding: 1px;
}
.icn-ad2 {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #040404;
	padding: 1px;
}
.icn-ad3 {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #040404;
	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: #F45A64;
	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;
}
.icn-immediate {
	font-size: 80%;
	color: #fff;
	background-color: #F00000;
	padding: 1px;
}
.icn-nairan {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	background-color: #FFC0C0;
	border-bottom: 1px solid #FF0000;
	border-right:  1px solid #FF0000;
	border-left:   1px solid #FF0000;
	border-top:    1px solid #FF0000;
	padding: 1px 1px 1px 1px;
/*
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #FFC0C0;
	border-bottom: 2px solid #FF0000;
	border-right:  2px solid #FF0000;
	border-left:   2px solid #FF0000;
	border-top:    2px solid #FF0000;
	padding: 2px 4px 2px 4px;
*/
}

h2.title {
	width: auto;
	font-size: 162.5%;
	font-weight: bold;
	margin: 5px 0px;
	padding: 6px 15px;
	background-color: #a00;
	color: white;
	text-align: left;
	box-shadow : 0px 1px 3px #000;
	-webkit-box-shadow : 0px 1px 3px #000;
	-moz-box-shadow: 0px 1px 3px #000;
}
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 .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 {
	float: left;
}
#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;
}
.editbox1 input[type="text"]:disabled,
.editbox1 input[type="password"]:disabled,
.editbox1 textarea:disabled,
.editbox1 select:disabled {
    background-color: #f9f9f9;
}
#application_edit .editbox1 {
	margin-bottom: 10px;
	margin-top: 8px;
}
#application_edit .right_box {
	float: right;
	width: 770px;
}
.editbox1 table {
	width: 770px;
	border: 3px solid #BFBFBF;
	font-size: 90%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	margin-bottom: 20px;
}
.editbox1 table.apl_comp {
	width: 840px;
	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 th p.smallchar {
	font-size: 77%;
	font-weight: normal;
}
.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 .infobox th {
	width: auto;
}
.editbox1 th .required-mark {
	font-size: 70%;
	display: inline-block;
	margin-left: 2px;
}
.editbox1 td {
	padding: 5px 10px;
	text-align: left;
}

.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 .edit_for_cp th {
	background-color: #dedede;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0; /*#f9f9f9;*/
	border-right:  1px solid #c0c0c0;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
.editbox1 .edit_for_cp th.nouse {
	background-color: #A0A0A0;
}
.editbox1 .edit_for_cp td {
	padding: 3px 3px 3px 5px;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
	border-right:  1px solid #c0c0c0;
	font-size: 120%;
}
.editbox1 .edit_for_cp td.nouse {
	background-color: #A0A0A0;
}
.editbox1 .edit_for_cp input {
	font-size: 100%;
}
.editbox1 .edit_for_cp .input {
	margin-left: 0px;
}
.editbox1 .edit_for_cp label {
	font-size: 80%;
}
.editbox1 .edit_for_cp input[type="radio"] {
	margin-left: 8px;
}
.editbox1 .edit_for_cp div.radio {
	min-width: 160px;
}
.searchbox1 .result_box td.chktd {
	font-size: 120%;
}

.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 td {
	background-color: #F2F2F2;
}
.editbox1 table.create tr.even th {
	background-color: #EEF4C4;
}.editbox1 table.create tr.even td {
	background-color: #FFFFFF;
}
.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 .back-link-apl-conf {
	float: left;
	font-size: 110%;
}
.editbox1 .back-link-applicant {
	font-size: 110%;
}
.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 .submit-applicant {
	text-align: center;
	margin: 25px 0px 18px 0px;
}
.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"] {
padding:4px 10px 4px 10px;
text-align: right;
}
.editbox1 input[type="text"]
                ,.editbox1 input[type="password"]
                ,.editbox1 textarea
                ,.editbox1 select {
	border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-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 select {
	height: 33px;
	padding-bottom: 3px;
	max-width: 400px;
}

.editbox1 textarea {
}

.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;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
}

.editbox1 textarea:read-only {
	background-color: #ccc;
}

.editbox1 input[type="text"].grayed-out:read-only {
	background-color: #ccc;
}

.editbox1 input[type="text"].calc-item {
	background-color: #FFFFFF;
	color: #606060;
	border:1px solid #CCCCCC;
}

.editbox1 input[type="submit"], .editbox1 input[type="button"] {
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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"].btn-dis {
	background:url("/img.php/button-dis-bg.png") repeat-x scroll 0 0 #BBBBBB;
	text-shadow:1px 1px 0 #787878;
}
.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;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-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 .userreg .error input, .editbox1 .userreg .error select, .editbox1 .userreg .error textarea {
	margin-bottom: 0px;
}
.editbox1 .error-message {
	position: absolute;
	margin-top: -20px;
    font-size: 90%;
    color: #CE3031;
    white-space: nowrap;
    line-height:21px;
}
.editbox1 .userreg .error-message {
	position: relative;
	margin-top: 0px;
}
.editbox1 .spanButtonPlaceholder {
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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;
}

.input-line .memo-title {
	float: left;
	margin-left: 18px;
	width: 80px;
}

.input-line .memo-content {
	float: left;
	width: 480px;
}

.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;
   -webkit-border-radius: 0px 10px 10px 0px;
   -moz-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 .join4 {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding:5px 0px 5px 0px;
	text-transform:lowercase;
}
.editbox1 .join5 {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding:5px 0px 5px 0px;
	text-transform:lowercase;
	width: 480px;
}
.editbox1 .desc {
	display:block;
	float: left;
	width: 100%;
	font-size: 110%;
	color:#666666;
	padding-top:0.3em;
	padding-left: 0.3em;
}
.editbox1 .popup {
	display: none;
	font-size: 100%;
	padding: 5px;
	border: 3px solid #CCC;
	border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-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 .edconfirm_chks .select .checkbox {
	display: block;
	float: left;
	min-width: 10px;
	padding-right: 5px;
	white-space: nowrap;
	margin: 4px 0px 0px 0px;
}
#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;
}
.login_pr {
	margin: 15px auto 0px auto;
	font-weight: bold;
	width: 680px;
}
#login .login_pr table{
	border-collapse: separate;
	border-spacing: 5px;
	border: 2px solid #eee;
}
.login_pr td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eee;
	padding: 0;
	height: 80px;
}
.login_pr img{
	max-height: 80px;
	width: 132px;
}
#flashMessage.message{
	padding: 1px;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0px;
	color: #ce3031;
	text-align: center;
}

#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;
}
#logout {
	margin-right: 150px;
}
#finish {
	margin-right: 210px;
}
#finish_apl_comp {
	margin: 0px 70px 0px 70px;
}
#change_password {
	width: 870px;
}
#contents_edit {
	margin: 0px 120px;
}
#contents_edit table {
	width: 740px;
}
.hover_action{
	display: none;
	width: 100px;
}
#contents_admin .result_box {
	width: 770px;
}
#rental_edit {
	margin: 0px 80px;
}
#rental_edit table {
	width: 820px;
}
#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;
}
#company_edit {
	padding: 0px 155px;
}

#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;
}
#company_index {
	width: 820px;
}
#user_index {
	width: 820px;
}

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

}


.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* Error */
.swfupload .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* Current */
.swfupload .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.swfupload .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.swfupload div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
.swfupload div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}
.swfupload .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.swfupload .progressBarInProgress,
.swfupload .progressBarComplete,
.swfupload .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.swfupload .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.swfupload .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.swfupload .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
.swfupload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
.swfupload a.progressCancel:hover {
	background-position: 0px 0px;
}
.swfupload .upload-result {
	float: left;
	width: 100%;
}
.swfupload {
	vertical-align: top;
}
#superbox-overlay {
background:none repeat scroll 0 0 #E0E4CC;
}
#superbox-container .loading {
background:url("styles/loader.gif") no-repeat scroll 0 0 transparent;
height:32px;
margin:0 auto;
text-indent:-9999px;
width:32px;
}
#superbox .close a {
background:none repeat scroll 0 0 #333333;
cursor:pointer;
float:right;
line-height:20px;
padding:0 5px;
}
#superbox .close a span {
color:#FFFFFF;
}
#superbox .nextprev a {
background:none repeat scroll 0 0 #333333;
color:#FFFFFF;
cursor:pointer;
float:left;
line-height:20px;
margin-right:5px;
padding:0 5px;
}
#superbox .nextprev .disabled {
background:none repeat scroll 0 0 #CCCCCC;
cursor:default;
}
.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;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-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;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 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-left: 20px;
	margin-right: 5px;
}
.ui-accordion-header .ui-icon {
	left: -2px;
}
.sub-menu {
	font-size: 90%;
	font-weight: normal;
}
.register-link {
	_display: inline;
	padding: 5px 5px 5px 10px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	background-color: #BDCFFF;
	color: #000;
	margin: 0px auto;
	width: 195px;
	cursor: pointer;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
	box-shadow : 0px 1px 3px #BDCFFF;
    -webkit-box-shadow : 0px 1px 3px #BDCFFF;
    -moz-box-shadow: 0px 1px 3px #BDCFFF;
}
.register-link:HOVER, .register-link:ACTIVE, .register-link:FOCUS {
   background-color: #ccc;
   color: #000;
	border-radius: 5px 5px 0px 0px;
   -webkit-border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   box-shadow : 0px 1px 3px #ccc;
   -webkit-box-shadow : 0px 1px 3px #ccc;
   -moz-box-shadow: 0px 1px 3px #ccc;
}
.register-popup {
	display: none;
	border: 5px solid #ccc;
	border-radius: 5px 0px 5px 5px;
   -webkit-border-radius: 5px 0px 5px 5px;
   -moz-border-radius: 5px 0px 5px 5px;
	position: absolute;
	background-color: #fff;
	margin-left: -173px;
	margin-top:	23px;
}
.register-popup .register-option {
	display: block;
	padding: 10px 30px 10px 30px;
	border-bottom: 1px solid #ccc;
}
.register-popup .register-option:HOVER {
	background-color: #BDCFFF;
}
.register-popup A{
	white-space: nowrap;
	color: #000;
	text-decoration: none;
}
.register-link:HOVER .register-popup {
	display: inline;
	box-shadow : 0px 1px 3px #ccc;
    -webkit-box-shadow : 0px 1px 3px #ccc;
    -moz-box-shadow: 0px 1px 3px #ccc;
}
#rental_list {
	width: 980px;
}
#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;
}
#maintenance_message2 {
    background-color: #FAF8C0;
    border: 2px solid #F00505;
    border-radius: 20px;
    margin: 5px 20px 5px;
    padding: 10px 20px;
    position: relative;
}
#maintenance_message2 h1 {
	text-align: center;
	line-height: 40px;
	font-size: 200%;
	font-weight: bold;
	color: #FF0000;
}
#maintenance_message2 h2 {
	color: #FF0000;
}
#maintenance_message2 p {
	font-size: 110%;
    margin: 5px 20px;
    padding: 0px 10px 10px 0px;
}



#box{ line-height: 1.8;text-align: left;width: 980px;}
.box980_img{
	margin-bottom: 0px;
}
.box980{
	width:976px;
	border-bottom:2px solid #E70010;
	border-left:2px solid #E70010;
	border-right:2px solid #E70010;
	padding-top:10px;
	float: left;
}

.box980_residia{
	width:976px;
	border-bottom:2px solid #373493;
	border-left:2px solid #373493;
	border-right:2px solid #373493;
	padding-top:10px;
	float: left;
}

.box980_tit{ width:980px;background:url(/img.php/tit980.jpg) no-repeat scroll 0 0 transparent;height:58px;}
.box980_tit p {color: #658CD9;font-size: 16px;font-weight: bold;padding-left: 50px;padding-top: 15px;}

.show_txt_box{ width:958px;border-bottom:1px solid #9fcae5;border-left:1px solid #9fcae5;border-right:1px solid #9fcae5; padding:0 0 30px 40px; margin-bottom:10px; color:#333;}
.show_house_box {
    padding: 2px 0 12px 1px;
    float: left;
}
.show_house_box_con{
    float: left;
    margin-bottom: 8px;
    margin-left: 25px;
    margin-top: 8px;
    width: 292px;
}
.show_house_box_con_c{ float:left; width:292px; margin-right:0;}
.show_house_box_con1{width:270px; padding:10px;border:1px solid #c0d9e2;}
.show_house_box_con2{width:292px;}
.house_tit{ background:url(/img.php/ico_house.jpg) no-repeat 0 0; padding-left:20px; font-size:16px; font-weight:bold; color:#333; width:250px; margin-bottom:10px;}
.house_pic{
    margin-bottom: 10px;
}
.house_pic p {
    background: url("/img.php/bg_house.png") repeat-x;
    width: 271px;
    height: 180px;
    text-align: center;
    display: table-cell;
    vertical-align : middle;
}
.house_pic img {
    max-height: 155px;
    max-width: 271px;
    border: 1px solid #cccccc;
}
.house_table{ border-left:1px solid #a2c2cf; border-top:1px solid #a2c2cf; margin-bottom:8px;}
.house_table td{ border-right:1px solid #a2c2cf; border-bottom:1px solid #a2c2cf; color:#333; padding:5px 10px; line-height:18px;}
.house_table td.tit{ background-color:#F3E0E0; text-align:right; font-weight:bold;}
.show_btn{text-align:center;}
.show_btn input{
	margin:5px 2px;
}


.keisansho {
	width: 980px;
}
.keisansho h3 {
	text-align: left;
	margin-bottom: 8px;
	padding-left: 6px;
	border-left: 5px solid #99a;
	border-bottom: 1px solid #99a;
}
.keisansho table {
	font-size: 110%;
	color: #333;
	box-shadow : 0px 1px 3px #ccc;
	-webkit-box-shadow : 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
}
.keisansho #basic-info p {
	margin: 10px 0 4px 2px;
	font-weight: bold;
	font-size: 120%;
}
.keisansho caption {
	border: 1px solid #99a;
	border-bottom: none;
	padding: 3px 20px;
	font-weight: bold;
	font-size: 100%;
}
.keisansho th {
	background-color: #f0f3FF;
	padding: 2px 6px;
	border: 1px solid #99a;
	font-weight: bold;
	text-align: center;
}
.keisansho td {
	padding: 2px 6px;
	border: 1px solid #99a;
}
.keisansho td.right {
	text-align: right;
}
.keisansho td.center {
	text-align: center;
}
.keisansho td.total {
	text-align: center;
	background-color: #dedede;
	font-weight: bold;
}
.keisansho td.good-plan {
	text-decoration: line-through;
}

.keisansho #basic-info,
.keisansho #hiyou,
.keisansho #joken-keiyaku
{
	float: left;
	margin-bottom: 20px;
}

.keisansho #joken-getsurei
{
	float: right;
	margin-bottom: 20px;
}

.keisansho #basic-info table,
.keisansho #hiyou table {
	width: 980px;
}

.keisansho #joken-keiyaku table,
.keisansho #joken-getsurei table {
	width: 480px;
}

.keisansho #company-info {
	float: left;
	margin-bottom: 20px;
	width: 980px;
	border: 1px solid #99a;
}

.keisansho #company-info p {
	margin-right: 4px;
	text-align:right
}


.application_dialog {
    width: auto;
}
.application_dialog table {
    border: 1px solid #BFBFBF;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333333;
    width: 400px;
}
.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.php/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_edit {
/*	float: right; */
}


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

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

#application_list .result_box {
	width: 100%;
}

#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;
}
#application_summary p {
	margin:4px;
	line-height: 1.4;
}

.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%;
    background-color: #ffda0f;
    color: #fff;
    font-weight: bold;
    padding: 1px 2px;
    border-radius: 4px;
}

.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;
}

.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;
}

 .application {
    color: #CE3031;
    font-weight: bold;
}


#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: 84px;
}
#response_dialog .button {
    background: url("/img.php/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;
}
.rules-box {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 10px;
    width: auto;
}
.rules-box .caption {
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: bold;
}
.rules-box .rules {
    height: 240px;
    margin: 4px;
    overflow: scroll;
    padding: 6px;
}
.rules-box ol {
	margin: 8px 2px 10px 2px;
	padding-left: 25px;
}
.rules-box li {
	list-style-type: decimal;
	margin-bottom: 8px;
}

.rules-box .alpha li {
	list-style-type: lower-latin;
}

.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: 6px;
	color: #ce3031;
}

.application-message-box li {
	list-style: outside disc;
	margin-left: 16px;
}

.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;
}

#to_top {
    background: none repeat scroll 0 0 #f50;
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 44px;
    line-height: 24px;
    opacity: 0.8;
    position: fixed;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 44px;
    z-index: 300;
}
#to_top .arrow {
    background: url("../img/icon_arrow_top.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    width: 44px;
}

#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;
}
input.greenblue[type="submit"] {
	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 {
	background: #2b888a;
	text-shadow: none;
	color: #fff;
	border-color: #999 #999 #888;
}
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;
}

.calendar th.sun {
	color: red;
}

.calendar th.sat {
	color: #0033cc;
}

table.calendar {
    border: 5px solid #BFBFBF;
    box-shadow: 0 1px 3px #ccc;
    width: 100%;
}
.calendar th {
    background-color: #dedede;
    border-bottom: 1px dotted #fff;
    border-right: 1px dotted #fff;
    font-weight: bold;
    padding: 5px 5px 10px;
    text-align: center;
    white-space: nowrap;
}

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

.calendar td.holiday {
    background-color: #fee;
}


.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%;
}

.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;
}
.btn {
    -moz-user-select: none;
    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-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: 20px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.examine-proccess {
	margin-bottom: 12px;
}
.examine-info .message-area {
	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 {
    left: 400px;
}

#docs_is_here {
    left: 630px;
}
.here-cloud {
    position: absolute;
    top: 8px;
}

/* 内見予約 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;
}
#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;
}

.top-description {
    margin-top: 20px;
    color: #e00;
    font-size: 9pt;
    font-weight: bold;
}
.top-description-block {
    float: left;
    position: relative;
}
.top-description-block .top-description {
    position: absolute;
    top: 55px;
    white-space: nowrap;
}
.paid {
    font-weight: bold;
    color: #f00;
}

.noticable-parent {
	padding: 0 0 10px 0;
}
.noticable-content {
	width: 930px;/* widthで横幅調整 */
	background-color: #ffe0ca;
	border: 3px solid #ff0000;
	border-radius: 20px;
	text-align: center;
	margin: 5px 20px 10px;
	padding: 15px 20px;/* 上下paddingで縦サイズ調整 */
	position: relative;
	margin: auto;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.noticable-content input[type="button"] {
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 150%;
	font-weight: bold;
}
.search-allsearch {
	width: 500px;
	text-align: center;
	margin: 5px 20px 10px;
	padding: 10px 20px;
	position: relative;
	margin: auto;
}
.search-allsearch input[type="button"] {
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 150%;
	font-weight: bold;
}
.search-form input[type="button"]:hover, .search-form input[type="button"]:focus {
	background-position:0 -6px;
	border-color:#999999 #999999 #888888;
	color:#000000;
}
.noticable-content input[type="button"]:hover, .noticable-content input[type="button"]:focus {
	background-position:0 -6px;
	border-color:#999999 #999999 #888888;
	color:#000000;
}
.dtl-btn {
	display: inline-block;
	text-decoration: none;
	color: #040404;
	font-size: 120%;
	font-weight: bold;
	cursor : pointer;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: bottom;
	border-color:#808080 #808080 #707070;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	border-radius: 3px;
}
.dtl-btn-l1 {
	width: 145px;
	height: 34px;
	padding: 15px 7px 4px 7px;
}
.dtl-btn-l2 {
	width: 145px;
	height: 34px;
	padding: 6px 7px 13px 7px;
}
.dtl-btn-rs1 {
	width: 280px;
	height: 23px;
	padding: 5px 7px 4px 5px;
}
.dtl-btn:hover, .dtl-btn:active {
	border-color:#080808 #080808 #070707;
}
.dtl-btn-c1 {
	background: linear-gradient(#FFC778, #F89174);
}
.dtl-btn-c1:hover, .dtl-btn-c1:active {
	background: linear-gradient(#E5B36C, #DF8268);
}
.dtl-btn-c2 {
	background: linear-gradient(#EDEDED, #AFAFAF);
}
.dtl-btn-c2:hover, .dtl-btn-c2:active {
	background: linear-gradient(#AFAFAF, #838383);
}
.dtl-btn-c3 {
	background: linear-gradient(#80FFFF, #39B7BA);
}
.dtl-btn-c3:hover, .dtl-btn-c3:active {
	background: linear-gradient(#60BFBF, #2A898B);
}
.dtl-btn-c4 {
	background: linear-gradient(#fcd95f, #ecb804);
}
.dtl-btn-c4:hover, .dtl-btn-c4:active {
	background: linear-gradient(#C9AD4C, #BC9303);
}

.rel-btn {
	display: inline-block;
	text-decoration: none;
	color: #040404;
	font-size: 100%;
	font-weight: bold;
	cursor : pointer;
/*
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
*/
	text-align: center;
	vertical-align: bottom;
/*
	border-color:#808080 #808080 #707070;
	border-width:1px 2px 2px 1px;
*/
	border-color:#A00 #A00 #A00;
	border-style:solid;
	border-width:3px 2px 3px 2px;
	border-radius: 3px;
}
.rel-btn-l1 {
	width: 90px;
	height: 34px;
	padding: 15px 1px 4px 1px;
}
.rel-btn-l2 {
	width: 90px;
	height: 34px;
	padding: 6px 1px 13px 1px;
}
.rel-btn:hover, .rel-btn:active {
	border-color:#A00 #A00 #A00;
/*
	border-color:#080808 #080808 #070707;
*/
}
.rel-btn-c9 {
	background: linear-gradient(#FFC778, #F89174);
}
.rel-btn-c9:hover, .rel-btn-c1:active {
	background: linear-gradient(#E5B36C, #DF8268);
}
.rel-btn-c1 {
	background: linear-gradient(#FFFFFF, #FFFFFF);
}
.rel-btn-c1:hover, .rel-btn-c1:active {
	background: linear-gradient(#FFFFFF, #FFFFFF);
}
.rel-btn-cz {
	background: linear-gradient(#838383, #838383);
}
.rel-btn-c2 {
	background: linear-gradient(#EDEDED, #AFAFAF);
}
.rel-btn-c2:hover, .rel-btn-c2:active {
	background: linear-gradient(#AFAFAF, #838383);
}
.rel-btn-c3 {
	background: linear-gradient(#CCCCCC, #CCCCCC);
}
.rel-btn-c3:hover, .rel-btn-c3:active {
	background: linear-gradient(#CCCCCC, #CCCCCC);
}
.rel-btn-cq {
	background: linear-gradient(#80FFFF, #39B7BA);
}
.rel-btn-cq:hover, .rel-btn-c3:active {
	background: linear-gradient(#60BFBF, #2A898B);
}

input.text_searchtop {
/*	margin-right: 5px;*/
	padding: 3px 3px 3px 32px;
	border: 1px solid #777;
/*
	width: 180px;
*/
	height: 30px;
	font-size: 19px;
	vertical-align: top;
	background: #fff url(/img.php/search_icon_l.png) no-repeat 6px 3px;
	background-position : 7px 45%;
}
.aplcomp-noticable-content {
	border: 3px solid #ff0000;
	border-radius: 20px;
	background-color: #ffe0ca;
	padding: 6px 10px 6px 10px;
}
.aplcomp-noticable-buttonarea {
	width: auto;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 12px 0px;
	position: relative;
	height: auto;
}
table.usage-guide {
	border: 1px solid #040404;
	margin-left: 3px;
	margin-bottom: 15px;
}
.usage-guide td {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #040404;
	border-right:  1px solid #040404;
}
.usage-guide td.omit {
	color: red;
	border-right:  1px solid #040404;
}
.usage-guide td.nouse {
	background-color: #A0A0A0;
}
.searchbox1 .result_box td.nouse {
	background-color: #A0A0A0;
}
.searchbox1 .result_box th.nouse {
	background-color: #A0A0A0;
}

.keyword-search input[type="button"] {
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/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="button"]:hover, .keyword-search input[type="button"]:focus {
	background-position:0 -6px;
	border-color:#999999 #999999 #888888;
	color:#000000;
}
.keyword-search input[type="button"]:active {
	background-image:none !important;
	outline:medium none !important;
	text-shadow:none !important;
}
.keyword-search input[type="button"]::-moz-focus-inner {
	border:0 none;
	padding:0;
}
table.key-calendar {
	border: 1px solid #808080;
	margin-left: 3px;
	margin-bottom: 15px;
}
p.key-calendar-title {
	font-size: 200%;
	line-height: 1.25;
}
p.key-calendar-explana {
	line-height: 1.2;
	font-size: 100%;
}
.key-calendar td div.schedot {
	background-color:#808080;
	border-radius: 4px;
	border-top:    1px solid #404040;
	border-right:  1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left:   1px solid #404040;
	height: 14px;
	cursor: pointer;
}
.key-calendar td div.schedmy {
	background-color:#D96527;
	border-radius: 4px;
	border-top:    1px solid #993300;
	border-right:  1px solid #993300;
	border-bottom: 1px solid #993300;
	border-left:   1px solid #993300;
	height: 14px;
	cursor: pointer;
}
.key-calendar td div.schedpp {
	background-color:#FBFB04;/*background-color:#FF8057;*/
	border-radius: 4px;
	border-top:    1px solid #848400;
	border-right:  1px solid #848400;
	border-bottom: 1px solid #848400;
	border-left:   1px solid #848400;
	height: 14px;
	cursor: pointer;
}
td.cal-usage-sentence {
	text-align:left;
	padding: 1px 0px 0px 8px;
}
td.cal-usage-ot {
	background-color:#808080;
	border-top:    1px solid #404040;
	border-right:  1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left:   1px solid #404040;
	line-height: 13px;
}
td.cal-usage-my {
	background-color:#D96527;
	border-top:    1px solid #993300;
	border-right:  1px solid #993300;
	border-bottom: 1px solid #993300;
	border-left:   1px solid #993300;
	line-height: 13px;
}
td.cal-usage-pp {
	background-color:#FBFB04;
	border-top:    1px solid #848400;
	border-right:  1px solid #848400;
	border-bottom: 1px solid #848400;
	border-left:   1px solid #848400;
	line-height: 13px;
}
.key-calendar td {
	line-height: 16px;
	width: 60px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #808080;
	border-right:  1px solid #808080;
	color: black;
}
.key-calendar td.daycell-ch {
	text-align:center;
	color: black;
	border-right:  1px solid #808080;
	border-bottom: 1px solid #808080;
}
.key-calendar td.daycell-tl {
	color: black;
	border-right:  1px dotted #808080;
	border-bottom: 1px dotted #808080;
}
.key-calendar td.daycell-bl {
	color: black;
	border-right:  1px dotted #808080;
	border-bottom: 1px solid #808080;
}
.key-calendar td.daycell-tr {
	color: black;
	border-right:  1px solid #808080;
	border-bottom: 1px dotted #808080;
}
.key-calendar td.daycell-br {
	color: black;
	border-right:  1px solid #808080;
	border-bottom: 1px solid #808080;
}
.key-calendar td.rowhead {
	width: 40px;
	color: black;
	border-right:  1px solid #808080;
}
.key-calendar td.rowhead-ch {
	width: 40px;
	color: black;
	border-right:  1px solid #808080;
	border-bottom: 1px solid #808080;
}
.key-calendar td.rowhead-t {
	text-align:center;
	width: 40px;
	color: black;
	border-right:  1px solid #808080;
	border-bottom: 1px dotted #808080;
}
.key-calendar td.rowhead-b {
	text-align:center;
	width: 40px;
	color: black;
	border-right:  1px solid #808080;
	border-bottom: 1px solid #808080;
}
.key-calendar td.omit {
	color: red;
	border-right:  1px solid #808080;
}
.key-calendar td.today {
	background-color: #FCF8E3;
}
.key-calendar td.cal_disable {
	background-color: #E0E0E0;
}
table.srchcondtbl {
/*
	border: 1px solid #040404;
	border: 0px solid #040404;
*/
	border: 0px solid #040404;
	margin-left: 0px;
	margin-bottom: 1px;
}
.srchcondtbl td {
	text-align: left;
	padding: 3px 5px 3px 5px;
/*
	border-bottom: 1px solid #040404;
	border-right:  1px solid #040404;
	border-bottom: 0px solid #040404;
	border-right:  0px solid #040404;
*/
	border-bottom: 0px solid #040404;
	border-right:  0px solid #040404;
}
.srchcondtbl .select .checkbox {
	float: left;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align: left;
	min-width: 75px;
	display: flex;
	align-items: center;
}
.srchcondtbl .exam_stat_list .select .checkbox {
	float: left;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align: left;
	min-width: 10px;
	display: flex;
	align-items: center;
}
.srchcondtbl input {
	margin-right: 5px;
}
.srchcondtbl .exam_stat_list .select .checkbox input[type="checkbox"] {
	margin-right: 2px;
}
/* 申込者アカウント変更 */
#change-account-dialog table {
    width: 100%;
    font-size: 9pt;
}
#change-account-dialog table th,
#change-account-dialog table td {
    padding: 10px;
}
#change-account-dialog table th {
    font-weight: bold;
    background-color: #d9d9d9;
    width: 120px;
}
#change-account-dialog table td {
    text-align: left;
    background-color: #f2f2f2;
}
#change-account-dialog table tr:nth-child(even) th {
    background-color: #bfbfbf;
}
#change-account-dialog table tr:nth-child(even) td {
    background-color: #ffffff;
}
#change-account-dialog .editbox1 .input {
    margin-left: 0px;
}
#calendar .fc-event.mine {
    background-color: #cc3300;
    border-color: #993300;
}
#change-account-dialog input[type=text]:disabled {
    background-color: #eee;
    color: #666;
}
.change-account-dialog-table {
	margin-bottom: 40px;
	width: auto;
}
.searchbox1 .smlbtncntn .smallbutton {
	margin: 1px 0px 0px 0px;
	vertical-align: top;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: linear-gradient(#EEEEEE, #B4B4B4);
	border-width: 1px;
	border-color: black;
	padding: 1px 1px 1px 1px;
	font-size: 85%;
	font-weight: normal;
	color: black;
	text-shadow: none;
}
.searchbox1 .smlbtncntn .smallbutton:hover {
	background: linear-gradient(#9E9E9E, #787878);
	border-color: #EEEEEE;
	color: black;
}
.sdt-btn {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	cursor : pointer;
	text-align: center;
	vertical-align: bottom;
	border-color:#101010;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-radius: 7px;
	margin:0px 0px 1px 0px;
}
.sdt-btn-l1 {
	width: 74px;
	height: 15px;
	padding: 1px 1px 1px 1px;
}
.sdt-btn-l2 {
	width: 74px;
	height: 30px;
	padding: 1px 1px 1px 1px;
}
.sdt-btn:hover, .sdt-btn:active {
	border-color:#080808 #080808 #070707;
}
.sdt-btn-c1 {
	background: linear-gradient(#FFC778, #F89174);
}
.sdt-btn-c1:hover, .sdt-btn-c1:active {
	background: linear-gradient(#E5B36C, #DF8268);
}
.sdt-btn-c2 {
	background: linear-gradient(#EDEDED, #AFAFAF);
}
.sdt-btn-c2:hover, .sdt-btn-c2:active {
	background: linear-gradient(#AFAFAF, #838383);
}
.sdt-btn-c3 {
	background: linear-gradient(#80FFFF, #39B7BA);
}
.sdt-btn-c3:hover, .sdt-btn-c3:active {
	background: linear-gradient(#60BFBF, #2A898B);
}
.c-tooltip {
  display: inline-block;
  position: relative;
}

.c-tooltip::before,
.c-tooltip::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
/* ツールチップの本体部 */
.c-tooltip::after {
  background: #fcfcf0;
  border-radius: 3px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #080404;
  content: attr(data-tooltip);
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  left: calc(100% + 7px);
  padding: 5px 10px;
  top: 0%;
  white-space: pre;
}
.c-tooltip:hover {
  cursor: pointer;
}
.c-tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}
/* ＲＢＩ審査回答ダイアログ */
#examine_answer_dialog table {
    width: 100%;
    font-size: 9pt;
}
#examine_answer_dialog table th,
#examine_answer_dialog table td {
    padding: 10px;
}
#examine_answer_dialog table th {
    font-weight: bold;
    background-color: #d9d9d9;
    width: 150px;
}
#examine_answer_dialog table td {
    text-align: left;
    background-color: #f2f2f2;
}
#examine_answer_dialog table tr:nth-child(even) th {
    background-color: #bfbfbf;
}
#examine_answer_dialog table tr:nth-child(even) td {
    background-color: #ffffff;
}
#examine_answer_dialog .editbox1 .input {
    margin-left: 0px;
}
.ead_caution {
  color: #E01010;
  font-size: 75%;
  font-weight: normal
}
.radio-wid4 {
	display: block;
	float: left;
	min-width: 50px;
	padding-right: 8px;
	white-space: nowrap;
}
.editbox1 .radio-wid4 {
	font-size: 120%;
	margin-left: 2px;
}
.small-cmb-label-a {
	margin: 6px 0px 0px 16px; float:left;
	font-size: 100%;
}
.small-cmb-label-b {
	margin: 6px 0px 0px 16px; float:left;
	font-size: 100%;
}
.small-cmb-label-c {
	margin: 6px 0px 0px 11px; float:left;
	font-size: 100%;
}
.small-cmb-label-d {
	margin: 6px 0px 0px 6px; float:left;
	font-size: 100%;
}
.small-cmb-label-e {
	margin: 6px 0px 0px 0px; float:left;
	font-size: 100%;
}
.small-cmb-label-f {
	margin: 6px 0px 0px -13px; float:left;
	font-size: 100%;
}
.small-cmb-label-cont {
	margin: 0px 0px 0px 0px; float:left;
	font-size: 100%;
}
.editbox1 .join6 {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding:5px 10px 5px 0px;
	text-transform:lowercase;
}
.editbox1 .join7 {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding:5px 10px 5px 8px;
	text-transform:lowercase;
}
.editbox1 .pp_purpose label {
padding:5px 15px 5px 5px;
}
.editbox1 .licenseno_l {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding: 5px 0px 5px 22px;
}
.editbox1 .licenseno_r {
	display: block;
	float: left;
	font-size: 100%;
	color:#666666;
	line-height:21px;
	padding: 5px 10px 5px 7px;
}
.editbox1 .licenseno_pl {
	display: block;
	float: left;
	font-size: 90%;
	color:#666666;
	line-height:21px;
	padding: 5px 7px 5px 8px;
}
.editbox1 .licenseno_pr {
	display: block;
	float: right;
	font-size: 90%;
	color:#666666;
	line-height:21px;
	padding: 5px 0px 5px 7px;
}
.editbox1 input[type="text"].licenseno_txt {
	padding: 2px 6px 2px 8px;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* 申込者直接入力 ↓↓↓ */
#contractor-direct-dialog div.contractor-direct-dialog-content {
	text-align: left;
	padding: 10px 0px 0px 12px;
}
#contractor-direct-dialog p.contractor-direct-dialog-noticable {
	display: block;
	color: #FC0000;
}
#contractor-direct-err-dialog div.contractor-direct-dialog-content {
	text-align: left;
	padding: 10px 0px 0px 12px;
}
#contractor-direct-err-dialog p.contractor-direct-dialog-noticable {
	display: block;
	color: #FC0000;
}
#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;
}
/* 申込者直接入力 ↑↑↑ */

/* 仲介向け申込コメント履歴 ↓↓↓ */
#comment-histories-block {
	width: 100%;
    margin-top: 10px;
    float: left;
    background-color: #fff;
}
#comment-histories-block table {
	width: 100%;
	border: 3px solid #BFBFBF;
	font-size: 90%;
	border-collapse:collapse;
	border-spacing:0;
	color: #333;
	margin-bottom: 20px;
}
#comment-histories-block caption {
	background-color:#BFBFBF;
	color:white;
	font-size:140%;
	font-weight:bold;
	padding:3px 10px 0px 10px;
	width:auto;
}
#comment-histories-block th {
	background-color: #dedede;
	padding: 8px;
	border-bottom: 1px solid #f9f9f9;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	width: auto;
}
#comment-histories-block td {
	padding: 10px 10px;
	text-align: center;
}
#comment-histories-block tr:nth-of-type(even) td {
	background-color: #f9f9f9;
}
/* 仲介向け申込コメント履歴 ↑↑↑ */
.searchbox1 .result_box td.exalist_narrowpad {
	padding: 5px 5px 10px 5px;
}
/* 保証会社ID変更 start */
#change_gcid_dialog table {
    width: 100%;
    font-size: 9pt;
}
#change_gcid_dialog table th,
#change_gcid_dialog table td {
    padding: 10px;
}
#change_gcid_dialog table th {
    font-weight: bold;
    background-color: #d9d9d9;
    width: 120px;
}
#change_gcid_dialog table td {
    text-align: left;
    background-color: #f2f2f2;
}
#change_gcid_dialog table tr:nth-child(even) th {
    background-color: #bfbfbf;
}
#change_gcid_dialog table tr:nth-child(even) td {
    background-color: #ffffff;
}
#change_gcid_dialog .editbox1 .input {
    margin-left: 0px;
}
#calendar .fc-event.mine {
    background-color: #cc3300;
    border-color: #993300;
}
#change_gcid_dialog input[type=text]:disabled {
    background-color: #eee;
    color: #666;
}
.change_gcid_dialog-table {
	margin-bottom: 40px;
	width: auto;
}
/* 保証会社ID変更 end */
.ui .checkbox input.cddelchk {
	margin-top: 3px;
	margin-right: 3px;
}
.mresqua1.table td.rqtd_left {
	text-align: left;
}
.mresqua1 .editbox1 .input-line {
	margin-bottom: 0px;
}
.rqtd_left {
	text-align: left;
	padding: 2px 2px 2px 2px;
	font-size:90%;
}
.rqtd_right {
	text-align: right;
	padding: 2px 2px 2px 2px;
	font-size:90%;
}
.rqtd_center {
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-size:90%;
}
.rqtd_right input[type="button"] {
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 120%;
	font-weight: bold;
}
.rqtd_right input[type="text"]
                ,.rqtd_right input[type="password"]
                ,.rqtd_right textarea
                ,.rqtd_right select {
	border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-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;
}
.rqtd_center input[type="button"] {
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 120%;
	font-weight: bold;
}
.rqtd_center input[type="text"]
                ,.rqtd_center input[type="password"]
                ,.rqtd_center textarea
                ,.rqtd_center select {
	border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-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;
}
.rqtd_left input[type="button"] {
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	background:url("/img.php/button-bg.png") repeat-x scroll 0 0 #BBBBBB;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	overflow:visible;
	padding:4px 16px 7px;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
	font-size: 120%;
	font-weight: bold;
}
.rqtd_left input[type="text"]
                ,.rqtd_left input[type="password"]
                ,.rqtd_left textarea
                ,.rqtd_left select {
	border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-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;
}
.rqtd_left .radio-wid2 {
	display: block;
	float: left;
	min-width: 50px;
	padding-right: 8px;
	white-space: nowrap;
}

#mresqua2 td {
	font-size: 90%;
	padding: 1px 3px 1px 3px;
}
#mresqua2 .input {
	font-size: 95%;
}
#mresqua2 input[type="text"] {
	padding: 1px 3px 1px 3px;
	height: 16px;
	font-size: 100%;
}
#mresqua2 .editbox1 .input {
    margin-left: 0px;
}
#mresqua2 .editbox1 .chgtanka {
	text-align: right;
}
#mresqua2 .editbox1 .chgtanka2 {
	text-align: right;
}
#mresqua2 .editbox1 {
    margin-left: 0px;
    margin-bottom: 4px;
}

#mresqua2 .editbox1 .input-line {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}

.mresqua1 .editbox1 .input {
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
	float: left;
	margin-left: 10px;
}
.mresqua1 .editbox1 {
	margin-bottom: 8px;
	width: auto;
}

/* 設備一覧ダイアログ ↓ */
.equipmentdialog div.checkbox {
	display: block;
	float: left;
	min-width: 160px;
	padding-right: 8px;
	white-space: nowrap;
	text-align: left;
}
.equipmentdialog div.equdlg_scrollbox {
	text-align: left;
	overflow:auto;
	width:890px;
	height:400px;
	padding: 0px 0px 0px 0px;
	border: solid #CCC;
	border-width: 1px 1px 1px 1px;
}
.equipmentdialog div.equdlg_category {
	text-align: left;
	padding:5px;
	border: solid #CCC;
	border-width: 0px 1px 1px 0px;
	overflow:auto;
}
.equipmentdialog div.equdlg_category_items {
	padding: 0px 0px 0px 8px;
}
.equipmentdialog div.checkbox input[type="checkbox"] {
	margin: 0px 5px 0px 0px;
}
.equipmentdialog p.equdlg_category_title {
	color: #658cD9;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
/* 設備一覧ダイアログ ↑ */

/* メッセージ履歴アイコン ↓ */
.msgicn {
	font-size: 90%;
	color: #fff;
	border-radius: 8px 8px 8px 8px;
	padding: 2px 8px 2px 8px;
	display: block;
	text-align: center;
}
.msgicn-1 {
	background-color: #808080;
}
.msgicn-2 {
	background-color: #DD2539;
}
.msgicn-3 {
	background-color: #808080;
}
.msgicn-4 {
	background-color: #808080;
}
.msgicn-5 {
	background-color: #808080;
}
.msgicn-6 {
	background-color: #808080;
}
/* メッセージ履歴アイコン ↑ */
