@charset "utf-8";

/* ========================================================================== */
/*    業者情報検索                                                          */
/* ========================================================================== */

div.suppliers{
	font-size:12px;
}

div.suppliers h1 {
	font-size: 18px;
}

/* 機能リンク */
.link-function-suply a {
	font-size: 13px;
	color:#314E6A;
	text-decoration: under-line;
}
.link-function-suply a:link {
	color:#314E6A;
}
.link-function-suply a:visited {
	color:#314E6A;
}
.link-function-suply a:hover {
	color: #ffffff;
	background-color: #314E6A;
}

div.suppliers table.suply_tbl {
	margin: 5px;
}

div.suppliers h1{
	margin:0 0 15px 15px;
}

table.search_form_tbl{
	background-image: url(../img/Search_background1.gif);
	border:0;
	width:619px;
	height:86px;
	background-repeat: no-repeat;
}

.photo_bg{
	 height:150px;
	 width:130px;
	 background-image:url(../img/Real_estate_photo_bg.gif);
	 background-repeat: no-repeat;
}

.dot_hr{
	 height:1px;
	 width:130px;
	 background-image:url(../img/hr_gray_img.gif);
	 background-repeat: repeat-x;
}

.gray_hr{
	height:1px;
	background-color:#B3B3B3;
}

.orange_hr{
	 height:1px;
	background-color:#FFB340;
}

.closed{
	background-color:#dddddd;
}

.suply_title{
	font-size:15px;
	color:#F48235;
	font-weight:bold;
	text-align:left;
}

.suply_name{
	font-size:15px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}

.suply_content{
	font-size:13px;
	color:#333333;
	text-align:left;
}

div#ind_detail_select{
	display:inline;
}

/*テキストボックス*/
.search_form_tbl #keyword{
	width:208px;
	height:20px;
}

/*テキストボックス*/
#searchKeyword{
	width:208px;
	height:20px;
}

/*セレクトボックス*/
.ind_type_select{
	width:120px;
	height:20px;
}

/*詳細情報ページ*/
#real_estate_details_photo_bg {
	background-image: url(../img/Real_estate_details_photo_bg.gif);
}
#real_estate_details_font {
	font-size:12px; color:#333333; 

}
#real_estate_details_title {
	font-size:18px; color:#333333; font-weight:bold; 
}
.suply_detail{
	height:23;
	font-size:15px; 
	font-weight:bold; 
	color:#F48235;
}

.suply_detail_hr{
	height:1px;
	background-color:#FFB340; 
}

.no-data {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* 追加ページ */

div.suppliers{
	padding:5px;
}


.suppliers_add_tbl{
	border-collapse:collapse;
	color:#333333;
	font-size:12px;
	width:95%;
	margin-bottom:20px;
}

.suppliers_add_tbl th{
	background-image:url(../img/th-bg.png);
	border:1px solid #DDDDDD;
	padding:20px;
	text-align:left;
	width:30%;
	font-weight:normal;
	
}

.suppliers_add_tbl td{
	border:1px solid #DDDDDD;
	padding:20px;
	width:70%;
}

.suppliers_add_tbl textarea{
	font-size:12px;
}

.button{
	width:100px;
}

.submit{
	display:inline;
}


.hissu_item{
	width:95%;
	border:0;
	text-align:left;
}

.suppliers strong{
	color:red;
	font-family:"MS PGothic",Osaka,sans-serif;
	font-size:14px;
	font-weight:normal;
}



.txtbox_60{
	width:300px;
}

.txtbox_10{
	width:100px;
}

.txtbox_20{
	width:150px;
}



