@charset "utf-8";

/*ご感想フォームへのボタン用CSS：START*/
.mm-comment-button-container {
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.mm-comment-button {
    background: #0099ff;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 300px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    border-style: none;
    bottom: 20px;
    right: 20px;
    padding: 5px 40px;
    margin: 10px 10px;
    font-size: 88%;
				font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mm-comment-button:hover {
    text-decoration: none;
    background: #66cc00;
}
.mm-comment-form-button {
    background: #0099ff;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 200px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border-style: none;
    bottom: 20px;
    right: 20px;
    padding: 5px 40px;
    margin: 10px 10px;
    font-size: 88%;
				font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mm-comment-form-button:hover {
    text-decoration: none;
    background: #66cc00;
}
/*ご感想フォームへのボタン用CSS：END*/
