@charset "UTF-8";


@media (max-height: 480px) {
	.w_ajust{
		width:100%;
		max-width: 640px;
		box-sizing: border-box;
		margin: 0 auto;
		display: block;
	}
}


html,body {
  -webkit-text-size-adjust: none;
  display: table;
  width: 100%;
  height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}

ol,ul{
	list-style:none;
}


@media screen and (max-width: 639px) {
    body{
	font-size:11px;
	}
}

@media screen and (min-width: 640px) {
    body{
	font-size:13px;
	}
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5em;
	text-align:center;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url(../img/common/bg.png);
}

h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}

a{
	outline:none;
	text-decoration:none;
	word-wrap: break-word;
}

.red{
	color: #fc0101;
}

.fw{
	font-weight: bold;
}

.content{
	padding: 0.2%;
}

ul{
	margin: 0 0 5px 0;
}


ul li.green{ background: #0b6c72;}
ul li.yellow{ background: #92800c;}
ul li.red{ background: #80251f;}
ul li.purple{ background: #801f5a;}
ul li.orange{background: #c85a03;}
ul li.darkgreen{ background: #2c5d0f;}
ul li.darkred{ background: #882f35;}
ul li.daikansha{ background: #eb4018;}


#ticket ul li{
	display:inline-table;
	max-width:640px;
	border-radius: 10px;
	width:80%;
}

#ticket ul li .img{
	margin: 0 0 3px 0;
}

#ticket ul li .t_box01{
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:0 3.5% 3.5% ;
}

#ticket ul li .btn_box01{
	position:absolute;
	bottom:0%;
	right:0;
	width:36%;
	padding:0 8.2% 3% 0;
}

.btn_box_magazin01{
	position:absolute;
	bottom:0%;
	right:0;
	width: 25%;
	padding: 0 3% 2.5% 0;
}


#ticket ul li .t_box02{
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:0;
}


#ticket .block{
	max-width:640px;
	width:80%;
	margin:0 auto;
	color: #FFFFFF;
}

#ticket .txt{
	margin: 0 0 0 0;
	text-align: left;
}

#ticket .txt2{
	font-size: 140%;
	text-align:right;
}

#ticket .txt2 .date, .txt2 .time{
	color: #ffc300;
}

.round_cut{
	border-radius: 15px;
}

.round_cut_01{
	border-radius: 10px;
}

.note_txt{
	font-size: 11px;
	text-align: right;
}

.limit_txt{
	font-size: 130%;
	text-align: right;
}



.date, .time{
	color: #ffc300;
}

.trade_link{
	text-align:right;
	padding:0 0 0 0;
}

.trade_link a{
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	font-size: 80%;
}

