@charset "utf-8";
/**
 *
 *  PHOTO フォト
 *
 */

/* -------------------------------------------------
   overwrite
------------------------------------------------- */

body {
	background: #000 url('../images/bg.png') no-repeat 50% 50%;
	background-attachment: fixed;
}


/* -------------------------------------------------
   contact-section
------------------------------------------------- */

.contact-section{
	position:relative;
	height:780px;
	text-align: center;
}
.contact-section p{
	position:absolute;
	top:50%;
	left:50%;
	text-align: left;
	margin:-150px 0 0 -155px;
	font-size:124%;
}
.contact-section p span{
	margin-right:3px;
	font-size:200%;
	color:#fff;
}

