@charset "UTF-8";

div#title {
	width: 880px;
	margin: 20px auto 10px;
	padding: 3px 0;
	overflow: auto;
	border-top: #D9CEB3 solid 1px;
	border-bottom: #D9CEB3 solid 2px;
}
div#title h2 {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #BA6F36;
	background: url(/themes/wiseat/commons/mark-02.png) 0 1px no-repeat;
	padding-left: 28px;
	margin: 0;
}
div#title p {
	float: right;
}
div#title input {
	display: none;
}
div#main-photo {
	float: left;
	width: 380px;
	padding-left: 20px;
}
div#main-photo img {
	max-width: 100%;
}
div#cont-area {
	float: right;
	width: 480px;
	margin-right: 20px;
}
div.body {
	background: #CBAC7E;
	font-size: 1.2em;
	padding: 5px;
}
ul#entry {
	font-size: 1.2em;
	margin: 10px 0 15px;
}
ul#entry li {
	border-bottom: dotted #7D6848 1px;
	margin-bottom: 5px;
}
ul#entry li.entry_id {
	font-weight: bold;
}
ul#entry label {
	color: #7D6848;
	padding-right: 5px;
}
ol#photos {
	clear: both;
	width: 810px;
	margin: 15px auto;
	overflow: auto;
	text-align: center;
}
ol#photos li {
	float: left;
	border: #D9CEB3 solid 1px;
	padding: 5px;
	width: 250px;
	margin-right: 10px;
	overflow: hidden;
}
ol#photos li.lastChild {
	margin-right: 0px;
}
ol#photos li img {
	max-width: 100%;
}

