@charset "UTF-8";

#contents .anchors ul li {
	border: 1px solid #dddddd;
	float: left;
	line-height: 0;
	margin: 0 5px 5px 0;
}

#contents .anchors ul li a {
	transition: 0.2s;
}

#contents .anchors ul li a:hover {
	opacity: 0.7;
}

#contents table.awards_archive {
	border-collapse: collapse;
	width: 100%;
}

#contents table.awards_archive th,
#contents table.awards_archive td {
	border-top: 1px dotted #ccc;
	line-height: 1.4;
	padding: 8px 5px 5px 5px;
	text-align: left;
	vertical-align: middle;
}

#contents table.awards_archive th {
	color: #666;
	font-size: 3.5rem;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
	width: 22%;
}

#contents table.awards_archive .pagetop {
	font-weight: bold;
	margin-top: 32px;
	text-align: right;
}

#contents table.awards_archive .pagetop a {
	background: url(/cmn/cmn_img/icon_arrow_right.png) left top no-repeat;
	display: inline-block;
	margin-right: 0.5em;
	padding-left: 18px;
	text-decoration: none;
	vertical-align: -2px;
}

#contents table.awards_archive .pagetop a:hover {
	text-decoration: underline;
}




/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {

#contents .anchors ul li {
	margin: 0 3px 3px 0;
	width: 40px;
}

#contents .anchors ul li img {
	height: auto;
	width: 100%;
}

#contents table.awards_archive th,
#contents table.awards_archive td {
	border-top: 1px solid #EBEBEB;
	padding: 10px 5px;
	vertical-align: top;
}

#contents table.awards_archive th {
	font-size: 1.6rem;
	font-weight: normal;
	width: auto;
}

#contents table.awards_archive th img,
#contents table.awards_archive td img {
	width: 40px;
}

#contents table.awards_archive .pagetop {
	display: none;
}
}
