
*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


a{
	text-decoration:none;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

a:hover{
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


img{
	display: block;
	width:100%;
	height:auto;
}


ul, li{
	list-style:none;
}




body {
	line-height: 180%;
	margin: 0;
	font-weight:normal;
	font-family: adobe-caslon-pro, serif;
}






#back_img{
	background-image:url(images/main.jpg);
	background-size: cover;
	position: absolute;
	background-position: center center;
	width:100%;
	height:100%;
	border:20px solid #fff;
}

#back_img:after{
	content:"";
	background:rgba(0,0,0,.2);
	position: absolute;
	width:100%;
	height:100%;
}

#detail{
	position: absolute;
	text-align:center;
	width: 100%;
	top: 60px;
}

#detail .logo{
	display:inline-block;
	width:200px;
	margin-right: 12px;
}

#detail .note{
	margin-top:10px;
}

#detail .note p{
	font-size:10pt;
	letter-spacing:0.4px;
	color:#fff;
}

#detail .mail a{
	font-size:10pt;
	letter-spacing:1px;
	color:#fff;
}

#detail .mail a:hover{
	opacity:0.6;
}


.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	opacity: 1;
	background: #fff;
}

.loader
{
	position: absolute;
	display: inline-block;
	top:50%;
	left:50%;
	margin-left:-15px;
	margin-top:-30px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #ccc;
	border-right-color: transparent;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}

















@media screen and (max-width: 640px){
	
	

#detail .note {
    margin-top: 2px;
}

	#detail .logo{
	width:160px;
}


#detail .note p{
	font-size:9pt;
}

.mail{
	margin-top:-5px;
}

#detail .mail a{
	font-size:9pt;
}







}

