@charset "UTF-8";

/*-- indexList2Clm --*/

#contents .indexList2Clm {
	width: 730px;
}

#contents .indexList2Clm li {
	float: left;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 25px 0;
	width: 360px;
}

#contents .indexList2Clm li.even {
	float: right;
}

#contents .indexList2Clm li a {
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

#contents .indexList2Clm li a .img {
	display: block;
	line-height: 0;
	margin-bottom: 10px;
}

#contents .indexList2Clm li a .img img {
	height: auto;
	width: 100%;
}

#contents .indexList2Clm li a .title {
	background: url(/cmn/cmn_img/icon_arrow_right.png) left top no-repeat;
	display: block;
	font-weight: 600;
	padding-left: 18px;
}

#contents .indexList2Clm li a .blank {
	background: url(/cmn/cmn_img/icon_newwin.png) left top no-repeat;
}

#contents .indexList2Clm li a .desc {
	color: #333;
	display: block;
	padding-top: 5px;
}

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

#contents table.awards th,
#contents table.awards td {
	text-align: left;
	vertical-align: middle;
}

#contents table.awards th {
	color: #666;
	font-size: 3.5rem;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
}




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

#contents .indexList2Clm {
	width: auto;
}

#contents .indexList2Clm li {
	float: none;
	font-size: 1.2rem;
	margin: 0 0 30px 0;
	width: 100%
}

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

#contents table.awards th {
	font-size: 1.6rem;
}

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



}
