
/* darts */
#darts {
	background:url(../images/bg_darts.jpg) no-repeat top center;
	background-size:100%;
}

.darts_box {
    background-color: #fff;
    border: 4px solid #cc55c8;
    padding: 1em;
    margin: 2em auto;
    color: #000;
    box-sizing:border-box;
}

.dartsBox {
	background: rgba(0, 0, 0, 0.6);
	margin-top:15px;
	padding:1.8em;
	padding-bottom: 3em;
	text-align: left;
	color:#fff;
}
.dartsBox p {color:#fff;}
.livecard_kinou{
	background-color:#823335;
	width:500px;
	padding:8px;
	border:1px solid #deaa22;
}

/* fee */
.feeTb {width:100%;background:#fff;color:#222;font-size:1.6rem;line-height:160%;}
.feeTb th,.feeTb td {padding:2%;border:1px solid #4b4b4b;}
.feeTb th {width:30%;}
.feeTb td {width:35%;text-align:center;}
.feeTb td p {line-height:160%;}

.feeTb.day th {background:#ffb216;font-weight:bold;}
.feeTb.day tr:first-child td {background:#ffb216;font-weight:bold;}
.feeTb.night th {background:#afd8ff;}
.feeTb.night tr:first-child td {background:#afd8ff;}
.feeTb.option {width:31%;height: 28rem;float:left;margin-top:3rem;margin-right:3.4%;}
.feeTb.option:nth-child(3) {margin-right:0%;}
.feeTb.option th {height:15rem;}
.feeTb.option .bg {background:#ffd6ed;font-size:2rem;line-height:160%;}



@media screen and (max-width: 720px) {

#wrapper {width: 100%;}
#header {width: 100%;}
#wrapper #header p.header_info {display:none;}
#fla_area {display:none;}
#topnavi-nonpc {width:100%;display:block;}
#topnavi-nonpc ul {list-style-type:none;margin:5px auto;}
#topnavi-nonpc ul li {width:100%;float:left;}
#topnavi-nonpc ul li a {font-size:1.6em;}
#container {width:100%;}
#main {width:100%;}

#topics {width:100%;}
#darts_box {width:100%;}
#pack {width:100%;}
#pointbox {width:100%;}
#link_area {width:100%;}

}


a {color:#557;}
a:hover{
		color:#ef5500;
		text-decoration: underline;}
a:visited {color:#888;}


.pc_only {display:block;}
.mobile_only {display:none;}







