@charset "utf-8";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	opacity: .8;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}
figure{
	margin: 0;
}

/* HTML5 ELEMENTS */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


body {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
.ticket{
	letter-spacing: -.4em;
}
.ticket li{
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
@media screen and (max-width: 48em) {
	h1, h2, h3, h4, h5, h6, html, body, div, dl, dt, dd, ul, ol, li, p, pre, form, fieldset, input, textarea, blockquote {
		margin: 0 auto;
	}
	.container {
		width: 100%;
		margin: 0 auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}
