@charset "utf-8";

#contents {
	margin-bottom: 100px;
}
#article .txt_center {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
	font-size: 175%;
	color: #188dc8;
	font-weight: bold;	
}
#article .profile_list {
	width: 100%;
}
#article .profile_list:after {
	content: "."; visibility: hidden; display: block; height: 0; clear: both;
}
#article .profile_list li {
	float:left ;
	margin-right: 10px;
	margin-top: 15px;
}
#article .profile_list li.special {
	margin-right: 0;
}