<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.grayBtn {
	font-size:12px;
}
.specialContainer {
	margin-bottom:50px;
	overflow:hidden;
}
.specialContainer .leftBox {
	width:672px;
	margin-top:20px;
	float:left;
}
.specialContainer .leftBox h1 {
	margin-bottom:25px;
}
.specialContainer .leftBox .banner a {
	margin-bottom:30px;
	display:block;
	box-shadow:0 1px 5px rgba(153,153,153,0.5);
	-webkit-box-shadow:0 1px 5px rgba(153,153,153,0.5);
	-moz-box-shadow:0 1px 5px rgba(153,153,153,0.5);
	-o-box-shadow:0 1px 5px rgba(153,153,153,0.5);
	-ms-box-shadow:0 1px 5px rgba(153,153,153,0.5);
}



/* 特集詳細ページ */
.content {
	margin-top:20px;
	padding:30px 50px 50px;
	background:#fff;
	font-size:15px;
}
p.title {
	margin-bottom:15px;
	padding-left:30px;
	border-bottom:3px solid #184d7c;
	background:url(../images/common/circle_01.png) left center no-repeat;
	font-size:24px;
	font-weight:bold;
}
.txtArea {
	padding:10px;
}
.photoR {
	margin:0 0 15px 15px;
	float:right;
}
.caption {
	margin-top: 5px;
	display:block;
	font-size:11px;
	text-align: center;
}

.photoL {
	margin:0 15px 15px 0;
	float:left;
}.content .recommendInner img {
	float: left;
}
.content .recommendInner dl dt {
	font-size: 16px;
	line-height: 26px;
	font-family: "Shin Go Bold";
}
.content .recommendInner dl dd {
	font-size: 12px;
	padding-top: 20px;
	line-height: 20px;
}
.content .recommendInner .session {
	width: 100%;
	margin-top: 30px;
}
.session tr th {
	height: 30px;
	background-image: url(../images/special/session_bg.png);
	border: 1px solid #bfbfbf;
	padding-top: 5px;
	padding-left: 16px;
}
.session tr td {
	border: 1px solid #bfbfbf;
}
.session tr td img {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.session tr .session_title {
	padding-left: 16px;
}
.content .recommendInner dl {
}
.mr20 {
	margin-right: 20px;
	padding-bottom: 20px;
}
.leftBox .profile {
	background-color: #d9d9d9;
	width: 632px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.profile dl {
	padding: 20px;
}
.profile dl dd {
	font-size: 12px;
	padding-top: 10px;
}
.profile dl dt {
	font-size: 18px;
}
.profile dl dt .profile_mini {
	font-size: 12px;
}
.carleton_txt {
	width: 560px;
	padding-right: 26px;
	padding-left: 26px;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 30px;
}
.mb20 {
	padding-bottom: 20px;
}

.leftBox .profile_u {
	background-color: #d9d9d9;
	width: 632px;
	margin-left: 20px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/special/profile_bg.png);
}
.profile_u dl {
	padding: 20px;
}
.profile_u dl dd {
	font-size: 12px;
	padding-top: 10px;
}
.profile_u dl dt {
	font-size: 18px;
}
.profile_u dl dt .profile_mini {
	font-size: 12px;
}
p.sub_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 240px;
	float: left;
}

p.sub_title2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
</pre></body></html>