@charset "utf-8";
/************************************************************************************
CONTANTS
*************************************************************************************/
#contents #service {
	border-top:0;
}

#contents #service li a {
	display:block;
	width:45%;
	float:left;
	background:#c3d94d;
	padding:2%;
	border-radius:5px;
	margin-bottom:2%;
	box-shadow:0 2px 0 #9fb819;
	font-size:12px;
	text-decoration:none;
}
#contents #service li a:hover {
	box-shadow:none;
	background:#d9f062;
	margin-top:2px;
}
#contents #service li:nth-child(odd) a {
	margin-right:2%;
}
#contents #service li a img {
	width:30%;
	float:left;
	margin-right:2%;
}
#contents #service li a span {
	font-size:18px;
	color:#618100;
	font-weight:bold;
}


/*******************************************************************
********************************************************************

smaller than 768

********************************************************************
*******************************************************************/
@media screen and (max-width: 768px) {

/*::::::::::::::::::::::::::::::::::::
 CONTENTS
::::::::::::::::::::::::::::::::::::*/
#contents #service ul {
	width:90%;
	margin:5% auto;
}

#contents #service li a {
	width:94%;
	float:none;
	padding:3%;
	margin-bottom:10px;
	font-size:12px;
	text-decoration:none;
	clear:both;
}
#contents #service li:nth-child(odd) a {
	margin-right:0;
}
#contents #service li a img {
	width:30%;
	margin-right:3%;
}
#contents #service li a span {
	font-size:20px;
}





}