@charset "utf-8";

/***GLOBAL***/

/***PageNav***/
.nextpage_leadtxt{
	text-align: center;
}
.nextpage_leadtxt a{
	position: relative;
	display: inline-block;
	padding: 10px 17px 5px 65px;
	background: url(../img/img_next.png) 0 center no-repeat;
	background-size: 58px 34px;
	border-bottom: 1px #000 solid;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-weight: bold;
}
.nextpage_leadtxt a:after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	vertical-align: middle;
}
.nextpage_leadtxt a:before{
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	vertical-align: middle;
}

.page_nav{
	padding: 30px 0;
}
.page_nav ul {
text-align: center;
letter-spacing: -.4em;
}
.page_nav li {
	display: inline-block;
	margin-right: 8px;
	height: 40px;
	font-family: Avenir Next Condensed;
	line-height: 20px;
	vertical-align: middle;
	letter-spacing: normal;
}
.page_nav .n {
	position: relative;
	display: block;
	width: 30px;
	height: 20px;
	background-color: #e2ebf2;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 80%;
}
.page_nav a.n {
	background-color: #9cb8d0;
	color: #fff;
	border: none;
}
.page_nav li .prev {
	padding: 10px;
}
.page_nav .prev:after {
	content: " ";
	position: absolute;
	top: 0px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 20px 8px 20px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #e2ebf2;
}
.page_nav li .next {
	padding: 10px;
}
.page_nav .next:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 20px 0 20px 8px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #e2ebf2;
}
.page_nav a.next:after {
	border-left-color: #9cb8d0;
}
.page_nav a.prev:after {
	border-right-color: #9cb8d0;
}
.page_nav li a {
	display: block;
	padding: 9px 10px;
	border: 1px solid #9cb8d0;
	text-decoration: none;
}
.page_nav .ac {
	display: block;
	padding: 10px 12px;
	background-color: #9cb8d0;
	color: #fff;
}
/**/
.intv_head h1{
	margin-top: 15px;
	padding: 6px 10px;
	background:#df77a6;
	line-height: 0;
}
.top_img img{
	width: 100%;
}
.intv_head_detail{
	padding: 10px;
	font-size: 14px;
	line-height: 160%;
}
.intv_head_detail h2{
	padding: 12px 0 10px 50px;
	background: url(../img/img_point.png) 0 center no-repeat;
	background-size: 42px 44px;
	font-weight: bold;
	font-size: 18px;
}
/***

Page:Index

**/
.index section:first-child{
	padding: 10px;
}
.index section:first-child h1{
	margin-bottom: 15px;
	text-align: center;
}
.index section:first-child h1 img{
	width: 50%;
	max-width: 400px;
}
.lead{
	padding: 15px 0 5px;
}
.lead p{
	margin-bottom: 5px;
	font-size: 14px;
}
.lead .credit{
	color: #929292;
	font-size: 10px;
}
/***

Page:P02

**/

.main_intv{
	padding: 10px;
}
.main_intv h3{
	margin: 10px 0 20px;
	padding-left: 15px;
	border-left: 9px #e280ac solid;
	color: #e280ac;
}
.main_intv p{
	margin-bottom: 20px;
	font-size: 16px;
}
.intv_q{color: #7098ba;}
.intv_a span{color: #e280ac;}