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

@media screen and (min-width: 640px){

#profile h2{
	background:url("../image/profile_midashi_bg.gif") no-repeat center top;
	text-align:center;
	padding:17px;
	font-size:130%;
	font-weight:bold;
	color:#00a2ee;
	margin:0 0 30px;
}
#profile h3{
	background:#F63;
	text-align:center;
	padding:5px;
	font-size:120%;
	font-weight:bold;
	color:#FFF;
	margin:0 0 20px;
}
#profile_photo{
	vertical-align:top;
	display:inline-block;
	margin:0 20px 0 0;
}
#profile_list{
	display:inline-block;
	width:480px;
}
#profile_list p{
	margin:0 0 20px;
	line-height:20px;
}
.name{
	color:#00a2ee;
	font-size:130%;
	font-weight:bold;
	margin:0 0 20px;
}
}

@media screen and (max-width:640px){

#profile{
	margin:0 auto 40px;
}
#profile h2{
	max-width:100%;
	background:url("../image/profile_midashi_bg.gif") no-repeat center top;
	text-align:center;
	padding:17px;
	font-size:130%;
	font-weight:bold;
	color:#00a2ee;
	margin:0 0 30px;
}
#profile h3{
	max-width:100%;
	background:#F63;
	text-align:center;
	padding:5px;
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	margin:0 0 20px;
}
#profile_list{
	width:96%;
	margin:0 auto;
}
#profile_list p{
	line-height:20px;
}
#profile img{
	display:block;
	margin:0 auto 10px;
}
.name{
	color:#00a2ee;
	font-size:120%;
	font-weight:bold;
	margin:0 0 20px;
	text-align:center;
}
}