@charset "utf-8";

/* index --------------------------------- */
.div_entry_pagenavi{
	clear:left;
	font-size: 10px;
	text-align: right;
}

.case_listbox {
	margin: 5px 3px 10px 3px;
	float: left;
	width: 210px;
	font-size: 12px;
	height: 270px;
}

.case_listbox_tbl{
	width: 205px;
	margin: auto;
}
.case_listbox_tbl td,.case_listbox_tbl th{
	padding: 2px;
	text-align: left;
	border: none;	
}
.case_listbox_tbl th {
	white-space: nowrap;
	width: 70px;
	font-weight: normal;
}

.case_listbox_tbl th.case_listbox_image {
	text-align: center;
	padding: 0;
}
.case_listbox_image img {
	width: 200px;
	height: 150px;
	margin: auto;
	border: 1px solid #999999;
}

.case_listbox_tbl th.case_listbox_title {
	width: 190px;
	white-space: normal;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}


.case_listbox_link {
	text-align: right;
	margin: 3px 5px;
}
/* end index ----------------------------- */






/* 詳細ページ ----------------------------- */
.case_detail{
	width:650px;
}

#pagebase h3.case_title{
	width:640px;
	font-weight: bold;
	color: #333333;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
	margin-bottom: 20px;
	height: auto;
	padding: 5px;
	line-height: 1.3em;
}







.case_detail table {
	border-collapse:separate;
	border-spacing:0px;
	border-top:1px solid #c0c0bf;
	border-left:1px solid #c0c0bf;
	empty-cells:show;

}

.case_detail th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	background-color: #EEEBE8;
	
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #c0c0bf;
	border-bottom:1px solid #c0c0bf;
	padding: 5px;
}
.case_detail td{
	border-right:1px solid #c0c0bf;
	border-bottom:1px solid #c0c0bf;
	padding: 5px;
}






.case_photo_gallery{
	width:650px;
}
.case_photo_mainimage img {
	width: 480px;
	height: 360px;
}
.case_photo_mainimage {
	float: left;
	width: 480px;
}
.case_photo_gallery {
	float: left;
	width: 150px;
	text-align: center;
}
.case_photo_gallery img {
	height: 75px;
	width: 100px;
	border: 1px solid #999999;
	margin-bottom: 15px;
}



.case_data{
	clear:both;
	margin: 10px 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.case_data_tbl {
	width: 340px;
	float: left;
}
.case_data_tbl td ,.case_data_tbl th{
	padding: 5px;
}
.case_data_tbl th {
	width: 120px;
}

.case_data_message {
	padding: 0 10px;
	float: left;
	width: 280px;
}





.case_accounting{
	clear:both;
	padding: 10px 0;
}
.case_accounting table {
	margin: auto;
	width: 650px;
	margin: auto;
	border-collapse:separate;
	border-spacing:0px;
	empty-cells:show;
}
.case_accounting td{
	padding: 5px;

}
.case_accounting th{
	text-align: left;
	padding:10px;
	background-color: #EEEBE8;
	width: 120px;
}

.case_accounting td.case_accounting_total{
	border-top-width: 1px;
	border-top-color: #c0c0bf;
	border-top-style: solid;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear{
	clear: both;
}
