@charset "utf-8";
/* CSS Document */

body{
	min-width: 1200px;
}
section table tr:nth-child(odd) td{
	background-color:#edf9fd;
}
section table td:last-child{
	text-align: center;
}
.item_list article dd:first-of-type{
	height: auto;
}
.item_list article dd:first-of-type img{
	margin-bottom: 20px;
}

.zyunbi{
  font-size: 280%;
}

@media screen and ( max-width: 1200px ){

	
}
@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){

}
@media print {
	
}