@charset "utf-8";

/* Reset --------------------------------------------- */

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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* Contents --------------------------------------------- */

body {
	background: url(../images/index-001.png) 0 0;
	font-size: 1.2em;
	line-height: 1.2;
	letter-spacing: 1;
	color: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-moz-box-shadow: inset 0 0 200px #000;
	-webkit-box-shadow: inset 0 0 200px #000;
	box-shadow: inset 0 0 200px #000;
	text-align: center;
}

body a {
	color:#3daad9;
	text-decoration:none;
}

body a:hover {
	color:#bfecff;
	text-decoration:none;
}

header img {
	max-width: 958px;
	max-height: 293px;
	padding: 42px 0 0 0;
}

.main_information img {
	max-width: 820px;
	max-height: 220px;
	margin: 60px 0 0 0;
}

.main_information p {
	margin: 60px 0 0 0;
}

.main_information h2 {
	font-size: 180%;
	padding: 0 0 10px 0;
}

.main_information ul li {
	font-size: 220%;
	margin-top: 0.3em;
}

.main_information ul li span {
	font-size: 66%;
}

.musician_information {
	margin: 50px 0 0 0;
}

.musician_information li {
	padding: 0.5em 0;
}

p.notice {
	font-size: small;
	color: #666;
}

footer {
	padding: 64px 0 24px 0;
}

footer p {
	margin-bottom: 12px;
}

footer img.logo {
	max-width: 416px;
	max-height: 19px;
}

.soundcloud {
	margin: 64px auto;
	max-width: 958px;
}


/* Responsive --------------------------------------------- */

@media screen and (max-width: 978px){
	header img {
		width: 98%;
		height: 98%;
		padding: 12px 0 0 0;
	}
	.soundcloud {
		margin: 32px auto;
		max-width: 98%;
	}
}

@media screen and (max-width: 820px){
	.main_information img {
		width: 98%;
		height: 98%;
		margin: 20px 0 0 0;
	}

	.musician_information {
		margin: 20px 0 0 0;
	}

	footer {
		padding: 34px 0 14px 0;
	}

	.main_information p {
		margin: 30px 0 0 0;
	}
	.main_information h2 {
		font-size: 140%;
		padding: 0 0 10px 0;
	}

	.main_information ul li {
		font-size: 160%;
		margin-top: 0.3em;
	}

	.main_information ul li span {
		font-size: 66%;
	}
}

@media screen and (max-width: 416px){
	footer img.logo {
		width: 80%;
		height: 80%;
	}
	footer img.icons {
		width: 60%;
		height: 60%;
	}
	.main_information p {
		margin: 30px 0 0 0;
	}
	.main_information h2 {
		font-size: 100%;
		padding: 0 0 10px 0;
	}

	.main_information ul li {
		font-size: 130%;
		margin-top: 0.3em;
	}

	.main_information ul li span {
		font-size: 66%;
	}
}