@charset "utf-8";

/* Basic Normalize */
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, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}

ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
img{vertical-align: top;}
figure{margin: 0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

/* Basic Config */
html {
	font-size: 100%;
	background: #fff;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	width:100%;
	overflow:hidden;
	background: #fabe00;
	font-size:14px;
}

input,select,textarea {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

a{text-decoration:none;}

button {
	border: 0;
	outline: 0;
	background: transparent;
}
/* =======================================================
		Header
======================================================= */

#header {
	position: relative;
	z-index: 99;
}

h1 {
	position: relative;
	z-index: 1;
}

/* =======================================================
		Main
======================================================= */

#main {
	margin-right: auto;
	margin-left: auto;
}

.box {
	max-width: 1000px;
	margin-right: auto;
	margin-left : auto;
}

#bingoGameView {
	position: relative;
	background-color: #fabe00;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}


#music{
	background:#facd00;
	border-bottom:2px solid #fff;
}

.bold-box {
	position: relative;
}

.bold-box .title {
	background: #000;
	border-radius:10px 10px 0 0;
}

.bold-box .txt {
	font-weight: bold;
}

.bold-box .title + .txt {
	border-top: none;
}

.dashed-list li {
	background:#fff;
	position: relative;
}

.dashed-list li span.no{
	color:#fc2f73;
}


/*----- tutorial -----*/

#tutorial{
	background:#facd00;
	border-bottom:2px solid #fff;
}

#tutorial .title {
	text-align: left;
}

dl {
	font-size: 16px;
	text-align: left;
	line-height: 1.4em;
	color: #000;
}

dl dt {
	margin: 25px 0 8px;
}

dl dt:first-child {
	margin-top: 0;
}

#tutorial dl dt.bold {
	font-weight: bold;
	color: #fc2f73;
}

#tutorial dd span {
	color: #fc2f73;
}

/*----- 底力 -----*/

#soko{
	background:#fabe00;
	border-bottom:2px solid #fff;
}

#soko .title {
	text-align: left;
}

#soko p{
	color:#593118;
	font-weight:bold;
}

/*----- music -----*/

#music .title {
	text-align: center;
}

#music .text {
	text-align: left;
}

.point-list dd p {
	padding-left: 1.2em;
	position:relative;
}

.point-list dd p:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.point-list dd a{
	text-decoration:underline;
	color:#fc2f73;
}

/* =======================================================
		footer
======================================================= */

footer{
	background:#fff;
}

footer img{
	vertical-align:middle;
}


/* =======================================================
		footer
======================================================= */

nav{
	background:#fff;
	width:100%;
	position:fixed;
	top:0;
	z-index:9999;
}

nav .social{
	max-width: 1057px;
	margin-right: auto;
	margin-left : auto;
	text-align:left;
}

/*PC******************************************************************************/
@media screen and (min-width: 768px)
{

.hide_pc{
	display:none;
}

a img:hover{
	opacity:0.8;
}

#header{
	padding: 70px 0;
}

/*----- bingoGameView -----*/

#bingoGameView {
	padding: 60px 0 30px;
}

#bingoGameView .notice {
	padding: 15px 0;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	font-weight:bold;
}

#bingoGameView img {
    text-align:center;
    width:45%;
}

/*----- bingoGameView -----*/

#tutorial,#soko{
	padding:40px 0;
}

#tutorial .title,#soko .title {
	margin-bottom:30px;
}

#tutorial dl dt.bold {
	font-size:120%;
}

dl dt {
	margin: 25px 0 8px;
}

#soko iframe{
	margin:0 auto 10px;
	width:750px;
	height:422px;
}

#soko p{
	font-size:16px;
}

#music{
	padding:40px 10px;
}

#music .text {
	margin:50px 0 20px;
}

.bold-box .title {
	margin: 0 2px;
	padding: 15px;
}

.dashed-list {
	float: left;
	width: 50%;
	height: 100%;
}

