@charset "UTF-8";
@import "../../../include/css/common.css";
@import "../../../include/css/facebox.css";

/* ---------------------------------------------------------
	CSS Document case > entry
--------------------------------------------------------- */

#entry {
	margin-top: 30px;
	text-align: left;
}

#entry h2 {
	padding: 6px 35px 5px;
	background: #28a7a6 url(../../../include/images/t_icon.jpg) no-repeat left;
	font-size: 14px;
	color: #fff;
}

#entry #summary {
	margin-bottom: 30px;
}

#entry #summary p.f_left {
	width: 300px;
	overflow: hidden;
	margin-top: 30px;
}

#entry #summary div.f_right {
	width: 630px;
	overflow: hidden;
	margin-top: 20px;
}

#entry #summary table {
	border-collapse: separate;
	border-spacing: 10px;
}

#entry #summary th {
	width: 15%;
	padding: 3px 0;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

#entry #summary th span {
	display: block;
	padding: 3px 20px 3px 25px;
	background: #000 url(../../../include/images/case_bg.jpg) no-repeat left;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

#entry #thumb h3 {
	width: 10%;
	margin-top: 30px;
	padding: 3px 15px;
	background: #000 url(../../../include/images/case_bg.jpg) no-repeat left;
	text-align: center;
	white-space: nowrap;
	font-size: 100%;
	color: #fff;
}

#entry #thumb {
	padding: 15px 0 15px 0;
	/*border: solid 1px #999;*/
}

#entry #thumb ul {
	margin-top: 10px;
	list-style: none;
}

#entry #thumb li {
	float: left;
	margin-right: 10px;
}

/* ---------------------------------------------------------
	CSS Document case > entries
--------------------------------------------------------- */

#entries {
	text-align: left;
	font-size: 12px;
}

#entries h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 6px 35px 5px;
	background: #28a7a6 url(../../../include/images/t_icon.jpg) no-repeat left;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#entries h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 0 2px;
	border-bottom: solid 3px #28a7a6;
	font-size: 15px;
}

#entries li {
	margin-bottom: 30px;
	width: 300px;
	overflow: hidden;
	list-style: none;
}

#entries li.f_left {
	margin-right: 25px;
}

#entries li strong {
	font-size: 14px;
}

#entries li a {
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
}

#entries li a:hover {
	text-decoration: underline;
}

#entries li a.photo {
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: #28A7A6;
	text-align: center;
}

#entries li th {
	padding: 0;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}

#entries li td {
	padding: 0;
}

/* ---------------------------------------------------------
	CSS Document case > case
--------------------------------------------------------- */

#case {
	margin-bottom: 30px;
	text-align: left;
	font-size: 12px;
}

#case h3 {
	margin-bottom: 20px;
}

#case .entry {
	margin-bottom: 20px;
	padding-top: 5px;
	background: url(../images/case_02.jpg) no-repeat 0 0;
}

#case h4 {
	margin-bottom: 8px;
	margin-right: 8px;
}

#case ul {
	overflow: hidden;
	padding-top: 10px;
}

#case ul.before {
	width: 420px;
}

#case ul.after {
	width: 410px;
}

#case li {
	float: left;
	width: 140px;
	overflow: hidden;
	margin-bottom: 10px;
	list-style: none;
}

#case li.last {
	width: 130px;
}

/* ---------------------------------------------------------
	CSS Document case > pnavi
--------------------------------------------------------- */

#pnavi {
	margin-top: 30px;
}

.link_before {
	float: left;
}

.current_page {
	padding: 2px 8px 2px;
	background: #a0d799;
	color: #fff;
}

.link_page {
	padding: 2px 8px 2px;
	background: #e2f0f0;
	color: #333;
}

.link_page:hover {
	background: #a0d799;
	color: #fff;
}

.link_next {
	float: right;
}