@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}





body {
	font-family: "?q???M?m??S Pro W4", "Hiragino Maru Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS P Gothic", sans-serif;
	background: #000;
	color: #fff;
	line-height: 1.5;
}

.txt-center {
	text-align: center;
}
.txt08 {
	font-size: 0.8em;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.txt-bold {
	font-weight: bold;
}


/* ----------------------------------
	02.Common
---------------------------------- */


.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #c0ff00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c0ff00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



/* ----------------------------------
	03.Style
---------------------------------- */

#container {
	width: 980px;
	margin: 0 auto;
}
h1#ttl {
	margin-bottom: 1em;
}
.text-main {
	width: 870px;
	margin: 0 auto;
}
.ttl,
.catch-txt,
.end-txt,
.detail-txt {
	margin-bottom:20px;
}
.ttl {
	margin-top:1.0em;
}
.catch-txt {
	font-weight: bold;
	font-size: 1.1em;
	color: #c8bd06;
}
.end-txt {
	font-weight: bold;
	font-size: 1.1em;
	color: #ff0000;
}
.detail-txt {
	font-size: 12px;
}
.detail-dl,
.table-dl {
	overflow: hidden;
	width: 870px;
}
.detail-dl {
	margin-bottom: 1.5em;
}
.detail-dl dt,dd {
	padding: 0.2em 0.5em;
	margin-bottom: 0.5em;
}
.detail-dl dt {
	width: 200px;
	float: left;
	background: #605b05;
	text-align: center;
}
.detail-dl dd {
	margin-left: 210px;
}
.detail-dl dd:after {
	clear: both;
}
.table-dl {
}
.table-dl dt {
	width: 40px;
	float: left;
}
.table-dl dd {
	margin-left: 50px;
}
.table-dl dd:after {
	clear: both;
}
.end-txt {
	border: 1px solid #f00;
	padding: 1em 0;
	text-align: center;
}
.contact-txt {
	border: 1px solid #fff;
	width: 860px;
	margin: 2.5em auto 0;
	padding: 1em 3em;
}
.contact-txt h3 {
	font-weight: bold;
	padding-bottom: 0.5em;
}

.yt-movie {
	width: 640px;
	margin: 0 auto;
	margin-bottom: 1em;
}
.yt-movie iframe {
	width: 640px;
	height: 360px;
}


#footer {
	background: #1b1b1b;
	margin-top: 2em;
	color: #fff;
	font-size: 0.8em;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}
.privacy {
	width: 980px;
	margin: 0 auto;
}

@media (max-width: 640px) {

	.iframe-content {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		background-color: #000;
	}
	.iframe-content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	#global-nav {
		display: none;
	}
	#container {
		width: 96%;
		margin: 0 auto;
	}
	.text-main,
	.detail-dl,
	.end-txt,
	.table-dl,
	.contact-txt {
		width: 100%;
		margin: 0 auto;
	}
	.detail-dl,
	.catch-txt,
	.end-txt {
		font-size: 1em;
	}
	.ttl br,
	.catch-txt br,
	.end-txt br,
	.detail-txt br {
		display: none;
	}
	.detail-dl dt {
		float: none;
		width: 100%;
		background: #605b05;
		text-align: center;
	}
	.detail-dl dd {
		margin-left: 0;
	}
	.table-dl dd:after,
	.table-dl dd:after {
		clear: none;
	}
	.table-dl dt {
		float: none;
	}
	.table-dl dd {
		margin-left: 1em;
	}
	.end-txt {
		margin-bottom: 25px;
		padding: 1em;
	}
	.contact-txt {
		padding: 1em;
		font-size: 0.8em;
	}
	.yt-movie {
		width: 100%;
	}
	#footer {
		width: 100%;
		font-size: 0.8em;
		text-align: center;
	}
	.privacy {
		width: 96%;
		margin: 0 auto;
	}

}