@charset "UTF-8";
/* INDEX */

.ttl_m_back {
	width: 610px;
	height: 25px;
	background: url(../images/jisseki/ttl_m_back_jisseki.jpg) no-repeat;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 6px;
	margin-bottom: 25px;
}

.photo_box {
	width: 145px;
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 50px;
}

.photo_box img {
	padding:1px;
	border: 1px solid #ccc;
}


.detail_btn {
	margin-top: 10px;
}

.detail_btn a {
	display: block;
	overflow: hidden;
	font-size: 3px;
	width: 85px;
	height: 15px;
	background: url(../images/jisseki/btn_detail_off.gif) no-repeat;
	text-indent: -9999px;
}

.detail_btn a:hover {
	background: url(../images/jisseki/btn_detail_on.gif) no-repeat;
}

.jisseki_text {
	margin-bottom: 50px;
}



/* DETAIL */

.photo_box_2 {
	width: 280px;
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 50px;
}

.photo_box_2 img {
	padding: 1px;
	border :1px solid #ccc;
}

.jisseki_text_2 {
	margin-bottom: 30px;
	padding-left:10px;
}

.detail_text_box {
	width: 598px;
	padding: 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

#return_all {
	text-align: right;
}

.navigation {
	float:right;
}

.alignright {
	float:left;
	margin-left:40px;
	display:inline;
}
	
