@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;}img{vertical-align:bottom;}

body {
	font-size: 15px;
	line-height: 1.8;
	color:#333;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background:#fff;
 }

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

a:hover {
	color: #999;
}


/* structure
==========================================*/
#content {
	position: relative;
	width: 980px;
	height: 720px;
	margin: 40px auto 10px auto;
}

h1 {
	position: absolute;
	top: 30px;
	left: 860px;
}

h2 {
	position: absolute;
	top: 300px;
	left: 480px;
}

#btnAbout {
	position: absolute;
	top: 420px;
	left: 615px;
}

#date {
	position: absolute;
	top: 675px;
	left: 430px;
}

#twitter {
	position: absolute;
	top: 545px;
	left: 570px;
}




/* footer
==========================================*/
footer {
	clear: both;
	width: 980px;
	height: 60px;
	margin: 0 auto;
}

footer p {
	float: right;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#detail {
	display: none;
	position: absolute;
	width: 755px;
	height: 564px;
	background: url(../images/mv_03.png) no-repeat;
}

.modal_close {
	position: absolute;
	top: 5px;
	left: 12px;
	cursor: pointer;
}

#detail p {
	position: absolute;
	top: 472px;
	left: 470px;
}