.box a,
.box > img{
	width:100%;
	max-width:700px;
	margin:30px auto 0;
	padding:0;
	display:block;
}
.box a.last{
	margin:30px auto 30px;
}
.box a img{
	width:100%;
	margin:0;
	padding:0;
}

.box.profile > img{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	display:block;
}
.box.profile > img:nth-of-type(2){
	margin:30px auto 0;
}

.text.name{
	margin-bottom:10px;
}
.text.pinkline{
	margin-top:10px;
	padding-bottom:30px;
	border-bottom:1px solid #ee87b4;
}

.profilebox{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	font-size:0;
}
.profilebox div{
	display:inline-block;
}
.profilebox div:nth-of-type(1){
	width:13%;
}
.profilebox div:nth-of-type(2){
	width:87%;
}
@media (max-width: 900px) {
	.profilebox div:nth-of-type(1){
		width:15%;
	}
	.profilebox div:nth-of-type(2){
		width:85%;
	}
}
@media (max-width: 700px) {
	.profilebox div:nth-of-type(1){
		width:28%;
	}
	.profilebox div:nth-of-type(2){
		width:72%;
	}
}
.pinkbox{
	margin:0 auto 0 0;
	padding:5px 10px;
	color:#ffffff;
	line-height:1;
	background:#ee87b4;
	border-radius:3px;
	display:inline-block;
}
.pinkdottedline{
	padding:0 0 15px 0;
	border-bottom:1px dashed #ee87b4;
}
.pinkdottedline.top30{
}
