@charset "UTF-8";

section.first {
		padding-top: 80px;
}

section.first ul{
		margin-top: 50px;
}

section.first ul:after{
	    content: " "; 
	    display: block; 
	    height: 0; 
	    clear: both;
}

section.first ul li{
		float: left;
		margin-right: 00px;
}

section.first ul li:last-child{
		margin-right: 0;
}

section.first ul li div.photo{
		width: 360px;
		text-align: center;
}

section.first ul li dl{
		margin-top: 30px;

		width: 360px;

		text-align: center;
}

section.first ul li dl dt{
		height: 60px;
		margin-bottom: 20px;

		line-height: 160%;
		font-size: 1.125rem;
		font-weight: bold;
		color: #525252;
}

section.first ul li dl dd{
		line-height: 160%;

		font-size: 0.875rem;
		color: #525252;

}
