@charset "utf-8";
@import url(reset.css);

body{
	background: #0E1010;
	font-family:HelveticaNeue, sans-serif;
}

.header{
	height: 150px;
	width: 100%;
}
.title_1{
	display: block;
	position: relative;
	height: 150px;
	top: 0;
	left: 0;
}

.title_1 img{
	height: 100%;
}

.title_2{
	display: block;
	position: absolute;
	height: 150px;
	top: 0;
	right: 0;
}

.title_2 img{
	height: 100%;
}

.contents{
	overflow: hidden;
	color: #fff;

}
.profile{
	overflow: hidden;
	width: 30%;
	float: left;
}
.text{
	overflow: hidden;
	width: 70%;
	float: left;
}

.profile .image{
	width: 100%;
}
.profile .image img{
	width: 100%;
}
.profile .name{
	font-size: 28px;
	line-height: 1.5em;
	margin: 40px 40px 0;
}
.profile .profileText{
	font-size: 12px;
	line-height: 1.5em;
	margin: 15px 40px 40px;
}

.text .title{
	margin: 40px;
	font-size: 30px;
	line-height: 1.5em;
	color:#C4D700
}
.text .topics{
	margin: 40px;
	font-size: 18px;
	line-height: 1.5em;
}

.imgs{
	clear: both;
}
.imgs img{
	width: 50%;
	float: left;
}




.footer{
	background: #fff;
}
.footer .footer_inner{
	margin: 0 auto;
	width: 1200px;
}
.footer .footer_inner img{
	margin: 30px;
}

.pc{ display: block;}
.sp{ display: none;}

@media print, screen and (max-width: 700px) {
	.pc{ display: none;}
	.sp{ display: inline-block;}

	.header{
		height: 80px;
	}
	.title_1{
		height: 80px;
	}
	.title_2{
		height: 80px;
	}

	.profile{
		width: 100%;
		float: none;
	}
	.text{
		width: 100%;
		float: none;
	}
	.text .title{
		font-size: 20px;
	}
	.text .topics{
		font-size: 12px;
	}

	.footer{
		background: #fff;
	}
	.footer .footer_inner{
		margin: 0 auto;
		padding: 20px 0;
		width: 100%;
		text-align: right;
	}

	.footer .footer_inner a{
		display: block;
		width: 90%;
	}
	.footer .footer_inner img{
		height: 50px;
		margin: 20px 0;
	}

}
