@charset "utf-8";
/* CSS Document */


#stage{
	color: #333333;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
#stage .content-box {
	margin-bottom: 60px;
}
#stage .content-box p {
	font-size: 15px;
	line-height: 2;
}
#stage .content-box .img-main {
	width: 650px;
	margin: 50px auto 0 auto;
}
#stage .content-box h2,
#stage .content-box-tokuten h2 {
	background: #666666;
	color: #fff;
	padding: 5px 0;
	font-size: 15px;
	text-align: center;
	margin-bottom: 25px;
}
#stage .content-box table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #424242;
}
#stage .content-box table tr.bg-gray,
#stage .content-box table th {
	background: #f0f0f0;
	font-weight: normal;
}
#stage .content-box table th {
	font-size: 18px;
}
#stage .content-box table th, #stage .content-box table td {
	width: 25%;
	border-collapse: collapse;
	border: 1px solid #424242;
	padding: 20px 0;
	text-align: center;
}

#stage .content-box-tokuten h3 {
	font-weight: 700;
	padding-bottom: 13px;
	border-bottom: 1px solid #a6a6a6;
}
#stage .content-box-tokuten p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 45px;
	padding-left: 10px;
}
#stage .content-box-tokuten p.coupon {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 10px;
	padding-left: 10px;
}
#stage .content-box-tokuten ul{
	margin: 0 0 45px 10px;
	padding: 0;
}
#stage .content-box-tokuten ul li {
	list-style: none;
	padding-bottom: 10px;
}
#stage .content-box-tokuten .btn-member a{
	display: block;
	width: 230px;
	margin: 70px auto 60px auto;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.device-sp{
	display: none;
}