@charset "shift_jis";
@import url("../_css/_module.css");
@import url("../_css/_common_ui.css");

/*絞り込みフォーム*/
form.shuyou_kibo {
	width:680px;
	margin-top:10px;
	padding:0px;
	display:block;
}
form.shuyou_kibo select {
	width:180px;
}
form.shuyou_kibo input.kensaku_btn {
	width:60px;
	line-height:1.3em;
}

/*コンベンション施設一覧*/
.tbl_cv_ichiran {
	width:680px;
	margin-top:10px;
	border-top:solid 1px #13b649;
	border-left:solid 1px #13b649;
}
.tbl_cv_ichiran td,
.tbl_cv_ichiran th {
	border-right:solid 1px #13b649;
	border-bottom:solid 1px #13b649;
}
.tbl_cv_ichiran th {
	color:#ffffff;
	background:#13b649;
}
.tbl_cv_ichiran td span,
.tbl_cv_ichiran th span {
	margin:5px;
	font-size:80%;
	line-height:1.3em;
	display:block;
}
.tbl_cv_ichiran td.cell1 {
	background:#ebfed5;
}
.tbl_cv_ichiran .cell1,
.tbl_cv_ichiran .cell2 {
	width:240px;
}
.tbl_cv_ichiran .cell3,
.tbl_cv_ichiran .cell4 {
	width:100px;
	text-align:center;
}

/*コンベンション施設写真*/
.block_cv_photo {
	width:680px;
	margin-top:10px;
	text-align:left;
}
.block_cv_photo .BlockLeft {
	width:240px;
	text-align:center;
	background:#eeeeee;
}
.block_cv_photo .BlockRight {
	width:425px;
}

/*サブ見出し 点線付き マージン書き換え*/
.midashi_sub2 {
	margin-top:25px;
}

