@charset "UTF-8";

@import "base.css";


/* /////////・ｽ@・ｽ・ｽ・ｽ・ｽ・ｽ齬暦ｿｽy・ｽ[・ｽW・ｽ@///////////*/

.item {
	width: 518px;
	border: solid 1px #e6dccc;
	margin: 0px 13px 20px 13px;
}
.item h2 {
	background: #eee;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px #e6dccc;
}
.item h2 a {
	color: #1c357e;
	font-weight: bold;
	font-size: 14px;
}
.item .right {
	width: 307px;
}
.item th {
	background: #e6dccc;
	border-bottom: solid 1px #fff;
	color: #5f4d3d;
	padding: 7px 15px;
}
.item td {
	border-bottom: solid 1px #e6dccc;
	padding: 7px 15px;
}
.item .right p {
	padding: 10px;
}
.item .left img {
	padding: 5px;
	background: #fff;
}


/* /////////・ｽ@・ｽ・ｽ・ｽ・ｽ・ｽﾚ細ペ・ｽ[・ｽW・ｽ@///////////*/

#detail {
	margin: 20px 13px;
	width: 520px;
}
#detail h2 {
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #1c357e;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #1c357e;
}
#detail div.left {
	width: 297px;
	margin-bottom: 100px;
}
#detail caption {
	background: #eee;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px #e6dccc;
	font-weight: bold;
	font-size: 14px;
	color: #635242;
}
#detail table {
	border-collapse: separate;
	margin-bottom: 15px;
}
#detail th {
	background: #e6dccc;
	border: solid 1px #e6dccc;
	color: #5f4d3d;
	padding: 7px 15px;
	width: 70px;
}
#detail td {
	border: solid 1px #e6dccc;
	padding: 7px 15px;
}
#detail div.right {
	width: 214px;
	margin-bottom: 100px;
}
#detail div.right li {
	list-style: none;
	margin-bottom: 10px;
}
#detail div.right li a {
	border: solid 1px #dfdbd4;
	width: 212px;
	display: block;
	vertical-align: top;
}
#detail div.right li a:hover {
	border: solid 1px #1c357e;
}
