#updatebox {
	width: 450px;
	margin: auto;
}

.clear-element {
  clear: both;
}

.imgsection {
	float: left;
	width: 198px;
	height: 168px;
	margin: 0 0 40px 18px ;
	font-size: 14px;
}

.imgsection2 {
	float: left;
	width: 198px;
	height: auto;
	margin: 0 0 10px 18px ;
	font-size: 14px;
}

.imgsection .photo {
	width:100%;
	height:142px;
	overflow:hidden;
	margin: auto; 
	position:relative;
}

.imgsection .photo img {
   	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%; 
	height: auto; 
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.imgsection2 img {

	width: 198px; 
	height: auto; 
}

.imgsection p.caption {
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 180%;
}

.imgsection2 p.caption {
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 180%;
}

.imgsection .state {
	margin-bottom: 5px;
}

.imgsection2 .state {
	margin-bottom: 5px;
}

.imgsection .state span {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 1px 1px 0;
	border-radius: 3px;
}

.imgsection2 .state span {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 1px 1px 0;
	border-radius: 3px;
}

.imgsection .state span.best {
	background: #cc0066;
}

.imgsection2 .state span.best {
	background: #cc0066;
}

.imgsection .state span.begin {
	background: #FF6666;
}

.imgsection2 .state span.begin {
	background: #FF6666;
}

.imgsection .state span.past {
	background: #9966cc;
}

.imgsection2 .state span.past {
	background: #9966cc;
}

.pdfdl {
	font-size: 14px;
}

.pdfdl span {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ededed;
	padding: 18px 18px 48px 18px ;
}

.pdflink {
	font-size: 14px;
	text-align: center;

	margin: -40px 0px 40px 0px ;
}

.pdflink span {
	background: #9966cc;
	padding: 2px 18px 2px 18px ;

}

.kaikamenu {
	line-height: 2.1em;
	padding: 0 0 0 18px ;
}