@charset "utf-8";

.title{
	font-size: 23px;
	font-weight: bold;
	color: #666666;
	border-bottom: 4px solid #eeeeee;
	padding: 25px 0 10px 0;
	margin-bottom: 30px;
	width: 1050px;
	margin: 0 auto;
	letter-spacing: 0.01em;
}
.box .title span{
	color: #bfbfbf;
	font-size: 12px;
	float: right;
	margin-top: 16px;
	font-weight: bold;
}
.photo{
	text-align: center;
	margin: 30px 30px;
}
.photo img{
	border: 4px solid #eeeeee;
	width: auto;
	height: auto;
}
.text{
	line-height: 1.95em;
	width: 1050px;
	margin: 0 auto;
	margin-top: 20px;
	word-wrap:break-word;
}
strong{
	font-weight: bold;
}
.list_ul li{
	float: left;
	width: 30%;
	margin-right: 3%;
}
.list_ul br{
	display: none;
}
.list_ul li img{
	width: 100%;
	height: auto;
}