@charset "utf-8";

/* CSS Document */

/*--------------------------------------
　コーディング基準
---------------------------------------

■Not use "reset.css" → "normalize.css"
　HTML5対応、各デバイスへの対応を視野に、normalize.cssをモジュール的に組み込むことを推奨します。

■Rule of Wordpress & Get ready CMS
　Wordpressとの親和性を高めるため、基本的にWordpressのコーディング基準に沿います。

■Naming Rule
　CamelCaseでの記述は行いません。
　親要素など大きなまとまりには複数単語のハイフン区切りを。
　その他のclass,id名は、snakecaseでアンダースコア区切りで記述します。
*/


/*--------------------------------------
　base style
---------------------------------------*/

body{	
color:#fff;
font-size:14px;
margin:0;
width:100%;
height:100%;
position:relative;
font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.6;
}

body > #primary {
height: auto;
}

a:link {color:#fff; text-decoration:underline;}
a:visited {color:#fff; text-decoration:underline;}
a:hover {color:#dd3119; text-decoration:underline;}

img{
border:0;
vertical-align: bottom;
touch-callout:none;
user-select:none;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-touch-callout:none;
-moz-user-select:none;
}


/*--------------------------------------
　Expression
---------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}
.center { text-align:center; }
.floatside {overflow:hidden;}

.ro img:hover,.ro:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


/*--------------------------------------
　Primary
---------------------------------------*/

#primary {
width:1000px;
height:100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}

article {
width:778px;
margin-left:auto;
margin-right:auto;

}

#slider-window {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
}

.bx-pager {
	display:none !important;
}

#device-button {
	width:622px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	text-align:center;
	margin-bottom:22px;
}

#etc-button {
	width:800px;
	margin-bottom:30px;
}

.movie-alart {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	float:left;
	width:300px;
	font-size:11px;
}

.movie-alart a {
	color:#F60;
	font-weight:bold;
}

.movie-alart a:hover {
	color:#FC0;
}

.photoman {
	text-align:right;
	font-size:12px;
	color:#FFF;
	margin-top:5px;
}

#slider-window {
	width:530px !important;
	float:left;
	text-align:center;
	font-size:16px;
	color:#ffffff;
}

#slider-window span {
	background-color: rgba(0,0,0,0.6);
	display:block;
	padding:3px;
}

/*--------------------------------------
　Footer
---------------------------------------*/

#footer {
}

#footer #cc {
	height:42px;
	background-color:#242424;
	margin-bottom:36px;
}

#footer #cc #cc-inbox {
	height:42px;
	line-height:42px;
	color:#FFF;
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	font-family:"Century Gothic";
}

#footer #cc #cc-inbox .topback {
	float:right;
	width:99px;
	height:42px;
}

#footer-contents {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:55px;
}

#footer-contents .logo {
	float:left
}

#footer-link {
	width:455px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#fff;
	line-height:1.8;
}

#footer-contents #option-box {
	float:right;
	margin-top:10px;
	width:500px;
}

#footer-contents #option-box .svbutton {
	margin-right:10px;
}

#footer-contents #footer-link a {
	color:#fff;
}

#footer-contents #footer-link a:hover {
	color:#2b90c4;
}

.license {
	margin-top:15px;
}

.jas-minibox {
	float:right;
	width:223px;
	height:31px;
	line-height:1.2;
	text-align:right;
	font-size:9px;
	margin-left:15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.jas-minibox {
		width:238px;
	}
}

.jas-minibox img {
	float:left;
	margin-right:3px;
}

.elicense-minibox {
	font-size:9px;
	float:right;
	width:140px;
	margin-left:10px;
	line-height:1;
	border-left:solid 1px #C8C8C8;
	padding-left:9px;
	margin-left:8px;
}

.elicense-minibox img {
	float:left;
	margin-right:2px;
}

.elicense-minibox div {
	margin-left:-870px;
	font-size:14px;
}
.poet {
	margin-top:30px;
}
.poet-logo {
	background:url(http://luckast.com/aquarifa_free/image/aquarifa_logo_1.jpg) center top no-repeat;
	width:100%;
	height:165px;
	margin-top:40px;
}

.secondary-movie {
	background-image: url("http://luckast.com/aquarifa_free/image/mani_yoko_b.jpg");
	background-position: top center;
	margin-bottom:20px;
}

.opabluck {
	background-color: rgba(0,0,0,0.6);
	display:block;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	margin-bottom:30px;
	color:#ffffff;
}