/* CSS Document */

/*  戻るボタン専用  */


.more_listing_btn{
    text-decoration: none;
    padding:14px;
    border: 1px solid #ccc;
    
    color: #000;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	letter-spacing: 0.05em;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.more_listing_btn:hover{
    color: #fff;
    border: 1px solid #a0c3e5; 
	border-color: #171917; 
	background: #171917 none repeat scroll 0 0; 
	text-decoration:none; 
}


