@charset "utf-8";

/* ==================================
先輩メッセージ
================================== */
#community {
	padding: 20px;
	background-color: #ffffff;
}
#community .tit_balloon {
	margin-bottom: 5px;
}
#community .interviewee {
	margin-left: 40px;
}
#community .interviewee li {
	float: left;
	width: 268px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #cccccc;
}
#community .interviewee li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#community .interviewee li a:hover {
	background-color: #ffffe0;
}
#community .interviewee li a span {
	display: block;
	text-align: center;
}
#community .interviewee li a .photo {
	padding: 4px;
}
#community .interviewee li a .name {
	font-size: 108%;
}
#community .interviewee li a .btn {
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
}
#community .btn_exhibition {
	margin: 0 auto;
	width: 568px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #cccccc;
}
#community .btn_exhibition a {
	display: block;
	padding: 4px 4px 0;
}
#community .btn_exhibition a:hover {
	background-color: #ffffe0;
}
#community .btn_exhibition span {
	display: block;
}
#community .btn_exhibition .btn {
	padding-top: 6px;
	text-align: right;
}

/* ==================================
各インタビュー
================================== */
#voice {
	padding: 20px;
	background-color: #ffffff;
}
#voice .interview {
	clear: both;
	margin: 20px auto 0;
	padding: 0 20px;
	width: 580px;
	border-left: 2px dotted #d0d09b;
	border-right: 2px dotted #d0d09b;
}
#voice .interview h4 span {
	font-weight: normal;
	font-size: 86%;
}
#voice .interview h5 {
	font-size: 108%;
	color: #cc9900;
}
#voice .interview img {
	padding: 4px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#voice .pagenav {
	margin-top: 20px;
	text-align: center;
}
#voice .pagenav .prev {
	padding-left: 24px;
	padding-right: 8px;
	background: url(../img/common/icn_prev.webp) no-repeat left center;
	border-right: 1px solid #999999;
}
#voice .pagenav .top {
	padding-left: 8px;
	padding-right: 8px;
}
#voice .pagenav .next {
	padding-left: 8px;
	padding-right: 24px;
	background: url(../img/common/icn_next.webp) no-repeat right center;
	border-left: 1px solid #999999;
}
/*12_09_06追加先輩メッセージ*/
#voice .interview .columntop {
	font-size: 112%;
	font-weight: bold;
	color: #c90;
}
#voice .interview .columntop img {
	border: none;
	padding: 0 5px 0 0;
}
#voice .interview .info {
	border: dotted #d0d09b 1px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
#voice .interview .info {
	border: dotted #d0d09b 1px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	_height: 90px;
}
#voice .interview .info dd {
	float: left;
}
#voice .interview .info .campict {
	float: right;
}
