
#title {
	background: url(images/title_bg_sp.jpg) no-repeat center;
}

div.img img {
	height: auto;
	max-width: 100%;
}

div.profile-list table {
	border-top: none;
}

div.profile-list table th {
	background-color: #54a5ab;
	color: white;
	display: block;
	padding: 10px 0px;
}

div.profile-list table td {
	border-bottom: none;
	display: block;
	padding: 10px 10px 25px 10px;
}

ul.photos {
	box-sizing: border-box;
	margin: 0px auto;
	padding: 20px;
	width: 96%;
}

ul.photos li {
	padding-bottom: 5px;
}

ul.photos li img {
	padding: 0px;
}

