@charset "UTF-8";
/* CSS Document */
#about #message{
	width: 50%;
	padding-left: 25%;
	font-size: 12px;
	line-height: 2.0em;
	text-indent: 1.0em;
	margin-bottom: 100px;
}
#about #profText{
	font-size: 12px;
	line-height: 2.0em;
	text-indent: 1.0em;
	margin-bottom: 30px;
	margin-top: 10px;
}
#about #profile h2{
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-bottom: 30px;
	text-indent: 1.0em;
}
#about #profile{
	width: 50%;
	padding-left: 25%;
}

.moreLink{
	display: none;
}
/* max-max:1033px
--------------------------------------------------*/
@media only screen and (max-width:1033px) {
	#about #message{
		width: 100%;
		padding-left: 0%;
	}
	#about #profile{
	width: 100%;
	padding-left: 0%;
}
}
/*sp max-width:640px
--------------------------------------------------*/
@media only screen and (max-width:640px){
	#about #message{
		margin-bottom: 30px;
	}
	.moreLink{
		display: block;
	}
	.more{
		display: none;
	}
}