@charset "UTF-8";
#content li a img {
	width: 100%;
}
#main #content h1 {
	display: none;
}
#clearfileButton ul li {
	width: 45%;
	height: 6rem;
	float: left;
	margin-bottom: 5%;
	border: 0.1rem solid #8cc63f;
	transition-duration: 0.3s;
	transition-property: all;
}
#clearfileButton ul li:hover {
	border: 0.1rem solid #fff;
}
#clearfileButton ul li a {
	font-size:1.1rem;
	width: 95%;
	height:5rem;
	padding-left:5%;
	padding-top:1rem;
	display:block;
	color: #373737;
	transition-duration: 0.3s;
	transition-property: all;
}
#clearfileButton ul li a:hover {
	color: #fff;
	background-color: #736357;
}

#clearfileButton ul li span {
	color: #8cc63f;
	font-size: 0.8rem;
	text-align: left;
	line-height: 0.5rem;
	height: 1rem;
	display: block;
	margin-top:0.5rem;
}
#clearfileButton ul li p {
	color: #8cc63f;
	font-size: 0.8rem;
	text-align: left;
	line-height: 0.6rem;
	height: .8rem;
	display: block;
}

#clearfileButton ul li:nth-child(even) {
	margin-left:5%;
}
#main #content ul {
	margin-left: 2%;
	margin-top:3rem;
}
#content ul #clearfile {
	background-image: url(test/img/toppage_button_image/toppage_button_02_clearfile.gif);
	background-size: contain;
	background-repeat: no-repeat;
}

#content li:hover{
	background-color:transparent;
}
#content li:hover img {
	visibility: hidden;	
	}
@media screen and (max-width: 680px){
	#clearfileButton ul li a {
	font-size:0.7rem;
	width: 95%;
	height:5rem;
	padding-left:5%;
	padding-top:1rem;
	display:block;
	color: #373737;
	transition-duration: 0.3s;
	transition-property: all;
}
#clearfileButton ul li span {
	color: #8cc63f;
	font-size: 0.6rem;
	text-align: left;
	line-height: 0.5rem;
	height: 1rem;
	display: block;
	margin-top:0.5rem;
}
#clearfileButton ul li p {
	color: #8cc63f;
	font-size: 0.5rem;
	text-align: left;
	line-height: 0.6rem;
	height: .8rem;
	display: block;
}	

}
