.css_btn_class {
    font-size:16px;
    font-family:Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #d02718;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
    background-color:#f24537;
    color:#ffffff;
    display:block;
    text-shadow:1px 1px 0px #810e05;
    -webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
    -moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
    box-shadow:inset 1px 1px 0px 0px #f5978e;
    margin-bottom: 10px;
}.css_btn_class:hover {
    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
    background-color:#c62d1f;
}.css_btn_class:active {
    position:relative;
    top:1px;
}

.css_btn_pink {
    font-size:16px;
    font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #ee1eb5;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );
    background-color:#ff5bb0;
    color:#ffffff;
    display:block;
    text-shadow:1px 1px 0px #c70067;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
    -moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
    box-shadow:inset 1px 1px 0px 0px #fbafe3;
    margin-bottom: 10px;
}.css_btn_pink:hover {
    background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
    background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );
    background-color:#ef027d;
}.css_btn_pink:active {
    position:relative;
    top:1px;
}

.css_btn_blue {
    font-size:16px;
    font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #337fed;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
    background-color:#3d94f6;
    color:#ffffff;
    display:block;
    text-shadow:1px 1px 0px #1570cd;
    -webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
    box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_blue:hover {
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
    background-color:#1e62d0;
    margin-bottom: 10px;
}.css_btn_blue:active {
    position:relative;
    top:1px;
}

.css_btn_orange {
    font-size:16px;
    font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #ffaa22;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
    background-color:#ffec64;
    color:#333333;
    display:block;
    text-shadow:1px 1px 0px #ffee66;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
    margin-bottom: 10px;
}.css_btn_orange:hover {
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
    background-color:#ffab23;
}.css_btn_orange:active {
    position:relative;
    top:1px;
}

/* スマホフローティングバナー */
.rightBannerImg {
	display: block;
	width: 42px;
	position: fixed;
	z-index: 1000;
	right: 8px; /* 左右の調節 */
	bottom: 144px; /* 上下の調節 */
}
/* //スマホフローティングバナー */