@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
}

#detail p {
	margin-bottom: 20px;
}

#detail dl {
	margin-bottom: 20px;
}

#detail .youtube {
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 50%;
	padding-top: 60px;
	border-top: solid 2px #000;
	border-bottom: solid 1px #ccc;
	position: relative;
}

#detail .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document detail > vol
--------------------------------------------------------- */

#detail .vol {
	margin-bottom: 30px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
}

#detail .vol li {
	margin-left: 20px;
	line-height: 2;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document detail > btn
--------------------------------------------------------- */

#detail .btn {
	margin-bottom: 30px;
}

#detail .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
}

#detail .btn span,
#detail .btn a {
	display: block;
	height: 48px;
	padding: 0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#detail .btn .movie span {
	padding-left: 50px;
}

#detail .btn .movie span:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -15px;
	background: url(/include/images/i_movie_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn .more a {
	padding-left: 50px;
	padding-right: 60px;
}

#detail .btn .more a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#detail .btn .pdf a {
	padding-left: 50px;
}

#detail .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#detail .btn .test a {
	padding: 0 15px 0 50px;
}

#detail .btn .test a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_test_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 20px;
}

#index p.f_right.photo {
	margin-left: 20px;
}

#index .section {
	margin-bottom: 40px;
}

#index .section:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document index > anchor
--------------------------------------------------------- */

#index .anchor {
	width: 49%;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
}

#index .anchor dt {
	margin-bottom: 10px;
	font-size: 16px;
}

#index .anchor dd {
	font-size: 13px;
}

/* ---------------------------------------------------------
	CSS Document index > speaker
--------------------------------------------------------- */

#index .speaker.long,
#index .speaker .f_left,
#index .speaker .f_right {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
}

#index .speaker .f_left,
#index .speaker .f_right {
	width: 49%;
}

#index .speaker dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 55%;
}

#index .speaker dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 40%;
	text-align: right;
}

#index .speaker dd a {
	background: #ddd;
}

/* ---------------------------------------------------------
	CSS Document detail > test
--------------------------------------------------------- */

#index #test{
	background:#e8eefc;
	border:1px solid #b5c1de;
	padding:20px;
	font-size:15px;
}

#detail #test {
	background:#e8eefc;
	border:1px solid #b5c1de;
	padding:20px 20px 0;
	font-size:15px;
	margin-bottom:30px;
	text-align:center
}

/* ---------------------------------------------------------
	CSS Document index > find
--------------------------------------------------------- */

#index .box,
#index .find {
	margin-top: 20px;
	padding: 20px;
	border: solid 5px #e8eefc;
	font-size: 13px;
}

#index .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index .find p {
	margin-bottom: 0;
}

#index .box dt,
#index .find dt {
	margin-bottom: 5px;
	font-size: 15px;
	color: #354f9e;
}

#index .box ol,
#index .find ol {
	margin-top: 5px;
	margin-top: 5px;
	padding: 5px 10px;
	border: solid 1px #c7cfe8;
	background: #fff;
}

#index .box ol li,
#index .find ol li {
	margin-left: 16px;
	list-style: disc;
}

#index .find .f_left {
	float: left;
	width: 164px;
	background: #fff;
}

#index .box .f_right,
#index .find .f_right {
	width: 81%;
}

#index .find p.f_left img {
	border: solid 1px #ccc;
	padding: 1px;
}

#index .box p.f_left {
	text-align: center;
}

#index .box p.f_left img {
	margin-bottom: 10px;
	border: solid 1px #ccc;
	padding: 1px;
}

#index .box p.f_left a img {
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

/* ---------------------------------------------------------
	CSS Document index > vol
--------------------------------------------------------- */

#index .vol ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#index .vol ol ol {
	margin-top: 5px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
}

#index .vol ol ol li {
	margin-bottom: 0;
	margin-left: 20px;
	background: #fff;
	font-size: 14px;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-top: 20px;
	text-align: center;
}

#index .speaker.long .btn {
	margin-top: 0;
}

#index .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 5px;
}

#index .btn a {
	display: block;
	height: 48px;
	padding-right: 10px;
	padding-left: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn .movie a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_movie_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn .test a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_test_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
