
@charset "UTF-8";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

a:link {
	text-decoration: none;
	color: #f90;
}

a:visited {
	text-decoration: none;
	color: #f90;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}
p
{
	margin-bottom: 1em;
}


/*PC--------------------------------------------------------------------------------------*/

#profile-wrap
{
	width: 100%;
	overflow: hidden;
}
.pic
{
	width: 30%;
	float: left;
}
.pic img
{
	width: 100%;
}
.text
{
	width: 68%;
	float: right;
}
h1
{
	font-size: 1.4em;
	margin-bottom: 1rem;
	color: #f60;
}

/*MOBILE--------------------------------------------------------------------------------------*/


@media screen and (max-width: 480px) {
	
body
{
	font-size: 13px;
}
.pic
{
	width: 200px;
	float: none;
	margin: 0 auto 1em auto;
}
.text
{
	width: 100%;
	float: none;
}

}




