@charset "utf-8";

/*
 * ギャラリーページ設定 
 */
.gallery #page #main > .section,
.gallery #page #main > .section > *{border: 0;}

#page .section.profile .header .title,
#page .section.gallery .header .title
{
	font-size: 24px;
}

#page .section.profile .content,
#page .section.gallery .content
{
	padding: 15px 25px;
	font-size: 13px;
}

#page .section.gallery .full{
	padding: 15px;
}

#page .section.gallery .bxslider .figure{
	display: inline-block;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	background-size: cover;
	width: 220px;
	height: 270px;
}