@charset "utf-8";

/*________________________________________________

	name:			sp.css
	create Date:	2019-01-11
	lastmodified:	****-**-**
________________________________________________*/


/* #tmp_list_wrap
============================== */
#tmp_list_wrap {
    display: block;
    clear: both;
	width: auto;
	height: auto;
    margin: 0;
	padding: 0;
	text-align: left;
}
#tmp_list_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#tmp_list_wrap ul li {
	display: block;
    clear: both;
	width: auto;
	height: auto;
    margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#tmp_list_wrap ul li:last-child {
    margin-bottom: 0;
}
/*clearfix*/
#tmp_list_wrap li a:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_list_wrap li a {
    display: block;
    clear: both;
    padding: 10px 31px 10px 10px;
    background-color: #e9fce3;
    background-image: url("../../img/common/arrow_link.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #303030;
    text-decoration: none;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
#tmp_list_wrap li a:hover {
    background-color: #00b44e;
	color: #fff;
    background-image: url("../../img/common/arrow_link_o.png");
}
