@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 20px;
}

#index p.btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 20px;
	background: #ddd;
}

#index p.f_right.photo {
	margin-left: 20px;
}

#index .section {
	margin-bottom: 40px;
}

#index .section:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-bottom: 20px;
	text-align: center;
}

#index .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

#index .btn a {
	display: block;
	width: 400px;
	height: 48px;
	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 {
	padding-left: 35px;
}

#index .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn .more a {
	padding-right: 10px;
}

#index .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: 20px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document index > h23model
--------------------------------------------------------- */

#index .h23model {
	margin-bottom: 20px;
	padding: 20px 20px 4px;
	border: solid 5px #e8eefc;
}

#index .h23model ul {
	width: 48%;
}

#index .h23model li {
	height: 52px;
	margin-bottom: 15px;
	padding: 0 0 0 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)";
	font-size: 15px;
	line-height: 52px;
	position: relative;
}

#index .h23model li:before {
	content: '';
	width: 27px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_sp.png) no-repeat 0 0;
	background-size: 26px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .h23model li:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index .h23model li a {
	display: inline-block;
	vertical-align: middle;
	width: 96%;
	text-decoration: none;
	color: #333;
}

#index .h23model li span {
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document index > vol
--------------------------------------------------------- */

#index .vol ol {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 2;
}

#index .vol ol li {
	margin-left: 26px;
	list-style: decimal;
}