@charset "utf-8";
/* CSS Document */

/*
　Profile
--------------------------------------------------------------------------------*/

.prof {
	background-image: url(../../profile/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.left_colm {
	margin-top: 50px;
	margin-left: 20px;
	float: left;
	padding-left: 40px;
}
.right_colm {
	float: right;
	width: 420px;
	background-color: rgba(0,0,0,0.6);
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 82px;
	margin-right: 50px;
}
.right_colm h1 {
	margin-bottom: 30px;
	padding-left: 20px;
}
.right_colm .note {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 30px;
	font-size: 10px;
	font-size: 1rem;
	padding-top: 20px;

}
.right_colm .note h2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2.8rem;

}
.right_colm .note p {
	font-weight: bold;
}
.right_colm article {
	line-height: 26px;
	line-height: 2.5rem;
	padding-left: 20px;
	margin-bottom: 30px;
	padding-right: 20px;
}
strong {
	font-size: 20px;
	font-size: 2rem;
	display: block;
	line-height: normal;
	padding-left: 20px;
}
.right_colm p {
	margin-bottom: 0px;
}
.right_colm article p {
	margin-bottom: 14px;
}

