@charset "utf-8";
/* Reset Styles
***********************/
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 {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}




/* General
***********************/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:1.2;
	color: #ddd;
	margin: 0px;
	padding: 0px;
	height: auto;
	background:#000;
/*	background:#E9E0CB url(../images2014/bg_smartphonetest.png) no-repeat scroll top left;*/
}
a:link, a:visited {
	color: #5EC6C6;
	text-decoration: none;
}
a:hover {
    color: #699;
}
a:active {
    color: #F66;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

/* Header
***********************/
header {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
header h1 , header h2 {
	display:inline;
	font-size: 24px;
	letter-spacing:2px;
	color:#fff;
}

/* main
***********************/
#main {
	max-width:640px;
	margin:0 auto;
}


/* Footer
***********************/
footer {
	padding: 10px;
	clear:both;
	border-top: 1px solid #fff;
	color:#999;
}
footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
footer .copyright {
	text-align: right;
	font-size:12px;
}
.close a {
/*	display:block;*/
	width: 25px;
	height: 120px;
	background-color:#fff;
	background-image:url(../parts/closewin.gif);
	overflow:hidden;
	color:rgba(255,255,255,0);
	font-size:1px;
	overflow:hidden;
	position:fixed;
	right:0;
	bottom:5px;
	display:none;
}


/*-----------------------------------*/

.movieBox {
	max-width:560px;
	/*margin:0 auto;*/
}

.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Media Queries
***********************/

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
	header {
		border: none;
		padding:0;
		text-align:center;
	}
	header h1 {
		display:block;
		font-size: 24px;
		color:#fff;
		padding:5px;
	}
	header h2 {
		display:block;
		font-size: 16px;
		color:#fff;
		background-color:#333;
		padding:5px;
	}

.movieBox {
	max-width:none;
	margin:0 auto;
	padding-bottom:10px;
}
	
	footer .copyright {
		padding: 10px;
		margin-top:5px;
		clear:both;
		color:#999;
		float:none;
		text-align: center;
		font-size:12px;
	}
	

}

