/* CSS Document */

/********** global **********/
body {
	padding: 0 !important;
}
@font-face {
  font-family: 'WebServeroff';
  src: url(../font/Web%20Serveroff-Italic.ttf) format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'WebServeroff';
  src: url(../font/Web%20Serveroff.ttf) format('truetype');
  font-style: normal;
}
img {
	-ms-interpolation-mode: bicubic;
}

/********** header **********/
#main_header {
	height: 900px;
	width: 100%;
	position: relative;
	font-family: 'WebServeroff';
	font-style: italic;
	background-color: #000;
}
#main_header .cont {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	width: 100%;
}
#main_header .cont h1 {
	float: left;
	
	text-indent: -9999px;
	font-weight: normal;
	font-size: 160px;
	padding: 40px 0 0 30px;
	line-height: 100px;
	color: white;
	width: 950px;
	height: 160px;
	background-image: url(../img/title.png);
	background-image: none\9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/assets/img/title.png', sizingMethod='scale');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#main_header .cont ul {
	float: left;
	margin: 120px 0 0 30px;
	font-size: 40px;
}
#main_header .cont li {
	float: left;
	display: inline-block;
	line-height: 60px;
	margin-right: 30px;
}
#main_header .cont a {
	color: white;
}


#main_header .back_img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#main_header .back_img img {
	width: auto;
	height: auto;
	max-height: none;
	min-height: 0;
	max-width: none;
	min-width: 0;
}

@media (max-width: 1350px) {
	#main_header .cont h1 {
		float: none;
		width: 665px;
		height: 112px;
	}
	#main_header .cont ul {
		float: none;
		margin-top: 0;
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	#main_header .cont h1 {
		width: 380px;
		height: 64px;
	}
	#main_header .cont ul {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	#main_header .cont h1 {
		width: 285px;
		height: 48px;
	}
	#main_header .cont ul {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
}


@media (min-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
}


@media (max-width: 979px) {
}

@media (min-width: 980px) {
}


/********** navi **********/
#floatingNav {
	margin-right: 0px;
	margin-left: 0px;
}
#floatingNav .nav > li > a:hover {
	background-color: rgba(0,0,0,0.1);
}

/********** contents **********/
.contents {
	margin: 0 20px;
}
.contents > div {
	padding-top: 70px;
}

.contents h1 {
	color: gray;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
	line-height: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.contents h1 .description {
	font-family: 'WebServeroff';
	margin-left: 1em;
	font-size: 22px;
	font-style: italic;
	display: inline-block;
	line-height: 42px;
}

#about .account {
	margin-top: 30px;
}
#about .account div a {
	padding: 9px 0;
	width: 100%;
	margin-top: 15px;
}

#about .account .cont {
	background: #EEE;
	padding: 30px;
	border-radius: 10px;
	border: 0px solid #AAA;
	margin-bottom: 20px;
}
#about .account .twitter img {
	width: 96px;
	float: left;
	margin-right: 30px;
}
#about .account .twitter h3 {
	font-weight: normal;
	margin-top: 0;
	padding-top: 10px;
}
#about .account .twitter p {
	margin-top: 20px;
}
#about .account .blog .grid {
	overflow: hidden;
	max-height: 220px;
}
#about .account .blog a {
}

#contact {
}

#contact .info {
	font-size: 21px;
	text-align: center;
	color: #AAA;
	line-height: 32px;
	margin-top: 50px;
}
#contact .info a {
	font-size: 28px;
}






/********** footer **********/
.footer {
	padding: 70px 0;
	margin-top: 70px;
	border-top: 1px solid #E5E5E5;
	background-color: whiteSmoke;
}
@media (max-width: 767px){
	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .pull-right {
		float: none;
		text-align: right;
	}
}