@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;
}


/* -------------------------------------------
	Shortcuts -------------------------------- */

.left{
	float: left;
}


.clear{
	clear: both;
}

.pad_r_5{
	padding-right: 5px;
}

.txt_l{
	text-align: left;
	padding-left: 20px;
}


/* -------------------------------------------
	Base ------------------------------------- */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


	/* Pc2Sp.js */
	#spLinkBlockInPc,#anchorToPcInSp{
		display:none;
	}


body {
font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS PGothic", arial, sans-serif;
color: #fff;
background-color: #000000;
overflow-x: hidden;
font-size: 12px;
line-height: 18px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

a{
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
outline: none;
}

a:hover{
cursor: pointer;
text-decoration: none;
}

a:active{
outline: none;
}

ol, ul {
list-style: none;
list-style-image:none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}


	/* warp, container */

	div#wrap_sp{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	div#container_sp{
	margin: 0 auto;
	background-color: #2c2c2c;
	}


/* -------------------------------------------
	header_sp ----------------------------------- */

div#header_sp_top{
	margin: 0 auto;
	width: 320px;
	height: 182px;
	background-color: #2c2c2c;
	background-repeat: overflow-x;
}

div#header_sp{
	margin: 0 auto;
	width: 160px;
	height: 91px;
	background-color: #2c2c2c;
	background-repeat: overflow-x;
	float: left;
	text-align: left;
}


/* -------------------------------------------
	menu_sp ------------------------------------ */

div#menu_sp{
	margin: 0 auto;
	width:320px;
	height: 175px;
	overflow: hidden;
}

	div#menu_sp ul{
		position: relative;
		top: 40px;
		left: 40px;
	}

	div#menu_sp ul li{
		padding: 0 15px 15px 0;
		float: left;
	}

	div#menu_sp ul li img{
		width: 112px;
		height: 44px;
	}

div#pk_youtube{
	width: 280px;
	height: 157.5px;
	margin: 0 auto;
}


/* -------------------------------------------
	menu_sp_contents ------------------------------------ */

.selected{
	color: #21BD8B;
}

div#menu_sp_contents{
	padding-top: 20px;
}

div#menu_sp_contents a{
	color: #dcd51c;
}

div#menu_sp_contents img{
	width: 160px;
	height: 91px;
	float: left;
}

div#menu_sp_contents ul li{
	padding: 0 20px;
}


/* -------------------------------------------
	menu_sp_contents_2 ------------------------------------ */

div#menu_sp_contents_2{
	margin-top: 20px;
	margin-left: 40px;
	text-align: left;
	color: #fff;
}

div#menu_sp_contents_2 p{
	font-weight: bold;
}

div#menu_sp_contents_2 a{
	color: #fff;
}

div#menu_sp_contents_2 a:hover{
	color: #b6bbba;
}

div#menu_sp_contents_2 ul li{
	font-size: 11px;
	float: left;
	padding: 0 20px;
}


/* -------------------------------------------
	maincontents_sp ----------------------------- */

div#maincontents_sp{
	margin: 0 auto;
	margin-top: 10px;
	padding: 20px;
	width: 320px;
	height: 100%;
	color: #fff;
}

div#maincontents_sp p{
	text-align: left;
}

div#maincontents_sp a{
	color: #dcd51c;
	text-decoration: underline;
}

.imgpd{
	padding: 30px 0;
}


/* -------------------------------------------
	sns_sp ------------------------------------ */

div#sns_sp{
	margin-top: 20px;
}

div#sns_sp img{
	width: 95px;
	height: 75px;
	padding-left: 10px;
	padding-right: 10px;
}


/* -------------------------------------------
	footer_sp ------------------------------------ */

div#footer_sp{
	margin-top: 60px;
	font-size: 10px;
	line-height: 12px;
}

div#footer_sp p,div#footer_sp img{
	padding: 20px;
}