@charset "utf-8";
/* CSS Document */

body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	background:#000000;
	color:#fff;
	margin:0;
	line-height:1.8;
}

h1,h2,h3,h4,h5,h6,p,ol,ul{ margin:0; padding:0; max-height:999999px; }
ol,ul{ list-style:none; }

.inner{
	width:92%;
	margin:0 auto;
}

.clearfix:after{
  content: "";
  clear: both;
  display: block;
}

.center{
	text-align:center;
}

#main_V{
	background: url(../images/main_bg.jpg) right top no-repeat;
	background-size:100% auto;
	position:relative;
	padding:5% 0 3%;
}

#main_V p.logo{
	position:absolute;
	top:1.7%;
	left:2.6%;
}

#main_V p.title_date{
	text-align:center;
	margin-bottom:1.5%;
}

#main_V p.title_date img{
	width:65%;
}

#main_V h1{
	margin-bottom:66.2%;
	text-align:center;
}

#main_V h1 img{
	width:76.8%;
}

#main_V p.txt_1{
	font-size:14px;
	line-height:1.4;
}

#main_V p.caption_1{
	color:#999999;
	font-size:9px;
	margin-bottom:1.2%;
}

section.about{
	background-color:#282726;
	padding-bottom:20px;
	position:relative;
	padding-top:7px;
}

p.about_title img{
	vertical-align:bottom; 
}

section.about p.txt_2{
	font-size:12px;
	margin-bottom:20px;
}

section.about p.moon{
	background-color:#000;
	margin-bottom:20px;
}

section.about p.moon img{
	width:100%;
}

section.about p.caption_2{
	color:#999999;
	font-size:9px;
	margin:0 auto 25px;
}

section.about p.emphasis{
	color:#E1A430;
	font-size:17px;
	text-align:center;
}

section.point div.point_head{
    background:#282726 url(../images/point_bg.png) center top no-repeat;
	background-size:100% 100%;
	padding-top:25px;
}

section.point div.point_head h2{
	text-align:center;
	color:#000000;
	font-size:24px;
	font-weight:normal;
}

section.point div.point_head h2 span{
	font-size:16px;
	border-bottom:#8C2300 1px solid;
	color:#8C2300;
}

section.point div.point_head .point_head_inner{
	position:relative;
	margin: 0 auto;
	width:320px;
}

section.point div.point_head img{
	position: absolute;
	top: -29px;
	left: 268px;
}

section.point div.point_inner{
	background-color:#C9C9C9;
	color:#000000;
	font-size:12px;
	padding-bottom:5px;
	padding-top:40px;
}

section.point div.point_inner div.box{
	background-color:#fff;
	padding:13px 15px;
	margin-bottom:10px;
}

section.point div.point_inner p.point_title{
	font-size:18px;
	margin-bottom:7px;
}

section.point div.point_inner p.point_title::before{
	content:"";
	display:inline-block;
	background:url(../images/icon_bulb.png) left center no-repeat;
	background-size:12px 17px;
	width:12px;
	height:17px;
	margin-right:6px;
}

section.features{
	background: url(../images/features_bg.jpg) center top no-repeat;
	background-size:100% auto;
	padding:3.6% 0 6%;
}

section.features h3{
	font-size:22px;
	margin-bottom:1.8%;
}

section.features p.txt_3{
	font-size:13px;
	margin-bottom:0.7%;
}

section.features p.btn{
	margin-top:5.6%;
	text-align:center;
}

section.features p.btn a:hover{
	opacity:0.9;
}

section.credit{
	background-color:#C9C9C9;
	color:#000000;
	padding:15px 0 40px 0;
}

section.credit div.photographer{
	display:table;
	background-color:#fff;
	margin:0 auto 15px;
}

section.credit div.photographer p{
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	line-height:1.2;
}

section.credit div.photographer span{
	font-size:9px;
}

section.credit p.txt_4{
	font-size:11px;
	margin-bottom:35px;
}

section.credit p.txt_4 a{
	color:#00468C;
}

section.credit div.book{
	padding:10px;
	box-sizing:border-box;
	background-color:#fff;
	font-size:11px;
}

section.credit div.book p.book_head{
	font-size:10px;
	margin-bottom:5px;
	line-height:1.4;
}

section.credit div.book p.book_head strong{
	font-weight:normal;
	font-size:20px;
}

#footer{
	font-size:11px;
	position:relative;
}

#footer .pagetop{
	position:absolute;
	top:-35px;
	right:10px;
}

#footer ul{
}

#footer ul li a{
	text-decoration:none;
	color:#fff;
}

#footer ul li{
	background: url(../images/arrow.png) left 15px center no-repeat;
	background-size:5px 6px;
	padding:15px 15px 15px 30px;
	border-bottom:1px solid #fff;
}

#footer p{
	text-align:center;
	padding:15px 0;
}