@charset "shift_jis";
/* CSS Document */


/* ------------ anchorList---------------- */
.anchorList{
	overflow: hidden;
}
.anchorList li{
	float: left;
	width: 19%;
	margin: 0 1.2% 1.2% 0;
}
.anchorList li:nth-child(5n){
	margin-right: 0;
}
.anchorList li a{
	display: block;
	text-align: center;
	padding: 10px;
	color: #000;
	background: #fff5de url(/evetan/images/common/icon_anchor.png) no-repeat left 8px center;
	background-size: 9px;
	font-size: 18px;
	font-weight: bold;
}
.anchorList.links li a{
	background: #fff5de url(/evetan/images/common/icon_arrow_link.png) no-repeat left 15px center;
}
.anchorList li a:hover{
	background-color: #ffe9b6;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.anchorList li{
		width: 24%;
		margin: 1% 1% 0 0;
	}
	.anchorList li a{
		padding: 8px 5px 8px 10px;
	}
	.anchorList.links li a{
		background: #fff5de url(/evetan/images/common/icon_arrow_link.png) no-repeat left 10px center;
	}
	.anchorList li:nth-child(1),
	.anchorList li:nth-child(2),
	.anchorList li:nth-child(3),
	.anchorList li:nth-child(4){
		margin: 0 1% 0 0;
	}
	.anchorList li:nth-child(5n){
		margin: 1% 1% 0 0;
	}
	.anchorList li a{
		font-size: 16px;
	}
}

/* ------------ anchorList---------------- */

.dictionaryList{
	margin-top: 30px;
}
.dictionaryList.anchorOn{
	margin-top: -77px;
	padding-top: 77px;
}
.dictionaryList .list{
	overflow: hidden;
}
.dictionaryList .list li{
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin-top: 15px;
	padding-left: 15px;
	background: url(/evetan/images/common/icon_arrow_link.png) no-repeat left top 7px;
}
.dictionaryList .list li:nth-child(1),
.dictionaryList .list li:nth-child(2){
	margin-top: 0;
}
.dictionaryList .list li a{
	font-size: 16px;
}


@media screen and (max-width:767px) {
	.dictionaryList{
		margin-top: 20px;
	}
	.dictionaryList.anchorOn{
		margin-top: 20px;
		padding-top: 0px;
	}
	.dictionaryList .list li{
		width: 100%;
		float: none;
		margin:0 0 10px;
	}
	.dictionaryList .list li:last-child{
		margin-bottom: 0;
	}
}
/* ------------ dicDist---------------- */

.dicPage .dictionaryList{
	margin-top: 0px;
	font-size: 16px;
}
.dictionaryList .dicDtl > li{
	margin-bottom: 25px;
}
.dictionaryList .dicDtl > li .dicWord{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.dictionaryList .dicDtl > li .links{
	margin-top: 5px;
	border: 1px dotted #b3b2b2;
	padding: 15px;
}
.dictionaryList .dicDtl > li .links li{
	padding-left: 15px;
	background: url(/evetan/images/common/icon_arrow_link.png) no-repeat left top 7px;
}

@media screen and (max-width:767px) {
	.dictionaryList .dicDtl > li .links{
		padding: 10px 3%;
	}
}