.dashed-list li {
	height: 44px;
	padding: 14px 14px;
	text-align: left;
	font-size: 1em;
	line-height: 1em;
	border-top: 4px solid #facd00;
	border-right: 2px solid #facd00;
	border-left: 2px solid #facd00;
}

ul.request{
	display:table;
	width:100%;
}

ul.request li{
	display:table-cell;
	text-align:left;
}

ul.request li img.title{
	height:42px;
}

ul.request li:first-child{
	width:400px;
}

ul.request li:last-child{
	width:600px;
}

ul.request li iframe.bbs{
	width:600px;
	height:450px;
	border-radius:5px;
	margin-top:20px;
}

ul.request li p.btn{
	margin-top:20px;
}


.point-list dd{
	font-size:14px;
	line-height:1.8;
}

footer{
	padding:50px 0 30px;
}

footer p{
	font-size:12px;
	margin-top:30px;
}

footer img{
	height:40px;
	margin:0 15px;
}

#pagetop{
	position:fixed;
	bottom:0;
	right:30px;
	line-height:0;
}

nav .social{
	padding:5px 40px;
	position:relative;
}

nav .social .logo{
	
}

nav .social .logo img{
	height:30px;
	vertical-align:middle;
}

nav .social p{
	position:absolute;
	text-align:right;
	top:5px;
	right:40px;
}

nav .social p a img{
	height:30px;
	margin-left:5px;
}
nav .social img{
	vertical-align:middle;
}

}

/*PC******************************************************************************/

/*SP******************************************************************************/

@media screen and (max-width: 767px)
{

.hide_sp{
	display:none;
}

#header{
	padding:50px 0 10px;
}

#header img
{
	width: 100%;
}

/*----- bingoGameView -----*/

#bingoGameView
{
	padding-top: 40px;
}

#bingoGameView .notice {
	padding: 15px 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	font-weight:bold;
}

#bingoGameView img {
	text-align:center;
	width:85%;
}

/*----- bingoGameView -----*/

#tutorial,#soko{
	padding:15px 5px;
}

#tutorial .title{
	font-weight:bold;
	font-size:24px;
	color:#fff;
}

dl dt {
	margin: 0
}


#tutorial dl dt.bold {
	font-size:16px;
	margin:15px 0 5px;
}

#tutorial dd{
	font-size:12px;
}


#soko .title{
	font-weight:bold;
	font-size:24px;
	color:#fff;
	line-height:1.0;
	margin-bottom:10px;
}

#soko p{
	font-size:12px;
}

#music{
	padding:10px 5px;
}

#music .text p{
	margin:20px 0 10px;
	font-size:12px;
	color:#000;
	font-weight:lighter;
	line-height:1.2;
}

#music .text span{
	font-size:20px;
	color:#fff;
	line-height:1.2;
	font-weight:bold;
}

.bold-box {
	margin: 10px auto;
}

.bold-box .title {
	margin: 0;
	padding: 10px;
}

.bold-box .title img{
	width:100%;
}


.dashed-list li {
	padding: 10px;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	border-top: 2px solid #facd00;
}

.bold-box .dashed-list li .txt-small
{
	font-size: 0.8em;
}

ul.request li iframe.bbs{
	display:none;
}

.btn{
	margin-top:10px;
}

.btn img{
	width:100%;
}

.point-list {
	font-size:12px;
	line-height: 1.4;
	margin-top:30px;
}

footer{
	padding:30px 0 20px;
}

footer p{
	font-size:9px;
	margin-top:15px;
}

footer img{
	width:30%;
	margin:0 10px;
}

#pagetop{
	position:fixed;
	bottom:0;
	right:5px;
	line-height:0;
}

nav .social{
	padding:5px;
	position:relative;
}

nav .social .logo{
	
}

nav .social .logo img{
	height:30px;
	vertical-align:middle;
}

nav .social p{
	position:absolute;
	text-align:right;
	top:5px;
	right:5px;
}

nav .social p a img{
	height:30px;
	margin-left:3px;
}

nav .social img{
	vertical-align:middle;
}

}
/*SP******************************************************************************/