@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Terminal+Dosis:400,700);

/* -----------------------------------------------
preReset + baseSet
----------------------------------------------- */

/* ------------ preReset ------------ */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
strong {
  font-weight: bold;
	}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ------------ baseSet ------------ */
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

img {
	vertical-align:bottom
	}

table {
	width:100%; /* 任意変更 */
	}
	
.f_right {
	float: right;
	display: inline;
	}
.f_left {
	float: left;
	display: inline;
	}

.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
	}
.cf:after {
	clear:both;
	}
.cf {
	zoom:1;
	}

.no-wrap {
	overflow:hidden;
	_zoom:1;
	}

.bx {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	}







/* -----------------------------------------------

----------------------------------------------- */
body {
	color: #333;
	background: #f5f5f5;
	font-family: "游ゴシック", "YuGothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
	}

.wide_set {
	width: auto;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	}
@media (max-width: 980px) {
	.wide_set {
	padding: 0 5%;
	}
}

a {
	color: #006;
	}
.a_solid a {
	text-decoration: none;
	outline: none;
	}

/* -----------------------------------------------
header
----------------------------------------------- */
header {
	text-align: center;
	}
header h1 {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 700;
	font-size: 52px;
	padding: 0.5em;
	}

/* -----------------------------------------------
index_news_area
----------------------------------------------- */
.index_news_area {
	margin-bottom: 60px;
	}
.index_news_area p {
	font-size: 24px;
	line-height: 1.5;
	}
.index_news_area p.new_mark {
	background: #f66;
	border-radius: 8px;
	color: #fff;
	font-size: 32px;
	margin-bottom: 0.4em;
	text-align: center;
	padding: 0.25em 0;
	}
.index_news_area .days {
	color: #f66;
	text-align: center;
	font-size: 58px;
	font-weight: bold;
	}
.index_news_area .days span.n {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 700;
	font-size: 150%;
	}


.index_news_area .w2016 {
	text-align: center;
	margin: 10px 20px;
	margin-bottom: 100px;
	}
.index_news_area .discP {
	width:48%;
	}
.index_news_area .horino {
	float: left;
	}
.index_news_area .kamata {
	float: right;
	}


.index_news_area .w2016 p.jacket {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0, 0.5);
	margin-bottom: 15px;
	}
.index_news_area .w2016 p.jacket img {
	width:100%;
	}

.index_news_area .w2016 .discP p {
	line-height: 1.25;
	}
.index_news_area .w2016 .discP p.artist,
.index_news_area .w2016 .discP p.title {
	font-size: 32px;
	}
.index_news_area .w2016 .discP p.num {
	font-size: 18px;
	margin-top: 0.5em;
	}

.live_info {
	background: #fff;
	padding:2em;
	font-size: 18px;
	border: 3px solid #eee;
	border-radius: 8px;
	text-align: center;
	margin: 2em auto 3em;
	}
.live_info h2 {
	color: #f66;
	font-size: 32px;
	margin-bottom: 0.5em;
	}

/* -----------------------------------------------
footer
----------------------------------------------- */
footer .copyright {
	text-align: center;
	margin-bottom: 5em;
	}


@media (max-width: 768px) {
	.index_news_area p {
	font-size: 18px;
	}
	.index_news_area .days {
	font-size: 32px;
	}
	.index_news_area .discP {
	width:100%;
	}
	.index_news_area .horino {
	float: none;
	margin-bottom: 3em;
	}
	.index_news_area .kamata {
	float: none;
	}
	.index_news_area .w2016 .discP p.artist,
	.index_news_area .w2016 .discP p.title {
	font-size: 24px;
	}
.live_info h2 {
	font-size: 24px;
	line-height: 1.25;
	}

}