@charset "utf-8";

/* インポート用ファイル */

@import "base.css";
@import "layout.css";
@import "lightbox.css";

th {
	background-color: #FFFFFF;
}

.search-navi {
	float:right;
}

.link-type1 {
	background:url(../images/link-prefix1.gif) 0 0 no-repeat;
	padding-left: 13px;
}

.link-type2 {
	background:url(../images/link-prefix2.gif) 0 0 no-repeat;
	padding-left: 13px;
}
.link-type3 {
	border: 1px solid #4B7AC7;
	border-left: 15px solid #4B7AC7;
	border-right: 15px solid #4B7AC7;
	padding: 8px 30px 5px 30px;
	font-size: 16px;

}
#primary .title1 {
	background-image: url(../images/h1_bg.jpg);
	background-position: 0 0 ;
	background-repeat: no-repeat ;
	color: white;
	padding-left: 28px;
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝";
	height: 50px;
}

#primary .title2 {
	background-image: url(../images/h2_bg.gif);
	background-position: 0 3 ;
	background-repeat: no-repeat ;
	padding-left: 13px;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	width : 230px;
	margin-bottom: 0px;
}

#primary .title3 {
	background-image: url(../images/h3_bg.jpg);
	background-position: 0 3 ;
	background-repeat: no-repeat ;
	color: #555555;
	padding-left: 15px;
	padding-top: 10px;
	font-family: "ＭＳ Ｐ明朝";
	font-size: 18px;
	height: 50px;
	font-weight: bold;
}

#primary .title4 {
	background-image: url(../images/h4_bg.gif);
	background-position: 0 3 ;
	background-repeat: no-repeat ;
	padding-left: 15px;
	padding-top: 3px;
	font-size: 13px;
}

#primary .title5 {
	background-image: url(../images/h5_bg.gif);
	background-position: 0 3 ;
	background-repeat: no-repeat ;
	padding-left: 15px;
	padding-top: 1px;
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝";
	font-weight: bold;
}

#primary .title6 {
	background-image: url(../images/h4_bg.gif);
	background-position: 0 3 ;
	background-repeat: no-repeat ;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 14px;
	border-bottom: 1px solid #4B7AC7;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 70%;
}

#primary .title7 {
	background-image: url(../images/h6_bg.jpg);
	background-position: 0 3 ;
	background-repeat: no-repeat ;
	padding-left: 35px;
	padding-top: 14px;
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝";
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
}

#primary .link-big {
	background-image: url(../images/btn_bg01.jpg);
	background-position: 0 0 ;
	background-repeat: no-repeat ;
	font-size: 22px;
	font-weight: bold;
	width: 180px;
	height: 40px;
	text-align: center;
	color: #4B7AC7;
	border-width: 0px;
}

#primary .link-small {
	background-image: url(../images/link_s_bg.jpg);
	background-position: 0 0 ;
	background-repeat: no-repeat ;
	font-size: 14px;
	font-weight: bold;
	width: 128px;
	height: 28px;
	text-align: center;
	color: #4B7AC7;
	border-width: 0px;
}

.info-kind {
	float: left;
}
.info-detail {
	width: 100%;
	word-break: keep-all;
}
.search-condition-info {
	border: 3px double #CCCCCC;
	margin-bottom: 10px;
	width: 555px;
	padding: 2px 5px 5px 5px;
}

.search-condition-info .info-body {
	margin-top:3px;
	margin-left:5px;
	border:1px solid #DDDDDD;
	padding: 2px 5px 5px 5px;
	background-color: #EEEEEE;
}
.search-item {
	border: 1px solid #4B7AC7;
	border-top: 2px solid #4B7AC7;
	margin-bottom: 15px;
	padding:5px;
}

.search-item form {
	padding-left: 15px;
}

.rating-request {
	border: 1px solid #4B7AC7;
	border-top: 2px solid #4B7AC7;
	margin-bottom: 15px;
	padding:5px;
}

.rating-request form {
	padding-left: 15px;
}

