@charset "UTF-8";


div.prize_year{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
div.prize_year>div{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border: solid 1px #cccccc;
	text-align: center;
	color: #999999;
	transition: all .3s;
	cursor: pointer;
}
.pc_view div.prize_year>div{
	width: calc(50% - 5px);
	margin: 0 10px 10px 0;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
}
.pc_view div.prize_year>div:nth-child(2n){
	margin-right: 0;
}
.sm_view div.prize_year>div{
	width: calc(19.2%);
	margin: 0 1% 1% 0;
	font-size: 4vw;
	line-height: 2.5;
}
.sm_view div.prize_year>div:nth-child(5n){
	margin-right: 0;
}

.display_device div.prize_year>div:hover{
	background-color: #eeeeee;
}
div.prize_year>div.prize_current{
	border-color: rgba(134,28,60,1) !important;
	background-color: rgba(134,28,60,1) !important;
	color: #ffffff;
	pointer-events: none;
}


div#prize_data{
	box-sizing: border-box;
	min-height: 500px;
}
div#prize_data img{
	min-width: 1px;
	min-height: 1px;
}

div#prize_data>div{
	display: none;
}


.pc_view .sub h2{
	font-size: 18px;
}
.sm_view .sub h2{
	font-size: 15px;
}

h3{
	/*font-weight: bold;*/
	line-height: 1.5;
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
}
.pc_view h3{
	padding: .2px 0 2px 10px;
	margin: 0 0 15px 0;
	border-left: solid 5px rgba(134,28,60,1);
	font-size: 18px;
}
.sm_view h3{
	padding: .2px 0 2px 8px;
	margin: 0 0 10px 0;
	border-left: solid 3px rgba(134,28,60,1);
	font-size: 15px;
}
table.table2{
	background-color: #ffffff;
	margin-bottom: 6rem;
}
table.table2:last-of-type{
	margin-bottom: 0;
}
.pc_view table.table2,
.pc_view table.table2 p{
	font-size: 14px;
	line-height: 1.8;
}
.sm_view table.table2,
.sm_view table.table2 p{
	font-size: 13px;
	line-height: 1.8;
}

div.old_img{
	max-width: 597px !important;
}
div.old_img>img{
	max-width: 597px !important;
}

p.img_caption{
	font-size: 13px !important;
	line-height: 17px !important;
	color: #555555;
	text-align: center;
	margin-top: .5em;
}

