@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .sp {
	display:none;
}

#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 h4 {
	background:#858aba;
	padding: 12px;
	color:#fff;
	margin:25px 0 15px;
	font-size: 18px;
	text-align:center
}

#detail h5 {
	background:#f6f8ff;
	padding:12px 15px;
	border: solid 1px #7f8dba;
	margin:30px 0 15px;
	font-size: 20px;
}

#detail h5 span:before {
	content: '●';
	color:#8490d5;
	margin-right:5px;
}

#detail h6 {
	background:#858aba;
	padding:5px 15px;
	margin:25px 0 15px;
	font-size: 20px;
	color:#fff
}

#detail .section {
	margin-bottom: 40px;
}

#detail p {
	margin-bottom: 20px;
}

/* 詳細 */
#detail .box {
	padding:35px 0 20px
}

/* --サブタイトル */
#detail .sbttl{
	background: #dfe4fc;
	margin:22px 0 0;
	padding:25px 20px;
	font-weight:bold;
	font-size:22px;
	line-height:1;
}

#detail .sbttl span{
	display:inline-block;
	vertical-align: bottom;
	line-height:1
}

#detail .sbttl span.no{
	background: #8490d5;
	color: #fff;
	padding:4px;
	font-size:17px;
	font-weight:bold;
	margin-right:15px
}

#detail .lead01 {
	font-size:17px;
	line-height:28px;
}

#detail .lead01 p {
	font-size:17px;
	line-height:28px;
}

#detail .lead01 img {
	float:left;
	margin-top:-10px;
	margin-right:20px;
	margin-bottom:25px
}

#detail .lead01 .index01 {
	width:614px;
	display:inline-block;
	border:1px solid #ccc;
	padding:15px 25px;
	margin-bottom:25px;
	font-weight:bold;
}

#detail .lead01 .index01 span {
	display:block;
}

#detail .lead01 .index01 span:before {
	content: '●';
	color:#8490d5;
	margin-right:5px;
}

#detail .red {
	color: #d15009;
}

#detail .bold {
	font-weight: bold;
}

#detail .area01 {
	clear:both;
	border-top:5px solid #c7cbec;
}

#detail .co01 {
	background:#faf9eb;
	padding:35px;
	margin-bottom:15px
}

#detail .co01 p {
	margin-bottom:10px;
}

#detail .text01 {
	font-size:17px;
	line-height:28px
}

#detail .text02{
	display:block;
	background:#fdfbda;
	border-radius:50px;
	font-size:150%;
	margin:3% 10%;
	padding:3% 2%;
	text-align:center;
	line-height:1.2;
	color:#5e5a15;
	font-weight:bold
}

#detail .text02 span{
	display:inline-block
}

.colum01{
	margin:0 1.5em 1em;
	font-size:17px;
	background:#fdf3e7;
	border-radius:30px;
	padding:3%
}

.colum01 span{
	display:block;
	text-indent:-1.5em;
	margin:0 3em
}

#detail .link01 span {
	display:inline-block;
	vertical-align:middle;
}

#detail .link01 {
	background:#fff;
	padding:15px;
	border:1px solid #ccc;
	margin:20px 0 0;
}

#detail .link01 .obj01 {
	margin-right:10px;
}

#detail .link01 .obj02 {
	border-left:5px solid #8490d5;
	padding-left:10px;
}

#detail .link01 .obj02 a {
	display:block
}

#detail .il01 {
	display:block;
	margin:20px auto;
}

#detail .il02 {
	display:block;
	margin:0 auto 20px;
}

#detail .il02_cap {
	display:block;
	text-align:center;
	margin:40px auto 0;
	font-weight:bold
}

#detail .number {
	margin-bottom:1em
}

#detail .number li {
	list-style-type: decimal;
	margin-left:2em
}

#detail table {
	width:90%;
	border-collapse: collapse;
	margin:0 auto 7%
}

#detail caption {padding:1%;font-weight:bold}
#detail table td{border:1px solid #999;margin:0;padding:1%;}
#detail table td:nth-child(1){width:15%;background:#e6ebf9;font-weight:bold}
#detail table td:nth-child(2){width:85%;font-size:90%}
#detail table td.check01{background:#fcc8a0}
#detail table td.check02{background:#fdf3e7}


/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#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 p.center a {
	background: #ddd;
}

/* 各サムネイル */

/* --サムネイル囲み枠 */
#index .box .inbox {
	width: 1000px;
	border: 5px solid #e8eefc;
	margin: 28px 0;
}
/* --サブタイトル */
#index .sbttl{
	width:660px;
	background: #dfe4fc;
	margin:22px 20px 0;
	padding:16px 20px;
	font-weight:bold;
	font-size:22px;
	line-height:1;
}

#index .sbttl span{
	display:inline-block;
	vertical-align: bottom;
	line-height:1
}

#index .sbttl span.no{
	background: #8490d5;
	color: #fff;
	padding:4px;
	font-size:17px;
	font-weight:bold;
	margin-right:15px
}

#index img{
	float:right;
	margin:15px 20px
}

#index .text{
	margin:20px 20px 0;
	font-size:15px;
}

#index .box .inbox .link {
	text-align: center;
        margin-top: 5px;
        margin-bottom:20px;
        margin-left: 520px;
}
#index .box .inbox .link a {
	display: inline-block;
	padding:10px 20px;
	line-height: 1;
	border: 2px solid #b9c6da;
	background: #fff;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
#index .box .inbox .link a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
#index .box .inbox .link a:before {
	content: url(/include/images/array.png);
	vertical-align: middle;
	padding-right: 10px;
}

#index .btn {
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 60px;
	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;
	color: #333;
	position: relative;
}

#index .btn 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 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