.rating-request form input {
	margin: 3px 0px 3px 0px;
}

.selectManyCheckBox {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
.selectManyCheckBox label {
	word-break: keep-all;
	white-space: nowrap;
	display: block;
	float: left;
	width: 163px;
}
.selectManyCheckBox label input {
	margin-left: 10px;
}

.smcb-in-detail-search {
	width: 100%;
}
.smcb-in-detail-search label {
	word-break: keep-all;
	white-space: nowrap;
	display: block;
	float: left;
	width: 141px;
}
.smcb-in-detail-search label input {
}


.button {
	clear: both;
	text-align: right;
}
.detail-search {
	border: 1px solid #4B7AC7;
	border-top: 2px solid #4B7AC7;
	margin-bottom: 15px;
	padding:5px;
	border-collapse: collapse;
}

.detail-search td {
	border: 1px solid #4B7AC7;
	padding: 5px;
}
.detail-search th {
	border: 1px solid #4B7AC7;
	width: 75px;
	padding: 5px;
	text-align: left;
	background-color: #DEE7F8;
}
.innerTable {
	margin: 0px;
	padding: 0px;
}
.innerTable td {
	margin:0px;
	padding:0px;
	border-width: 0px;
}
.innerTable th {
	margin:0px;
	padding:0px;
	border-width: 0px;
}


/* リマインダ */

.reminder {
	text-align: center;
}
.reminder table {
	margin-left : auto ;
	margin-right : auto ;
	text-align : left ;
}
.reminder table td {
	padding-left : 10px;
}
.reminder table td input {
	width : 200px;
}

/* 検索結果一覧 */

.result-info {
	width: 555px;
}
.result-info table tr td {
	line-height: 30px;
	text-align: bottom;
}
#hitCount {
	color: red;
	font-size: 36px;
	height: auto;
}
#pageFrom {
	color: red;
	font-size: 16px;
	font-weight:bold;
}
#pageTo {
	color: red;
	font-size: 16px;
	font-weight:bold;
}
.page-navi {
	text-align:center;
	margin-bottom: 2px;
	width: 555px;
	padding: 3px;
}

.page-navi .prev-page {
	font-size: 14px;
	padding-right: 10px;
	font-weight: bold;
}
.page-navi .current-page {
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.page-navi .page {
	padding-left: 3px;
	padding-right: 3px;
}
.page-navi .next-page {
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
}

.dwelling-list {
	width: 555px;
	border-collapse: collapse;
}
.dwelling-list th {
	border: 1px solid #4B7AC7;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #DEE7F8;
}
.dwelling-list td {
	border: 1px solid #4B7AC7;
	padding: 5px;
	background-color: #FFFDFD;
}

.dwelling-list .dwelling-image-cell {
	text-align: center;
	margin: 0px;
}
.dwelling-list .dwelling-image-cell .image-box {
	border: 1px solid #999999;
}
.dwelling-list .dwelling-image-cell img {
}
.dwelling-list .dwelling-separator {
	height: 8px;
	border-width: 0px;
	background-color: #FFFFFF;
}

.dwelling-list .dwelling-name {
	font-size: 16px;
	font-weight: bold;
}

.dwelling-list .image-box {
	background-color: #FFFFFF;
	/* 以下は変更しないで下さい */
	text-align: center;
	position: relative;
}

.form-field	{
	border-collapse: collapse;
	border: 1px solid #4B7AC7;
	margin-top: 15px;
}
.form-field td {
	border: 1px solid #4B7AC7;
	padding: 5px;
	word-break: keep-all;
}
.form-field th {
	border: 1px solid #4B7AC7;
	width: 100px;
	padding: 5px;
	text-align: left;
	background-color: #DEE7F8;
	word-break: keep-all;
	font-weight: normal;
}
.form-field td.buttons {
	text-align: center;
}
.resizable-image {
	/* 以下は変更しないで下さい */
	display: none;	
}
.no-hit {
	text-align: center;
	width: 555px;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
}

#doReSearchForm {
	margin-top: 15px;
}