@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail h4 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail p {
	margin-bottom: 20px;
}

#detail ol {
	margin-bottom: 20px;
	padding: 15px 10px 10px;
	border: solid 1px #ccc;
}

#detail ol li {
	margin-left: 20px;
	list-style: disc;
	line-height: 1.4;
}

#detail ol ul li {
	margin-left: 16px;
	list-style: disc;
}

#detail ol ul ul {
	margin: 0;
	margin-left: 65px;
	padding: 0;
	border: 0;
}

#detail ol li ul li {
	margin-left: 20px;
	list-style: decimal;
}

#detail em {
	color: #fd6d16;
}

#detail .section {
	margin-bottom: 40px;
}

/* ---------------------------------------------------------
	CSS Document detail > outline
--------------------------------------------------------- */

#detail .outline {
	margin-bottom: 20px;
}

#detail .outline dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

#detail .outline dl.last,
#detail .outline dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

#detail .outline dt {
	font-weight: bold;
}

#detail .outline dd {
}

#detail .outline p.btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 20px;
	background: #ddd;
}

/* ---------------------------------------------------------
	CSS Document detail > btn
--------------------------------------------------------- */

#detail .btn {
	margin-bottom: 20px;
	text-align: center;
}

#detail .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#detail .btn a {
	display: block;
	width: 220px;
	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;
}

#detail .btn .pdf a {
	width: 100%;
	line-height: 18px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top:5px;
	text-align:left
}

#detail .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;
}

#detail .btn .movie a {
	padding-left: 25px;
}

#detail .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;
}

#detail .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document detail > note
--------------------------------------------------------- */

#detail .note {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
}

/* ---------------------------------------------------------
	CSS Document detail > photo
--------------------------------------------------------- */

#detail .photo {
	text-align: center;
}

#detail .photo p {
}

#detail .photo img {
	margin-bottom: 5px;
}

#detail .photo span {
	display: block;
	background: #e8eefc;
}

/* ---------------------------------------------------------
	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: 16px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 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: 260px;
	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 > vol
--------------------------------------------------------- */

#index .vol ol {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
}

#index .vol ol li {
	margin: 5px 0;
	margin-left: 26px;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document toukou_form
--------------------------------------------------------- */

#index #toukou_form {
	text-align: left;
}

#index #toukou_form .find  {
	width: 100% !important;
	margin:auto !important;
	padding:10px 0 !important;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border: solid 2px #a0cbb5 ;
	background:#f5fbf8
}

#index #toukou_form .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index #toukou_form h2 {
	height: 40px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 178px;
	background-size: 92px auto;
	font-weight: 100;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	position: relative;
}

#index #toukou_form h2:after {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 6px transparent;
	border-left: solid 9px #fff;
	position: absolute;
	top: 50%;
	right: 5px;
}

#index #toukou_form h2 {
	background-color: #5ca07e;
}

#index #toukou_form dl {
	margin: 0 15px;
}

#index #toukou_form dt {
	font-size: 16px;
	line-height: 1.5;
}

#index #toukou_form dt a {
	text-decoration: none;
	color: #3a6f54;
}
/* ---------------------------------------------------------
	CSS Document detail > jirei
--------------------------------------------------------- */

#detail #jirei h3 {
	background: #e8eefc;
	border-bottom:#e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0;
}

#detail #jirei h3 p {
	margin-top:10px
}

#detail #jirei h3 p:before {
	content:"●";
	color:#808fbb;
}

#detail #jirei h4 {
	background:#808fbb;
	color:#FFF;
	text-align:center;
	font-size:18px;
	padding:10px;
	margin-top:50px;
	margin-bottom:30px;
	border-left:6px solid #b6c0dd;
	border-right:6px solid #b6c0dd;
}


/* ---------------------------------------------------------
	CSS Document detail > jirei > info
--------------------------------------------------------- */
#detail #jirei .info {
	background: #e8eefc;
	border-top: solid 2px #808fbb;
	border-bottom: solid 2px #808fbb;
	padding:5%;
	margin-bottom:30px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > note
--------------------------------------------------------- */

#detail #jirei .note02 {
	margin-top:20px;
	margin-bottom:20px
}

#detail #jirei .note02 .photo_left,
#detail #jirei .note02 .photo_right {
	margin-bottom:20px;
	border:1px solid #ccc;
	padding:3px;
}

#detail #jirei .note02 .photo_center {
	text-align:center;
	margin:auto
}

#detail #jirei .note02 .photo_center p {
	color:#4a5b8b;
	padding:5px 0;
	border-bottom:2px solid #4a5b8b;
	margin:20px 0;
}

#detail #jirei .note02 .caption01 {
	color:#4a5b8b;
	text-align:left;
	margin-top:15px
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > merit
--------------------------------------------------------- */

#detail #jirei .merit {
	background:#d7e0fb;
	padding:10px;
	margin-top:50px;
}

#detail #jirei .merit ul {
	background:#fff;
	margin:5px;
	vertical-align:top;
}

#detail #jirei .merit li:first-child {
	background:#d7e0fb;
	padding:0 0 5px;
	text-align:center;
	color:#3c4a74
}

#detail #jirei .merit li:last-child {
	padding-bottom:15px;
}

#detail #jirei .merit li:nth-child(2){ 
	padding-top:15px;
}

#detail #jirei .merit li {
padding:2px 15px;
}

#detail #jirei .merit li span:before {
	content:"□";
	color:#808fbb;
	font-weight:bold;
	margin-right:5px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > advice
--------------------------------------------------------- */

#detail #jirei .advice {
	background:#f0f0f0;
	margin:0 0 40px
}

#detail #jirei .advice h5 {
	background:#f0f0f0;
	color:#3c4a74;
	font-weight:normal;
	padding:20px 5% 10px;
	text-align:center;
	font-size:18px;
}

#detail #jirei .advice p {
	background:#FFF;
	border:#cdd3e4 solid 1px;
	padding:20px;
	margin:0 20px 20px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > outline02
--------------------------------------------------------- */

#detail #jirei .outline02 ul {
	width:100%;
}

#detail #jirei .outline02 ul p {
	color:#4a5b8b;
	padding:0 0 5px;
	border-bottom:2px solid #4a5b8b;
}

#detail #jirei .outline02 ul:first-child{
	margin-right:24px;
	padding:20px;
	background:#fff;
}

#detail #jirei .outline02 ul:first-child li {
	border-bottom: dotted 1px #666;
	line-height:20px;
	padding:5px 0;
}

#detail #jirei .outline02 ul:first-child li img {
	float:left;
	margin-right:10px
}

#detail #jirei .outline02 .photo_main {
	position: relative;
	border:5px solid #fff
}

#detail #jirei .outline02 .vol {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 112px;
	height: 100px;
	background:url(../../images/jirei_bk01.png);
	padding:10px 5px;
	text-align:right;
	color:#3f5082
}

#detail #jirei .outline02 .vol span {
	font-size:30px;
	line-height:20px;
}


