@charset "UTF-8";
@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/contents.css");

.contents {
	margin-left: 40px;
	margin-right: 28px;
}
.float-wrap {
	margin-top: 20px;
	width: 522px;
}
.left-box {
	float: left;
	width: 240px;
}
.right-box {
	float: right;
	width: 277px;
}
.right-box img {
	vertical-align: bottom;
}
.right-box .right-cont {
	border-right: 2px solid #231815;
	border-bottom: 2px solid #231815;
	border-left: 2px solid #231815;
	background: #FFF9B1;
	margin-left: 15px;
}
.contents table {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 5px;
}
.left-box table th {
	text-align: left;
}
.left-box table td {
	text-align: right;
	width: 70px;
}
.left-box table td p {
	padding-right: 5px;
	padding-left: 2px;
}

.left-box dl {
	font-size: 80%;
	line-height: 140%;
}
.left-box dt {
	width: 13px;
	float: left;
}
.left-box dd {
	float: left;
	width: 220px;
}

.right-box .detail {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.right-box p {
	font-size: 70%;
	line-height: 135%;
	margin-left: 11px;
	margin-top: 6px;
}
.bottom-cont .detail-box p {
	margin-bottom: 2px;
}
.bottom-cont .detail-box2 {
	margin-top: 10px;
	background: #9FD9F6;
	padding: 10px 8px;
}
.bottom-cont .detail-box .cap,
.bottom-cont .detail-box2 .cap {
 font-size: 85%;
}
.bottom-cont .detail-box2 .text {
	padding-top: 5px;
	padding-right: 35px;
	padding-left: 20px;
	font-size: 75%;
	line-height: 140%;
}

