@charset "UTF-8";



.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
	margin-bottom:15px;
    text-decoration: none;
    background: #8d6449;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #deb068;
    border-radius: 3px;
	font-size:12px;
}

