@charset "utf-8";
/* CSS Document */

/* Reset
*********************************************************************/

html, body, div, span, applet, object, iframe, strong, 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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
header, footer, nav, article, section, aside {
	display: block;
}

/* header
*********************************************************************/
body{
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	
}

header{
	width:100%;
}

header #circle{
	width:100%;
	background-color:#fff;
	color:#cccccc;
	padding:5px;
	box-sizing:border-box;
}

header #visual{	/*���C���r�W���A�� */
	width:1000px;
	margin:0px auto;
}

h1{
	text-align:center;}

/* �R���e���c
*********************************************************************/
article{
	width:100%;
}

section{
	width:1000px;
	margin:0px auto;
	
}

section p{
	font-size:120%;
	color:#444;
	line-height:160%;
	margin:0px 0px 2em; 0px;
}

section #social{
	width:1000px;
	margin:0px auto 2em 0px;
	text-align:center;
}

h2 {
     position: relative;
     padding: 10px 0;
	 margin: 10px 0;
	 font-size:1.5em;
}
 
h2::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid black;
     border-bottom: 1px solid black;
}

h3{/*�����o��*/
	width:100%;
	padding:8px 0px 8px;
	border-bottom:1px solid black;
	margin:5px 0px 10px 0px;
}

section #jacket{
	display:inline-block;
	width:500px;
	margin-bottom:2em;
}

section #jacket img{
	width:500px;
}

section #info{
	display:inline-block;
	width:490px;
	padding-left:10px;
	box-sizing:border-box;
	vertical-align:top;
}

section #info dl{
	width:100%;
	font-size:120%;
	overflow:hidden;
	margin-bottom:2em;
}

section #info dl dt{
	width:30%;
	float:left;
	padding:8px 0px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

section #info dl dd{
	width:70%;
	float:left;
	padding:8px 0px;
	border-bottom:1px solid #ccc;
}

dl#track{
	width:100%;
	margin-bottom:2em;
	overflow:hidden;
}

dl#track dt{
	width:69%;
	height:80px;
	float:left;
	padding-top:8px;
	font-size:140%;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

dl#track dt .credit{
	font-size:75%;
	font-weight:normal;
}

dl#track dd{
	width:31%;
	height:60px;
	float:left;
	padding-top:28px;
	border-bottom:1px solid #ccc;
}

@media all and (-ms-high-contrast:none){
	dl#track dd{
		padding-top:0px;
	}
}


section #cfdemo{
	width:100%;
	margin-bottom:2em;
}

section ul{
	width:100%;
	margin-bottom:2em;
}

section ul li{
	margin-left:10px;
	font-size:120%;
	line-height:160%;
}

section #cheer{
	width:100%;
	margin-bottom:2em;
	overflow:hidden;
}

section #cheer .link{
	width:238px;
	display:inline-block;
	padding:10px;
	margin:0px 10px 10px 0px;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #ccc;
	vertical-align:top;
}

section #cheer .link:nth-child(4n){
	margin:0px 0px 10px 0px;
	
}

a:hover img{
	opacity:0.8;
}

a{
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;}

/* footer
*********************************************************************/
footer{
	width:100%;
	background-color:#fff;
	padding:15px 0px;
}

footer small{
	display:block;
	width:1000px;
	margin:0px auto;
	padding:5px;
	box-sizing:border-box;
	text-align:center;
	font-size:90%;
	color:#cccccc;
}

footer p{
	width:1000px;
	margin:0px auto;
	color:#cccccc;
	text-align:center;
}


footer p a:link{
	color:#cccccc;
	text-decoration:none;
}

footer p a:visited{
	color:#cccccc;
}

footer p a:hover{
	color:#000;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/*media Queries �X�}�z�p
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
	header #visual,
	header #visual img{
		width:100%;
	}

	header #circle{
		width:100%;
		padding:8px 0px 8px 0px;
	}

	section, section #social, section #info,  section #jacket, section #jacket img, section #jacket img, section .big-bnr, h2, footer p, footer small{
		width:100%;
	}

	dl#track dt{
		width:100%;
		border:0px;
	}

	dl#track dd{
		width:100%;
		padding-top:10px;
	}

	section #info dl dt{
		width:100%;
	}

	section #info dl dd{
		width:100%;
		border:0px;
		margin-bottom:15px;
	}

	section #cheer .link{
		width:48%;
	}

	section #cheer .link img{
		width:90%;
	}

	section #cheer .link:nth-child(2n){
		margin:0px 0px 10px 0px;
	}

	section #cfdemo{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	section #cfdemo iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

}
/*-- �����܂� --*/