﻿@charset "UTF-8";

/*--------------------------------------------------------------
Common Style
--------------------------------------------------------------*/
body {
	padding: 0;
	background-color: #202020;
	color: #FFF;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
}
a {
	color: #ff6900;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.clear { clear: both; }

/* clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix { zoom: 1; }

/* overflow */
.of {
	overflow: auto;
}

/* img */
img {
	vertical-align: bottom;
	max-width: 100% !important;
	height: auto !important;
	line-height: 0;
}

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.tl { text-align: left !important; }
.tc { text-align: center !important; }
.tr { text-align: right !important; }

/*--------------------------------------------------------------
Layout Style
--------------------------------------------------------------*/
ul, li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
}

/* Header */
#header {
/*
	margin-bottom: 22px;
*/
}

/* Main Image */
#main {
	position: relative;
	width: 100%;
}
#mainImage {
	position: absolute;
	top: 0;
	left: 0;
}
#main a img {
	position: absolute;
	width: 96px;
	height: 120px;
}

/* List Image */
#image {
	margin-bottom: 2.5%;
	text-align: center;
}

/* Button */
#button ul {
	margin-bottom: 7%;
}
#button li {
	margin-bottom: 2%;
	width: 389px;
}

/*--------------------------------------------------------------
PC
--------------------------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
#contents {
	width: 974px;
	margin: 0 auto;
	*text-align:left;
}

/* Header */
#header .left {
	width: 88px;
	margin-left: 25px;
}
#header .right {
	width: 172px;
	margin: 35px 6px 0 0;
}

/* Main Image */
#main {
	height: 381px;
}
#main a img {
	top: 190px;
	right: 432px;
}

/* Button */
#button ul {
	width: 780px;
}

/* Movie */
.lightbox_wrapper div {
	position: absolute;
	top: 35px;
	width: 964px;
	height:572px;
}

/*caption*/
.cap{text-align:right; font-size:10px; margin:0 100px;}


/*--------------------------------------------------------------
iPad
--------------------------------------------------------------*/
@media screen and (max-width: 974px){
#contents {
	width: 100%;
}

/* Main Image */
#main a img {
	top: 43.5%;
	right: 43%;
}

}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
@media screen and (max-width: 968px){
/* Header */
#header .left {
	width: 20%;
	margin-left: 1%;
}
#header .right {
	width: 26%;
	margin: 10% 3% 0 0;
}

/* Movie */
#lightbox_area {
	width: 98% !important;
	height: auto !important;
	margin: 0 auto;
}
#lightbox_area div {
	width: 98% !important;
	height: auto !important;
	margin: 0 auto;
}
.lightbox_wrapper div {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	width: auto !important;
	height: 0 !important;
	overflow: hidden !important;
}
.lightbox_wrapper div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
@media screen and (max-width: 780px){
/* Button */
#button ul {
	width: 100%;
}
#button li {
	width: 50%;
}

.cap{text-align:right; font-size:10px; margin:0 5%;}
}

/*--------------------------------------------------------------
スマートフォン横
--------------------------------------------------------------*/
@media screen and (max-width: 480px){
#contents {
	/* width: 480px; */
	width: 100%;
}

/* Main Image */
#main {
	height: 188px;
}
#main a img {
	top: 29%;

	right: 38%;
	width: 22%;
	height: 22%;
}

/* Button */
#button ul {
	width: 80%;
}
#button li {
	width: 100%;
	float: none !important;
}
.cap{text-align:right; font-size:10px; margin:0 5%;}

}

/*--------------------------------------------------------------
スマートフォン縦
--------------------------------------------------------------*/
@media screen and (max-width: 320px){
#contents {
	width: 320px;
}

/* Header */
#header .left {
	width: 18%;
	margin-left: 3%;
}
#header .right {
	width: 24%;
	margin: 10% 3% 0 0;
}

/* Main Image */
#main {
	height: 148px;
}
#main a img {
	top: 28%;
	right: 38%;
	width: 24%;
	width: 24%;
}
.cap{text-align:right; font-size:10px; margin:0 5%;}

}