@charset "UTF-8";
/* CSS Document */


.btn_style_gray{
width: auto;
height: auto;
padding: 15px 60px;
background-color: #DDDDDD;
color: #000;
border:none;
display: inline-block;
}
.btn_style_gray:hover{
background-color: #D8D8D8;
color: #1e1b1b;
}
