@charset "UTF-8";
#content {
	width: 940px;
	margin: 0 auto;
}
#content h1 {
	background: url(../images/stripe01.gif) repeat-x left center;
	margin-bottom: 50px;
}
ul.category {
	float: left;
	width: 180px;
}
.category li {
	padding: 0 0 15px;
}
.category li a {
	display: block;
	background: url(../images/arw.gif) no-repeat left 5px;
	padding-left: 12px;
}
h4 {
	margin-left: 200px;
	font-size: 153.9%;
	/*color: #a6a9b0;*/
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	margin-top: 50px;
}
h4.first {
	margin-top: 0px;
}
.result {
	margin-left: 200px;
	border-top: 1px solid #e3e3e6;
	padding: 1.6em 0;
}
/*クリアフィックス*/
.result:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.result {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .result { height:1%; }
.result { display: block; }
/* End hide from IE-mac */
/*---end---*/

.result .info {
	float: left;
	width: 385px;
}
.result .info h3 {
	font-weight: bold;
	background-color: #ebebeb;
	padding: 8px;
}
.result .info p {
	line-height: 1.6;
	font-size: 85%;
	margin: 1.6em 0;
}
.result .info p.showdata {
	margin: 1.6em 0 0;
}
.result .info p.showdata a {
	background: url(../images/arw.gif) no-repeat left center;
	padding-left: 12px;
}

.result .more {
	display: none;
}
.result .more h5 {
	margin: 1.6em 0 5px;
}
.result .more table {
	width: 100%;
}
.result .more table th, .result .more table td {
	line-height: 1.6;
	font-size: 85%;
	padding: 5px 5px;
	border: 1px solid #e3e3e6;
	vertical-align: top;
}
.result .more table th {
	white-space: nowrap;
	font-weight: bold;
	color: #a2a5ac;
	width: 1%;
	white-space: nowrap;
	background: #f5f5f5;
}
.result .more table td.num {
	font-weight: bold;
	color: #a2a5ac;
}
.result .photo {
	margin-left: 400px;
}
.result .photo ul {
	margin: 0;
}
.result .photo li {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}
.result .photo li a img {
	border: 2px solid #e1e5ec;
}
.result .photo li a:hover {
	zoom: 1;
}
.result .photo li a:hover img {
	border-color: #ccd0d8;
}
