/*---------------------------------------------------------
Theme Name: wEVA 20140619
Description: はいさい沖縄 d20140619
Author: wEVA
---------------------------------------------------------*/
@charset "UTF-8";
@import url('css/bootstrap.min.css');
@import url('css/styles.css');

@media (min-width: 768px){
    .container{
        max-width: 980px !important;
        width: 100% !important;
        margin: auto;
        padding: 0px;
    }
}

body{
  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*---------------------------------
SNSボタン用
--------------------------------*/
.snsshare2 {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.snsshare2 a {
    width: 50%;
    height: 25px;
    margin-bottom: 10px;
    padding: 14px 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    text-decoration: none;
    line-height: 1.0em;
}
.snsshare2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.snsshare2 a#share_fb {
    background-color: #3B5998;
    border-bottom: 1px solid #3C5A98;
    height: 40px;
}
.snsshare2 a#share_tw {
    background-color: #00ACEE;
    border-bottom: 1px solid #0193CB;
    height: 40px;
}
