
/* 基本 */
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	background-size: cover;
	background-position: center center;
	background-image: url("image/bg_.jpg");
	background-attachment: fixed;
}
body {
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #696969;
}  
a img {
	border: none;
}
p {
	margin-bottom:5px;
	margin-left: 0;
	margin-right:0;
	margin-top: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#container {
	position: relative;
	min-height: 100%;	
	width: 100%;
	margin: 0;
	padding-top: 70px;
	padding-bottom: 70px;
}

/* ヘッダー部分 */
#header {
	width: 900px;
	height: auto;
	margin-right:auto;
	margin-left: auto;
}
#h_name {
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	color: #FFFFFF;
	text-indent: 30PX;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 23px;
	font-size: 2.3rem; 
	line-height: 2.6;
}
#h_bio {
	padding-left: 70px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right: 50px;
}
#h_bio p {
	font-size: 8px;
	font-size: 0.8rem; 
	line-height: 1.6;
	font-family: 'SourceSansProlight';
	margin-top: 20px;
}

/* コンテンツ*/
#container #contents {
	width: 900px;
	height: auto;
	margin-right:auto;
	margin-left: auto;
	padding-top: 50px;
}
#container #contents #Portfolio {
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-size: 1.5rem; 
	line-height: 40px;
	text-indent: 10PX;
}

.CVPDFJP {
	margin: 20PX;
	font-size: 8px;
	font-size: 0.8rem; 
	font-family: 'SourceSansProSemibold';
	color:#FFFFFF;
	line-height: 30px;
	padding-bottom: 50px;
	float: left;
}
.CVPDFEN {
	margin: 20PX;
	font-size: 8px;
	font-size: 0.8rem; 
	font-family: 'SourceSansProSemibold';
	color:#FFFFFF;
	line-height: 30px;
	float: left;
}
.CVPDFJP img {
	margin-left: 10PX;
}
.CVPDFEN img {
	margin-left: 10PX;
}


/* フッター*/
#container #contents .box_f {
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#container #contents .box_f .descrip {
	font-size: 7px;
	font-size: 0.7rem; 
	line-height: 1.7;
	color:#FFFFFF;
}
