@charset "utf-8";
/* Sma/////////////////////////CSS */
@media  screen and ( max-width:750px ){

* {
  margin: 0;
  padding: 0;
}

/*リンク-----------------------------*/
a:link { color:black; text-decoration:none; }
a:visited { color:black; }
a img:hover { opacity: 0.5 ; transition: 0.5s;}
/*リンク-----------------------------*/

.sp { display: block !important; }
.pc { display: none !important; }

body{
    padding: 0;
    color:black;
    font-family: Quicksand, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
    background:#fff;
}


/*ヘッダー&フッター-----------------------------*/
#sod_header,
#sod_fotter {
    text-align: center;
    width: 100%;
    overflow: hidden;
    line-height: 1.3em;
    background-color: black;
}

/*content-----------------------------*/
#content{
    width:100%;
    margin: 35px auto 0px;
    background-color: #fff;
}

.entry_button{
    width: 100%;
}
.entry_button a{
    color: #ffffff;
}

}

