@charset "UTF-8";
/*------------------------------------*\
    Reset
\*------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url(../images/bg.gif);
	font-family: 'Helvetica', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Meiryo', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#f9cc8d;
}
a {
	color:#f9cc8d;
	text-decoration:none;
}
#wrapper {
	width:980px;
	margin:40px auto;
	text-align:center;
}
.title {
	padding:75px 0 72px;
}
.main {
	position:relative;
}
.ie8video {
	display:none;
}
.ie8 .video {
	display:none;
}
.ie8 .ie8video {
	display:block;
}
.control .play {
	position:absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity: 0;
}
.control .play:hover {
	cursor:pointer;
}
.control .pause {
	position:relative;
	z-index:1;
}
.linkBtn li a {
	display:block;
	border:2px solid #f9cc8d;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	border-radius:4px;
	background: url(../images/arw.png) no-repeat 95% 50%;
	width:48%;
	padding: 30px 0 28px;
	margin-top: 22px;
	float: left;
}
.linkBtn li.english a {
	float:right;
}
.sns {
	margin:72px 0;
}
.sns p {
	color:#fff;
	padding-bottom:14px;
}
.sns li {
	display:inline-block;
	margin:0 6px;
}
.copyright {
	font-size:12px;
	color:#503b39;
}

/*------------------------------------*\
    Clear Fix
\*------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
