﻿@charset 'UTF-8';
@import url("./spstyles.css") screen and (max-width: 1260px);
@import url("./hdstyles.css") screen and (min-width: 1261px);
* {
	margin: 0 auto;
	padding: 0;
}
html, body {
	margin: 0 auto;
}
body {
	margin: 0;
	color: #E7E7E0;
}
body, td, th {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#display-background {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background: url(victoria_bg.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1000;
}
#video-background {
	position: fixed;
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: -100;
}
.both {
	clear: both;
}
.spaceboth {
	clear: both;
	height: 4em;
}
.nohr {
	border: 0px;
	padding: 1em;
}
.line {
	border: #E6E6E6 1px solid;
	margin: 1em;
}
.linkicon {
	width: 1em;
	height: 1em;
	margin: 0 0 0 0.3em;
}
.linkicon-small {
	width: 0.8em;
	height: 0.8em;
	margin: 0 0 0 0.2em;
}
.font-gray {
	color: #666;
}
#fadein {
	display: none;
}
/* モーダルウインドウ */
.modal-content {
	position: fixed;
	overflow-y: scroll;
	border: 0;
	color: #FFF;
	display: none;
	z-index: 2;
	opacity: 0.9;
}
.modal-video {
	position: fixed;
	width: 100%;
	height: 80%;
	margin: 0;
	padding: 15%;
	overflow-y: auto;
	background: url(videobg.png);
	border: 0
	color: #FFF;
	display: none;
	z-index: 2;
	opacity: 0.9;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {
	position: fixed;
	top: 0;
	right: 0;
	display: inline-block;
	width: 100px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 1000;
}
.button-link:hover {
	cursor: pointer;
	opacity: 0.8;
}
/* ページコンテンツ */
#menu {
	background: #F9FA5D;
	margin: 0px;
	height: auto;
	padding: 40px 0 40px 0;
	opacity: 0.8;
}
.click {
	color:red; cursor:pointer;
}
.small {
	font-size: 0.8em;
}
.large {
	font-size: 2em;
}
.center {
	text-align: center;
}
.contentstable {
	margin: 0px;
	height: auto;
	padding: 40px 40px 40px 85px;
	color: #333;
}
.tile {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 2px 2px 0;
	width: 480px;
	height: 120px;
	opacity: 0.96;
}
.tile:hover {
	background: url(titlehover.png);
}
.nonhover-tile {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 2px 2px 0;
	width: 480px;
	height: 120px;
	opacity: 0.96;
}
.tiletext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	height: auto;
	margin: 0 0 3% 0;
	text-align: right;
	vertical-align: bottom;
	font-size: 1.2em;
}
.circlebox {
	position: relative;
	float: left;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin: 0 1em 0 0;
	background: #CCC;
}
.circlebox img {
	width: 60%;
	height: 60%;
	padding: 20%;
}
.circlebox:hover {
	background: #C0C0C0;
}
.tweet {
	background: #09C;
}
a:hover img {
	opacity: 0.8;
}
.w-left {
	float: left;
	width: 300px;
	height: auto;
	margin: 0 60px 0 0;
}
.w-right {
	float: left;
	max-width: 640px;
	height: auto;
	margin: 0;
}
.video-block {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 25px;
}
.hidden {
	display: none;
}