@charset "Shift_JIS";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	text-align:center;
	font-size: 14px;
	line-height: 24px;
	background-image:url(/2015kesennuma/images/p_back.gif);
	background-color:#fff;
	padding: 0px;
	margin: 0 auto;
	font:normal 14px/28px "Lucida Grande", "segoe UI", "ƒqƒ‰ƒMƒmŠÛƒS ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 1px;
	height:auto;
}
.wrapper{
	background-color:#fff;
	width:700px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:60px;
	border:2px solid #000;
	border-top:none;
}
.name{
	font-size:160%;
}
.profile{
	margin-bottom: 25px;
	padding-top: 20px;
}
.back{
	margin-top:30px;
}
	
/* ƒŠƒ“ƒN
 * --------------------------------------------------------*/
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFB4B4;
	text-decoration: none;
}
/* sp
 * --------------------------------------------------------*/
@media only screen and (max-device-width:420px) {
	body {
	font-size: 28px;
	line-height: 56px;
}
	.wrapper{
	padding-top:30px 40px 60px;
	width:auto;
	}
.name{
	font-size:240%;
}
.back img{
	margin-top:40px;
	width:240px;
	height:auto;
	
}
}