@charset "UTF-8";


/* --------------------------------
	layout
-------------------------------- */

body {
	background:#000;
	position: relative;
}

.width--950 {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.width--810 {
	width: 810px;
	margin: 0 auto;
	position: relative;
}


/* --------------------------------
	header
-------------------------------- */

.header {
	height: 67px;
	background: url(../img/header_border.png) 0 bottom repeat-x #000;
}
.logo {
	padding-left: 25px;
}


/* --------------------------------
	intro
-------------------------------- */

.intro { }

.intro__title {
	position: absolute;
	top: 55px;
	left: -4px;
	z-index: 2;
}
.intro__text {
	position: absolute;
	top: 333px;
	left: -4px;
	z-index: 2;
}
.intro_image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}


/* --------------------------------
	profile
-------------------------------- */

.profile {
	width: 100%;
	height: 273px;
	background: url(../img/profile_bg_repeat.jpg) repeat-x center top;
	margin-top: 596px;
	margin-bottom: 100px;
}
.profile__wrap {
	height: 273px;
	background: url(../img/profile_bg.jpg) no-repeat center top;
}
.profile__name {
	position: absolute;
	top: 40px;
	left: 0;
}
.profile__text {
	position: absolute;
	top: 106px;
	left: 0;
}


/* --------------------------------
	photo
-------------------------------- */

.photo { }

.photo__image {
	margin-bottom: 89px;
}
.photo__image a {
	cursor: zoom-in;
}
.photo__image-data {
	margin-top: 16px;
	font-size: 14px;
	color: #bbb;
}
.photo__text {
	width: 100%;
	font-size: 16px;
	color: #bbb;
	line-height: 2;
	margin-bottom: 90px;
}

.photo__image-left {
	float: left;
}
.photo__image-right {
	float: right;
}
.photo__text--tips {
	font-size: 0;
	text-align: center;
	margin-bottom: 129px;
}

/* animation settings */

.js-fade {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	   -moz-transition: opacity 1s ease;
	    -ms-transition: opacity 1s ease;
	     -o-transition: opacity 1s ease;
	        transition: opacity 1s ease;
}

.js-fade.active {
	opacity: 1;
}

/* IE mode */

html.ie-mode .js-fade {
	opacity: 1;
	display: block;
}

html.no-anime .js-fade {
	opacity: 1;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}


/* --------------------------------
	banner
-------------------------------- */

.banner {
	width: 550px;
	margin: 0 auto;
	margin-bottom: 130px;
	overflow: hidden;
}


/* --------------------------------
	footer
-------------------------------- */

.footer {
	border-top: 1px solid #a02f13;
	position: relative;
}
.footer__wrap {
	padding: 30px 0 34px;
}
.copyright {
	font-size: 0;
	text-align: center;
}


/* --------------------------------
	popup
-------------------------------- */

.pagetop {
	position: fixed;
	bottom: 60px;
	right: 60px;
	display: none;
}
.pagetop.static {
	position: absolute;
	bottom: 107px;
	right: 60px;
}


/* --------------------------------
	popup
-------------------------------- */

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5000000,EndColorStr=#e5000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5000000,EndColorStr=#e5000000)";
	background: rgba(0,0,0,0.9);
	z-index: 99;
	cursor: zoom-out;
	display: none;
}
.popup__wrap {
	width: 920px;
	margin: 0 auto;
	text-align: center;
}
.popup__image {
	margin-bottom: 25px;
}











