@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index 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;
}

#index h4 {
	margin-bottom: 15px;
	padding: 5px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.2;
}

#index h4 a {
	font-size: 16px;
}

#index p {
	margin-bottom: 20px;
}

#index .section {
	margin-bottom: 40px;
}

#index .section:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document index > anchor
--------------------------------------------------------- */

#index .anchor ol {
	text-align: center;
}

#index .anchor ol li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 3px;
}

#index .anchor ol li:nth-child(even):before {
	content: '|';
	margin-right: 8px;
}

/* ---------------------------------------------------------
	CSS Document index > vol
--------------------------------------------------------- */

#index .vol {
	margin-bottom: 40px;
}

#index .vol p {
	margin-bottom: 10px;
}

#index .vol ol li {
	margin-bottom: 15px;
	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 > detail
--------------------------------------------------------- */

#index .detail {
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
}

#index .detail ol {
	margin-bottom: 5px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
	text-align: center;
}

#index .detail ol li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

#index .detail dl {
	margin-bottom: 1px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}

#index .detail dt {
}

#index .detail dd {
	margin-top: 5px;
	text-align: center;
}

#index .detail dd li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index ol.btn {
	text-align: center;
}

#index ol.btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}

#index .btn a {
	display: block;
	height: 40px;
	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: left;
	font-size: 13px;
	line-height: 40px;
	color: #333;
	position: relative;
}

#index .btn .movie a {
	padding-left: 30px;
}

#index .btn .movie a:before {
	content: '';
	width: 14px;
	height: 20px;
	margin-top: -10px;
	background: url(/include/images/i_movie_sp.png) no-repeat 0 0;
	background-size: 14px auto;
	position: absolute;
	top: 50%;
	left: 10px;
}

#index .btn .more a {
	padding-left: 10px;
	padding-right: 20px;
}

#index .btn .more a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
}

#index .btn .pdf a {
	padding-left: 30px;
}

#index .btn .pdf a:before {
	content: '';
	width: 18px;
	height: 20px;
	margin-top: -10px;
	background: url(/include/images/i_pdf_sp.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	left: 8px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
