@charset "UTF-8";
/* 全体CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
}

.is-mobile, .is-mobile * {
    max-height: 1000000px;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
    height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html {
    font-size: 10px;
}

body {
    width: 100%;
    height: 100%;
    background-color: #F1F1EF;
    color: #000000;
    font-family: Avenir,"Helvetica Neue",Roboto,"メイリオ",Meiryo,"Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,Helvetica,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
    overflow-y: scroll;
}

a {
    color: #0059B2;
}
a:link {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:hover img, a:focus img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
a:hover span, a:focus span {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a.no-over:hover img, a.no-over:focus img {
    opacity: 1;
    filter: alpha(opacity=100);
}

input,
textarea,
button {
    margin: 0;
    cursor: pointer;
    font-family: Avenir,"Helvetica Neue",Roboto,"メイリオ",Meiryo,"Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,Helvetica,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
}

button, input[type=button] {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    font-family: Avenir,"Helvetica Neue",Roboto,"メイリオ",Meiryo,"Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,Helvetica,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

label {
    cursor: pointer;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.is-show {
    display: block !important;
}

.is-hide {
    display: none !important;
}

.is-active,
.is-current {
    cursor: default;
}
.is-active:hover, .is-active:focus,
.is-current:hover,
.is-current:focus {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fx {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.fl {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.fm {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

.fs {
    font-size: 10px !important;
    font-size: 1rem !important;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.btn {
    border: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.btn.is-disabled, .btn.is-current {
    cursor: default;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}
.btn.btn-rect {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn.btn-small {
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
}
.btn.btn-small.btn-submit.machine-search {
    padding: 0 30px;
}
.btn.btn-medium {
    min-width: 100px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
}
.btn.btn-large {
    min-width: 190px;
    padding: 0 10px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
}
.btn.btn-login {
    border: 1px solid #DDDDDD;
    color: inherit;
    background-color: #F6F6F6;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
.btn.btn-login:hover, .btn.btn-login:focus {
    background-color: #E9E9E9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
    background-image: -moz-linear-gradient(top, #f2f2f2, #e9e9e9);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e9e9e9);
    background-image: linear-gradient(to bottom, #f2f2f2, #e9e9e9);
}
.btn.btn-submit {
    color: #FFFFFF;
    background-color: #222222;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
}
.btn.btn-submit:hover, .btn.btn-submit:focus {
    background-color: #444444;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #444444));
    background-image: -moz-linear-gradient(top, #777777, #444444);
    background-image: -webkit-linear-gradient(top, #777777, #444444);
    background-image: linear-gradient(to bottom, #777777, #444444);
}
.btn.btn-submit.is-disabled {
    background: #EEEEEE;
    color: #999999;
}
.btn.btn-submit.btn-small {
    max-height: 30px;
    line-height: 30px;
}
.gadget-module.draggable-item .gadget-search-keyword .btn.btn-submit.btn-small {
    max-width: 48px;
}
.btn.btn-submit.btn-medium {
    max-height: 30px;
    line-height: 30px;
}
.btn.btn-submit.btn-large {
    max-height: 40px;
    line-height: 40px;
}
.btn.btn-return {
    position: relative;
    min-width: 0;
    padding-left: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-return:hover, .btn.btn-return:focus {
    background-color: #EEEEEE;
}
.btn.btn-return:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn.btn-detail {
    position: relative;
    min-width: 0;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-detail:hover, .btn.btn-detail:focus {
    background-color: #EEEEEE;
}
.btn.btn-detail:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.btn-detail {
    position: relative;
    min-width: 0;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-detail:hover, .btn.btn-detail:focus {
    background-color: #EEEEEE;
}
.btn.btn-detail:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.btn-detail-short {
    position: relative;
    min-width: 0;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-detail-short:hover, .btn.btn-detail-short:focus {
    background-color: #EEEEEE;
}
.btn.btn-detail-short:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.btn-detail-short-more {
    position: relative;
    min-width: 0;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
    left: 105px;
}
.btn.btn-detail-short-more-ranking-machine {
    position: relative;
    min-width: 0;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
    left: 10px;
}
.btn.btn-detail-short-more-blog-list {
    position: relative;
    min-width: 0;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
    left: 105px;
    margin-bottom: 11px;
}
.btn.btn-detail-short-more:hover, .btn.btn-detail-short-more:focus {
    background-color: #EEEEEE;
}
.btn.btn-detail-short-more:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-short-disp {
    margin-top: 10px !important;
}

.btn.btn-modify, .btn.btn-modal {
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    line-height: 28px;
    background-color: #F5F5F5;
    color: inherit;
    font-size: 12px;
    font-size: 1.2rem;
}
.btn.btn-modify:hover, .btn.btn-modify:focus, .btn.btn-modal:hover, .btn.btn-modal:focus {
    background-color: #EEEEEE;
}
.btn.btn-modal {
    position: relative;
}
.btn.btn-modal:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 7px;
    width: 11px;
    height: 9px;
    margin-top: -5px;
    background: url(../img/icn_modal_gw.png) no-repeat 100% 50%;
}
.btn.btn-more {
    max-width: 300px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-more:hover, .btn.btn-more:focus {
    background-color: #EEEEEE;
}
/*ロードアニメーション*/
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.animate-load {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    text-decoration: none !important;
}

.btn.btn-favorite {
    position: relative;
    padding: 0 10px 0 45px;
    color: inherit;
    background-color: #FFD24D;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTM5MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDI0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe392), color-stop(100%, #ffd24d));
    background-image: -moz-linear-gradient(top, #ffe392, #ffd24d);
    background-image: -webkit-linear-gradient(top, #ffe392, #ffd24d);
    background-image: linear-gradient(to bottom, #ffe392, #ffd24d);
}
.btn.btn-favorite:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 25px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/spr_icn_fav_white_gw.png) no-repeat 0 0;
    background-size: 100%;
}
.sns-atr_m .btn.btn-favorite:after {
    left: 4px;
}
.btn.btn-favorite:hover, .btn.btn-favorite:focus {
    background-color: #FFE392;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWFhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTM5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffeaaa), color-stop(100%, #ffe392));
    background-image: -moz-linear-gradient(top, #ffeaaa, #ffe392);
    background-image: -webkit-linear-gradient(top, #ffeaaa, #ffe392);
    background-image: linear-gradient(to bottom, #ffeaaa, #ffe392);
}
.btn.btn-favorite.is-disabled {
    background-color: #DDDDDD;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #dddddd));
    background-image: -moz-linear-gradient(top, #bbbbbb, #dddddd);
    background-image: -webkit-linear-gradient(top, #bbbbbb, #dddddd);
    background-image: linear-gradient(to bottom, #bbbbbb, #dddddd);
    color: #555555;
}
.btn.btn-favorite.is-disabled:after {
    background-position: 0 -20px;
}
.btn.btn-book {
    position: relative;
    border: 1px solid #DDDDDD;
    padding: 0 10px 0 45px;
    min-width: 200px;
    color: inherit;
    background-color: #F6F6F6;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
    line-height: 36px;
}
.btn.btn-book:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 20px;
    height: 16px;
    margin-top: -8px;
    background: url(../img/icn_book_gw.png) no-repeat 0 0;
    background-size: 100%;
}
.btn.btn-book:hover, .btn.btn-book:focus {
    background-color: #E9E9E9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
    background-image: -moz-linear-gradient(top, #f2f2f2, #e9e9e9);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e9e9e9);
    background-image: linear-gradient(to bottom, #f2f2f2, #e9e9e9);
}
.btn.btn-buy {
    position: relative;
    padding: 0 10px 0 45px;
    min-width: 200px;
    color: inherit;
    background-color: #CB2030;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkMjIzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMjAzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd2235), color-stop(100%, #cb2030));
    background-image: -moz-linear-gradient(top, #dd2235, #cb2030);
    background-image: -webkit-linear-gradient(top, #dd2235, #cb2030);
    background-image: linear-gradient(to bottom, #dd2235, #cb2030);
    color: #FFFFFF;
}
.btn.btn-buy:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 22px;
    height: 21px;
    margin-top: -11px;
    background: url(../img/icn_buy_gw.png) no-repeat 0 0;
    background-size: 100%;
}
.btn.btn-buy:hover, .btn.btn-buy:focus {
    background-color: #AF0C15;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3MGUxOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMGMxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c70e18), color-stop(100%, #af0c15));
    background-image: -moz-linear-gradient(top, #c70e18, #af0c15);
    background-image: -webkit-linear-gradient(top, #c70e18, #af0c15);
    background-image: linear-gradient(to bottom, #c70e18, #af0c15);
}
.btn.btn-buy.is-disabled {
    background: #EEEEEE;
    color: #999999;
}
.btn.btn-close {
    position: relative;
    padding-left: 26px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-close:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 7px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(../img/icn_close_gw.png) no-repeat 0 0;
}
.btn.btn-close:hover, .btn.btn-close:focus {
    background-color: #EEEEEE;
}
.btn.btn-close.btn-icn-only {
    width: 30px;
    height: 30px;
}
.btn.btn-close.btn-icn-only:after {
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}
.btn.btn-threeseven {
    color: #FFFFFF;
    background-color: #222222;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
    background-image: -moz-linear-gradient(top, #666666, #444444);
    background-image: -webkit-linear-gradient(top, #666666, #444444);
    background-image: linear-gradient(to bottom, #666666, #444444);
}
.btn.btn-threeseven:hover, .btn.btn-threeseven:focus {
    background-color: #444444;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
}
.btn.btn-location, .btn.btn-calc, .btn.btn-map-jp, .btn.btn-clip, .btn.btn-myarea {
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
    background-image: -moz-linear-gradient(top, #666666, #444444);
    background-image: -webkit-linear-gradient(top, #666666, #444444);
    background-image: linear-gradient(to bottom, #666666, #444444);
}
.btn.btn-location:hover, .btn.btn-location:focus, .btn.btn-calc:hover, .btn.btn-calc:focus, .btn.btn-map-jp:hover, .btn.btn-map-jp:focus, .btn.btn-clip:hover, .btn.btn-clip:focus, .btn.btn-myarea:hover, .btn.btn-myarea:focus {
    background-color: #444444;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
}
.btn.btn-location.is-disabled, .btn.btn-calc.is-disabled, .btn.btn-map-jp.is-disabled, .btn.btn-clip.is-disabled, .btn.btn-myarea.is-disabled {
    background: #EEEEEE;
    color: #999999;
}
.btn.btn-pdf, .btn.btn-basic {
    border: 1px solid #DDDDDD;
    color: inherit;
    background-color: #F6F6F6;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
.btn.btn-basic:hover, .btn.btn-basic:focus {
    background-image: none;
    background-color: #EEEEEE;
}

.btn.btn-pdf:hover, .btn.btn-pdf:focus, .btn.btn-basic:hover, .btn.btn-basic:focus {
    background-color: #E9E9E9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
    background-image: -moz-linear-gradient(top, #f2f2f2, #e9e9e9);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e9e9e9);
    background-image: linear-gradient(to bottom, #f2f2f2, #e9e9e9);
}
.btn.btn-pdf.is-disabled, .btn.btn-basic.is-disabled {
    background-color: #F6F6F6;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
    color: #999999;
}
.btn.btn-pdf.is-current, .btn.btn-basic.is-current {
    border: 0;
    line-height: 40px;
    background: #444444;
    color: #FFFFFF;
}
.btn.btn-pdf {
    position: relative;
    padding-left: 35px;
}
.btn.btn-pdf:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 17px;
    width: 15px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/icn_pdf_gw.png) no-repeat 0 0;
}
.btn.btn-calc {
    position: relative;
    padding-left: 35px;
}
.btn.btn-calc:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 19px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icn_calc_white_gw.png) no-repeat 0 0;
}
.btn.btn-threeseven {
    position: relative;
    padding-left: 35px;
}
.btn.btn-threeseven:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 12px;
    width: 32px;
    height: 22px;
    margin-top: -11px;
    background: url(../img/777town_logo_gw.png) no-repeat 0 0;
    background-size: 32px 22px;
}
.btn.btn-location {
    position: relative;
    padding-left: 35px;
}
.btn.btn-location:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 17px;
    height: 23px;
    margin-top: -12px;
    background: url(../img/icn_location_white_gw.png) no-repeat 0 0;
}
.btn.btn-location-aqua {
    position: relative;
    padding-left: 37px;
    border: 1px solid #A6CEF7;
    color: #0059B2;
    background-color: #F3F9FE;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjlmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f9fe));
    background-image: -moz-linear-gradient(top, #ffffff, #f3f9fe);
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f9fe);
    background-image: linear-gradient(to bottom, #ffffff, #f3f9fe);
}
.btn.btn-location-aqua:hover, .btn.btn-location-aqua:focus {
    background-color: #DBEEFD;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjlmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZWVmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f9fe), color-stop(100%, #dbeefd));
    background-image: -moz-linear-gradient(top, #f2f9fe, #dbeefd);
    background-image: -webkit-linear-gradient(top, #f2f9fe, #dbeefd);
    background-image: linear-gradient(to bottom, #f2f9fe, #dbeefd);
}
.btn.btn-location-aqua:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 17px;
    height: 23px;
    margin-top: -12px;
    background: url(../img/icn_location_blue_gw.png) no-repeat 0 0;
}
.btn.btn-map-jp {
    position: relative;
    padding-left: 35px;
}
.btn.btn-map-jp:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icn_map_jp_white_gw.png) no-repeat 0 0;
}
.btn.btn-clip {
    position: relative;
    padding-left: 35px;
    padding-right: 0;
}
.btn.btn-clip:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 21px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icn_clip_white_gw.png) no-repeat 0 0;
}
.btn.btn-myarea {
    position: relative;
    padding-left: 35px;
}
.btn.btn-myarea:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 21px;
    height: 21px;
    margin-top: -10px;
    background: url(../img/icn_myarea_white_gw.png) no-repeat 0 0;
}
.btn.btn-add {
    position: relative;
    padding-left: 25px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.btn.btn-add:hover, .btn.btn-add:focus {
    background-color: #EEEEEE;
}
.btn.btn-add:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(../img/icn_gadget_add_black_gw.png) no-repeat 0 0;
}
.btn.btn-manage {
    border: 1px solid #CCCCCC;
    background-color: #F6F6F6;
    color: inherit;
}
.btn.btn-manage:hover, .btn.btn-manage:focus {
    background-color: #EEEEEE;
}
.btn.btn-review-post {
    color: #FFFFFF;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYzZlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTNkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #63c6e8), color-stop(100%, #00a3d9));
    background-image: -moz-linear-gradient(top, #63c6e8, #00a3d9);
    background-image: -webkit-linear-gradient(top, #63c6e8, #00a3d9);
    background-image: linear-gradient(to bottom, #63c6e8, #00a3d9);
}
.btn.btn-review-post:hover, .btn.btn-review-post:focus {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YjJkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1OGZjZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #45b2de), color-stop(100%, #058fcd));
    background-image: -moz-linear-gradient(top, #45b2de, #058fcd);
    background-image: -webkit-linear-gradient(top, #45b2de, #058fcd);
    background-image: linear-gradient(to bottom, #45b2de, #058fcd);
}

.idt-notice {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
}
.idt-notice:after {
    content: "";
    display: block;
    clear: both;
}
.idt-notice dt {
    float: left;
}
.idt-notice dd {
    overflow: hidden;
}

.ipt-txt {
    height: 30px;
    padding: 0 5px;
    border: 1px solid #777777;
    cursor: default;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    border-radius: 0;
}
.ipt-txt::-ms-clear {
    visibility: hidden;
}

textarea.ipt-txt {
    height: auto;
    padding: 5px;
    line-height: 20px;
    resize: vertical;
}

.ipt-delete {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../img/icn_delete_gw.png) no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-map-jp {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/icn_map_jp_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-seven {
    padding-left: 25px;
    min-height: 19px;
    line-height: 19px;
    background: url(../img/icn_seven_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-document {
    padding-left: 25px;
    min-height: 19px;
    line-height: 19px;
    background: url(../img/icn_document_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-plus {
    padding-left: 21px;
    min-height: 16px;
    line-height: 16px;
    background: url(../img/icn_plus_gw.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-minus {
    padding-left: 21px;
    min-height: 16px;
    line-height: 16px;
    background: url(../img/icn_minus_gw.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-arrow-down {
    padding-right: 17px;
    background: url(../img/icn_arrow_down_gw.png) no-repeat 100% 0.35em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-arrow-right {
    position: relative;
    padding-right: 17px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.icn-arrow-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #0059B2;
    border-right: 2px solid #0059B2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icn-crown-01 {
    padding-left: 21px;
    background: url(../img/icn_crown_01_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-crown-02 {
    padding-left: 21px;
    background: url(../img/icn_crown_02_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-crown-03 {
    padding-left: 21px;
    background: url(../img/icn_crown_03_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-crown-black {
    padding-left: 23px;
    background: url(../img/icn_crown_black_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-movie-black {
    padding-left: 23px;
    background: url(../img/icn_movie_black_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.icn-feature-movie-black {
    padding-left: 23px;
    background: url(../img/icn_movie_black_gw.png) no-repeat 0% 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-movie-large-black {
    padding-left: 30px;
    background: url(../img/icn_movie_large_black_gw.png) no-repeat 0 0.1em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-movie {
    padding-left: 23px;
    background: url(../img/icn_movie_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-blog {
    padding-left: 23px;
    background: url(../img/icn_blog_gw.png) no-repeat 1px 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-blog-black {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/icn_blog_black_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-qa-mark-black {
    padding-left: 23px;
    background: url(../img/icn_qa_mark_black_gw.png) no-repeat 0 0.05em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-qa-large-black {
    padding-left: 30px;
    background: url(../img/icn_qa_large_black_gw.png) no-repeat 0 0.15em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-qa-black {
    padding-left: 23px;
    background: url(../img/icn_qa_black_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-answer-black {
    padding-left: 23px;
    background: url(../img/icn_answer_black_gw.png) no-repeat 0 0.1em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-book-black {
    padding-left: 23px;
    background: url(../img/icn_book_black_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-book-large-black {
    padding-left: 30px;
    background: url(../img/icn_book_large_black_gw.png) no-repeat 0 0.25em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-crown-large-black {
    padding-left: 30px;
    background: url(../img/icn_crown_large_black_gw.png) no-repeat 0 0.25em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-double-circle {
    padding-left: 21px;
    min-height: 18px;
    line-height: 18px;
    background: url(../img/icn_double_circle_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-calendar {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/icn_calendar_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-new {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/machinetop/icn_new_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-kentei {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/machinetop/icn_kentei_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-tag {
    padding-left: 21px;
    background: url(../img/icn_tag_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-pen {
    padding-left: 20px;
    background: url(../img/icn_pen_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-pen-nib {
    padding-left: 25px;
    min-height: 19px;
    line-height: 19px;
    background: url(../img/icn_pen_nib_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-calendar {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/icn_calendar_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-rank-up {
    padding-left: 21px;
    background: url(../img/icn_rank_up_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-rank-same {
    padding-left: 21px;
    background: url(../img/icn_rank_same_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-rank-down {
    padding-left: 21px;
    background: url(../img/icn_rank_down_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.hover-info .icn-rank-up,
.hover-info .icn-rank-down,
.hover-info .icn-rank-same {
    background-position-y: center;
}

.icn-mylist {
    padding-left: 23px;
    background: url(../img/icn_mylist_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-balloon-black {
    padding-left: 25px;
    background: url(../img/icn_balloon_black_gw.png) no-repeat 0 0.1em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.icn-loupe-black {
    padding-left: 23px;
    background: url(../img/icn_loupe_black_gw.png) no-repeat 0 0.2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.icn-comic {
    padding-left: 25px;
    background: url(../img/icn_comic_gw.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.list-date:after {
    content: "";
    display: block;
    clear: both;
}
.list-date .date {
    float: left;
    width: 10em;
}
.list-date .content {
    display: block;
    overflow: hidden;
}

.list-banners {
    margin: 20px 0;
}
.list-banners:first-child {
    margin-top: 0;
}
.list-banners:last-child {
    margin-bottom: 0;
}
.list-banners li {
    width: 100%;
    margin-top: 10px;
}
.list-banners li img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.list-iblk {
    margin-bottom: -5px;
    line-height: 1.5;
}
.list-iblk li {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.list-check .column {
    margin-top: -10px;
}
.list-check .column:after {
    content: "";
    display: block;
    clear: both;
}
.list-check .column li {
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 10px;
}
.list-check .column li:after {
    content: "";
    display: block;
    clear: both;
}
.list-check .column li .check {
    position: relative;
    float: left;
    width: 1.5em;
    height: 1.5em;
}
.list-check .column li .check input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.list-check .column li .name {
    display: block;
    overflow: hidden;
}
.list-check .column li .num {
    color: #000000;
}
.list-check .column .is-all-toggle {
    width: 100%;
}
.list-check .column .is-disabled {
    color: #999999;
}
.list-check .column .is-disabled input {
    cursor: default;
}
.list-check .column .is-disabled .num {
    color: inherit;
}
.list-check .col-2 li {
    width: 390px;
}
.list-check .col-4 li {
    width: 195px;
}
.list-check .col-5 li {
    width: 155px;
}

.list-result-items {
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.list-result-items .lead-txt {
    margin-bottom: 10px;
}
.list-result-items ul li {
    padding: 10px 0 10px 10px;
    border-top: 1px solid #DDDDDD;
}
.list-result-items ul li:first-child {
    border-top: 0;
}
.list-result-items ul .num {
    color: #000000;
}
.list-result-items ul .is-disabled {
    color: #999999;
}
.list-result-items ul .is-disabled .num {
    color: inherit;
}
.modal-machine .list-result-items {
    border-bottom: 0;
}

.list-term .items {
    margin: 0 -10px 0 -15px;
}
.list-term .items:after {
    content: "";
    display: block;
    clear: both;
}
.list-term .items li {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px 0 0 5px;
    background: url(../img/spr_icn_term_gw.png) no-repeat 0 0;
    overflow: hidden;
}
.list-term .items li span {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
}
.list-term .items .li-01 {
    background-position: 0px -80px;
}
.list-term .items .li-02 {
    background-position: -40px -80px;
}
.list-term .items .li-03 {
    background-position: -80px -80px;
}
.list-term .items .li-04 {
    background-position: -120px -80px;
}
.list-term .items .li-05 {
    background-position: -160px -80px;
}
.list-term .items .li-06 {
    background-position: -200px -80px;
}
.list-term .items .li-07 {
    background-position: -240px -80px;
}
.list-term .items .li-08 {
    background-position: -280px -80px;
}
.list-term .items .li-09 {
    background-position: -320px -80px;
}
.list-term .items .li-10 {
    background-position: -360px -80px;
}
.list-term .items .li-11 {
    background-position: -400px -80px;
}
.list-term .items .li-12 {
    background-position: -440px -80px;
}
.list-term .items .li-13 {
    background-position: -480px -80px;
}
.list-term .items .li-14 {
    background-position: -520px -80px;
}
.list-term .items .li-15 {
    background-position: -560px -80px;
}
.list-term .items .li-16 {
    background-position: -600px -80px;
}
.list-term .items .li-17 {
    background-position: -640px -80px;
}
.list-term .items .li-18 {
    background-position: -680px -80px;
}
.list-term .items .li-19 {
    background-position: -720px -80px;
}
.list-term .items .li-20 {
    background-position: -760px -80px;
}
.list-term .items .li-21 {
    background-position: -800px -80px;
}
.list-term .items .li-22 {
    background-position: -840px -80px;
}
.list-term .items .li-23 {
    background-position: -880px -80px;
}
.list-term .items .li-24 {
    background-position: -920px -80px;
}
.list-term .items .li-25 {
    background-position: -960px -80px;
}
.list-term .items .li-26 {
    background-position: -1000px -80px;
}
.list-term .items .li-27 {
    background-position: -1040px -80px;
}
.list-term .items .li-28 {
    background-position: -1080px -80px;
}
.list-term .items .li-29 {
    background-position: -1120px -80px;
}
.list-term .items .li-30 {
    background-position: -1160px -80px;
}
.list-term .items .li-31 {
    background-position: -1200px -80px;
}
.list-term .items .li-32 {
    background-position: -1240px -80px;
}
.list-term .items .li-33 {
    background-position: -1280px -80px;
}
.list-term .items .li-34 {
    background-position: -1320px -80px;
}
.list-term .items .li-35 {
    background-position: -1360px -80px;
}
.list-term .items .li-36 {
    background-position: -1400px -80px;
}
.list-term .items .li-37 {
    background-position: -1440px -80px;
}
.list-term .items .li-38 {
    background-position: -1480px -80px;
}
.list-term .items .li-39 {
    background-position: -1520px -80px;
}
.list-term .items .li-40 {
    background-position: -1560px -80px;
}
.list-term .items .li-41 {
    background-position: -1600px -80px;
}
.list-term .items .li-42 {
    background-position: -1640px -80px;
}
.list-term .items .li-43 {
    background-position: -1680px -80px;
}
.list-term .items .li-44 {
    background-position: -1720px -80px;
}
.list-term .items .li-45 {
    background-position: -1760px -80px;
}
.list-term .items .li-46 {
    background-position: -1800px -80px;
}
.list-term .items .li-47 {
    background-position: -1840px -80px;
}
.list-term .items .li-48 {
    background-position: -1880px -80px;
}
.list-term .items .li-49 {
    background-position: -1920px -80px;
}
.list-term .items .li-50 {
    background-position: -1960px -80px;
}
.list-term .items .li-51 {
    background-position: -2000px -80px;
}
.list-term .items .li-52 {
    background-position: -2040px -80px;
}
.list-term .items .li-53 {
    background-position: -2080px -80px;
}
/** 20150930 dgmod 設備情報アイコン追加 start **/
.list-term .items .li-61 {
    background-position: -2480px -80px;
}
.list-term .items .li-62 {
    background-position: -2520px -80px;
}
.list-term .items .li-63 {
    background-position: -2560px -80px;
}
.list-term .items .li-64 {
    background-position: -2600px -80px;
}
/** 20150930 dgmod 設備情報アイコン追加 end **/

.meta-tags {
    font-size: 10px;
    font-size: 1rem;
}
.meta-tags .tag {
    min-width: 50px;
    padding: 0 5px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.meta-tags .term-wrap {
    background-color: #444444;
}
.meta-tags .machine {
    background-color: #0BA832;
}
.meta-tags .article {
    background-color: #8C4600;
}
.meta-tags .cprovider,
.meta-tags .cp {
    background-color: #000000;
}
.meta-tags .cm {
    background-color: #9150ab;
}
.meta-tags .movie {
    background-color: #D90000;
}
.meta-tags .blog {
    background-color: #006DD9;
}
.meta-tags .book {
    background-color: #D96D00;
}
.meta-tags .qaa {
    background-color: #F8526A;
}
.meta-tags .review {
    background-color: #A20000;
}
.meta-tags .onsale {
    background-color: #2B862B;
}
.meta-tags .coverage {
    background-color: #D5A513;
}
.meta-tags .category {
    background-color: #D93600;
}
.meta-tags .news {
    background-color: #794A8E;
}
.meta-tags .other {
    background-color: #001A66;
}
.meta-tags .capture {
    background-color: #49D116;
}
.meta-tags .event {
    background-color: #60C0F4;
}
.meta-tags .open {
    background-color: #DAA520;
}
.meta-tags .renewal {
    background-color: #FF4500;
}
.meta-tags .magazine {
    background-color: #556B2F;
}
.meta-tags .new-machine {
    background-color: #DAA520;
}
.meta-tags .slot {
    background-color: #00B2B2;
}
.meta-tags .pachinko {
    background-color: #F26559;
}

.basic-tbl table {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    table-layout: fixed;
}
.basic-tbl thead th {
    padding: 10px;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    text-align: center;
}
.basic-tbl thead th:first-child {
    border-left: 0;
}
.basic-tbl tbody th,
.basic-tbl tbody td {
    padding: 10px;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    word-break: break-all;
}
.basic-tbl tbody th:first-child,
.basic-tbl tbody td:first-child {
    border-left: 0;
}
.basic-tbl tbody th {
    vertical-align: top;
    background-color: #EEEEEE;
    white-space: nowrap;
}
.basic-tbl col {
    width: auto;
}
.basic-tbl .per10 {
    width: 10%;
}
.basic-tbl .per15 {
    width: 15%;
}
.basic-tbl .per20 {
    width: 20%;
}
.basic-tbl .per30 {
    width: 30%;
}
.basic-tbl .per40 {
    width: 40%;
}
.basic-tbl .per50 {
    width: 50%;
}
.basic-tbl .per60 {
    width: 60%;
}
.basic-tbl .per70 {
    width: 70%;
}
.basic-tbl .per80 {
    width: 80%;
}
.basic-tbl .per90 {
    width: 90%;
}

.section {
    margin-top: 10px;
}
.section .section-head {
    margin-bottom: 15px;
    padding: 7px 10px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #DDDDDD;
}
.section .section-head .head-main {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.section .section-body {
    margin: 15px 12px 0 12px;
}
.section + .section {
    margin-top: 50px;
}

.pagination {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.pagination .number {
    display: table-cell;
    vertical-align: middle;
}
.pagination .list {
    position: relative;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.pagination .list ul {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.pagination .list ul:after {
    content: "";
    display: block;
    clear: both;
}
.pagination .list li {
    float: left;
    margin-left: 2px;
}
.pagination .list li:first-child {
    margin: 0;
}
.pagination .list a,
.pagination .list span {
    display: block;
    min-width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    line-height: 30px;
    color: inherit;
    overflow: hidden;
}
.pagination .list a:hover, .pagination .list a:focus {
    text-decoration: none;
    background-color: #EEEEEE;
}
.pagination .list span {
    border: 1px solid #444444;
    background-color: #444444;
    color: #FFFFFF;
}
.pagination .list .prev a {
    position: relative;
    padding: 0 10px 0 20px;
}
.pagination .list .prev a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #444444;
    border-left: 2px solid #444444;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination .list .next a {
    position: relative;
    padding: 0 20px 0 10px;
}
.pagination .list .next a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pagination .list .start a {
    position: relative;
    padding: 0 10px 0 20px;
}
.pagination .list .start a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background-color: #444444;
}
.pagination .list .start a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #444444;
    border-left: 2px solid #444444;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination .list .end a {
    position: relative;
    padding: 0 20px 0 10px;
}
.pagination .list .end a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background-color: #444444;
}
.pagination .list .end a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more-link {
    margin-top: 20px;
}
.more-link .btn {
    display: block;
    margin: auto;
}

.detail-link {
    margin-top: 10px;
}
.top-widgets .detail-link {
    clear: both;
}
.detail-link .btn {
    text-align: center;
}
.short-disp {
    clear: both;
    margin-top: 5px;
    border-top: 1px solid #DDDDDD;
}
.short-disp-nomore {
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 1px solid #DDDDDD;
}
.manage-link {
    margin-top: 10px;
    text-align: right;
}
.manage-link .btn {
    text-align: center;
}

.return-link {
    margin-top: 20px;
}

/* イントロエリア ページ内リンク */
.page-inner-link {
    background-color: #EEEEEE;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
}
.page-inner-link .link-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
}
.page-inner-link .link-list a,
.page-inner-link .link-list span {
    position: relative;
    display: table-cell;
    padding: 10px 5px;
    border-left: 1px solid #FFFFFF;
    vertical-align: middle;
}
.page-inner-link .link-list a:first-child,
.page-inner-link .link-list span:first-child {
    border-left: 0;
}
.page-inner-link .link-list a {
    color: inherit;
}
.page-inner-link .link-list a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: block;
    width: 5px;
    height: 5px;
    margin-left: -2px;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-inner-link .link-list span {
    color: #999999;
}
.page-inner-link .link-list .noarrow:after {
    display: none;
}
.page-inner-link .provider {
    padding: 10px;
}
.page-inner-link:first-child {
    margin-top: -10px;
}

.area-tabs {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #F6F6F6;
}
.area-tabs ul:after {
    content: "";
    display: block;
    clear: both;
}
.area-tabs li {
    float: left;
    display: inline;
    margin-right: 2px;
}
.area-tabs li a {
    display: block;
    width: 98px;
    height: 35px;
    border: 1px solid #CCCCCC;
    line-height: 35px;
    text-align: center;
    background-color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}
.area-tabs li a:hover, .area-tabs li a:focus {
    background-color: #DDDDDD;
    color: inherit;
}
.area-tabs li a.is-current {
    border: 0;
    background-color: #444444 !important;
    color: #FFFFFF !important;
}

.edit-modify {
    display: table;
    width: 100%;
    margin: 15px 0;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
.edit-modify .modify-row {
    display: table-row;
}
.edit-modify .modify-row:first-child .modify-name,
.edit-modify .modify-row:first-child .modify-link {
    border-top: 0;
}
.edit-modify .modify-name,
.edit-modify .modify-link {
    display: table-cell;
    padding: 7px 0;
    border-top: 1px solid #DDDDDD;
}
.edit-modify .modify-name {
    width: auto;
    vertical-align: middle;
}
.edit-modify .modify-link {
    width: 150px;
    text-align: right;
    vertical-align: top;
}
.edit-modify .modify-link .btn {
    line-height: 34px;
}

.form-submit {
    margin-top: 50px;
    text-align: center;
}

.suggest-area {
    position: absolute;
    z-index: 100;
    border: 1px solid #777777;
    background-color: #FFFFFF;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}
.suggest-area div {
    padding: 5px 10px;
    border-top: 1px solid #777777;
    cursor: pointer;
}
.suggest-area div:hover, .suggest-area div:focus {
    background: #EEEEEE;
}
.suggest-area div:first-child {
    border-top: 0;
}

/* 20160616 #4165 wysiwyg start
---
.wysiwyg-contents:通常
.wysiwyg-area:ブログ
---
*/
.wysiwyg-contents ,
.wysiwyg-area {
  overflow: hidden;
  word-break: break-all;
}
/*
.wysiwyg-contents {
    line-height: 1.5;
}
*/
.wysiwyg-contents p,
.wysiwyg-contents ul,
.wysiwyg-contents li,
.wysiwyg-contents dl {
    margin: 10px 0 0 0;
}
.wysiwyg-contents p:first-child,
.wysiwyg-contents ul:first-child,
.wysiwyg-contents li:first-child,
.wysiwyg-contents dl:first-child {
    margin-top: 0;
}
.wysiwyg-contents img {
    max-width: 100%;
	height: auto;
}
.wysiwyg-area img {
    height: auto;
    max-width: 100%;
}
.wysiwyg-area img.comic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    text-align: center;
}
/* 20160616 #4165 wysiwyg end */

/** 20160420 floating 4004 Start */
.wysiwyg-contents:after,
.wysiwyg-area:after {
    content:" ";
    display:block;
    clear:both;
}
/** 20160420 floating 4004 End */

.rating-label {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    font-size: 1.4rem;
}

.rating-star {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.rating-star:after {
    content: "";
    display: block;
    clear: both;
}
.rating-star .icon {
    float: left;
    width: 68px;
    height: 11px;
    margin-top: -1px;
    background: url(../img/icn_rate_star_empty_gw.png) no-repeat 0 0;
}
.rating-star .icon span {
    display: block;
    height: 100%;
    line-height: 11px;
    background: url(../img/icn_rate_star_gw.png) no-repeat 0 0;
}
.rating-star .num {
    float: left;
    display: inline;
    margin-left: 0.4em;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
}
.rating-star.is-medium .icon {
    width: 100px;
    height: 17px;
    background: url(../img/icn_rate_star_medium_empty_gw.png) no-repeat 0 0;
}
.rating-star.is-medium .icon span {
    background: url(../img/icn_rate_star_medium_gw.png) no-repeat 0 0;
}
.rating-star.is-medium .num {
    line-height: 17px;
    font-size: 14px;
    font-size: 1.4rem;
}
.rating-star.is-large .icon {
    width: 152px;
    height: 25px;
    background: url(../img/icn_rate_star_large_empty_gw.png) no-repeat 0 0;
}
.rating-star.is-large .icon span {
    background: url(../img/icn_rate_star_large_gw.png) no-repeat 0 0;
}
.rating-star.is-large .num {
    line-height: 25px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.rating-star-radio {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.rating-star-radio:after {
    content: "";
    display: block;
    clear: both;
}
.rating-star-radio .star {
    position: relative;
    z-index: 1;
    float: left;
    width: 56px;
    height: 48px;
    background: url(../img/spr_icn_rating_star_radio_gw.png) no-repeat 0 0;
    background-position: 0 0;
}
.rating-star-radio .star input {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
.rating-star-radio .star:hover, .rating-star-radio .star:focus, .rating-star-radio .star.is-hover {
    background-position: 0 -48px;
}
.rating-star-radio .star.is-active, .rating-star-radio .star.is-current {
    background-position: 0 -96px;
    cursor: pointer;
}

.category-heading {
    margin: 10px;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
}

.category-search:after {
    content: "";
    display: block;
    clear: both;
}
.category-search .search-label {
    float: left;
    display: inline;
    margin-top: 6px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.category-search .search-form {
    float: left;
    display: inline;
    margin-top: 3px;
}

.modal-module {
    margin: 0 auto;
    width: 850px;
    min-height: 495px;
    background-color: #FFFFFF;
}
.modal-module .gadget-module {
    line-height: 1.5;
    padding: 27px 30px 30px 30px;
    border-top: 6px solid #99CCFF;
    border-right: none;
    border-bottom: none;
}
.modal-module .gadget-module .gadget-head .head-main {
    font-size: 16px;
    font-size: 1.6rem;
}

.gadget-module {
    margin-top: 20px;
    padding: 10px 12px 15px 12px;
    border-top: 2px solid #333333;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
}
.relaiton-blog {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
}
ul.relation-name {
    padding-left: 25px;
}
.relaiton-blog .icn-seven.blog {
    font-weight: bold;
    padding-bottom: 8px;
}
/*アンケート*/
.vote-good {
    text-align:right;
    margin: 10px 0;
}
.questionnaire-header {
    font-weight: bold;
    padding-bottom: 8px;
    margin: 10px 0 10px 0;
}
.questionnaire-type {
    font-size: 16px;
    font-size: 1.6rem;
    float:left;
    word-break: break-all;
    width: 80%;
    padding-bottom: 8px;
}
.questionnaire-title {
    clear:left;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 0px 0 10px 0;
    word-break: break-all;
}
.total-vote-qty {
    text-align: right;
}
.vote-submit {
    text-align:center;
    margin: 10px 0;
}
#qn-table {
    display:table;
    word-wrap: break-word;
}
.qn-row {
    display:table-row;
}
.qn-row .qn-cell-1 {
    width: 50%;
    display:table-cell;
    padding: 2px 0 2px 20px;
    word-break: break-all;
    overflow: hidden;
    zoom: 1;
}
div.keep input {
    display: block;
    float: left;
    position:relative;
    margin: 4px 0 0 0;
}
div.keep span {
    display: block;
    overflow: hidden; /* モダンブラウザ用 */
    padding: 0 0 0 5px;
    zoom: 0; /* IE6用 */
}
.qn-row .qn-cell-2 {
    display:table-cell;
    width: 1%;
    padding: 0 0 0 10px;
    text-align: right;
}
.qn-row .qn-cell-3 {
    display:table-cell;
    width: 1%;
}
.qn-row .qn-cell-4 {
    width: 15%;
    display:table-cell;
    padding: 0 0 0 10px;
}
.qn-row .qn-cell-5 {
    display:table-cell;
    width: 1%;
    padding: 0 0 0 10px;
    text-align: right;
}
/*END アンケート*/
.top-widgets .gadget-module.draggable-item {
    margin-top: 15px;
    padding: 3px 12px 10px 12px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.top-widgets .gadget-module.draggable-item.banner {
    padding: 3px 12px 0px 12px;
    border-width: 2px 0 0 0;
}
#search_hall_map.gadget-module.draggable-item,
#search_hall.gadget-module.draggable-item {
    position: relative;
}
.gadget-module .gadget-head {
    position: relative;
    margin-bottom: 10px;
}
.gadget-module .gadget-head.hall {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}
.top-widgets .gadget-module.draggable-item .gadget-head {
    height: 46px;
    padding-top: 3px;
    position: relative;
    margin-bottom: 0px;
}
.top-widgets .gadget-module.draggable-item .gadget-body {
    padding-top: 5px;
}
.gadget-module .gadget-head:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-module .gadget-head .head-icn {
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-module .gadget-head .head-icn img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.gadget-module .gadget-head .head-thumbs {
    position: relative;
    float: left;
    display: inline;
    width: 50px;
    height: 37px;
    margin-right: 5px;
}
.gadget-module .gadget-head .head-thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.gadget-module .gadget-head .head-thumbs.is-square {
    height: 50px;
}
.gadget-module .gadget-head .head-main {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

.gadget-module .gadget-head .video-head-main {
/*    display: inline;*/
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
	width: 545px;
}
.gadget-module .gadget-head .machine-head-main {
/*    display: inline;*/
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
	width: 530px;
}

.gadget-module .gadget-head .machine-head-main span {
    display: inline-block;
    font-size: 1.2rem;
    padding: 3px 0 0 8px;
    vertical-align: top;
}


.gadget-module .gadget-head .head-sub {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-module .gadget-head .head-sub-link {
    float: right;
}
.gadget-module .gadget-head .gadget-controller {
    position: absolute;
    top: 2px;
    right: 0;
    width: 46px;
}
.gadget-module .gadget-body {
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
}
.top-widgets .gadget-module.draggable-item.banner .gadget-body {
    padding-top: 0px;
    border-top: none;
}
.gadget-module .gadget-body.is-noborder-top {
    padding-top: 0;
    border-top: 0;
}
.gadget-module:first-child {
    margin-top: 0;
}
.top-widgets .gadget-module.draggable-item.is-closed {
    padding: 3px 12px 0px;
}
.gadget-module.is-closed .gadget-head {
    /*margin-bottom: 0;*/
}
.gadget-module.is-closed .gadget-body {
    display: none;
}
.short-disp.is-closed{
    display: none !important;
}
.short-disp-nomore.is-closed{
    display: none !important;
}
.gadget-module.is-short .gadget-body:not(.short-not-body) {
    height: 197px;
    overflow: hidden;
}
.hall-short.short-gadget.is-short{
    display: none !important;
}

.gadget-module.is-noborder-top {
    border-top: 0;
}
.column-sitetop .gadget-module .gadget-head {
    padding-right: 47px;
}
.column-sitetop .gadget-module .gadget-head .head-main {
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
}

.gadget-result {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding: 10px 12px 15px 12px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
}
.gadget-result .gadget-head {
    position: relative;
    margin: -10px -12px 10px -12px;
    margin-bottom: 10px;
    padding: 8px 10px;
    background-color: #444444;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
}

.gadget-draggable-before {
    position: relative;
    margin-right: 315px;
}
.gadget-draggable-before .contents-add {
    position: absolute;
    top: -36px;
    right: 0;
}
.gadget-draggable-before .contents-add .btn {
    font-size: 12px;
    font-size: 1.2rem;
}

.gadget-draggable {
    float: left;
    width: 860px;
}
body.four-col .gadget-draggable {
    width: 945px;
}
.gadget-draggable:after {
    content: "";
    display: block;
    clear: both;
}

.gadget-reserver {
    margin-top: 15px;
    width: 100%;
    background-color: #DDDDDD;
}

.gadget-blank {
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.gadget-blank.pull-up { /*お知らせがない場合*/
    margin-top: -15px;
}
.gadget-controller {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-controller:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-controller a,
.gadget-controller span {
    float: left;
    width: 23px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.gadget-controller a:hover, .gadget-controller a:focus,
.gadget-controller span:hover,
.gadget-controller span:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.gadget-controller a.is-disabled:hover, .gadget-controller a.is-disabled:focus,
.gadget-controller span.is-disabled:hover,
.gadget-controller span.is-disabled:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.gadget-controller .gadget-add {
    background-image: url(../img/icn_gadget_add_gw.png);
    margin-top: 2px;
}
.gadget-controller .gadget-move {
    background-image: url(../img/icn_gadget_move_gw.png);
    cursor: move;
}
.gadget-controller .gadget-toggle {
    background-image: url(../img/icn_gadget_toggle_close_gw.png);
    margin-top: 2px;
}
.is-closed .gadget-controller .gadget-toggle {
    background-image: url(../img/icn_gadget_toggle_open_gw.png);
}
.gadget-controller .gadget-toggle-short {
    background-image: url(../img/widget_close.png);
    padding: 11px 35px;
}
.gadget-controller .gadget-toggle-hall {
    background-image: url(../img/widget_close.png);
    padding: 11px 35px;
}
.is-short .gadget-controller .gadget-toggle-hall {
    background-image: url(../img/widget_open.png);
    padding: 11px 35px;
}

.is-short .gadget-controller .gadget-toggle-short {
    background-image: url(../img/widget_open.png);
    padding: 11px 35px;
}
.gadget-controller .gadget-delete {
    background-image: url(../img/icn_gadget_delete_gw.png);
}
.gadget-controller .gadget-delete.is-disabled {
    background-image: url(../img/icn_gadget_delete_disabled_gw.png);
}

.gadget-tabs {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 13px;
    background-color: #FFFFFF;
}
.gadget-tabs .tab {
    position: relative;
    display: table-cell;
    min-width: 130px;
    padding: 5px;
    background-color: #DDDDDD;
    text-align: center;
    vertical-align: middle;
    color: inherit;
}
.four-col #gadget-draggable .gadget-tabs {
    width: 100%;
    table-layout: fixed;
}
.four-col #gadget-draggable .gadget-tabs {
    width: 100%;
    table-layout: fixed;
}
.four-col #gadget-draggable .gadget-tabs .tab{
    min-width: 42px;
}
#new-contents-tabs {
    table-layout: auto;
}
#new-contents-tabs .tab {
    font-size: 11px;
}
#new_contents .gadget-tabs .tab {
    padding: 5px 0;
}
.gadget-tabs .tab:focus, .gadget-tabs .tab:hover {
    background-color: #CCCCCC;
    text-decoration: none;
}
.gadget-tabs span.tab {
    background-color: #EEEEEE;
    color: #999999;
}
.gadget-tabs span.tab:focus, .gadget-tabs span.tab:hover {
    background-color: #EEEEEE;
    text-decoration: none;
    color: #999999;
}
.gadget-tabs .is-active,
.gadget-tabs .is-current {
    background-color: #444444;
    color: #FFFFFF;
}
.gadget-tabs .is-active:after,
.gadget-tabs .is-current:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #444444;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
}
.gadget-tabs .is-active:focus, .gadget-tabs .is-active:hover,
.gadget-tabs .is-current:focus,
.gadget-tabs .is-current:hover {
    background-color: #444444;
    text-decoration: none;
}
.gadget-tabs .is-disabled {
    background-color: #EEEEEE;
    color: inherit;
    cursor: pointer !important;
}
.gadget-tabs .is-disabled:after {
    display: none;
}
.gadget-tabs .is-disabled:focus, .gadget-tabs .is-disabled:hover {
    background-color: #DDDDDD;
    text-decoration: none;
}
.gadget-tabs.is-stretch {
    width: 100%;
}
.gadget-tabs.is-stretch .tab {
    min-width: 80px;
}

.gadget-toggle-disp .toggle {
    display: none;
    cursor: pointer;
}
.gadget-toggle-disp .is-current {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.gadget-search-keyword:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-search-keyword input {
    float: left;
}
.gadget-search-keyword .ipt-txt {
    width: 265px;
}
.four-col .draggable-item .gadget-search-keyword .ipt-txt {
    width: 227px;
}

.gadget-calendar .calendar-controller {
    position: relative;
    background-color: #444444;
    color: #FFFFFF;
}
.gadget-calendar .calendar-controller .this-month {
    line-height: 30px;
    text-align: center;
}
.gadget-calendar .calendar-controller .pager {
    position: absolute;
    top: 0;
    line-height: 30px;
    color: inherit;
}
.gadget-calendar .calendar-controller .pager:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
}
.gadget-calendar .calendar-controller .prev {
    left: 10px;
    padding-left: 10px;
}
.gadget-calendar .calendar-controller .prev:after {
    left: 0;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gadget-calendar .calendar-controller .next {
    right: 10px;
    padding-right: 10px;
}
.gadget-calendar .calendar-controller .next:after {
    right: 0;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gadget-calendar .calendar-table table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-calendar .calendar-table table th,
.gadget-calendar .calendar-table table td {
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}
.gadget-calendar .calendar-table table th:first-child,
.gadget-calendar .calendar-table table td:first-child {
    border-left: 0;
}
.gadget-calendar .calendar-table table .holiday,
.gadget-calendar .calendar-table table .sun {
    background-color: #FFF0F4;
}
.gadget-calendar .calendar-table table .sun {
    border-left: 0;
}
.gadget-calendar .calendar-table table .sat {
    background-color: #ECF7FF;
}
.gadget-calendar .calendar-table table .today,
.gadget-calendar .calendar-table table .today a {
    color: #ED6A3F;
    font-weight: bold;
}
.gadget-calendar .calendar-table table .current {
    -moz-box-shadow: 0 0 0 4px #ED6A3F inset;
    -webkit-box-shadow: 0 0 0 4px #ED6A3F inset;
    box-shadow: 0 0 0 4px #ED6A3F inset;
}
.gadget-calendar .calendar-table table .event {
    background-color: #FFBF00;
}
.gadget-calendar .calendar-table thead th {
    line-height: 30px;
}
.gadget-calendar .calendar-table thead .sun {
    color: #FF3366;
}
.gadget-calendar .calendar-table thead .sat {
    color: #0099FF;
}
.gadget-calendar .calendar-table tbody td {
    line-height: 30px;
}
.gadget-calendar .calendar-table tbody a {
    display: block;
    line-height: 30px;
}
.gadget-calendar .calendar-list {
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-calendar .calendar-list .list-item {
    display: block;
    padding: 8px 10px;
    border-top: 1px solid #DDDDDD;
    color: inherit;
}
.gadget-calendar .calendar-list .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-calendar .calendar-list .item-meta {
    float: left;
    display: inline;
    margin-right: 15px;
}
.gadget-calendar .calendar-list .item-meta .date,
.gadget-calendar .calendar-list .item-meta .time {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-calendar .calendar-list .item-meta .time {
    margin-left: 5px;
}
.gadget-calendar .calendar-list .item-meta .meta-tags {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-calendar .calendar-list .item-comment {
    padding-top: 1px;
    overflow: hidden;
}
.gadget-calendar .calendar-list-my .list-item {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    color: inherit;
}
.gadget-calendar .calendar-list-my.no-border-btm .list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.gadget-calendar .calendar-list-my .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-calendar .calendar-list-my .list-item:first-child {
    margin-top: 0;
}
.gadget-calendar .calendar-list-my .item-thumbs {
    float: left;
    display: inline;
    width: 60px;
    margin-right: 10px;
}
.gadget-calendar .calendar-list-my .item-thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.gadget-calendar .calendar-list-my .item-meta {
    margin-bottom: 5px;
    margin-left: 70px;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-calendar .calendar-list-my .item-meta .date {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-calendar .calendar-list-my .item-meta .meta-tags {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-calendar .calendar-list-my .item-body {
    margin-left: 70px;
}
.gadget-calendar .calendar-list-my .list-item .heading {
    font-weight: bold;
    margin-bottom: 3px;
}
.gadget-calendar .calendar-list-my .item-body .comment {
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-calendar .calendar-list-my .no-thumbs .item-meta,
.gadget-calendar .calendar-list-my .no-thumbs .item-body {
    margin-left: 0;
}

.gadget-search-term {
    margin-top: 20px;
}
.gadget-search-term .term-lead {
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: center;
}
.gadget-search-term .term-wrap {
    display: table;
    width: 100%;
    padding: 10px 0;
    background-color: #EEEEEE;
}
.gadget-search-term .term-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-search-term .term-wrap-search {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
    background-color: #EEEEEE;
}
.gadget-search-term .term-group {
    display: table-cell;
    width: 50%;
    padding: 0 10px;
    border-left: 1px solid #DDDDDD;
    vertical-align: top;
}
.gadget-search-term .term-group:first-child {
    border-left: 0;
}
.gadget-search-term .term-heading {
    font-weight: bold;
}
.gadget-search-term .term-items {
    position: relative;
}
.gadget-search-term .term-items:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-search-term .term-items li {
    float: left;
    width: 50%;
    margin-top: 5px;
    color: inherit;
}
/* チケット#2687の為に追加 2015/07/17 hosoda ここから */
.gadget-search-term .term-heading.machine-type {
    font-weight: bold;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
.gadget-search-term .term-group ul.term-items.machine-type {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.gadget-search-term .term-items li.machine-type  {
    display: table-cell;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 20px;
    color: inherit;
    width: auto;
}
.gadget-search-term .term-group.machine-type {
    display: table-cell;
    width: auto;
    padding: 0 10px;
    border-left: 1px solid #DDDDDD;
    vertical-align: top;
}
/* チケット#2687の為に追加 2015/07/17 hosoda ここまで */
.gadget-search-term .term-items li input {
    margin-right: 5px;
    vertical-align: middle;
}
.gadget-search-term .term-items li label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-search-term .term-items .has-tooltip .tooltip-trigger {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-search-term .term-items .has-tooltip .tooltip-trigger img {
    display: block;
}
.gadget-search-term .term-items .has-tooltip .tooltip-content {
    display: none;
}
.gadget-search-term .term-submit {
    margin-top: 15px;
    text-align: center;
}
.gadget-search-term.is-rows .term-wrap {
    position: relative;
    display: block;
    width: auto;
}
.gadget-search-term.is-rows .term-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin-left: -9px;
    border-top: 9px solid #FFFFFF;
    border-left: 9px solid rgba(238, 238, 238, 0);
    border-right: 9px solid rgba(238, 238, 238, 0);
}
.gadget-search-term.is-rows .term-group {
    display: block;
    width: auto;
    margin-top: 10px;
    border-left: 0;
}
.gadget-search-term.is-rows .term-group:first-child {
    margin-top: 0;
}

.top-widgets .gadget-module .gadget-blog-list {
    padding-bottom: 10px;
}
.top-widgets .gadget-module .gadget-blog-list .list-item {
    margin-bottom: 10px;
}
.top-widgets .gadget-module .gadget-blog-list .thumbs a,
.top-widgets .gadget-module .gadget-blog-list .thumbs img {
    display: block;
}
.gadget-module .gadget-list .item-body .blog-name {
    padding: 3px 0 3px 0;
}

.gadget-list .list-item {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    color: inherit;
}

.gadget-list.no-borders .list-item {
    border-bottom: none;
}

.top-widgets .gadget-module .gadget-list .list-item {
    margin-top: 5px;
    padding-bottom: 5px;
}
.top-widgets .gadget-list .list-item .heading {
    margin-bottom: 5px;
}
.top-widgets .gadget-list .list-item .item-body .content {
    margin-top: 0px;
}
.gadget-module.draggable-item .gadget-list .list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.gadget-list .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-list .list-item:first-child {
    margin-top: 0;
}
.gadget-list .item-meta {
    float: left;
    min-width: 40px;
    margin-right: 10px;
}
.gadget-list .item-meta-0 {
  width: 275px;
}
.gadget-list .item-meta:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-list .item-meta .thumbs {
    width: 60px;
    margin-bottom: 5px;
}
.top-widgets #new_machines .gadget-list .item-meta .thumbs {
    width: 70px;
}
.gadget-list.gw-new-videos .item-meta .thumbs {
    width: 100px;
}
.gadget-list .item-meta .thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.gadget-list .item-meta .meta-tags {
    float: left;
    display: inline;
    margin-right: 5px;
}
.gadget-list .item-meta .provider {
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
}
.gadget-list .item-meta .provider img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto auto 0;
}
.gadget-list .item-meta.no-thumbs .meta-tags {
    float: none;
    display: block;
    margin-bottom: 5px;
}
.gadget-list .item-meta.no-thumbs .provider {
    float: none;
    width: 50px;
    height: auto;
    display: block;
}
.gadget-list .item-meta.no-thumbs .provider img {
    position: static;
}
.gadget-list .item-body {
    overflow: hidden;
}
.gadget-list .item-body .heading {
    color: #0059B2;
}
.gadget-list .item-body .content {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-list .content {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-list .item-body .nocontent {
    margin-left: 70px;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-list .item-body .content .more {
    margin-top: 5px;
    text-align: right;
}
.gadget-list .item-body .content .date {
    margin-top: 5px;
}
.gadget-list .item-body .content .provider {
    position: relative;
    width: 45px;
    height: 20px;
    margin-top: 5px;
}
.gadget-list .item-body .content .provider img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto auto 0;
}

.gadget-list.gw-new-videos .list-item:first-child .item-meta,
.gadget-list.gw-new-videos .list-item:first-child .item-meta .thumbs {
    width: 100%;
}
.gadget-list.gw-new-videos .list-item:first-child .item-body {
    clear:both;

}

.gadget-grid-gallery .grid-item {
    float: left;
    width: 86px;
    margin-left: 8px;
    margin-bottom: 9px;
}
.gadget-grid-gallery .grid-item:nth-child(3n+1) {
    margin-left: 0px;
}
.gadget-grid-gallery .grid-item .thumbs {
    height: 64px;
}
.gadget-grid-gallery .grid-item.machine .thumbs,
#ranking_machines_small .gadget-grid-gallery .grid-item .thumbs,
#ranking_machines_large .gadget-grid-gallery .grid-item .thumbs {
    height: 75px;
    background: #FFF;
    border: 1px solid #ccc;
}
.gadget-grid-gallery .grid-item.machine .thumbs a img,
#ranking_machines_small .gadget-grid-gallery .grid-item .thumbs a img,
#ranking_machines_large .gadget-grid-gallery .grid-item .thumbs a img {
    padding-top: 3px;
}
#ranking_machines_small .gadget-grid-gallery .grid-item .thumbs a .hover-info,
#ranking_machines_large .gadget-grid-gallery .grid-item .thumbs a .hover-info {
    line-height: 15px;
}
.gadget-grid-gallery .grid-item .thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.gadget-grid-gallery .grid-item .item-meta {
    margin-top: 5px;
}
.is-gallery .thumbs {
    background: #000000;
}
.is-gallery .thumbs a {
    display: block;
    overflow: hidden;
    position: relative;
    height:100%;
}
.is-gallery .thumbs a img {
    display: block;
}
.is-gallery .thumbs a .hover-info {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    background: rgba(0,0,0,0.4);
    line-height: 18px;
    padding: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 23px;
    overflow: hidden;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.is-gallery .thumbs a:hover .hover-info {
    height: 100%;
}

.is-gallery .thumbs a:hover .hover-info.height {
    height: 44px !important;
}

.gadget-slide {
    position: relative;
    margin: 0 -12px;
    overflow: hidden;
}
.gadget-slide.blog-top-banner {
    margin: 0px;
    background-color: #fff;
}
.gadget-slide .slide-wrap {
    position: relative;
}
.gadget-slide .slide-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-slide .slide-group {
    float: left;
    width: 299px;
    padding: 0 12px;
}
.gadget-slide.blog-top-banner .slide-group {
    width:415px;
    padding: 0;
}
.gadget-slide.is-large .slide-group {
    padding: 0px;
}
.gadget-slide.wide-slide .slide-group {
    width: 414px;
    padding: 0 11px 0 12px;
}
.gadget-slide .slide-group:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-slide .slide-group .group-item {
    float: left;
    display: inline;
    width: 85px;
    margin-left: 9px;
    position: relative;
}
.gadget-slide.wide-slide .slide-group .group-item {
    margin-left: 17px;
}
.gadget-slide .slide-group .group-item .thumbs {
    position: relative;
    width: 85px;
    height: 85px;
}
.gadget-slide .slide-group .group-item .thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.gadget-slide .slide-group .group-item .content {
    margin-top: 5px;
    line-height: 1.35;
}
.gadget-slide .slide-group .group-item .content .item-meta {
    margin-top: 5px;
}
.gadget-slide .slide-group .group-item .content .item-meta .meta-tags {
    float: left;
    display: inline;
    margin-right: 5px;
}
.gadget-slide .slide-group .group-item .content .item-meta .provider {
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
}
.gadget-slide .slide-group .group-item .content .item-meta .provider img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto auto 0;
}
.gadget-slide .slide-group .group-item .content .comment,
.gadget-slide .slide-group .group-item .content .access,
.gadget-slide .slide-group .group-item .content .rate {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-slide .slide-group .group-item .content .access {
    margin-top: 5px;
}
.gadget-slide .slide-group .group-item .content .rate {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-slide .slide-group .group-item .content .rate .icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 68px;
    height: 11px;
    margin-top: -6px;
    background: url(../img/icn_rate_star_empty_gw.png) no-repeat 0 0;
}
.gadget-slide .slide-group .group-item .content .rate .icon span {
    display: block;
    height: 11px;
    background: url(../img/icn_rate_star_gw.png) no-repeat 0 0;
}
.gadget-slide .slide-group .group-item .content .rate .num {
    margin-left: 73px;
}
.gadget-slide .slide-group .group-item .content .book-title {
    padding-top: 5px;
}
.gadget-slide .slide-group .group-item .content .book-author {
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-slide .slide-group .group-item .content .book-price {
    color: #D80000;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-slide .slide-group .group-item:first-child {
    margin-left: 0;
}
.gadget-slide .slide-controller {
    text-align: center;
}
.gadget-slide.is-gallery .slide-controller {
    padding-bottom: 40px;
}
.top-widgets .gadget-slide.is-gallery .slide-controller {
    padding-bottom: 35px;
}
.gadget-slide .slide-controller .pager {
    position: absolute;
    top: 35px;
    display: block;
    width: 28px;
    height: 50px;
    background: rgba(86, 86, 86, 0.65);
    text-decoration: none;
    overflow: hidden;
}
.gadget-slide.is-gallery .slide-controller .pager {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 26px;
}
.gadget-slide .slide-controller .pager:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -6px;
}
.gadget-slide .slide-controller .prev {
    left: 0;
}
.gadget-slide.is-gallery .slide-controller .prev {
    left: 12px;
}
.gadget-slide .slide-controller .prev:after {
    left: 50%;
    margin-left: -3px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gadget-slide .slide-controller .next {
    right: 0;
}
.gadget-slide.is-gallery .slide-controller .next {
    right: 12px;
}
.gadget-slide .slide-controller .next:after {
    right: 50%;
    margin-right: -3px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gadget-slide .slide-controller .circle {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    padding: 0;
    border: 0;
    background: #AAAAAA;
    overflow: hidden;
    cursor: default;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.gadget-slide .slide-controller .is-current {
    background: #333333;
}
.gadget-slide.blog-top-banner .slide-controller .pager,
.gadget-slide.is-large .slide-controller .pager {
    top: 50%;
    margin-top: -25px;
}
.gadget-slide.is-large .group-item {
    width: 299px;
    height: auto;
}
.gadget-slide.is-large .group-item .thumbs {
    width: 299px;
    height: auto;
}
.gadget-slide.is-large .group-item .thumbs img {
    position: relative;
    display: block;
    max-width: 299px;
    max-height: none;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.top-widgets .gadget-slide.is-large .group-item,
.top-widgets .gadget-slide.is-large .group-item .thumbs,
.top-widgets .gadget-slide.is-large .slide-group {
    width: 300px;
}
.top-widgets .gadget-slide.is-large .group-item .thumbs img {
    max-width: 300px;
}
.gadget-slide.blog-top-banner .group-item {
    width: 415px;
    height: auto;
}
.gadget-slide.blog-top-banner .group-item .thumbs {
    width: 415px;
    height: auto;
}
.gadget-slide.blog-top-banner .group-item .thumbs img {
    position: relative;
    display: block;
    max-width: 415px;
    max-height: none;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.gadget-slide.is-cols-5 .slide-group {
    width: auto;
    margin: -20px 0 0 -20px;
}
.gadget-slide.is-cols-5 .slide-group .group-item {
    width: 148px;
    margin: 20px 0 0 20px;
}
.gadget-slide.is-cols-5 .slide-group .group-item .thumbs {
    width: 148px;
    height: 111px;
}
.gadget-slide.is-cols-6 .slide-group {
    width: 845px;
    padding: 0 25px;
}
.gadget-slide.is-cols-6 .slide-group .group-item {
    width: 125px;
}
.gadget-slide.is-cols-6 .slide-group .group-item .thumbs {
    width: 125px;
    height: 93px;
}

.gadget-tag-cloud {
    color: #0059B2;
    font-weight:bold;
    margin: -10px 0 0 -10px;
}
.gadget-tag-cloud:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-tag-cloud .tag {
    text-decoration: underline;
    float: left;
    display: inline;
    margin: 10px 0 0 10px;
    padding: 0 10px;
    line-height: 30px;
    background-color: #EEEEEE;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.gadget-tag-cloud .tag-x {
    font-size: 18px;
    font-size: 1.8rem;
}
.gadget-tag-cloud .tag-l {
    font-size: 16px;
    font-size: 1.6rem;
}
.gadget-tag-cloud .tag-m {
    font-size: 14px;
    font-size: 1.4rem;
}
.gadget-tag-cloud .tag-s {
    font-size: 12px;
    font-size: 1.2rem;
}

.gadget-tabs.ranking-tabs a {
    width: 25%;
}
.gadget-ranking .ranking-controller {
    margin-bottom: 10px;
}
.gadget-ranking .ranking-controller select {
    height: 30px;
    margin-right: 5px;
}
.gadget-ranking .ranking-date {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-ranking .ranking-list .list-item {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.gadget-ranking .ranking-list .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-ranking .ranking-list .list-item:first-child {
    margin-top: 0;
}
.gadget-ranking .ranking-list .item-head {
    margin-bottom: 10px;
}
.gadget-ranking .ranking-list .item-head:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-ranking .gadget-list.ranking-list .item-head a {
    display: block;
    padding-left: 65px;
}

.gadget-ranking .ranking-list .item-head .rank {
    float: left;
    display: inline;
    margin-right: 10px;
}
.gadget-ranking .ranking-list .item-head .rank .order {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.hover-info .rank {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 3px;
}
.hover-info .rank .order.no1,
.hover-info .rank .order.no2,
.hover-info .rank .order.no3 {
    color: #000;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.hover-info .rank .order {
    text-decoration: none;
}
.hover-info .rank .order.no1,
.gadget-ranking .ranking-list .item-head .rank .no1 {
    background-color: #FFE786;
}
.hover-info .rank .order.no2,
.gadget-ranking .ranking-list .item-head .rank .no2 {
    background-color: #E7E7E7;
}
.hover-info .rank .order.no3,
.gadget-ranking .ranking-list .item-head .rank .no3 {
    background-color: #EBC198;
}
.gadget-ranking .ranking-list .item-head .heading {
    overflow: hidden;
}
.gadget-ranking .ranking-list .item-meta {
    float: left;
    min-width: 40px;
    margin-right: 10px;
}
.gadget-ranking .ranking-list .item-meta:after {
    content: "";
    display: block;
    clear: both;
}
.gadget-ranking .ranking-list .item-meta .thumbs {
    width: 100px;
}
.gadget-ranking .ranking-list .item-meta .thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.gadget-ranking .ranking-list .item-meta .meta-tags {
    float: left;
    display: inline;
    margin-top: 5px;
    margin-right: 5px;
}
.gadget-ranking .ranking-list .item-meta .provider {
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
    margin-top: 5px;
}
.gadget-ranking .ranking-list .item-meta .provider img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto auto 0;
}
.gadget-ranking .ranking-list .item-body {
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
}
.gadget-ranking .ranking-list .item-body .comment {
    margin-bottom: 5px;
}
.gadget-ranking .ranking-list .item-body .more,
.gadget-ranking .ranking-list .item-body .date,
.gadget-ranking .ranking-list .item-body .rate,
.gadget-ranking .ranking-list .item-body .blog-title,
.gadget-ranking .ranking-list .item-body .blog-author,
.gadget-ranking .ranking-list .item-body .qaa-answer {
    margin-top: 3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.gadget-ranking .ranking-list .item-body .book-author {
    margin-top: 8px;
}
.gadget-ranking .ranking-list .item-body .book-price,
.gadget-ranking .ranking-list .item-body .access {
    margin-top: 3px;
}
.gadget-ranking .ranking-list .item-body .rate {
    position: relative;
}
.gadget-ranking .ranking-list .item-body .rate .icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 68px;
    height: 11px;
    margin-top: -6px;
    background: url(../img/icn_rate_star_empty_gw.png) no-repeat 0 0;
}
.gadget-ranking .ranking-list .item-body .rate .icon span {
    display: block;
    height: 11px;
    background: url(../img/icn_rate_star_gw.png) no-repeat 0 0;
}
.gadget-ranking .ranking-list .item-body .rate .num {
    margin-left: 73px;
}
.gadget-ranking .ranking-list .item-body .book-price {
    color: #D80000;
}
.gadget-ranking .ranking-list .item-body .meta-tags {
    margin-top: 5px;
}
.gadget-ranking .ranking-list .item-body .provider {
    position: relative;
    width: 45px;
    height: 20px;
    margin-top: 5px;
}
.gadget-ranking .ranking-list .item-body .provider img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto auto 0;
}
/*渡辺追加↓*/
.gadget-ranking .gadget-grid-gallery .ranking-content.left {
    width: 133px;
    margin-left: 0;
}
.gadget-ranking .gadget-grid-gallery .ranking-content.right {
    width: 133px;
    margin-left: 9px !important;
}
.gadget-ranking .gadget-grid-gallery .ranking-content.item-0 {
    width: 100%;
    margin-left: 0;
}
.gadget-ranking .gadget-grid-gallery .ranking-content.item-0 .thumbs img {
    position: relative;
}
.gadget-ranking .gadget-grid-gallery .ranking-content .thumbs {
    height: 75px;
}
.gadget-ranking .gadget-grid-gallery .ranking-content.item-0 .thumbs {
    height: auto !important;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-0 {
    width: 157px;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-1 {
    width: 110px;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs,
.gadget-ranking .gadget-grid-gallery .ranking-item-1 .thumbs {
    height: auto !important;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs a,
.gadget-ranking .gadget-grid-gallery .ranking-item-1 .thumbs a {
    min-height: 70px;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs img,
.gadget-ranking .gadget-grid-gallery .ranking-item-1 .thumbs img {
    position: relative;
}
.gadget-ranking .gadget-grid-gallery .thumbs a .hover-info {
    height: 28px;
}
.gadget-ranking .gadget-grid-gallery .ranking-content .thumbs a .hover-info {
    /* height: 46px; */
}
#ranking_video_large .gadget-ranking .gadget-grid-gallery .ranking-content .thumbs a .hover-info,
#ranking_video_small .gadget-ranking .gadget-grid-gallery .ranking-content .thumbs a .hover-info {
    /* height: 44px; */
    /* line-height: 16px; */
}
.gadget-ranking .gadget-grid-gallery .thumbs a:hover .hover-info {
    height: 100% !important;
}
.gadget-ranking .gadget-grid-gallery .ranking-content.item-0 .thumbs a:hover .hover-info,
.gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs a:hover .hover-info,
.gadget-ranking .gadget-grid-gallery .ranking-item-1 .thumbs a:hover .hover-info {
    height: 76px !important;
}
/*渡辺追加↑*/

.gadget-select {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding-bottom:5px;
}
/* my-pref追加↑ */

/** menu-widget用　START **/
.gadget-body .gadget-inner-topbanner {
    padding-bottom:3px;
    border-bottom: 1px solid #DDDDDD;
}
.gadget-body .gadget-menu.menu-widget {
    padding-top:5px;
    padding-bottom:5px;
}
.gadget-body .gadget-inner-btmbanner {
    padding-top:7px;
    border-top: 1px solid #DDDDDD;
}

#p-list {
    margin-top:7px;
}
#g-list {
    margin-top:13px;
}
.list-item #p-list li,
.list-item #g-list li {
    margin-top:3px;
    margin-bottom:3px;
    padding-left: 16px;
}
.list-item .menu-no-link {
    color:#b3b3b3;
}
/** menu-widget用　E N D **/

.body-pc.no-scroll {
    position: fixed;
    overflow-y: scroll;
}
body.body-sp {
    min-width: 1245px;
}
.body-sp.no-scroll {
    overflow: hidden;
}

#wrapper {
    padding-top: 172px;
}
#wrapper.is-mobile {
    min-width: 1245px;
}

/* Header START */
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    min-width: 1160px; /* モバイルでＰＣ表示のため */
    height: 133px;
    /*background-color: #333333;*/
    background-color: #FFFFFF;
}
@media (max-width: 1261px) {
    .four-col #header {
        width: auto;
    }
}
#wrapper.is-mobile #header {
    min-width: 1245px; /* モバイルでＰＣ表示のため */
}
#header .header-inner {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    height: 93px;
    padding-right: 85px;
}
body.four-col #header {
    padding-right: 85px;
}
body.four-col #header .header-inner {
    width: 1160px;
}
#header .header-inner img {
    display: block;
}
#header .header-inner .btn,
#header .header-bottom-inner .btn.btn-submit {
    border: 1px solid #555555;
    color: #FFFFFF;
    background-color: #555555;
    font-size: 14px;
    font-size: 1.3rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(top, #555555, #333333);
    background-image: -webkit-linear-gradient(top, #555555, #333333);
    background-image: linear-gradient(to bottom, #555555, #333333);
}
#header .header-inner .btn:hover, #header .header-inner .btn:focus,
#header .header-bottom-inner .btn.btn-submit:hover, #header .header-bottom-inner .btn.btn-submit:focus {
    background-color: #636363;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(top, #636363, #333333);
    background-image: -webkit-linear-gradient(top, #636363, #333333);
    background-image: linear-gradient(to bottom, #636363, #333333);
}
#header .header-inner .btn.is-current {
    background-color: #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #555555));
    background-image: -moz-linear-gradient(top, #333333, #555555);
    background-image: -webkit-linear-gradient(top, #333333, #555555);
    background-image: linear-gradient(to bottom, #333333, #555555);
}
#header .header-inner .logo {
    position: absolute;
    left: 25px;
    top: 17px;
}
#header .header-inner .logo a,
#header .header-inner .logo img {
    display: block;
    width: 182px;
}
#header .header-inner .inner-right {
    position: relative;
    float: right;
    width: 600px;
    height: 30px;
    margin-top: 16px;
}
#header .header-inner .menu {
    position: absolute;
    left: 242px;
    top: 12px;
}
#header .header-inner .menu:after {
    content: "";
    display: block;
    clear: both;
}
#header .header-inner .menu .btn {
    position: relative;
    line-height: 28px;
    display: block;
    margin-bottom: 6px;
    width: 88px;
}
/*body.is-header-small #header .header-inner .menu .btn {
    width: 130px;
}*/
#header .header-inner .menu .btn:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .header-inner .banner-600 {
    position: absolute;
    top: 7px;
    left: 359px;
    width: 600px;
}
#header .header-inner .banner-600 a img {
    max-width: 600px;
}
#header .header-inner .pachigabu {
    position: absolute;
    top: 14px;
    right: 85px;
}

#header .header-inner .customer {
    position: absolute;
    top: 49px;
    right: 90px;
}
/*#header .header-inner .customer .logo-parent {
    margin-bottom: 10px;
}*/
#header .header-inner .customer .btn {
    width: 78px;
    line-height: 24px;
    padding: 0 10px;
}

.is-header-small #header {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.is-header-small #header .header-inner img {
    top: 200px;
    /* border:solid 1px red; */
}

/*.is-header-small #header .header-inner {
    height: 45px;
}
.is-header-small #header .header-inner .btn {
    line-height: 19px;
    font-size: 11px;
    font-size: 1.1rem;
}
.is-header-small #header .header-inner .logo {
    top: 5px;
}
.is-header-small #header .header-inner .logo img {
    width: auto;
    height: 35px;
}
.is-header-small #header .header-inner .inner-right {
    margin-top: 12px;
}
.is-header-small #header .header-inner .menu {
    right: 200px;
}
.is-header-small #header .header-inner .customer {
    right: 105px;
    width: 75px;
}
.is-header-small #header .header-inner .customer:after {
    content: "";
    display: block;
    clear: both;
}
.is-header-small #header .header-inner .customer .logo-parent {
    float: right;
    margin-top: 3px;
}
.is-header-small #header .header-inner .customer .btn {
    float: left;
    width: 75px;
}
.is-header-small #header .header-inner .pachigabu {
    position: absolute;
    width: 64px;
    height: 22px;
}
.is-header-small #header .header-inner .pachigabu a,
.is-header-small #header .header-inner .pachigabu img {
    display: block;
    width: 64px;
    height: 22px;
}*/

/* 201508 dgmod start */
#header .header-bottom-inner {
    width: 1160px;
    margin: 0 auto;
    padding-right: 85px;
    height: 40px;
    position: relative;
}
#header .header-bottom-inner:after {
    content: "";
    display: block;
    clear: both;
}
#header .header-keyword-search {
    position: absolute;
    right: 85px;
    bottom: 8px;
}
#header .header-keyword-search .search-input {
    float: right;
}
#header .header-keyword-search .search-type {
    float: left;
    margin-right: 6px;
    margin-top: 9px;
    font-size: 12px;
    color: #FFFFFF;
    line-height:12px;
}
#header .header-keyword-search .search-type label {
    padding-left:5px;
    color: black;
}
@media all and (-ms-high-contrast:none){
    #header .header-keyword-search .search-type { margin-top: 6px; line-height:1.75; } /* IE10 */
    *::-ms-backdrop, #header .header-keyword-search .search-type { margin-top: 9px; line-height:12px; } /* IE11 */
}
#header .header-keyword-search .gadget-search-keyword .ipt-txt {
    width: 146px;
    height: 30.5px;
}
#header .header-keyword-search .gadget-search-keyword .btn.btn-submit {
    line-height: 26px;
    height: 30px;
    padding: 0 13px;
}
/* 201508 dgmod end */

#navigation a {
    text-decoration: none;
    color: #FFFFFF;
}
#navigation .navi-wrap {
    width: 1160px;
    margin: 0 auto;
    height: 40px;
}
#navigation .navi-wrap:after {
    content: "";
    display: block;
    clear: both;
}
#navigation .navi-menu {
    position: relative;
    float: left;
    display: inline;
    width: 80px;
    margin-left: 2px;
    border-top: 2px solid #A20000;
    text-align: center;
    font-weight: bold;
    background-color: #222222;
}
#navigation .navi-menu a {
    position: relative;
    display: block;
    line-height: 37px;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 1px solid #222222;
}
#navigation .navi-menu a.is-current {
    background-color: #111111;
}
#navigation .navi-menu a.is-current:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 114px;
    height: 18px;
    margin-top: -20px;
    margin-left: -57px;
    background: url(../img/bg_navi_current_gw.png) no-repeat 0 0;
}
#navigation .navi-menu a:hover, #navigation .navi-menu a:focus {
    background-color: #111111;
}
#navigation .navi-menu:hover .navi-child-wrap, #navigation .navi-menu:focus .navi-child-wrap {
    display: block;
}
#navigation .navi-menu:first-child {
    margin-left: 0;
}
/* #4389 mod start */
#header #pushNotice {
  cursor: pointer;
  position: absolute;
  right: 525px;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(../../seven/img/icn_beacon_light_7go.gif) no-repeat center bottom 9px;
  background-size: 42px auto;
}
#header #pushNotice:after {
  content: url(../../seven/img/lbl_beacon_light_7go.png);
  position: absolute;
  bottom: 3px;
  left: -10px;
  width: 66px;
  height: 20px;
  z-index: 5000001;
}

#header #pushNotice.noBeacon {
  background-image: url(../../seven/img/icn_beacon_light_7go.png);
}
#header #pushNotice .count {
  font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana;
  display: inline-block;
  position: relative;
  right: -30px;
  top: -4px;
  text-align: center;
  font-weight: bold;
  width: 24px;
  height: 24px;
  padding-top: 6px;
  white-space: nowrap;
  border: 2px solid #333;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  background-color: #e60012;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
}

/* #4389 mod end */

#navigation .navi-child-wrap {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 130px;
    border: 1px solid #444444;
    background-color: #666666;
}
#navigation .navi-child-menu {
    border-top: 1px solid #444444;
    font-weight: normal;
    text-align: left;
}
#navigation .navi-child-menu a {
    display: block;
    min-height: 38px;
    height: auto;
    line-height: 1.2em;
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
#navigation .navi-child-menu a:hover, #navigation .navi-child-menu a:focus {
    background-color: #777777;
}
#navigation .navi-child-menu:first-child {
    border-top: 0;
}
#navigation .menu-top {
    width: 160px;
}
#navigation .menu-top .navi-child-wrap {
    left: -1px;
}
#navigation .menu-parent {
    width: 140px;
    border-color: #0085B2;
}
#navigation .menu-parent a {
    background-color: #264E5A;
}
#navigation .menu-parent a:hover, #navigation .menu-parent a:focus {
    background-color: #1A343C;
}
#navigation .menu-contents {
    width: 143px;
    border-color: #006600;
}
#navigation .menu-contents a {
    background-color: #254425;
}
#navigation .menu-contents a:hover, #navigation .menu-contents a:focus {
    background-color: #162916;
}
#navigation .menu-contents .navi-child-wrap {
    left: auto;
    right: -1px;
}

#breadcrumbs .topic-path {
    width: 1140px;
    margin: 0 auto;
}

.gw-top #breadcrumbs .topic-path {
    width: 1245px;
}

.topic-path {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
}
.topic-path:after {
    content: "";
    display: block;
    clear: both;
}
.topic-path li {
    float: left;
}
.topic-path span {
    margin: 0 5px;
}

#contents {
    width: 1160px;
    min-height: 600px;
    margin: 0px auto 40px auto;
    line-height: 1.5;
}
body.four-col #contents {
    width: 1245px;
    margin: 40px auto 40px auto;
}
#contents .col-adsense {
    float: right;
    width: 300px;
}
#contents .adsense-list li {
    background-color: #FFFFFF;
    margin-bottom: 5px;
}
#contents .adsense-list img {
    display: block;
    max-width: 300px; /* 画像自動調整 */
    height: auto !important;
}

/** 20160420 floating 4004 Start */
#contents section:after {
    content:" ";
    display:block;
    clear:both;
}
/** 20160420 floating 4004 End */

.column-sitetop:after,
.column-category:after {
    content: "";
    display: block;
    clear: both;
}

.column-sitetop .top_head_content {
    margin: 20px 0;
}
.column-sitetop .top_head_content > img {
    display: block;
    margin: 0 auto;
}
.column-sitetop .col,
.column-category .col {
    float: left;
    display: inline;
    width: 415px;
    min-height: 300px;
    margin-right: 15px;
}
.column-category .colspan {
    width: 845px;
    min-height: 0;
    margin-right: 0;
}
body.four-col .column-sitetop .col {
    width: 300px;
}
body.four-col .column-sitetop .col.right {
    float: right;
}
#breadcrumbs {
    padding-bottom: 5px;
}
.column-sitetop .colspan {
    width: 845px;
    min-height: 0;
}
body.four-col .column-sitetop .colspan {
    width: 930px;
}
.column-sitetop .colgroup,
.column-category .colgroup {
    float: left;
    width: 845px;
}
.column-sitetop .colgroup .col,
.column-category .colgroup .col {
    margin-top: 20px;
}

.column-category .colgroup .col-featurevideo {
    margin-top: 8px;
}

.column-sitetop .colgroup .col:first-child,
.column-category .colgroup .col:first-child {
    margin-top: 0;
}
.column-sitetop .colgroup .col:last-child,
.column-category .colgroup .col:last-child {
    margin-right: 0;
}

.column-category .colgroup .col .xrost-banner img{
    width: 415px;
}

.column-sitetop .colgroup.col-bottom,
.column-category .colgroup.col-bottom {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
}

.column-qa-detail:after {
    content: "";
    display: block;
    clear: both;
}
.column-qa-detail .col {
    float: left;
    display: inline;
    width: 550px;
    min-height: 300px;
}
.column-qa-detail .colspan {
    width: 845px;
    min-height: 0;
    margin-right: 0;
}
.column-qa-detail .colgroup {
    float: left;
    width: 845px;
}
.column-qa-detail .colgroup .col:first-child {
    margin-top: 0;
}
.column-qa-detail .colgroup .col:last-child {
    margin-right: 0;
}
.column-qa-detail .colgroup .col-side {
    float: right;
    width: 283px;
}
.column-qa-detail .colgroup.col-bottom {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
}

.column-book-title:after {
    content: "";
    display: block;
    clear: both;
}
.column-book-title .col {
    float: right;
    display: inline;
    width: 585px;
    min-height: 300px;
}
.column-book-title .colspan {
    width: 845px;
    min-height: 0;
    margin-right: 0;
}
.column-book-title .colgroup {
    float: left;
    width: 845px;
}
.column-book-title .colgroup .col:first-child {
    margin-top: 0;
}
.column-book-title .colgroup .col:last-child {
    margin-right: 0;
}
.column-book-title .colgroup .col-side {
    float: left;
    width: 250px;
}
.column-book-title .colgroup.col-bottom {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 20px;
}

.column-2:after {
    content: "";
    display: block;
    clear: both;
}
.column-2 .col {
    float: left;
    width: 846px;
}
.search-col {
  margin:0px 0px 20px 20px;
  float: left;
  width: 413px;
}
.search-col.first {
  margin-left: 0px;
  float: left;
  width: 413px;
}
.search-col2 {
  clear: both;
}
.search-col2 li {
  list-style-type: none;
}

.column-3:after {
    content: "";
    display: block;
    clear: both;
}
.column-3 .col-search {
    float: left;
    width: 250px;
}
.column-3 .col-result {
    float: left;
    display: inline;
    width: 586px;
    margin-left: 15px;
}

#footer {
    min-width: 1160px;
    padding: 20px 0 30px 0;
    border-top: 1px solid #DDDDDD;
    text-align: center;
}
#footer .navi {
    margin-left: -15px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    clear: both;
}
#footer .navi:after {
    content: "";
    display: block;
    clear: both;
}
#footer .navi li {
    float: left;
    display: inline;
    margin-left: 15px;
}
#footer .navi a {
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem;
}
#footer .gotosp {
    margin-top: 50px;
}
#footer .gotosp .btn {
    position: relative;
    width: 590px;
    padding: 25px 25px 25px 75px;
    border: 1px solid #A6CEF7;
    background-color: #F3F9FE;
    color: #0059B2;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjlmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f9fe));
    background-image: -moz-linear-gradient(top, #ffffff, #f3f9fe);
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f9fe);
    background-image: linear-gradient(to bottom, #ffffff, #f3f9fe);
    font-size: 38px;
    font-size: 3.8rem;
}
#footer .gotosp .btn:hover, #footer .gotosp .btn:focus {
    background-color: #DBEEFD;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjlmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZWVmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f9fe), color-stop(100%, #dbeefd));
    background-image: -moz-linear-gradient(top, #f2f9fe, #dbeefd);
    background-image: -webkit-linear-gradient(top, #f2f9fe, #dbeefd);
    background-image: linear-gradient(to bottom, #f2f9fe, #dbeefd);
}
#footer .gotosp .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    width: 34px;
    height: 52px;
    margin-top: -26px;
    background: url(../img/footer_icn_gotosp_gw.png) no-repeat;
    background-size: 100%;
}

#footer .nav-wrap {
    display: inline-block;
}
#footer .jasrac {
    float: left;
    clear: left;
    margin-top: 20px;
}
#footer .jasrac img {
    display: block;
    width: 50px;
    height: 50px;
}
#footer .jasrac p {
    font-size: 11px;
    line-height: 14px;
    float: left;
    margin-right: 10px;
    display: block;
    text-align: left;
    color: #666666;
}

#footer_paa {
    min-width: 1160px;
    padding: 0 0 10px 0;
    text-align: center;
    margin-top: 15px;
}

#toast-msg {
    display: block;
    position: fixed;
    z-index: 10001;
    top: 135px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    overflow: visible;
}
#toast-msg .msg {
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
#toast-msg .msg span {
    min-width: 366px;
    padding: 10px 40px;
    background: #444444 url(../img/icn_close_white_gw.png) no-repeat 96% 50%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
#toast-msg .msg.is-animation {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10002;
    width: 400px;
    height: 200px;
    margin: auto;
    padding: 10px;
    border: 3px solid #444444;
    background: #FFFFFF;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}
#modal-dialog .modal-header {
    display: table;
    width: 100%;
    padding: 8px;
    background-color: #EEEEEE;
}
#modal-dialog .modal-header .heading-main {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}
#modal-dialog .modal-header .heading-sub {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#modal-dialog .modal-body {
    margin-top: 20px;
    text-align: center;
}
#modal-dialog .modal-body .choices {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
}
#modal-dialog .modal-body .choices .btn {
    margin-left: 5px;
    line-height: 34px;
}
#modal-dialog .modal-body .choices .btn:first-child {
    margin-left: 0;
}

#modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10010;
    width: 850px;
    height: 600px;
    margin: auto;
    border: 3px solid #444444;
    background: #FFFFFF;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}
#modal-window .modal-header {
    display: table;
    width: 100%;
    height: 50px;
    padding: 0 10px;
}
#modal-window .modal-header .heading-main {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}
#modal-window .modal-header .heading-sub {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#modal-window .modal-body {
    height: 544px;
    padding: 0 10px 10px 10px;
    overflow-y: scroll;
}
#modal-window .modal-foot {
    padding: 10px;
    text-align: right;
}

/* 機種詳細、ホール詳細で使用 */
/** 201602 機種詳細改修 start **/
#modal-window.is-gallery {
    width: auto;
    height: 755px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#modal-window.is-gallery .modal-body {
    position: relative;
    width: 98.5%;
    height: 594px;
    border: 2px solid #DDDDDD;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow-y: visible;
}
#modal-window.is-gallery .modal-body .view {
    width: 420px;
    margin: 20px auto;
}
#modal-window.is-gallery .modal-body .view .image {
    position: relative;
    width: 420px;
    height: 420px;
}
#modal-window.is-gallery .modal-body .view .image iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#modal-window.is-gallery .modal-body .view .image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
#modal-window.is-gallery .modal-body .title {
    display: block;
    margin: 0 1em;
    font-size: 1.2rem;
    line-height: 1.6rem;
    min-height: 4.8rem;	/* 1.2*3+16 */
    /*margin-top: 5px;*/
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
#modal-window.is-gallery .modal-body .thumbs-wrap {
    width: 534px;
    margin: 20px auto;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
#modal-window.is-gallery .modal-body .thumbs-wrap:after {
    content: "";
    display: block;
    clear: both;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs {
    position: relative;
    /*float: left;*/
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 9px;
    border: 4px solid #FFFFFF;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 32px;
    max-height: 32px;
    margin: auto;
    cursor: pointer;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs:hover img {
    opacity: 0.8;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs:first-child {
    margin-left: 0;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .is-current {
    border: 4px solid #ED6A3F;
    overflow: hidden;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .is-current img {
    cursor: default;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs {
    background: #FFFFFF;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs.is-pr {
    background: #000000;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs.is-pr:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ' ';
    background: url(../img/icn_movie_overlay_gw.png) no-repeat center center;
    background-color: rgba(0,0,0,0.6);
    background-size: 8px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    pointer-events: none;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs.is-pr:hover:after {
    display:none;
}
#modal-window.is-gallery .modal-body .pager {
    position: absolute;
    top: 190px;
    display: block;
    width: 26px;
    height: 65px;
    background: rgba(86, 86, 86, 0.4);
    overflow: hidden;
    cursor: pointer;
}
#modal-window.is-gallery .modal-body .pager:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -6px;
}
#modal-window.is-gallery .modal-body .prev {
    left: 30px;
}
#modal-window.is-gallery .modal-body .prev:after {
    left: 50%;
    margin-left: -3px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#modal-window.is-gallery .modal-body .next {
    right: 30px;
}
#modal-window.is-gallery .modal-body .next:after {
    right: 50%;
    margin-right: -3px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#modal-window.is-gallery .scroll-gallery {
    overflow: scroll;
}
#modal-window.is-gallery .scroll-gallery .view {
    width: 100%;
    padding: 0 20px;
}
#modal-window.is-gallery .scroll-gallery .view .image {
    width: auto;
    height: auto;
}
#modal-window.is-gallery .scroll-gallery .view .image img {
    position: static;
    max-width: inherit;
    max-height: inherit;
}
/** 201602 機種詳細改修 end **/

#tooltip-window {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 300px;
    margin: -10px 0 0 -20px;
    padding: 10px 10px 10px 10px;
    border: 2px solid #FF9999;
    line-height: 1.35;
    background-color: #FFFFFF;
    font-size: 12px;
    font-size: 1.2rem;
}
#tooltip-window .window-close {
    margin-top: 5px;
    text-align: center;
}

#page-navi {
    margin: 20px 0;
}
#page-navi .gadget-tabs {
    margin: 0;
}
#page-navi.is-fixed {
    height: 43px;
}
#page-navi.is-fixed .page-navi-wrapper {
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 1160px;
    height: 0;
    margin: 0 auto;
}
#page-navi.is-fixed .page-inner-link,
#page-navi.is-fixed .gadget-tabs {
    width: 821px;
    margin: 0 12px;
}
#page-navi.book-navi.is-fixed {
    height: 40px;
}
#page-navi.book-navi.is-fixed .page-navi-wrapper {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 1160px;
    height: 0;
    margin: 0 auto;
}
#page-navi.book-navi.is-fixed .page-inner-link,
#page-navi.book-navi.is-fixed .gadget-tabs {
    width: 845px;
    margin: 0;
}

/* ホール検索 */
.hall-search:after {
    content: "";
    display: block;
    clear: both;
}
.hall-search .search-col-1 {
    float: left;
    display: inline;
    width: 421px;
    margin-left: 2px;
}
.hall-search .search-col-2 {
    float: right;
    display: inline;
    width: 390px;
    margin-right: 2px;
}
.hall-search .gadget-tabs {
    width: 100%;
}

.search-box {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #DDDDDD;
}
.search-box .heading {
    font-weight: bold;
}
.search-box:first-child {
    margin-top: 0;
}

.search-history .list-history ul {
    margin-left: -15px;
}
.search-history .list-history ul:after {
    content: "";
    display: block;
    clear: both;
}
.search-history .list-history li {
    float: left;
    display: inline;
    margin-top: 5px;
    margin-left: 15px;
}

.search-area .map-img {
    position: relative;
}
.search-area .map-img img {
    display: block;
    margin: 0 0 -7px 0;
}
.search-area .map-img .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
#search_hall_map .btn.btn-return {
    padding-right: 5px;
    line-height: 25px;
}
.search-post .post-form {
    margin-top: 10px;
}

.search-terms.research-terms .gadget-tabs {
    table-layout: fixed;
    width: 100%;
}
.search-terms.research-terms .gadget-tabs .tab {
    min-width: 0;
}
.search-terms.research-terms .terms-table {
    width: 100%;
    border-top: 1px solid #DDDDDD;
}
#search_hall .search-terms > .heading {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#search_hall .search-terms .terms-table table,
#search_hall .search-terms .terms-table th,
#search_hall .search-terms .terms-table td {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
}
#search_hall .search-terms .terms-table th {
    margin-bottom: 10px;
    padding: 5px 5px;
    width: 100%;
}
#search_hall .search-terms .terms-table td {
    margin-bottom: 20px;
    width: 100%;
}
#search_hall.gadget-module.draggable-item .search-terms .terms-table td {
    margin-bottom: 15px;
}
#search_hall .search-terms .terms-submit {
    margin-top: 0px;
}
#search_hall .search-terms .terms-location {
    border-top: none;
    margin-top: 0px
}
.search-terms.research-terms .terms-table table,
.search-terms.research-terms .terms-table th,
.search-terms.research-terms .terms-table td {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    background: none;
}
.search-terms.research-terms .terms-table th {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
.search-terms.research-terms .word-input .ipt-txt {
    width: 195px;
}
.search-terms.research-terms .terms-location p {
    text-align: left;
}
.search-terms .terms-table {
    margin-top: 10px;
}
#search_hall.gadget-module.draggable-item .search-terms .terms-table {
    margin-top: 0px;
}
.search-terms .terms-table table {
    width: 100%;
    border-top: 1px solid #DDDDDD;
}
.search-terms .terms-table th {
    width: 25%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    vertical-align: top;
}
#search_hall.gadget-module.draggable-item .search-terms .terms-table th {
    font-weight: bold;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 5px;
}

.search-terms .terms-table td {
    width: 75%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
.search-terms .terms-submit {
    margin-top: 15px;
    text-align: center;
}
.search-terms .terms-location {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #DDDDDD;
    text-align: center;
}
.search-terms .terms-location .btn {
    margin-bottom: 10px;
}
.search-terms .lead-txt {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.search-terms .word-input {
    border: 1px solid #777777;
}
.search-terms .word-input .ipt-txt {
    width: 235px;
    border: 0;
}
#search_hall.gadget-module.draggable-item .search-terms .word-input .ipt-txt {
    width: 244px;
}
.search-terms .edit-mydata {
    margin-top: 10px;
    margin-bottom: 10px;
}
.search-terms .edit-mydata dl {
    margin-left: -15px;
}
.search-terms .edit-mydata dl:after {
    content: "";
    display: block;
    clear: both;
}
.search-terms .edit-mydata dt {
    margin-left: 15px;
}
.search-terms .edit-mydata dd {
    float: left;
    display: inline;
    margin-top: 5px;
    margin-left: 15px;
    word-wrap: break-word;
    word-break: break-all;
}
.search-terms .edit-history {
    margin-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
}
.search-terms .edit-history dl {
    margin-bottom: 10px;
}
.search-terms .edit-history dd {
    margin-top: 5px;
}
.search-terms .edit-machine {
    margin-top: 10px;
}
.search-terms .edit-machine .btn {
    width: 100%;
}
.search-terms .area-modify {
    margin-top: 10px;
}
.search-terms .area-modify:after {
    content: "";
    display: block;
    clear: both;
}
.search-terms .area-modify .col {
    float: left;
    display: inline;
    width: 109px;
    margin-left: 7px;
}
.search-terms .area-modify .col:first-child {
    margin-left: 0;
}
.search-terms .area-modify .btn {
    width: 100%;
}
.search-terms .term-medal {
    margin-bottom: 10px;
}
#search_hall.gadget-module.draggable-item .search-terms .term-medal {
    margin-bottom: 0px;
}

.search-terms .term-medal .list-slot:after,
.search-terms .term-medal .list-pachi:after {
    content: "";
    display: block;
    clear: both;
}
.search-terms .term-medal .list-slot li,
.search-terms .term-medal .list-pachi li {
    float: left;
    width: 33.33%;
    margin-bottom: 5px;
}
.search-terms .term-medal .list-slot input,
.search-terms .term-medal .list-slot label,
.search-terms .term-medal .list-pachi input,
.search-terms .term-medal .list-pachi label {
    vertical-align: middle;
}
.search-terms .term-medal .list-pachi {
    margin-bottom: -5px;
    padding-top: 5px;
    border-top: 1px solid #DDDDDD;
}
#search_hall.gadget-module.draggable-item .search-terms .term-medal .list-pachi {
    margin-bottom: 0px;
    padding-top: 0px;
    border-top: none;
}

.search-terms .notice-txt {
    margin-bottom: 10px;
}

.term-check-list {
    margin-bottom: 10px;
}
.term-check-list .check-list {
    margin: -5px -5px 0 0;
}
.term-check-list .check-list:after {
    content: "";
    display: block;
    clear: both;
}
.term-check-list .check-list li {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin: 5px 5px 0 0;
    overflow: hidden;
}
.term-check-list .check-list li input {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 100%;
}
.term-check-list .check-list li input:checked + label {
    background-position: 0 -40px;
}
.term-check-list .check-list li label {
    display: block;
    height: 40px;
    background: url(../img/spr_icn_term_gw.png) no-repeat 0 0;
}
.term-check-list .check-list .li-1 input:checked + label {
    background-position: 0px -80px;
}
.term-check-list .check-list .li-1 label {
    background-position: 0px 0;
}
.body-pc .term-check-list .check-list .li-1 label:hover {
    background-position: 0px -40px;
}
.term-check-list .check-list .li-2 input:checked + label {
    background-position: -40px -80px;
}
.term-check-list .check-list .li-2 label {
    background-position: -40px 0;
}
.body-pc .term-check-list .check-list .li-2 label:hover {
    background-position: -40px -40px;
}
.term-check-list .check-list .li-3 input:checked + label {
    background-position: -80px -80px;
}
.term-check-list .check-list .li-3 label {
    background-position: -80px 0;
}
.body-pc .term-check-list .check-list .li-3 label:hover {
    background-position: -80px -40px;
}
.term-check-list .check-list .li-4 input:checked + label {
    background-position: -120px -80px;
}
.term-check-list .check-list .li-4 label {
    background-position: -120px 0;
}
.body-pc .term-check-list .check-list .li-4 label:hover {
    background-position: -120px -40px;
}
.term-check-list .check-list .li-5 input:checked + label {
    background-position: -160px -80px;
}
.term-check-list .check-list .li-5 label {
    background-position: -160px 0;
}
.body-pc .term-check-list .check-list .li-5 label:hover {
    background-position: -160px -40px;
}
.term-check-list .check-list .li-6 input:checked + label {
    background-position: -200px -80px;
}
.term-check-list .check-list .li-6 label {
    background-position: -200px 0;
}
.body-pc .term-check-list .check-list .li-6 label:hover {
    background-position: -200px -40px;
}
.term-check-list .check-list .li-7 input:checked + label {
    background-position: -240px -80px;
}
.term-check-list .check-list .li-7 label {
    background-position: -240px 0;
}
.body-pc .term-check-list .check-list .li-7 label:hover {
    background-position: -240px -40px;
}
.term-check-list .check-list .li-8 input:checked + label {
    background-position: -280px -80px;
}
.term-check-list .check-list .li-8 label {
    background-position: -280px 0;
}
.body-pc .term-check-list .check-list .li-8 label:hover {
    background-position: -280px -40px;
}
.term-check-list .check-list .li-9 input:checked + label {
    background-position: -320px -80px;
}
.term-check-list .check-list .li-9 label {
    background-position: -320px 0;
}
.body-pc .term-check-list .check-list .li-9 label:hover {
    background-position: -320px -40px;
}
.term-check-list .check-list .li-10 input:checked + label {
    background-position: -360px -80px;
}
.term-check-list .check-list .li-10 label {
    background-position: -360px 0;
}
.body-pc .term-check-list .check-list .li-10 label:hover {
    background-position: -360px -40px;
}
.term-check-list .check-list .li-11 input:checked + label {
    background-position: -2120px -80px;
}
.term-check-list .check-list .li-11 label {
    background-position: -2120px 0;
}
.body-pc .term-check-list .check-list .li-11 label:hover {
    background-position: -2120px -40px;
}
.term-check-list .check-list .li-12 input:checked + label {
    background-position: -2160px -80px;
}
.term-check-list .check-list .li-12 label {
    background-position: -2160px 0;
}
.body-pc .term-check-list .check-list .li-12 label:hover {
    background-position: -2160px -40px;
}
.term-check-list .check-list .li-13 input:checked + label {
    background-position: -480px -80px;
}
.term-check-list .check-list .li-13 label {
    background-position: -480px 0;
}
.body-pc .term-check-list .check-list .li-13 label:hover {
    background-position: -480px -40px;
}
.term-check-list .check-list .li-14 input:checked + label {
    background-position: -520px -80px;
}
.term-check-list .check-list .li-14 label {
    background-position: -520px 0;
}
.body-pc .term-check-list .check-list .li-14 label:hover {
    background-position: -520px -40px;
}
.term-check-list .check-list .li-15 input:checked + label {
    background-position: -560px -80px;
}
.term-check-list .check-list .li-15 label {
    background-position: -560px 0;
}
.body-pc .term-check-list .check-list .li-15 label:hover {
    background-position: -560px -40px;
}
.term-check-list .check-list .li-16 input:checked + label {
    background-position: -600px -80px;
}
.term-check-list .check-list .li-16 label {
    background-position: -600px 0;
}
.body-pc .term-check-list .check-list .li-16 label:hover {
    background-position: -600px -40px;
}
.term-check-list .check-list .li-17 input:checked + label {
    background-position: -640px -80px;
}
.term-check-list .check-list .li-17 label {
    background-position: -640px 0;
}
.body-pc .term-check-list .check-list .li-17 label:hover {
    background-position: -640px -40px;
}
.term-check-list .check-list .li-18 input:checked + label {
    background-position: -680px -80px;
}
.term-check-list .check-list .li-18 label {
    background-position: -680px 0;
}
.body-pc .term-check-list .check-list .li-18 label:hover {
    background-position: -680px -40px;
}
.term-check-list .check-list .li-19 input:checked + label {
    background-position: -720px -80px;
}
.term-check-list .check-list .li-19 label {
    background-position: -720px 0;
}
.body-pc .term-check-list .check-list .li-19 label:hover {
    background-position: -720px -40px;
}
.term-check-list .check-list .li-20 input:checked + label {
    background-position: -760px -80px;
}
.term-check-list .check-list .li-20 label {
    background-position: -760px 0;
}
.body-pc .term-check-list .check-list .li-20 label:hover {
    background-position: -760px -40px;
}
.term-check-list .check-list .li-21 input:checked + label {
    background-position: -800px -80px;
}
.term-check-list .check-list .li-21 label {
    background-position: -800px 0;
}
.body-pc .term-check-list .check-list .li-21 label:hover {
    background-position: -800px -40px;
}
.term-check-list .check-list .li-22 input:checked + label {
    background-position: -840px -80px;
}
.term-check-list .check-list .li-22 label {
    background-position: -840px 0;
}
.body-pc .term-check-list .check-list .li-22 label:hover {
    background-position: -840px -40px;
}
.term-check-list .check-list .li-23 input:checked + label {
    background-position: -880px -80px;
}
.term-check-list .check-list .li-23 label {
    background-position: -880px 0;
}
.body-pc .term-check-list .check-list .li-23 label:hover {
    background-position: -880px -40px;
}
.term-check-list .check-list .li-24 input:checked + label {
    background-position: -920px -80px;
}
.term-check-list .check-list .li-24 label {
    background-position: -920px 0;
}
.body-pc .term-check-list .check-list .li-24 label:hover {
    background-position: -920px -40px;
}
.term-check-list .check-list .li-25 input:checked + label {
    background-position: -960px -80px;
}
.term-check-list .check-list .li-25 label {
    background-position: -960px 0;
}
.body-pc .term-check-list .check-list .li-25 label:hover {
    background-position: -960px -40px;
}
.term-check-list .check-list .li-26 input:checked + label {
    background-position: -1000px -80px;
}
.term-check-list .check-list .li-26 label {
    background-position: -1000px 0;
}
.body-pc .term-check-list .check-list .li-26 label:hover {
    background-position: -1000px -40px;
}
.term-check-list .check-list .li-27 input:checked + label {
    background-position: -1040px -80px;
}
.term-check-list .check-list .li-27 label {
    background-position: -1040px 0;
}
.body-pc .term-check-list .check-list .li-27 label:hover {
    background-position: -1040px -40px;
}
.term-check-list .check-list .li-28 input:checked + label {
    background-position: -1080px -80px;
}
.term-check-list .check-list .li-28 label {
    background-position: -1080px 0;
}
.body-pc .term-check-list .check-list .li-28 label:hover {
    background-position: -1080px -40px;
}
.term-check-list .check-list .li-29 input:checked + label {
    background-position: -1120px -80px;
}
.term-check-list .check-list .li-29 label {
    background-position: -1120px 0;
}
.body-pc .term-check-list .check-list .li-29 label:hover {
    background-position: -1120px -40px;
}
.term-check-list .check-list .li-30 input:checked + label {
    background-position: -1160px -80px;
}
.term-check-list .check-list .li-30 label {
    background-position: -1160px 0;
}
.body-pc .term-check-list .check-list .li-30 label:hover {
    background-position: -1160px -40px;
}
.term-check-list .check-list .li-31 input:checked + label {
    background-position: -1200px -80px;
}
.term-check-list .check-list .li-31 label {
    background-position: -1200px 0;
}
.body-pc .term-check-list .check-list .li-31 label:hover {
    background-position: -1200px -40px;
}
.term-check-list .check-list .li-32 input:checked + label {
    background-position: -1240px -80px;
}
.term-check-list .check-list .li-32 label {
    background-position: -1240px 0;
}
.body-pc .term-check-list .check-list .li-32 label:hover {
    background-position: -1240px -40px;
}
.term-check-list .check-list .li-33 input:checked + label {
    background-position: -1280px -80px;
}
.term-check-list .check-list .li-33 label {
    background-position: -1280px 0;
}
.body-pc .term-check-list .check-list .li-33 label:hover {
    background-position: -1280px -40px;
}
.term-check-list .check-list .li-34 input:checked + label {
    background-position: -1320px -80px;
}
.term-check-list .check-list .li-34 label {
    background-position: -1320px 0;
}
.body-pc .term-check-list .check-list .li-34 label:hover {
    background-position: -1320px -40px;
}
.term-check-list .check-list .li-35 input:checked + label {
    background-position: -1360px -80px;
}
.term-check-list .check-list .li-35 label {
    background-position: -1360px 0;
}
.body-pc .term-check-list .check-list .li-35 label:hover {
    background-position: -1360px -40px;
}
.term-check-list .check-list .li-36 input:checked + label {
    background-position: -1400px -80px;
}
.term-check-list .check-list .li-36 label {
    background-position: -1400px 0;
}
.body-pc .term-check-list .check-list .li-36 label:hover {
    background-position: -1400px -40px;
}
.term-check-list .check-list .li-37 input:checked + label {
    background-position: -1440px -80px;
}
.term-check-list .check-list .li-37 label {
    background-position: -1440px 0;
}
.body-pc .term-check-list .check-list .li-37 label:hover {
    background-position: -1440px -40px;
}
.term-check-list .check-list .li-38 input:checked + label {
    background-position: -1480px -80px;
}
.term-check-list .check-list .li-38 label {
    background-position: -1480px 0;
}
.body-pc .term-check-list .check-list .li-38 label:hover {
    background-position: -1480px -40px;
}
.term-check-list .check-list .li-39 input:checked + label {
    background-position: -1520px -80px;
}
.term-check-list .check-list .li-39 label {
    background-position: -1520px 0;
}
.body-pc .term-check-list .check-list .li-39 label:hover {
    background-position: -1520px -40px;
}
.term-check-list .check-list .li-40 input:checked + label {
    background-position: -1560px -80px;
}
.term-check-list .check-list .li-40 label {
    background-position: -1560px 0;
}
.body-pc .term-check-list .check-list .li-40 label:hover {
    background-position: -1560px -40px;
}
.term-check-list .check-list .li-41 input:checked + label {
    background-position: -1600px -80px;
}
.term-check-list .check-list .li-41 label {
    background-position: -1600px 0;
}
.body-pc .term-check-list .check-list .li-41 label:hover {
    background-position: -1600px -40px;
}
.term-check-list .check-list .li-42 input:checked + label {
    background-position: -1640px -80px;
}
.term-check-list .check-list .li-42 label {
    background-position: -1640px 0;
}
.body-pc .term-check-list .check-list .li-42 label:hover {
    background-position: -1640px -40px;
}
.term-check-list .check-list .li-43 input:checked + label {
    background-position: -1680px -80px;
}
.term-check-list .check-list .li-43 label {
    background-position: -1680px 0;
}
.body-pc .term-check-list .check-list .li-43 label:hover {
    background-position: -1680px -40px;
}
.term-check-list .check-list .li-44 input:checked + label {
    background-position: -1720px -80px;
}
.term-check-list .check-list .li-44 label {
    background-position: -1720px 0;
}
.body-pc .term-check-list .check-list .li-44 label:hover {
    background-position: -1720px -40px;
}
.term-check-list .check-list .li-45 input:checked + label {
    background-position: -1760px -80px;
}
.term-check-list .check-list .li-45 label {
    background-position: -1760px 0;
}
.body-pc .term-check-list .check-list .li-45 label:hover {
    background-position: -1760px -40px;
}
.term-check-list .check-list .li-46 input:checked + label {
    background-position: -1800px -80px;
}
.term-check-list .check-list .li-46 label {
    background-position: -1800px 0;
}
.body-pc .term-check-list .check-list .li-46 label:hover {
    background-position: -1800px -40px;
}
.term-check-list .check-list .li-47 input:checked + label {
    background-position: -1840px -80px;
}
.term-check-list .check-list .li-47 label {
    background-position: -1840px 0;
}
.body-pc .term-check-list .check-list .li-47 label:hover {
    background-position: -1840px -40px;
}
.term-check-list .check-list .li-48 input:checked + label {
    background-position: -1880px -80px;
}
.term-check-list .check-list .li-48 label {
    background-position: -1880px 0;
}
.body-pc .term-check-list .check-list .li-48 label:hover {
    background-position: -1880px -40px;
}
.term-check-list .check-list .li-49 input:checked + label {
    background-position: -1920px -80px;
}
.term-check-list .check-list .li-49 label {
    background-position: -1920px 0;
}
.body-pc .term-check-list .check-list .li-49 label:hover {
    background-position: -1920px -40px;
}
.term-check-list .check-list .li-50 input:checked + label {
    background-position: -1960px -80px;
}
.term-check-list .check-list .li-50 label {
    background-position: -1960px 0;
}
.body-pc .term-check-list .check-list .li-50 label:hover {
    background-position: -1960px -40px;
}
.term-check-list .check-list .li-51 input:checked + label {
    background-position: -2000px -80px;
}
.term-check-list .check-list .li-51 label {
    background-position: -2000px 0;
}
.body-pc .term-check-list .check-list .li-51 label:hover {
    background-position: -2000px -40px;
}
.term-check-list .check-list .li-52 input:checked + label {
    background-position: -2040px -80px;
}
.term-check-list .check-list .li-52 label {
    background-position: -2040px 0;
}
.body-pc .term-check-list .check-list .li-52 label:hover {
    background-position: -2040px -40px;
}
.term-check-list .check-list .li-53 input:checked + label {
    background-position: -2080px -80px;
}
.term-check-list .check-list .li-53 label {
    background-position: -2080px 0;
}
.body-pc .term-check-list .check-list .li-53 label:hover {
    background-position: -2080px -40px;
}
.term-check-list .check-list .li-54 input:checked + label {
    background-position: -2200px -80px;
}
.term-check-list .check-list .li-54 label {
    background-position: -2200px 0;
}
.body-pc .term-check-list .check-list .li-54 label:hover {
    background-position: -2200px -40px;
}
.term-check-list .check-list .li-55 input:checked + label {
    background-position: -2240px -80px;
}
.term-check-list .check-list .li-55 label {
    background-position: -2240px 0;
}
.body-pc .term-check-list .check-list .li-55 label:hover {
    background-position: -2240px -40px;
}
.term-check-list .check-list .li-56 input:checked + label {
    background-position: -2280px -80px;
}
.term-check-list .check-list .li-56 label {
    background-position: -2280px 0;
}
.body-pc .term-check-list .check-list .li-56 label:hover {
    background-position: -2280px -40px;
}
.term-check-list .check-list .li-57 input:checked + label {
    background-position: -2320px -80px;
}
.term-check-list .check-list .li-57 label {
    background-position: -2320px 0;
}
.body-pc .term-check-list .check-list .li-57 label:hover {
    background-position: -2320px -40px;
}
.term-check-list .check-list .li-58 input:checked + label {
    background-position: -2360px -80px;
}
.term-check-list .check-list .li-58 label {
    background-position: -2360px 0;
}
.body-pc .term-check-list .check-list .li-58 label:hover {
    background-position: -2360px -40px;
}
.term-check-list .check-list .li-59 input:checked + label {
    background-position: -2400px -80px;
}
.term-check-list .check-list .li-59 label {
    background-position: -2400px 0;
}
.body-pc .term-check-list .check-list .li-59 label:hover {
    background-position: -2400px -40px;
}
.term-check-list .check-list .li-60 input:checked + label {
    background-position: -2440px -80px;
}
.term-check-list .check-list .li-60 label {
    background-position: -2440px 0;
}
.body-pc .term-check-list .check-list .li-60 label:hover {
    background-position: -2440px -40px;
}
.term-check-list .check-submit {
    margin: 15px 20px 0 20px;
}
.term-check-list .check-submit .btn {
    display: block;
}
/** 20150930 dgmod 設備情報アイコン追加 start **/
.term-check-list .check-list .li-61 input:checked + label {
    background-position: -2480px -80px;
}
.term-check-list .check-list .li-61 label {
    background-position: -2480px 0;
}
.body-pc .term-check-list .check-list .li-61 label:hover {
    background-position: -2480px -40px;
}
.term-check-list .check-list .li-62 input:checked + label {
    background-position: -2520px -80px;
}
.term-check-list .check-list .li-62 label {
    background-position: -2520px 0;
}
.body-pc .term-check-list .check-list .li-62 label:hover {
    background-position: -2520px -40px;
}
.term-check-list .check-list .li-63 input:checked + label {
    background-position: -2560px -80px;
}
.term-check-list .check-list .li-63 label {
    background-position: -2560px 0;
}
.body-pc .term-check-list .check-list .li-63 label:hover {
    background-position: -2560px -40px;
}
.term-check-list .check-list .li-64 input:checked + label {
    background-position: -2600px -80px;
}
.term-check-list .check-list .li-64 label {
    background-position: -2600px 0;
}
.body-pc .term-check-list .check-list .li-64 label:hover {
    background-position: -2600px -40px;
}
/** 20150930 dgmod 設備情報アイコン追加 end **/



.modal-machine {
    padding: 5px;
    background-color: #EEEEEE;
}
.modal-machine .machine-search {
    padding: 15px 10px 10px 10px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
.modal-machine .machine-search .search-form:after {
    content: "";
    display: block;
    clear: both;
}
.modal-machine .machine-search .search-form dt {
    float: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-machine .machine-search .search-form dd {
    float: left;
    display: inline;
    margin-left: 10px;
}
.modal-machine .machine-anchor {
    margin-top: 10px;
    margin-left: 5px;
}
.modal-machine .machine-anchor ul:after {
    content: "";
    display: block;
    clear: both;
}
.modal-machine .machine-anchor li {
    float: left;
    display: inline;
    margin-right: 15px;
}
.modal-machine .machine-mydata,
.modal-machine .machine-ranking,
.modal-machine .machine-history {
    margin-top: 10px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    overflow: hidden;
}
.modal-machine .machine-mydata:after,
.modal-machine .machine-ranking:after,
.modal-machine .machine-history:after {
    content: "";
    display: block;
    clear: both;
}
.modal-machine .machine-mydata .heading,
.modal-machine .machine-ranking .heading,
.modal-machine .machine-history .heading {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-machine .machine-column {
    position: relative;
    display: block;
}
.modal-machine .machine-column .col {
    display: block;
    width: 100%;
}
.modal-machine .machine-column dt {
    margin-left: 10px;
    padding: 0 20px;
    line-height: 30px;
    background: #EEEEEE;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.modal-machine .machine-column dd {
    margin: 0 0 10px 0;
}
.modal-machine .machine-column ul {
    position: relative;
}
.modal-machine .machine-column ul:after {
    content: "";
    display: block;
    clear: both;
}
.modal-machine .machine-column ul:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: solid 1px #EEEEEE;
    left: 0;
    bottom: 0px;
}
.modal-machine .machine-column li {
    float: left;
    width: 33.3333%;
    padding: 10px 10px;
    word-break: break-all;
    border-bottom: solid 1px #EEEEEE;
}
.modal-machine .machine-more {
    position: relative;
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
}
.modal-machine .machine-more .btn {
    min-width: 300px;
}

.hall-research {
    margin-bottom: 20px;
}
.hall-research .ipt-txt {
    margin-right: 10px;
}

.search-area-terms {
    padding: 10px;
    border-top: 1px solid #DDDDDD;
    background-color: #F6F6F6;
    font-size: 12px;
    font-size: 1.2rem;
    word-wrap: break-word;
    word-break: break-all;
}
.search-area-terms .terms-save {
    margin-top: 10px;
}
.search-area-terms .terms-save .btn {
    line-height: 34px;
}

.search-history {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    word-wrap: break-word;
    word-break: break-all;
}
.gadget-module.draggable-item .search-history {
    padding: 0px;
    border: none;
}
.search-history .heading {
    font-weight: bold;
}

.result-controller {
    margin-top: 10px;
}
.result-controller:after {
    content: "";
    display: block;
    clear: both;
}
.result-controller .controller-sort {
    float: left;
    display: inline;
    margin-right: 20px;
}
.result-controller .controller-sort select {
    height: 30px;
    margin-right: 5px;
}
.result-controller .controller-type {
    float: left;
}
.result-controller .controller-type a {
    width: 30px;
    height: 30px;
    background: url(../img/spr_icn_article_type_gw.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.result-controller .controller-type .type-list:hover, .result-controller .controller-type .type-list:focus {
    background-position: 0 -30px;
}
.result-controller .controller-type .type-list.is-current {
    background-position: 0 -60px;
}
.result-controller .controller-type .type-grid {
    background-position: -30px 0;
}
.result-controller .controller-type .type-grid:hover, .result-controller .controller-type .type-grid:focus {
    background-position: -30px -30px;
}
.result-controller .controller-type .type-grid.is-current {
    background-position: -30px -60px;
}

.hall-result-list ul {
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
}
.hall-result-list li {
    position: relative;
    padding: 12px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-size: 1.2rem;
}
.hall-result-list li:after {
    content: "";
    display: block;
    clear: both;
}
.hall-result-list li .favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 25px;
    height: 20px;
    background: url(../img/spr_icn_fav_gw.png) no-repeat 0 0;
}
.hall-result-list li .favorite:hover, .hall-result-list li .favorite:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.hall-result-list li .favorite.is-disabled {
    background-position: 0 -20px;
}
.hall-result-list li .thumbs {
    position: relative;
    float: left;
    display: inline;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hall-result-list li .thumbs img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hall-result-list li .contents {
    margin-bottom: 10px;
    overflow: hidden;
}
.hall-result-list li .recomend {
    margin-bottom: 5px;
    padding-left: 30px;
    line-height: 25px;
    background: url(../img/icn_recommend_gw.png) no-repeat 0 0;
    font-weight: bold;
    color: #ED6A3F;
    font-size: 16px;
    font-size: 1.6rem;
}
.hall-result-list li .name {
    margin-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
.hall-result-list li .address {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}
.hall-result-list li .details {
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.hall-result-list li .details dt {
    float: left;
    width: 6em;
}
.hall-result-list li .details dd {
    margin-bottom: 5px;
    overflow: hidden;
}
.hall-result-list li .comment {
    clear: both;
    padding: 10px;
    background-color: #F6F6F6;
}
.hall-result-list li .information {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
}
.hall-result-list li .information .information-head {
    margin-bottom: 5px;
}
.hall-result-list li .information .information-head:after {
    content: "";
    display: block;
    clear: both;
}
.hall-result-list li .information .information-head .head-main {
    float: left;
}
.hall-result-list li .information .information-head .head-sub {
    float: right;
}
.hall-result-list .item-recommend {
    padding: 10px;
    background-color: #FBF9C8;
}
.hall-result-list .item-recommend .favorite {
    top: 40px;
}
.hall-result-list .item-recommend .comment {
    background-color: #FEFDEF;
}

.hall-detail {
    position: relative;
    margin-bottom: 40px;
    padding-top: 26px;
}
.hall-detail .hall-favorite {
    position: absolute;
    top: -36px;
    right: 0;
    text-align: right;
}
.hall-detail .hall-favorite .btn {
    margin-bottom: 5px;
    line-height: 33px;
}
.hall-detail .hall-contents {
    margin-top: 20px;
}
.hall-detail .hall-contents:after {
    content: "";
    display: block;
    clear: both;
}
.hall-detail .hall-contents .images {
    float: left;
    display: inline;
    width: 300px;
    margin-right: 10px;
}
.hall-detail .hall-contents .contents {
    overflow: hidden;
}

.hall-gallery .view {
    position: relative;
    width: 300px;
    height: 225px;
}
.hall-gallery .view img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 300px;
    max-height: 225px;
}
.hall-gallery .thumbs-wrap {
    width: 300px;
    margin-top: 10px;
}
.hall-gallery .thumbs-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.hall-gallery .thumbs-wrap .thumbs {
    float: left;
    display: block;
    width: 70px;
    height: 52px;
    border: 1px solid #BBBBBB;
    margin-left: 6px;
    overflow: hidden;
}
.hall-gallery .thumbs-wrap .thumbs span {
    position: relative;
    display: block;
    width: 70px;
    height: 52px;
    margin: -1px;
}
.hall-gallery .thumbs-wrap .thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 52px;
    margin: auto;
}
.hall-gallery .thumbs-wrap .thumbs:first-child {
    margin-left: 0;
}
.hall-gallery .thumbs-wrap .is-current {
    border: 4px solid #ED6A3F;
}
.hall-gallery .thumbs-wrap .is-current span {
    margin: -4px;
}

.hall-big-banner {
    margin-top: 30px;
}
.hall-big-banner img {
    display: block;
    margin: 0 auto;
}

.hall-basic .basic-tbl {
    margin: 15px -10px 0 -10px;
}
.hall-basic .basic-tbl .btn {
    margin: -5px 0;
    vertical-align: middle;
}

.hall-information .section-body p {
    margin-top: 1em;
}
.hall-information .section-body p:first-child {
    margin-top: 0;
}
.hall-information .section-body div {
    margin-top: 1em;
    text-align: center;
}
.hall-information .section-body div:first-child {
    margin-top: 0;
}

/* Myリスト一覧 */
.mylist-result .result-list {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
}
.mylist-result .result-list .list-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
}
.mylist-result .result-list .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.mylist-result .result-list .list-item .item-delete {
    float: right;
    width: 16px;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.mylist-result .result-list .list-item .item-delete img {
    display: block;
}
.mylist-result .result-list .list-item .item-meta {
    float: left;
    width: 70px;
}
.mylist-result .result-list .list-item .item-meta .provider {
    margin-top: 5px;
}
.mylist-result .result-list .list-item .item-meta .provider img {
    display: block;
}
.mylist-result .result-list .list-item .item-body {
    overflow: hidden;
    *zoom: 1;
}
.mylist-result .result-list .list-item .item-body .body-sub {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.mylist-result .result-list .list-item .item-body .body-sub a {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.mylist-result .result-list:first-child {
    margin-top: 0;
    border-top: 0;
}
.mylist-result .result-list:first-child .list-item:first-child {
    padding-top: 0;
}

.hall-machine {
    overflow: hidden;
}
.hall-machine .heading {
    margin-top: 15px;
    padding: 5px 10px;
    background-color: #EEEEEE;
}
.hall-machine .list {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.hall-machine .list ul {
    margin-right: -1px;
    margin-bottom: -1px;
}
.hall-machine .list ul:after {
    content: "";
    display: block;
    clear: both;
}
.hall-machine .list li {
    position: relative;
    float: left;
    width: 411px;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.hall-machine .list li:after {
    content: "";
    display: block;
    clear: both;
}
.hall-machine .list .name {
    float: left;
    width: 275px;
}
.hall-machine .list .num {
    float: right;
    width: 60px;
    text-align: right;
}
.hall-machine .list .new {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 5px;
    line-height: 20px;
    background-color: #F0F062;
    color: #FF0000;
    font-size: 10px;
    font-size: 1rem;
}

.search-terms-save {
    position: relative;
    height: 0;
}
.search-terms-save .btn {
    position: absolute;
    top: -36px;
    right: 0;
    line-height: 34px;
}

.contents-result-list {
    margin-top: 10px;
    margin-left: -12px;
    margin-right: -12px;
    border-top: 1px solid #DDDDDD;
}
.contents-result-list li {
    position: relative;
    padding: 12px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-size: 1.2rem;
}
.contents-result-list li:after {
    content: "";
    display: block;
    clear: both;
}
.contents-result-list li .thumbs {
    position: relative;
    float: left;
    display: inline;
    width: 120px;
    height: 120px;
    margin-right: 10px;
}
.contents-result-list li .thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.contents-result-list li .favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 25px;
    height: 20px;
    background: url(../img/spr_icn_fav_gw.png) no-repeat 0 0;
}
.contents-result-list li .favorite:hover, .contents-result-list li .favorite:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.contents-result-list li .favorite.is-disabled {
    background-position: 0 -20px;
}
.contents-result-list li .name {
    margin-bottom: 2px;
    margin-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
.contents-result-list li .maker {
    margin-bottom: 5px;
}
.contents-result-list li .item-meta,
.contents-result-list li .item-body,
.contents-result-list li .item-foot {
    margin-left: 130px;
    overflow: hidden;
}
.contents-result-list li .item-meta {
    margin-bottom: 5px;
}
.contents-result-list li .item-meta .date {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-meta .rate {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-meta .rate .icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 68px;
    height: 11px;
    margin-top: -6px;
    background: url(../img/icn_rate_star_empty_gw.png) no-repeat 0 0;
}
.contents-result-list li .item-meta .rate .icon span {
    display: block;
    height: 11px;
    background: url(../img/icn_rate_star_gw.png) no-repeat 0 0;
}
.contents-result-list li .item-meta .rate .num {
    margin-left: 73px;
}
.contents-result-list li .item-meta .access {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-meta .blog-name {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-meta .blog-author {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-meta .blog-date {
    margin-top: 5px;
}
.contents-result-list li .item-meta .price {
    margin-top: 5px;
    color: #D80000;
}
.contents-result-list li .item-meta .pub-date {
    margin-top: 5px;
}
.contents-result-list li .item-body .comment {
    margin: 5px 0;
    word-wrap: break-word;
}
.contents-result-list li .item-body .more {
    margin-top: 5px;
    text-align: right;
}
.contents-result-list li .item-foot {
    margin-top: 10px;
}
.contents-result-list li .item-foot:after {
    content: "";
    display: block;
    clear: both;
}
.contents-result-list li .item-foot .category {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-foot .terms {
    float: left;
}
.contents-result-list li .item-foot .terms a,
.contents-result-list li .item-foot .terms span {
    padding: 3px 5px;
    background-color: #444444;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-foot .terms .is-disabled {
    background-color: #DDDDDD;
    color: #999999;
}
.contents-result-list li .item-foot .provider {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.contents-result-list li .item-foot .provider img {
    display: block;
}
.contents-result-list li .item-foot .access {
    float: right;
    text-align: right;
}
.is-article-type-grid .contents-result-list {
    border-bottom: 1px solid #DDDDDD;
}
.is-article-type-grid .contents-result-list ul {
    margin-right: -1px;
    margin-bottom: -1px;
}
.is-article-type-grid .contents-result-list ul:after {
    content: "";
    display: block;
    clear: both;
}
.is-article-type-grid .contents-result-list li {
    float: left;
    width: 282px;
    padding-bottom: 40px;
    border-right: 1px solid #DDDDDD;
}
.is-article-type-grid .contents-result-list li .thumbs {
    margin-bottom: 5px;
}
.is-article-type-grid .contents-result-list li .thumbs img {
    margin: auto;
}
.is-article-type-grid .contents-result-list li .favorite {
    top: 135px;
}
.is-article-type-grid .contents-result-list li .name {
    margin-right: 0;
    font-size: 12px;
    font-size: 1.2rem;
}
.is-article-type-grid .contents-result-list li .date {
    margin-right: 5px;
}
.is-article-type-grid .contents-result-list li .item-meta,
.is-article-type-grid .contents-result-list li .item-body,
.is-article-type-grid .contents-result-list li .item-foot {
    clear: both;
    margin-left: 0;
    overflow: visible;
}
.is-article-type-grid .contents-result-list li .item-meta .access {
    display: none;
}
.is-article-type-grid .contents-result-list li .item-foot {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
}
.is-article-type-grid .contents-result-list li .item-foot .category {
    margin-right: 5px;
}
.is-article-type-grid .contents-result-list li .item-foot .terms {
    display: none;
}

/* 機種詳細（関連タグ） */
.related-tags {
    position: relative;
    padding: 10px;
    border: 2px solid #DDDDDD;
}
.related-tags .tags-heading {
    float:left;
    padding-left: 20px;
    font-weight: bold;
    background: url(../img/icn_tag_gw.png) no-repeat 0 1px;
}
.related-tags .tags-contents {
    margin: 0 80px 0 85px;
    font-size: 12px;
    font-size: 1.2rem;
}
.related-tags .tags-contents .tag,
.related-tags .tags-contents .tag-etc {
    margin: 1px 10px 4px 0;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.related-tags .tags-contents .tag:after,
.related-tags .tags-contents .tag-etc:after {
    content: "";
    display: block;
    clear: both;
}
.related-tags .tags-contents .tag-name {
    float: left;
}
.related-tags .tags-contents .tag-delete,
.related-tags .tags-contents .tag-locked {
    float: left;
    margin-top: 1px;
    margin-left: 4px;
    display: none;
}
.related-tags .tags-contents .tag-delete img,
.related-tags .tags-contents .tag-locked img {
    display: block;
}
.related-tags .tag-input {
    display: none;
    margin-top: 15px;
}
.related-tags .tag-input .input-note {
    color: #ff0000;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.related-tags .tag-mode-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.related-tags .tag-mode-toggle .open {
    display: block;
}
.related-tags .tag-mode-toggle .close {
    display: none;
}
.related-tags.is-opened .tags-contents .tag-etc {
    display: none;
}
.related-tags.is-opened .tags-contents .tag-delete,
.related-tags.is-opened .tags-contents .tag-locked {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.related-tags.is-opened .tag-input {
    display: block;
}
.related-tags.is-opened .tag-mode-toggle .open {
    display: none;
}
.related-tags.is-opened .tag-mode-toggle .close {
    display: block;
}

/* Q&A（投稿フォーム） */
#input-note, #input-confirm-note {
    color: #ff0000;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}


/** 201602 機種詳細改修 start **/
.machine-detail {
    position: relative;
    padding-top: 2px;
}
.machine-detail .gadget-tabs {
    margin: 20px 0;
}
.machine-detail .gadget-tabs .tab {
    padding: 10px 5px;
}
.sns-atr_m .detail-favorite {
    display: inline;
}
.sns-atr_m .detail-favorite .btn {
    width: 30px;
    height: 30px;
    padding: 0;
}
.machine-detail .detail-news {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #FFDFBF;
}
.machine-detail .detail-news:after {
    content: "";
    display: block;
    clear: both;
}
.machine-detail .detail-news .news-wrapper {
    margin-bottom: 10px;
}
.machine-detail .detail-news .news-heading {
    float: left;
    width: 8em;
    padding-left: 26px;
    line-height: 21px;
    background: url(../img/icn_information_gw.png) no-repeat 0 0;
}
.machine-detail .detail-news .news-contents {
    overflow: hidden;
}
.machine-detail .detail-news .news-contents:after {
    content: "";
    display: block;
    clear: both;
}
.machine-detail .detail-news .news-contents .date {
    float: left;
    width: 4em;
}
.machine-detail .detail-news .news-contents .content {
    overflow: hidden;
}

.machine-basic .detail-contents {
    position: relative;
    margin-top: 10px;
}
.machine-basic .detail-contents:after {
    content: "";
    display: block;
    clear: both;
}
.machine-basic .detail-contents .images {
    float: left;
    display: inline;
    width: 220px;
}
.machine-basic .detail-contents .contents {
    overflow: hidden;
}
.machine-basic .detail-contents .contents:after {
    content: "";
    display: block;
    clear: both;
}
.machine-basic .detail-contents .contents .detail-col-1 {
    float: left;
    width: 380px;
    margin-bottom: 20px;
}
.machine-basic .detail-contents .contents .detail-col-2 {
    float: right;
    width: 200px;
    margin-bottom: 20px;
}
.machine-basic .detail-contents .detail-col-span {
    clear: both;
}
.machine-basic .detail-contents .detail-col-span .basic-tbl table {
    border: 1px solid #DDDDDD
}
.basic-tbl.detail-other table th {
    text-align: left !important;
    color: #000000 !important;
    white-space: nowrap !important;
}
.basic-tbl.detail-other table td {
    text-align: left !important;
    color: #000000 !important;
    word-wrap: break-word !important;
}
.machine-basic .detail-gallery .view {
    position: relative;
    width: 220px;
    text-align: center;
/*    height: 220px; */
}
.machine-basic .detail-gallery .view img {
/*    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
*/
    display: block;
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    /*max-width: 110px;
    max-height: 110px; is7go*/
    margin: 0 auto;
    cursor: pointer;
}
.machine-basic .detail-gallery .thumbs-wrap {
    margin-top: 3px;
    margin-left: -2px;
}
.machine-basic .detail-gallery .thumbs-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.machine-basic .detail-gallery .thumbs-wrap .thumbs {
    position: relative;
    float: left;
    display: inline;
    width: 35px;
    height: 35px;
    margin-left: 2px;
    border: 1px solid #ddd;
    /*margin-bottom: 5px;*/
    padding: 5px;
    line-height: 1.2rem;
}
.machine-basic .detail-gallery .thumbs-wrap .thumbs.is-pr:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ' ';
    background: url(../img/icn_movie_overlay_gw.png) no-repeat center center;
    background-color: rgba(0,0,0,0.6);
    background-size: 8px;
    height: 22px;
    width: 30px;
    cursor: pointer;
    margin: 6px 2px;
    pointer-events: none;
}
.machine-basic .detail-gallery .thumbs-wrap .thumbs.is-pr:hover:after {
    display:none;
}
.machine-basic .detail-gallery .thumbs-wrap .thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    margin: auto;
    cursor: pointer;
}
.machine-basic .detail-gallery .thumbs-wrap .thumbs:hover img {
    opacity: 0.8;
}
.machine-basic .detail-gallery-reel {
    margin-top: 3px;
    padding: 4px 10px 0 0;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 1.0rem;
    overflow: hidden;

}
.machine-basic .detail-gallery-reel:after {
    content: "";
    display: block;
    clear: both;
}
.machine-basic .detail-gallery-reel .thumbs {
    float: left;
    display: inline-block;
    width: 95px;
    height: 90px;
    /*height: 72px; is7go*/
    overflow: hidden;
    margin-left: 9px;
    margin-bottom: 4px;
}
.machine-basic .detail-gallery-reel .thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.machine-basic .detail-gallery-reel .thumbs.is-reel {
    height: 278px; /* 90*3+margin4*2 */
}

.machine-basic .detail-gallery-reel.detail-gallery-pachinko {
    margin-bottom: 5px;
    text-align: center;
}
.machine-basic .detail-gallery-reel.detail-gallery-pachinko .thumbs {
    float: none;
    display: inline-block;
    width: 150px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto 5px auto;
}
.machine-basic .detail-gallery-reel.detail-gallery-pachinko .thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    cursor: pointer;
    margin: 0 auto;
}


/*
 * .machine-basic .detail-gallery-reel .thumbs:first-child {
 *    margin-left: 0;
 *}
*/
/*
* .machine-basic .detail-rank {
*     border-bottom: 1px solid #DDDDDD;
* }
* .machine-basic .detail-rank li {
*     padding: 10px;
*     border-top: 1px solid #DDDDDD;
*     font-size: 12px;
*     font-size: 1.2rem;
* }
* .machine-basic .detail-rank dl {
*     margin-bottom: 5px;
*     font-size: 14px;
*     font-size: 1.4rem;
* }
* .machine-basic .detail-rank dl:after {
*     content: "";
*     display: block;
*     clear: both;
* }
* .machine-basic .detail-rank dl dt {
*     float: left;
* }
* .machine-basic .detail-rank dl dd {
*     float: right;
* }
* .machine-basic .detail-rank .item-rate dt {
*     padding-left: 22px;
*     line-height: 17px;
*     background: url(../img/icn_pen_gw.png) no-repeat 0 0;
* }
* .machine-detail .detail-rank .item-rate .review-link {
*     margin-top: -18px;
*     float: right;
*     font-size: 100%;
* }
*/
.machine-detail .item-rate .review-link {}
.machine-basic .item-rate {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6rem;
}
.machine-basic .item-rate .rate {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.machine-basic .item-rate .rate .icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 68px;
    height: 11px;
    margin-top: -6px;
    background: url(../img/icn_rate_star_empty_gw.png) no-repeat 0 0;
}
.machine-basic .item-rate .rate .icon span {
    display: block;
    height: 11px;
    background: url(../img/icn_rate_star_gw.png) no-repeat 0 0;
}
.machine-basic .item-rate .rate .num {
    margin-left: 73px;
}
.machine-basic .item-week {
    display: inline-block;
    border-top: 1px solid #DDDDDD;
    margin-top: 1px;
    padding-top: 3px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6rem;
}
.machine-basic .item-week dt {
    display: inline-block;
    padding-left: 16px;
    background: url(../img/icn_ranking_gw.png) no-repeat 0 center;
    background-size: 13px;
}
.machine-basic .item-week dd {
    display: inline-block;
    padding-left: 6px;
}
.machine-basic .item-week dd span{
    background-size: 15px;
    padding-left: 18px;
}
.machine-basic .detail-terms {
    margin-top: 10px;
    margin-right: -2px;
    margin-bottom: -2px;
}
.machine-basic .detail-terms:after {
    content: "";
    display: block;
    clear: both;
}
.machine-basic .detail-terms .term {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 3px 5px;
    background-color: #444444;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 12px;
    font-size: 1.2rem;
}
.machine-basic .detail-terms .term-blue {
    background-color: #002E8C;
}
.machine-basic .detail-terms .term-pink {
    background-color: #D80197;
}
.machine-basic .detail-config {
    margin-bottom: 20px;
}

.machine-basic .detail-config th {
    text-align: center !important;
    color: #000000 !important;
}

.machine-basic .detail-config td {
    text-align: center !important;
}
.machine-basic .detail-btns .btn {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 9px;
}
.machine-basic .detail-btns .btn:first-child {
    margin-top: 0;
}
.machine-basic .detail-links {
    margin: 10px 0;
    padding: 10px 15px;
    border: 2px solid #DDDDDD;
}
.machine-basic .detail-links .link {
    display: block;
    margin-top: 7px;
}
.machine-basic .detail-links .link:first-child {
    margin-top: 0;
}
.machine-basic .detail-capture {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #DDDDDD;
}
.machine-basic .detail-capture .heading {
    padding-left: 25px;
    line-height: 23px;
    background: url(../img/icn_capture_black_gw.png) no-repeat 0 0;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.machine-basic .detail-capture .heading .provider {
    margin-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.machine-basic .detail-capture .capture-btns {
    margin-left: -9px;
}
.machine-basic .detail-capture .capture-btns:after {
    content: "";
    display: block;
    clear: both;
}
.machine-basic .detail-capture .capture-btns li {
    float: left;
    display: inline;
    margin: 10px 0 0 9px;
}
.machine-basic .detail-capture .capture-btns .btn {
    font-size: 14px;
    font-size: 1.4rem;
}

.related-apps {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
}
.related-apps.no-hall{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 10px;
    overflow: hidden;
}
.related-apps ul {
    margin-right: -1px;
    margin-bottom: -1px;
}
.related-apps ul:after {
    content: "";
    display: block;
    clear: both;
}
.related-apps li {
    float: left;
    width: 50%;
    padding: 10px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.related-apps li:after {
    content: "";
    display: block;
    clear: both;
}
.related-apps li .thumbs {
    float: left;
    display: inline;
    margin-right: 10px;
}
#application .related-apps li .thumbs img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.related-apps li .contents {
    overflow: hidden;
}
.related-apps li .name {
    margin-bottom: 5px;
}
.related-apps li .comment {
    font-size: 12px;
    font-size: 1.2rem;
}
.related-apps li .more {
    margin-top: 10px;
    text-align: left;
}
.related-apps li .more img {
    vertical-align: top;
}
.related-apps li .date ,
.related-apps li .blog ,
.related-apps li .author {
    margin-top: 3px;
}
#machine-blog .related-apps li .thumbs {
    width: 140px;
    text-align: center;
}
/** 201602 機種詳細改修 end **/

.detail-search ul {
    margin-left: -10px;
}
.detail-search ul:after {
    content: "";
    display: block;
    clear: both;
}
.detail-search li {
    float: left;
    display: inline;
    margin: 0 0 0 10px;
}
.detail-search li .btn {
    font-size: 14px;
    font-size: 1.4rem;
}
.detail-search .short {
    width: 175px;
}
.detail-search .short .btn {
    min-width: 100%;
}
.detail-search .long {
    width: 220px;
}
.detail-search .long .btn {
    min-width: 100%;
}
/* #3050対応　関連リンクの設置（機種詳細） */
.related-machine ul {
  margin:10px 20px 0;
  width:800px;
}
.related-machine ul:after {
  content: "";
  display: block;
  clear: both;
}
.related-machine li {
  float: left;
  display: inline;
  width:150px;
  text-align:center;
  margin-left: 10px;
}
.related-machine li img{
  height:120px;
  width:auto;
  margin:auto;
}
/* END #3050 */

/* 攻略 タブ切替・アコーディオン */
/* 20160616 #4165 wysiwyg start
.capture-contents hr {
    display: block;
    margin: 20px 0;
    padding: 0;
    border: 0;
    height: 2px;
    background-color: #444444;
}
.capture-contents .capture-child .capture-child-body h1, .capture-contents .capture-child .capture-child-body h2, .capture-contents .capture-child .capture-child-body h3, .capture-contents .capture-child .capture-child-body h4, .capture-contents .capture-child .capture-child-body h5, .capture-contents .capture-child .capture-child-body h6 {
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #444444;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.capture-contents .capture-child .capture-child-body h1:first-child, .capture-contents .capture-child .capture-child-body h2:first-child, .capture-contents .capture-child .capture-child-body h3:first-child, .capture-contents .capture-child .capture-child-body h4:first-child, .capture-contents .capture-child .capture-child-body h5:first-child, .capture-contents .capture-child .capture-child-body h6:first-child {
    margin-top: 0;
}
.capture-contents .capture-child .capture-child-body p,
.capture-contents .capture-child .capture-child-body ul,
.capture-contents .capture-child .capture-child-body li,
.capture-contents .capture-child .capture-child-body dl {
    margin: 10px 0;
}
.capture-contents .capture-child .capture-child-body p:last-child,
.capture-contents .capture-child .capture-child-body ul:last-child,
.capture-contents .capture-child .capture-child-body li:last-child,
.capture-contents .capture-child .capture-child-body dl:last-child {
    margin-bottom: 15px;
}
.capture-contents .capture-child .capture-child-body img {
    display: block;
    max-width: 100%;
    hegiht: auto !important;
    margin: 15px auto 15px auto;
}
.capture-contents .capture-child .capture-child-body section p,
.capture-contents .capture-child .capture-child-body section ul,
.capture-contents .capture-child .capture-child-body section li,
.capture-contents .capture-child .capture-child-body section dl,
.capture-contents .capture-child .capture-child-body section div {
    padding: 0 10px;
}
.capture-contents .capture-child .capture-child-body section p:last-child,
.capture-contents .capture-child .capture-child-body section ul:last-child,
.capture-contents .capture-child .capture-child-body section li:last-child,
.capture-contents .capture-child .capture-child-body section dl:last-child,
.capture-contents .capture-child .capture-child-body section div:last-child {
    margin-bottom: 0;
}
 20160616 #4165 wysiwyg end */

.capture-contents .capture-parent {
    margin-top: 20px;
}
.capture-contents .capture-parent .capture-parent-head {
    padding: 5px 10px;
    background-color: #444444;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
}
.capture-contents .capture-parent:first-child {
    margin-top: 0;
}
.capture-contents .capture-child {
    margin-top: 10px;
    border: 2px solid #DDDDDD;
}
.capture-contents .capture-child .capture-child-head {
    position: relative;
    display: block;
    padding: 7px 30px 7px 10px;
    font-weight: bold;
    cursor: pointer;
    color: #0059B2;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
}
.capture-contents .capture-child .capture-child-head:hover, .capture-contents .capture-child .capture-child-head:focus {
    text-decoration: underline;
}
.capture-contents .capture-child .capture-child-head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.capture-contents .capture-child .capture-child-head:after {
    right: 13px;
    margin-top: -5px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.capture-contents .capture-child .capture-child-body {
    display: none;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.capture-contents .capture-child .capture-child-body > section {
    margin: 0;
}

.capture-contents .capture-child .capture-child-body .favorite {
    margin-top: 10px;
    text-align: right;
}
.capture-contents .capture-child .capture-child-body .favorite .icn {
    width: 25px;
    height: 20px;
    padding: 0;
    background: url(../img/spr_icn_fav_7go.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.capture-contents .capture-child .capture-child-body .favorite .icn.is-disabled {
    background-position: 0 -20px;
}
.capture-contents .capture-child .capture-child-body .favorite + section {
    margin-top: 10px;
}
.capture-contents .capture-child .capture-child-head + .capture-child-body {
    border-top: 2px solid #DDDDDD;
}
.capture-contents .capture-child.is-opened .capture-child-head:after {
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.capture-contents .capture-child.is-opened .capture-child-body {
    display: block;
}
.capture-contents.basic-info {
    margin-top: 20px;
}

/* 20160616 #4165 wysiwyg templates_pc.cssの必要箇所をコピー start  */
.capture-contents .capture-child .capture-child-body .vessel-01 {
  margin-top: 10px;
  padding: 0 10px;
}

.capture-contents .capture-child .capture-child-body .head-mod-01 {
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #444444;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.capture-contents .capture-child .capture-child-body .head-mod-01:first-child {
  margin-top: 0;
}

.capture-contents .capture-child .capture-child-body .alC {
  text-align: center !important;
}

.capture-contents .capture-child .capture-child-body .mt5 {
  margin-top:  5px !important;
}
.capture-contents .capture-child .capture-child-body .mt10 {
  margin-top: 10px !important;
}
.capture-contents .capture-child .capture-child-body .mt15 {
  margin-top: 15px !important;
}
.capture-contents .capture-child .capture-child-body .mt20 {
  margin-top: 20px !important;
}

.capture-contents .capture-child .capture-child-body .template {
  margin: 15px auto 0 auto;
  width: 776px;
}
.capture-contents .capture-child .capture-child-body .template .image-area img {
  margin: 0 !important;
}

.capture-contents .capture-child .capture-child-body .template-01 .text-area {
  padding-top: 15px;
}

.capture-contents .capture-child .capture-child-body .template-02 .image-area {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  width: 370px;
}

.capture-contents .capture-child .capture-child-body .template-03 .image-area .image-01 {
  float: left;
  width: 370px;
}
.capture-contents .capture-child .capture-child-body .template-03 .image-area .image-02 {
  float: right;
  width: 370px;
}
.capture-contents .capture-child .capture-child-body .template-03 .text-area {
  padding-top: 15px;
}

.capture-contents .capture-child .capture-child-body .template-04 .image-area .image-01 {
  float: left;
  margin-right: 27px;
  width: 240px;
}
.capture-contents .capture-child .capture-child-body .template-04 .image-area .image-02 {
  float: left;
  width: 240px;
}
.capture-contents .capture-child .capture-child-body .template-04 .image-area .image-03 {
  float: right;
  width: 240px;
}
.capture-contents .capture-child .capture-child-body .template-04 .text-area {
  padding-top: 15px;
}
/* 20160616 #4165 wysiwyg templates_pc.cssの必要箇所をコピー end  */


/* 特集 */
.sp-section {
    margin-top: 30px;
}
.sp-section .heading-lv1 {
    padding: 10px;
    font-weight: bold;
    background-color: #444444;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 2rem;
}
.sp-section .heading-lv2 {
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid #FF9657;
    line-height: 1.2;
    font-weight: bold;
    color: #FF5F00;
    font-size: 18px;
    font-size: 1.8rem;
}
.sp-section .lead-txt {
    margin: 20px 0;
}
.sp-section:first-child {
    margin-top: 0;
}

/* 攻略記事　検索結果 */
.capture-result .result-research {
    margin-top: 10px;
    margin-bottom: 5px;
}
.capture-result .result-research:after {
    content: "";
    display: block;
    clear: both;
}
.capture-result .result-research .research-col {
    float: left;
    margin-right: 20px;
}
.capture-result .result-research .research-col .gadget-search-keyword {
    margin-top: 1px;
}
.capture-result .result-section {
    margin-bottom: 20px;
}
.capture-result .result-section .section-header {
    padding: 5px 10px;
    background-color: #444444;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
}
.capture-result .result-section:last-child {
    margin-bottom: 0;
}
.capture-result .inner-link-list {
    margin: 20px 10px 10px 10px;
}
.capture-result .inner-link-list ul:after {
    content: "";
    display: block;
    clear: both;
}
.capture-result .inner-link-list ul li {
    float: left;
    display: inline;
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}
.capture-result .accordion-list .parent {
    margin-top: 10px;
}
.capture-result .accordion-list .parent .trigger-name {
    width: 60%;
    color: #0059B2;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    font-size: 1.6rem;
}
.capture-result .accordion-list .parent .trigger-txt {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.capture-result .accordion-list .parent > a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 10px;
    border: 2px solid #DDDDDD;
    color: inherit;
    position: relative;
}
.capture-result .accordion-list .parent > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.capture-result .accordion-list .parent > a:after {
    right: 13px;
    margin-top: -5px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.capture-result .accordion-list .parent > a:hover, .capture-result .accordion-list .parent > a:focus {
    text-decoration: none;
}
.capture-result .accordion-list .parent > a:hover .trigger-txt, .capture-result .accordion-list .parent > a:focus .trigger-txt {
    text-decoration: none;
}
.capture-result .accordion-list .child {
    display: none;
}
.capture-result .accordion-list .child .child-section {
    margin-top: 0;
    padding: 10px;
    border: 2px solid #DDDDDD;
    border-top: 0;
}
.capture-result .accordion-list .child .child-section .child-section-head {
    padding: 5px 10px;
    background-color: #DDDDDD;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.capture-result .accordion-list .child .child-section .gchild-section:first-child {
    margin-top: 5px;
}
.capture-result .accordion-list .child .gchild-section {
    margin-top: 10px;
}
.capture-result .accordion-list .child .gchild-section .gchild-section-head {
    margin-bottom: 15px;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #777777;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.capture-result .accordion-list .child .gchild-section .gchild-section-body {
    padding: 0 10px 10px 10px;
/*    font-size: 14px;
    font-size: 1.4rem;
*/
}
.capture-result .accordion-list .child .gchild-section .gchild-section-body p,
.capture-result .accordion-list .child .gchild-section .gchild-section-body ul,
.capture-result .accordion-list .child .gchild-section .gchild-section-body li,
.capture-result .accordion-list .child .gchild-section .gchild-section-body dl {
    margin: 10px 0;
}
.capture-result .accordion-list .child .gchild-section .gchild-section-body p:last-child,
.capture-result .accordion-list .child .gchild-section .gchild-section-body ul:last-child,
.capture-result .accordion-list .child .gchild-section .gchild-section-body li:last-child,
.capture-result .accordion-list .child .gchild-section .gchild-section-body dl:last-child {
    margin-bottom: 0;
}
.capture-result .accordion-list .child .detail-link {
    margin-top: 0;
    padding: 10px;
    border: 2px solid #DDDDDD;
    border-top: 0;
}
.capture-result .accordion-list .is-opened > a:after {
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* トップページ */
.site-info:after {
    content: "";
    display: block;
    clear: both;
}
.site-info .info-heading {
    float: left;
    display: inline;
    margin-right: 15px;
    font-weight: bold;
}
.site-info .info-content {
    overflow: hidden;
    *zoom: 1;
}
.site-info .info-content li {
    margin-top: 5px;
}
.site-info .info-content li:first-child {
    margin-top: 0;
}

.capture-menu ul {
    margin-left: -15px;
}
.capture-menu ul:after {
    content: "";
    display: block;
    clear: both;
}
.capture-menu li {
    float: left;
    width: 415px;
    display: inline;
    margin-top: 20px;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}
.capture-menu.no-news li { /*お知らせがない場合*/
    margin-top: 0;
    margin-bottom: 20px;
}
.capture-menu li a {
    position: relative;
    display: block;
    padding: 13px 0;
    background-color: #444444;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.capture-menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.capture-menu li a:hover, .capture-menu li a:focus {
    background-color: #555555;
    text-decoration: none;
}

/* コピーライト一覧 */
.copyright-result .result-list {
    margin: 20px 0;
    border-top: 1px solid #DDDDDD;
}
.copyright-result .result-list li {
    display: table;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.5;
}
.copyright-result .result-list li .name {
    display: table-cell;
    width: 35%;
    padding-right: 10px;
}
.copyright-result .result-list li .copyright {
    display: table-cell;
    width: 65%;
    color: #000000;
}

/* 機種詳細 レビュー */
.review-contents .contents-heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}
.review-contents .contents-view {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.review-contents .contents-view:after {
    content: "";
    display: block;
    clear: both;
}
.review-contents .contents-view .view-image {
    position: relative;
    float: left;
    display: inline;
    width: 220px;
    height: 220px;
    margin-right: 20px;
    text-align: center;
    vertical-align: top;
}
.review-contents .contents-view .view-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.review-contents .contents-view .view-rating-average {
    float: left;
    width: 220px;
    /*height: 220px;*/
    /*padding-top: 10px;*/
    border-right: 1px solid #DDDDDD;
    padding: 10px 12px 10px 0;
}
.review-contents .contents-view .view-rating-average .average-label {
    margin-bottom: 10px;
}
.review-contents .contents-view .view-rating-average .average-rate {
    margin-bottom: 10px;
}
.review-contents .contents-view .view-rating-average .average-anchor {
    /*text-align: center;*/
}
.review-contents .contents-view .view-rating-counter {
    float: left;
    width: 360px;
    /*height: 220px;*/
    padding-top: 10px;
    padding-left: 15px;
    vertical-align: top;
}
.review-contents .contents-view .view-rating-counter .counter-item {
    margin-top: 8px;
    height: 12px;
}
.review-contents .contents-view .view-rating-counter .counter-item .item-star {
    width: 100px;
    height: 17px;
    background: url(../img/icn_rate_star_medium_empty_gw.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-view .view-rating-counter .counter-item .item-star span {
    display: block;
    height: 100%;
    background: url(../img/icn_rate_star_medium_gw.png) no-repeat 0 0;
}
.review-contents .contents-view .view-rating-counter .counter-item .item-bar {
    width: 170px;
    height: 12px;
    background-color: #EBEBEB;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-view .view-rating-counter .counter-item .item-bar span {
    display: block;
    height: 100%;
    background-color: #FBA900;
}
.review-contents .contents-view .view-rating-counter .counter-item .item-num {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 12px;
    font-size: 1.2rem;
}
.review-contents .contents-view .view-rating-counter .counter-item:first-child {
    margin-top: 0;
}
.review-contents .contents-controller {
    margin: 10px 0;
    padding: 0 10px;
}
.review-contents .contents-controller:after {
    content: "";
    display: block;
    clear: both;
}
.review-contents .contents-controller .controller-number {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-controller .controller-sort {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-controller .controller-sort .sort-label {
    float: left;
    line-height: 28px;
}
.review-contents .contents-controller .controller-sort .sort-menu {
    float: left;
    display: inline;
    height: 28px;
    margin-left: 5px;
    padding: 0 15px;
    line-height: 28px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: inherit;
}
.review-contents .contents-controller .controller-sort .sort-menu:hover, .review-contents .contents-controller .controller-sort .sort-menu:focus {
    text-decoration: none;
    background-color: #EEEEEE;
}
.review-contents .contents-controller .controller-sort .sort-menu.is-current {
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    line-height: 26px;
    background-color: #EEEEEE;
}
.review-contents .contents-list {
    border-top: 1px solid #DDDDDD;
}
.review-contents .contents-list .list-item {
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.review-contents .contents-list .list-item .item-meta {
    margin-bottom: 10px;
}
.review-contents .contents-list .list-item .item-meta:after {
    content: "";
    display: block;
    clear: both;
}
.review-contents .contents-list .list-item .item-name {
    float: left;
}
.review-contents .contents-list .list-item .item-date {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
}
.review-contents .contents-list .list-item .item-rate {
    clear: both;
}
.review-contents .contents-list .list-item .item-comment {
    margin-bottom: 10px;
    line-height: 1.5;
}
.review-contents .contents-list .list-item .item-vote {
    font-size: 12px;
    font-size: 1.2rem;
}
.review-contents .contents-list .list-item .item-vote .vote-lead {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-list .list-item .item-vote .vote-choices {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-yes,
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-no {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-yes .btn,
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-no .btn {
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
}
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-yes .btn.is-current,
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-no .btn.is-current {
    border: 1px solid #DDDDDD;
    color: #777777;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #fdfdfd));
    background-image: -moz-linear-gradient(top, #e0e0e0, #fdfdfd);
    background-image: -webkit-linear-gradient(top, #e0e0e0, #fdfdfd);
    background-image: linear-gradient(to bottom, #e0e0e0, #fdfdfd);
}
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-yes .num,
.review-contents .contents-list .list-item .item-vote .vote-choices .vote-no .num {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-list .list-item .item-vote .is-disabled .btn:hover, .review-contents .contents-list .list-item .item-vote .is-disabled .btn:focus {
    background-color: #F6F6F6;
    cursor: default;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
/* #3404 NGワード非表示用 start add by hsooda */
.review-contents .contents-list .list-item .item-ng {
    display:inline-block;
    margin: 20px 0px 20px 0px;
    color: #AAAAAA;
}
.review-contents .contents-list .list-item .item-ng-coment {
    display:inline-block;
    margin-left: 70px;
    color: #0059B2;
}
/* #3404 NGワード非表示用 end add by hsooda */
.review-contents .contents-post {
    margin-top: 30px;
    padding: 10px 15px 30px 15px;
    border: 2px solid #DDDDDD;
}
/* バリデーションエラー用 add by hsooda */
.review-contents .contents-post .validation-error {
    margin-left: 110px;
    margin-bottom: 10px;
    color: #D90000;
}
.review-contents .contents-post .post-heading {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.review-contents .contents-post .post-label {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.review-contents .contents-post .post-input {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
/* #3515: コメント投稿時の注意文言追加 */
.review-contents .contents-post .post-input p.post-caution {
  margin-top: 10px;
  color: red;
  font-size: 0.9em;
  font-weight: bold;
}
/* END #3515 */
.review-contents .contents-post .post-rate {
    margin-bottom: 20px;
}
.review-contents .contents-post .post-rate .post-label {
    vertical-align: middle;
}
.review-contents .contents-post .post-rate .post-input {
    vertical-align: middle;
}
.review-contents .contents-post .post-toggle {
    margin-bottom: 20px;
}
.review-contents .contents-post .post-toggle input {
    vertical-align: middle;
}
.review-contents .contents-post .post-name {
    margin-bottom: 20px;
}
.review-contents .contents-post .post-name .post-validation {
    margin-top: 5px;
}
.review-contents .contents-post .post-name .ipt-txt {
    width: 315px;
}
.review-contents .contents-post .post-comment {
    margin-bottom: 20px;
}
.review-contents .contents-post .post-comment .ipt-txt {
    width: 100%;
}
.review-contents .contents-post .post-submit {
    text-align: center;
}

.machine-copyright {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}
.machine-copyright.blog {
    margin-top: 20px;
    padding: 10px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #dddddd;
}
.machine-copyright .copyright-list {
    margin-top: 10px;
    line-height: 1.5;
}

.movie-detail {
    position: relative;
    padding-top: 5px;
}
.head-with-favorite {
    padding-right: 170px;
}
.head-with-favorite .detail-favorite {
    position: absolute;
    top: 1px;
    right: 0;
    text-align: right;
}
.head-with-favorite .detail-favorite .btn {
    margin-bottom: 5px;
    line-height: 33px;
}
.movie-detail .detail-rating {
    margin-bottom: 10px;
    text-align: right;
}
.movie-detail .detail-comment {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #DDDDDD;
    font-size: 12px;
    font-size: 1.2rem;
}
.movie-detail .detail-meta {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
}
.movie-detail .detail-meta .date,
.movie-detail .detail-meta .access {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.movie-detail .detail-view img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.form-confirm {
    padding-bottom: 15px;
}
.form-confirm .confirm-items {
    display: table;
}
.form-confirm .confirm-items .list-item {
    display: table-row;
    width: 100%;
}
.form-confirm .confirm-items .list-item .item-label {
    display: table-cell;
    width: 14%;
    padding-top: 20px;
}
.form-confirm .confirm-items .list-item .item-content {
    display: table-cell;
    width: 707px;
    padding-top: 20px;
    word-break:break-all;
    white-space: normal;
}
.form-confirm .confirm-items .list-item #confirm-view-question {
    overflow-y: scroll;
    height: 300px;
}
.form-confirm .confirm-submit {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.form-confirm .confirm-submit .return-modify {
    position: absolute;
    top: 0;
    left: 0;
}
.form-confirm .confirm-submit .btn {
    margin: 0 auto;
}

.form-finish {
    margin-top: 50px;
    padding-bottom: 50px;
}
.form-finish .finish-lead {
    text-align: center;
}
.form-finish .finish-return {
    margin-top: 20px;
    text-align: center;
}


/* ranking */
#machine-ranking .gadget-ranking .ranking-controller {
    margin-bottom: 8px;
}
#machine-ranking .gadget-ranking .ranking-date {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
}
#machine-ranking .ranking-list-wrap {
    margin-top: 10px;
    margin-left: -12px;
    margin-right: -12px;
    border-top: 1px solid #DDDDDD;
}
#machine-ranking .ranking-list .list-item {
    margin-top: 0;
    padding: 12px;
}
#machine-ranking .ranking-list .list-item.no1 {
    background: #FEFDEF;
}
#machine-ranking .ranking-list .list-item.no1 .order {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 10px;
}
#machine-ranking .ranking-list .list-item.no1 .rank {
    padding-left: 22px !important;
    background-position: 0 8px !important;
}
#machine-ranking .ranking-list .list-item.no2 {
    background: #F6F6F6;
}
#machine-ranking .ranking-list .list-item.no2 .order {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 10px 2px 10px;
}
#machine-ranking .ranking-list .list-item.no2 .rank {
    padding-left: 22px !important;
    background-position: 0 8px !important;
}
#machine-ranking .ranking-list .list-item.no3 {
    background: #F9ECDF;
}
#machine-ranking .ranking-list .list-item.no3 .order {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 10px;
}
#machine-ranking .ranking-list .list-item.no3 .rank {
    padding-left: 22px !important;
    background-position: 0 8px !important;
}
#machine-ranking .ranking-list .item-head {
    float: left;
    min-width: 82px;
}
#machine-ranking .ranking-list .item-meta {
    margin-right: 15px;
}
#machine-ranking .ranking-list .item-meta .thumbs {
    width: 90px;
}
#machine-ranking .ranking-list .item-body {
    position: relative;
    float: left;
/*   border-right: 1px solid #DDDDDD;
    margin-right: 14px;
    padding-right: 20px; */
    width: 625px;
    min-height: 90px;
}
#machine-ranking .ranking-list .item-body .favorite {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    width: 25px;
    height: 20px;
    background: url(../img/spr_icn_fav_gw.png) no-repeat 0 0;
}
#machine-ranking .ranking-list .item-body .favorite:hover,
#machine-ranking .ranking-list .item-body .favorite:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#machine-ranking .ranking-list .item-body .favorite.is-disabled {
    background-position: 0 -20px;
}
#machine-ranking .ranking-list .item-body .heading {
    /*padding-right: 35px; お気に入り非表示*/
    font-size: 16px;
    font-size: 1.6rem;
}
#machine-ranking .ranking-list .item-body .maker-area:after {
    content: "";
    display: block;
    clear: both;
}
#machine-ranking .ranking-list .item-body .maker-area .maker {
    float: left;
    width: 58%;
}
#machine-ranking .ranking-list .item-body .maker-area .date {
    float: right;
    margin-top: 0;
    margin-right: 0;
    width: 40%;
    text-align: right;
}
#machine-ranking .ranking-list .item-body .comment {
    margin-top: 5px;
    margin-bottom: 10px;
}
#machine-ranking .ranking-list .item-body .terms {
    float: left;
}
#machine-ranking .ranking-list .item-body .terms a,
#machine-ranking .ranking-list .item-body .terms span {
    padding: 3px 5px;
    background-color: #444444;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
#machine-ranking .ranking-list .item-body .terms .is-disabled {
    background-color: #DDDDDD;
    color: #999999;
}
/*#3374: ランキング一覧のアクセス数を非表示にする*/
#machine-ranking .ranking-list .item-body2 {
    position: relative;
    float: left;
    /* border-right: 1px solid #DDDDDD; */
    /* margin-right: 14px; */
    /* padding-right: 20px; */
    width: 630px;
    min-height: 90px;
}
#machine-ranking .ranking-list .item-body2 .favorite {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    width: 25px;
    height: 20px;
    background: url(../img/spr_icn_fav_gw.png) no-repeat 0 0;
}
#machine-ranking .ranking-list .item-body2 .favorite:hover,
#machine-ranking .ranking-list .item-body2 .favorite:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#machine-ranking .ranking-list .item-body2 .favorite.is-disabled {
    background-position: 0 -20px;
}
#machine-ranking .ranking-list .item-body2 .heading {
    /*padding-right: 35px; お気に入り非表示*/
    font-size: 16px;
    font-size: 1.6rem;
}
#machine-ranking .ranking-list .item-body2 .maker-area:after {
    content: "";
    display: block;
    clear: both;
}
#machine-ranking .ranking-list .item-body2 .maker-area .maker {
    float: left;
    width: 68%;
}
#machine-ranking .ranking-list .item-body2 .maker-area .date {
    float: right;
    /* margin-top: 0; */
    /* margin-right: 0; */
    /* width: 30%; */
    text-align: right;
}
#machine-ranking .ranking-list .item-body2 .comment {
    margin-top: 5px;
    margin-bottom: 10px;
}
#machine-ranking .ranking-list .item-body2 .terms {
    float: left;
}
#machine-ranking .ranking-list .item-body2 .terms a,
#machine-ranking .ranking-list .item-body2 .terms span {
    padding: 3px 5px;
    background-color: #444444;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
#machine-ranking .ranking-list .item-body2 .terms .is-disabled {
    background-color: #DDDDDD;
    color: #999999;
}
#machine-ranking .ranking-list .item-side:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
#machine-ranking .ranking-list .item-side {
    float: left;
    width: 170px;
    /*font-size: 12px;*/
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
/*END #3374*/
#machine-ranking .ranking-list .item-side .average-label {
    text-align: center;
}
#machine-ranking .ranking-list .item-side .average-rate {
    margin-top: 5px;
    padding: 0 0 8px 8px;
    /*border-bottom: 1px solid #DDDDDD;*/
}
#machine-ranking .ranking-list .item-side .average-rate .num {
    margin-left: 0;
}
#machine-ranking .ranking-list .item-side .access {
    margin-top: 10px;
    text-align: center;
}
#machine-ranking .pagination {
    padding-left: 12px;
    padding-right: 12px;
}
#machine-ranking .pagination .list {
    display: block;
    text-align: left;
}
#machine-ranking .pagination .list ul {
    display: block;
}
#machine-ranking .pagination .list a,
#machine-ranking .pagination .list span {
    min-width: 8em;
}
#machine-ranking .pagination .prev {
    float: left;
    text-align: left;
}
#machine-ranking .pagination .next {
    float: right;
    text-align: right;
}


/* qa */
.qa-form-module .contents-post .post-expose {
    margin-top: 5px;
}
.qa-form-module .contents-post .post-expose input {
    vertical-align: middle;
}
.qa-form-module .contents-post .post-classification {
    margin-top: 13px;
}
.qa-form-module .contents-post .post-classification:after {
    content: "";
    display: block;
    clear: both;
}
.qa-form-module .contents-post .post-classification .label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.qa-form-module .contents-post .post-classification ul li,
.qa-form-module .contents-post .post-classification ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.qa-form-module .contents-post .post-classification ul li {
    margin-left: 25px;
}
.qa-form-module .contents-post .post-classification ul li:first-child {
    margin-left: 0;
}
.qa-form-module .contents-post .post-classification input {
    vertical-align: middle;
}
.qa-form-module .contents-post .post-comment {
    margin-top: 5px;
}
.qa-form-module .contents-post .post-comment .ipt-txt {
    width: 100%;
}
.qa-form-module .contents-post .post-submit {
    margin-top: 10px;
    text-align: center;
}
.qa-form-module .contents-post .post-notice {
    margin-top: 10px;
}
.qa-form-module .contents-post .post-notice .idt-notice {
    font-size: 14px;
    font-size: 1.4rem;
}

.qa-answer-list .list-item {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    color: inherit;
}
.qa-answer-list .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.qa-answer-list .list-item:first-child {
    margin-top: 0;
}
.qa-answer-list .item-meta {
    float: left;
    min-width: 60px;
    margin-right: 10px;
}
.qa-answer-list .item-meta:after {
    content: "";
    display: block;
    clear: both;
}
.qa-answer-list .item-meta .thumbs {
    width: 60px;
}
.qa-answer-list .item-meta .thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.qa-answer-list .item-body {
    overflow: hidden;
}
.qa-answer-list .item-body .heading {
    color: #000000;
}
.qa-answer-list .item-body .content {
    font-size: 12px;
    font-size: 1.2rem;
}

.qa-list {
    line-height: 1.5;
}
.qa-list .list-item {
    display: block;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 7px;
    color: inherit;
}
.qa-list .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.qa-list .list-item:first-child {
    padding-top: 7px;
}
.qa-list.no-border-btm .list-item:last-child {
    border-bottom: none;
}
.qa-list .list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.qa-list .list-item .item-head {
    display: table;
    width: 100%;
}
.qa-list .list-item .item-head .meta-tags {
    font-size: 10px;
    font-size: 1rem;
    display: table-cell;
    padding-right: 10px;
    width: 48px;
    vertical-align: top;
    white-space: nowrap;
}
.qa-list .list-item .item-head .name {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    padding: 2px 10px 0 0;
    vertical-align: top;
}
.qa-list .list-item .name {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    padding-top: 7px;
}
.qa-list .list-item .item-head .date {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    padding-top: 2px;
    width: 70px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}
.qa-list .list-item .item-body .comment {
    padding-top: 8px;
}

.form-confirm.qa {
    padding-bottom: 0;
}

.form-finish.qa {
    margin-top: 12px;
    padding-bottom: 0;
}
.form-finish.qa .finish-lead {
    text-align: left;
}
.form-finish.qa .finish-comment {
    margin-top: 10px;
}
.form-finish.qa .finish-notice {
    margin-top: 10px;
}
.form-finish.qa .finish-notice .idt-notice {
    font-size: 14px;
    font-size: 1.4rem;
}
.form-finish.qa .finish-return {
    margin: 28px 10px 0 10px;
}

.column-qa-detail .col-side .qa-list .item-head .meta-tags {
    display: block;
    float: left;
    padding: 0;
}
.column-qa-detail .col-side .qa-list .item-head .name {
    display: block;
    overlow: hidden;
}
.column-qa-detail .col-side .qa-list .item-head .name p {
    margin-left: 58px;
}
.column-qa-detail .col-side .qa-list .item-head .date {
    clear: both;
    display: block;
    padding-top: 3px;
    width: 100%;
    text-align: right;
}
.column-qa-detail .col-side .gadget-tabs .tab {
    min-width: 86px;
}

.qa-detail {
    margin: 20px 0 0 0;
}
.qa-detail .header {
    line-height: 1.5;
}
.qa-detail .header .info {
    display: table;
    width: 100%;
}
.qa-detail .header .info .image {
    display: table-cell;
    width: 59px;
    vertical-align: top;
}
.qa-detail .header .info .meta {
    display: table-cell;
    vertical-align: top;
}
.qa-detail .header .info .meta .inner:after {
    content: "";
    display: block;
    clear: both;
}
.qa-detail .header .info .meta .inner .meta-tags {
    float: left;
    width: 58px;
    font-size: 10px;
    font-size: 1rem;
    white-space: nowrap;
}
.qa-detail .header .info .meta .inner .name {
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden;
    padding-top: 2px;
    vertical-align: top;
}
.qa-detail .header .info .meta .heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 6px;
    max-width: 395px;
}
.qa-detail .header .info .date {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    padding-top: 2px;
    width: 70px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}
.qa-detail .detail-comment {
    line-height: 1.5;
    margin-top: 13px;
}
.qa-detail .detail-comment .info {
    width: 100%;
}
.qa-detail .detail-comment .info:after {
    content: "";
    display: block;
    clear: both;
}
.qa-detail .detail-comment .info .image {
    float: left;
    width: 59px;
    vertical-align: top;
}
.qa-detail .detail-comment .info .main {
    overflow: hidden;
}
.qa-detail .detail-comment .info .main .answer {
    vertical-align: top;
}
.qa-detail .detail-comment .info .main .answer .list-item {
    display: block;
    color: inherit;
}
.qa-detail .detail-comment .info .main .answer .list-item:after {
    content: "";
    display: block;
    clear: both;
}
.qa-detail .detail-comment .info .main .answer .item-meta {
    float: left;
    min-width: 60px;
    margin-right: 10px;
}
.qa-detail .detail-comment .info .main .answer .item-meta:after {
    content: "";
    display: block;
    clear: both;
}
.qa-detail .detail-comment .info .main .answer .item-meta .thumbs {
    width: 60px;
}
.qa-detail .detail-comment .info .main .answer .item-meta .thumbs img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.qa-detail .detail-comment .info .main .answer .item-body {
    line-height: 1.5;
    overflow: hidden;
}
.qa-detail .detail-comment .info .main .answer .item-body .label {
    font-size: 12px;
    font-size: 1.2rem;
}
.qa-detail .detail-comment .info .main .answer .item-body .name {
    color: #000000;
}
.qa-detail .detail-comment .info .main .comment {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
}
.qa-detail .detail-comment .favorite {
    margin-top: 15px;
    text-align: center;
}
.qa-detail .detail-comment .favorite .btn-medium {
    font-size: 12px;
    font-size: 1.2rem;
    max-height: 33px;
    line-height: 33px;
}
.qa-detail .detail-comment .favorite .btn-medium.btn-favorite {
    padding: 0 10px 0 47px;
}
.qa-detail .detail-comment .favorite .btn-medium.btn-favorite:after {
    left: 12px;
}

.qa-detail-related {
    margin-top: 30px;
    border-top: 1px solid #444444;
}
.qa-detail-related .header {
    position: relative;
    padding-top: 8px;
    margin-bottom: 10px;
}
.qa-detail-related .header:after {
    content: "";
    display: block;
    clear: both;
}
.qa-detail-related .header .head-icn {
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.qa-detail-related .header .head-icn img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.qa-detail-related .header .head-thumbs {
    position: relative;
    float: left;
    display: inline;
    width: 50px;
    height: 37px;
    margin-right: 5px;
}
.qa-detail-related .header .head-thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.qa-detail-related .header .head-thumbs.is-square {
    height: 50px;
}
.qa-detail-related .header .head-main {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}
.qa-detail-related .header .head-sub {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.qa-detail-related .header .head-sub-link {
    float: right;
}
.qa-detail-related .body .qa-list .list-item:first-child {
    padding-top: 0;
}

.qa-detail-q {
    border-top: none;
}
.qa-detail-q .gadget-head {
    position: relative;
    margin: -10px -12px 10px -12px;
    margin-bottom: 15px;
    padding: 8px 10px;
    background-color: #444444;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
}

/* QA　PCボタン用 add-by-hatorit */
.btn.btn-qa {
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    line-height: 28px;
    background-color: #F5F5F5;
    font-size: 12px;
    font-size: 1.2rem;
}

/*電子書籍*/
#page-navi.book-navi {
    margin-top: 0;
}
#page-navi.book-navi .page-navi-wrapper .book-navi-bottom {
    border-bottom: 3px solid #333;
    width: 845px;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs {
    border-collapse: collapse;
    border-spacing: 0;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .tab {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 6px 8px 4px;
    background: #666 url(../img/bg_book_navi_01_gw.gif) repeat-y 100% 0;
    color: #FFFFFF;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .tab:last-child {
    background: #666;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .tab:focus, #page-navi.book-navi .page-navi-wrapper .gadget-tabs .tab:hover {
    background-color: #4C4C4C;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs span.tab {
    background-color: #666;
    color: #FFFFFF;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs span.tab:focus, #page-navi.book-navi .page-navi-wrapper .gadget-tabs span.tab:hover {
    background-color: #4C4C4C;
    color: #FFFFFF;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-active,
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-current {
    background-color: #333;
    color: #FFFFFF;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-active:after,
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-current:after {
    border-top: none;
    border-left: none;
    border-right: none;
}
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-active:focus, #page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-active:hover,
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-current:focus,
#page-navi.book-navi .page-navi-wrapper .gadget-tabs .is-current:hover {
    background-color: #4C4C4C;
}

.gadget-module.book-slide-01 .slide-controller .pager {
    position: absolute;
    top: 44px;
}

.book-category-list {
    margin-left: 8px;
}
.book-category-list ul {
    margin: 0 -10px -7px 0;
    overflow: hidden;
}
.book-category-list ul:after {
    content: "";
    display: block;
    clear: both;
}
.book-category-list ul li {
    float: left;
    margin: 0 10px 7px 0;
    padding-left: 10px;
    width: 177px;
    background: url(../img/icn_dot_01_gw.png) no-repeat 0 0.5em;
}

.list-banners.book-list-banners li {
    margin-top: 20px;
}

.book-author-series .basic-tbl .col01 {
    width: 25%;
}

.book-author-series-list ul {
    margin: 0 -10px -7px 0;
    overflow: hidden;
}
.book-author-series-list ul:after {
    content: "";
    display: block;
    clear: both;
}
.book-author-series-list ul li {
    float: left;
    margin: 0 10px 7px 0;
    padding-left: 10px;
    width: 280px;
    background: url(../img/icn_dot_01_gw.png) no-repeat 0 0.5em;
}

.gadget-module.book-category-module .pagination:first-child {
    margin-top: 0;
}

#result-list .contents-result-list.book-category {
    margin-top: 10px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 20px;
    border-bottom: none;
}
#result-list .contents-result-list.book-category ul {
    margin: 20px 2px 0 2px;
}
#result-list .contents-result-list.book-category li {
    display: block;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
    width: 20%;
}
#result-list .contents-result-list.book-category li .thumbs {
    float: none;
    display: block;
    margin: 0 auto;
    width: 123px;
    height: 148px;
}
#result-list .contents-result-list.book-category li .content {
    margin-top: 8px;
    padding: 0 10px;
}
#result-list .contents-result-list.book-category li .content .heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 0;
    padding-bottom: 0;
}
#result-list .contents-result-list.book-category li .content .info-book {
    margin-top: 3px;
}
#result-list .contents-result-list.book-category li .content .info-book .book-price {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 3px;
    color: #D80000;
}
#result-list .contents-result-list.book-category li .content .info-book .book-summary {
    margin-top: 3px;
}

.gadget-module.book-title-side {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
}
.gadget-module.book-title-side .gadget-head {
    position: relative;
    margin: -10px -12px 0 -12px;
    padding: 4px 15px;
    background-color: #444444;
    font-weight: bold;
    color: #FFFFFF;
}
.gadget-module.book-title-side .gadget-head .head-main {
    font-size: 14px;
    font-size: 1.4rem;
}

.related-menu.book-menu {
    margin: 0 -12px;
    border-bottom: 1px solid #DDDDDD;
}
.related-menu.book-menu .menu {
    border-top: 1px solid #DDDDDD;
    font-size: 14px;
    font-size: 1.4rem;
}
.related-menu.book-menu .menu a {
    display: block;
    padding: 8px 12px;
}
.related-menu.book-menu .menu .price {
    margin-left: 20px;
    color: #D80000;
}
.related-menu.book-menu .menu:first-child {
    border-top: none;
}
.related-menu.book-menu .menu.is-current a {
    color: #000000;
    font-weight: bold;
}

#book-title-series .gadget-toggle-disp {
    margin-top: 10px;
}

#book-author-profile .profile {
    line-height: 1.5;
    padding: 10px 0 0 0;
}
#book-author-profile .profile .profile-name {
    font-size: 14px;
    font-size: 1.4rem;
}
#book-author-profile .profile .profile-text {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 7px;
}
#book-author-profile .gadget-toggle-disp {
    margin-top: 10px;
}

#book-author-works {
    padding-bottom: 0;
}

.gadget-slide.book-slide .slide-group {
    width: 584px;
}
.gadget-slide.book-slide .slide-group .group-item {
    width: 131px;
    margin-left: 9px;
}
.gadget-slide.book-slide .slide-group .group-item .book-price {
    margin-top: 3px;
}

.book-title-module {
    padding-bottom: 20px;
}
.book-title-module .gadget-head {
    margin-bottom: 10px;
}
.book-title-module .gadget-head:after {
    content: "";
    display: block;
    clear: both;
}
.book-title-module .gadget-head .head-main {
    display: block;
    float: left;
    width: 60%;
}
.book-title-module .gadget-head .head-main .book-title {
    display: block;
    padding-top: 5px;
}
.book-title-module .gadget-head .detail-favorite {
    float: right;
    width: 40%;
    text-align: right;
}
.book-title-module .gadget-head .detail-favorite .btn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 33px;
}
.book-title-module .book-detail {
    line-height: 1.5;
    position: relative;
}
.book-title-module .book-detail .detail-content {
    margin: 0 -12px 0 -12px;
    padding: 12px 12px 0 12px;
    border-top: 1px solid #DDDDDD;
}
.book-title-module .book-detail .detail-content .detail-info:after {
    content: "";
    display: block;
    clear: both;
}
.book-title-module .book-detail .detail-content .detail-info .thumbs {
    float: left;
    width: 200px;
}
.book-title-module .book-detail .detail-content .detail-info .body {
    float: right;
    width: 350px;
    font-size: 12px;
    font-size: 1.2rem;
}
.book-title-module .book-detail .detail-content .detail-info .body p {
    margin-left: 3px;
}
.book-title-module .book-detail .detail-content .detail-info .body .price-wrap {
    margin-top: 10px;
    padding: 9px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.book-title-module .book-detail .detail-content .detail-info .body .price-wrap .book-price-02 {
    margin-top: 2px;
}
.book-title-module .book-detail .detail-content .detail-info .body .price-wrap .book-price-02 span {
    color: #D80000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.book-title-module .book-detail .detail-content .detail-info .body .price-wrap .book-discount {
    margin-top: 2px;
}
.book-title-module .book-detail .detail-content .detail-info .body .book-info {
    margin-top: 10px;
}
.book-title-module .book-detail .detail-content .detail-info .book-summary {
    clear: both;
    padding-top: 13px;
}

.book-title-box-01 {
    margin-top: 15px;
    padding: 12px;
    border: 2px solid #EEEEEE;
    line-height: 1.5;
}
.book-title-box-01 .content:after {
    content: "";
    display: block;
    clear: both;
}
.book-title-box-01 .content .content-left {
    float: left;
    width: 252px;
}
.book-title-box-01 .content .content-left .book-trial-btn {
    margin-top: 10px;
    text-align: center;
}
.book-title-box-01 .content .content-right {
    float: right;
    width: 252px;
}
.book-title-box-01 .content .content-right .book-buy-btn {
    margin-top: 10px;
    text-align: center;
}
.book-title-box-01 .content .content-right .book-buy-sub {
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.book-title-box-02 {
    margin-top: 15px;
    line-height: 1.5;
}
.book-title-box-02 .heading {
    padding: 3px 12px;
    background-color: #EEEEEE;
    font-weight: bold;
}
.book-title-box-02 .content {
    margin-top: 10px;
}
.book-title-box-02 .content:after {
    content: "";
    display: block;
    clear: both;
}
.book-title-box-02 .content .content-left {
    float: left;
    width: 280px;
}
.book-title-box-02 .content .content-left .book-title {
    margin-left: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.book-title-box-02 .content .content-left .book-price {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.book-title-box-02 .content .content-left .book-price span {
    color: #D80000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.book-title-box-02 .content .content-left .book-price span em {
    font-size: 18px;
    font-size: 1.8rem;
}
.book-title-box-02 .content .content-right {
    float: right;
    padding: 14px 0;
    border: 2px solid #EEEEEE;
    width: 280px;
    text-align: center;
}
.book-title-box-02 .notice {
    margin-top: 8px;
    color: #D80000;
    text-align: right;
}

.book-buy-confirm .basic-tbl {
    padding-top: 3px;
}
.book-buy-confirm .basic-tbl .col01 {
    width: 14.6%;
}
.book-buy-confirm .basic-tbl td {
    border-left: 0;
}
.book-buy-confirm .basic-tbl td input[type=radio] {
    margin-right: 3px;
}
.book-buy-confirm .basic-tbl td .text-creditcard {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.book-buy-confirm .basic-tbl td .img-creditcard {
    margin-top: 18px;
    padding-bottom: 8px;
}
.book-buy-confirm .basic-tbl td .img-creditcard img {
    vertical-align: top;
}
.book-buy-confirm .basic-tbl td .payment-item {
    margin-top: 10px;
    display: table;
}
.book-buy-confirm .basic-tbl td .payment-item .content,
.book-buy-confirm .basic-tbl td .payment-item .radio {
    display: table-cell;
    vertical-align: top;
}
.book-buy-confirm .basic-tbl td .img-webmoney {
    margin-top: 8px;
    padding-bottom: 3px;
}
.book-buy-confirm .basic-tbl td .img-webmoney img {
    vertical-align: top;
}

/* 共通パーツ追記 CSS */
/*アイコン*/
.icn-writer {
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url(../img/icn_writer_gw_gw.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

/*ボタン　グラデーションなし・高さ調整*/
.btn.btn-small {
    font-size: 12px;
    font-size: 1.2rem;
}

.btn.btn-return.start:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #444444;
}

.btn.btn-detail.end:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #444444;
}

.btn.btn-basic {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    background-image: none;
}

.btn.btn-basic.blog {
    background-color: #FFFFFF;
    border: 1px solid #0059B2;
    background-image: none;
}

.btn.btn-manage {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    background-image: none;
    color: gray;
}

.btn.btn-manage:hover, .btn.btn-manage:focus {
    background-image: none;
    background-color: #DDDDDD;
}

.detail-favorite .btn {
    line-height: 33px;
}

/*3列表示*/
.column-3:after {
    content: "";
    display: block;
    clear: both;
}

.column-3 .col {
    float: left;
    width: 846px;
}

.column-3 .col-image {
    float: left;
    width: 846px;
    height: 370px;
    margin-bottom: 15px;
}

.column-3 .col-archive {
    float: left;
    width: 250px;
}

.column-3 .col-result {
    float: left;
    display: inline;
    width: 580px;
    margin-left: 15px;
}

/*NOT FOUND*/
.gadget-module.notfound .gadget-head {
    padding-top: 41px;
    text-align: center;
}
.gadget-module.notfound .gadget-head .head-main {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
.gadget-module.notfound .notfound-body {
    padding-top: 15px;
}
.gadget-module.notfound .notfound-body .notfound-text {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
.gadget-module.notfound .notfound-body .notfound-logo {
    padding: 48px 0 54px 0;
    text-align: center;
}

/* my cp widget */
.company_widget_logo {
    display: block;
    height: 24px;
    width: auto !important;
    max-width: 160px;
}
.company_widget_logo img {
    display: block;
    width: auto !important;
    max-width: 160px;
    max-height: 40px;
    padding: 5px 0px;
}

/** β版のメッセージ用クラス **/
.version-beta-msg {
    color: #FFFFFF;
    background-color: #ff7214;
    text-align: center;
}

/* comic widget */
.comic-widget .comic-title {
    display: block;
    font-size: 16px;
}
.comic-widget .comic-logo img {
    display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 36px;
}
/** my-comic-widget logo START **/
.my-comic-widget .comic-logo {
    display: block;
    height: 24px;
    width: auto !important;
    max-width: 160px;
}
.my-comic-widget .comic-logo img {
    display: block;
    width: auto !important;
    max-width: 160px;
    max-height: 40px;
    padding: 5px 0px;
}
/** my-comic-widget logo END **/

.my-comic-widget .comic-title img {
    display: block;
}

/* top page banners */
.top-banner {
    margin-bottom: 15px;
}
.top-banner a,
.top-banner a img{
    display: block;
    margin: auto;
    max-width: 930px;
}

.site-bottom-banners {
    width: 1245px;
    margin: 15px auto 40px auto;
    overflow: hidden;
}
.site-bottom-banners .col {
    width: 300px;
    height: 250px;
    float: left;
    margin-left: 15px;
}
.site-bottom-banners .col:first-child {
    margin-left: 0;
}

.site-bottom-banners a {
    display: block;
    text-align: center;
}
.site-bottom-banners .col a,
.site-bottom-banners .col img {
    max-width: 300px;
    max-height: 250px;
    width: auto;
    height: auto;
}

/** TOP 3D-Slider用 START **/
#slide-wrapper{
    width:930px;
    padding:0px 0px 5px 0px;
    margin:0 auto;
}
.slider-viewport{
    margin:0 auto;
    width:728px;
    height:90px;
    float:left;
}

.slide{
    display:none;
}
.slide .top-banner-slideimg{
    width:728px;
    height:90px;
    overflow:hidden;
    display:block;
}
.slide.jbs-current{
    display:block;
}

#controls{
    margin:0 0 0 10px;
    width:183px;
    float:left;
    overflow:hidden
}
#controls li{
    display:inline
}
#controls li{
    margin:0 6px 2px 0;
    padding:0;
    float:left;
}
#controls li:nth-child(3n) {
    margin-right: 0 !important;
}

.goto-slide {
    position: relative;
    border-radius:6px;
    margin:0px;
    padding:0;
    width:53px;
    height:40px !important;
    margin:2px;
}
.goto-slide img.top-banner-slidethumbnail{
    display: block;
    width:53px;
    height:40px !important;
    border-radius:6px;
}
.goto-slide .goto-thumbnail.current img.top-banner-slidethumbnail{
    min-width:53px;                 /** NoImgへの対応 **/
    min-height:40px !important;     /** NoImgへの対応 **/
    box-sizing: content-box;
    position: absolute;
    bottom:-2px;
    left:-2px;
    border: 2px solid #0275E8;
}

.goto-slide .goto-thumbnail img.glay-translucent {
    position: absolute;
    top: 0px;
    width:53px;
    height:40px !important;
    border-radius:6px;
}
.goto-slide .goto-thumbnail.current img.glay-translucent {
    display:none;
}

.no-slide{
    border-radius:6px;
    margin:0px;padding:0;
    width:53px;
    height:40px !important;
    margin:2px;
    background-color:#3d3d3d;
}
/** TOP 3D-Slider用 E N D **/

.maker-name, .introduction-date {
    text-align: right;
}
.gadget-list .item-meta .thumbs-article {
    width: 100px;
    height: 75px;
    margin-bottom: 5px;
    background: #FFF;
}
.gadget-list .item-meta .thumbs-article img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.panel-body {
    clear: both;
}
.thumbs-large{
    height: 206px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative
}
.thumbs-large img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.list-item .machine-name-first {
    padding: 5px 0px;
    font-weight:bold;
    clear: both;
}
.list-item .machine-name{
    padding-bottom: 5px;
    font-weight:bold;
    clear: both;
}

/* 201509 design change yasui start */
.gadget-ranking .gadget-grid-gallery .grid-item {
    width:133px;
}
#ranking_machines_small .gadget-ranking .gadget-grid-gallery .grid-item .thumbs,
#ranking_machines_large .gadget-ranking .gadget-grid-gallery .grid-item .thumbs{
    height:100px !important;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-1 .thumbs {
    height:100px !important;
}

#ranking_machines_small .gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs,
#ranking_machines_large .gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs{
    height:206.4px !important;
}
.gadget-ranking .gadget-grid-gallery .grid-item.ranking-item-0 {
    width:275px;
}
.gadget-ranking .gadget-grid-gallery .grid-item:nth-child(even) {
    margin-left:0;
}

/** ランキング-アイコン START **/
.gadget-ranking .gadget-grid-gallery .icn-rank-up {
    padding-left: 0;
    padding-right: 23px;/* imagesize + 3px*/
    background: url(../img/ranking/icn_arrow_up.png) no-repeat right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .icn-rank-same {
    padding-left: 0;
    padding-right: 30px;/* imagesize + 3px*/
    background: url(../img/ranking/icn_arrow_stay.png) no-repeat right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-background-size:25px 21px;
    background-size:25px 21px;
}
.gadget-ranking .gadget-grid-gallery .icn-rank-down {
    padding-left: 0;
    padding-right: 26px;/* imagesize + 3px*/
    background: url(../img/ranking/icn_arrow_down.png) no-repeat right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank {
    position: absolute;
    top: 1px;
    left: 1px;
}
.gadget-ranking .gadget-grid-gallery .rank .order {
    font-weight: bold;
    background: url(../img/ranking/icn_rank_box_7go.png) no-repeat 0 0.2em;
    margin-left:3px;
    display: inline-block;
    width:25px;
    height:26px;
    text-align: center;
    color:#000000;
    text-decoration:none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height:28px;
    /*border:1px solid #FF0000;*/
}
.gadget-ranking .gadget-grid-gallery .rank .order.no1,
.gadget-ranking .gadget-grid-gallery .rank .order.no2,
.gadget-ranking .gadget-grid-gallery .rank .order.no3 {
    margin-left:0;
    width:34px;
    height:27px;
    text-indent:-1000em;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no1 {
    background: url(../img/ranking/crown_gold.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no2 {
    background: url(../img/ranking/crown_silver.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no3 {
    background: url(../img/ranking/crown_copper.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no4 {
    background: url(../img/ranking/icn_rank4_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no5 {
    background: url(../img/ranking/icn_rank5_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no6 {
    background: url(../img/ranking/icn_rank6_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no7 {
    background: url(../img/ranking/icn_rank7_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no8 {
    background: url(../img/ranking/icn_rank8_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no9 {
    background: url(../img/ranking/icn_rank9_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no10 {
    background: url(../img/ranking/icn_rank10_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no11 {
    background: url(../img/ranking/icn_rank11_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no12 {
    background: url(../img/ranking/icn_rank12_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no13 {
    background: url(../img/ranking/icn_rank13_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no14 {
    background: url(../img/ranking/icn_rank14_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no15 {
    background: url(../img/ranking/icn_rank15_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no16 {
    background: url(../img/ranking/icn_rank16_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no17 {
    background: url(../img/ranking/icn_rank17_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no18 {
    background: url(../img/ranking/icn_rank18_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no19 {
    background: url(../img/ranking/icn_rank19_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
.gadget-ranking .gadget-grid-gallery .rank .order.no20 {
    background: url(../img/ranking/icn_rank20_7go.png) no-repeat 0 0;
    -moz-background-size:contain;
    background-size:contain;
}
/** ランキング-アイコン E N D **/

.gadget-ranking .gadget-grid-gallery .thumbs a .hover-info {
    height:1.8em;
}
#recommend_contents .is-gallery .thumbs a:hover .hover-info{
    height: 70%;
}
.gadget-slide .slide-group .group-item.group-item-0 {
    width: 275px;
    margin-bottom: 9px;
}
.gadget-slide .slide-group .group-item.group-item-1 {
    margin-right: 9px;
}
.gadget-slide .slide-group .group-item.group-item-1 ,
.gadget-slide .slide-group .group-item.group-item-2 {
    width: 133px;
    height: 100px;
    margin-left: 0;
}
.gadget-slide .slide-group .group-item.group-item-0 .thumbs {
    width: 275px;
    height: 206px;
}
.gadget-slide .slide-group .group-item.group-item-1 .thumbs ,
.gadget-slide .slide-group .group-item.group-item-2 .thumbs {
    width: 133px;
    height: 100px;
}
.gadget-slide .slide-group .group-item .meta-tags .tag {
    position: absolute;
    top: 0;
    left: 0;
}
#recommend_contents .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_videos .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_blogs .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_articles .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_machines .gadget-slide.is-gallery .slide-controller .prev {
    left: 160px;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-1 {
    width: 133px;
}
#recommend-machine-slide,
#recommend-video-slide,
#recommend-blog-slide,
#recommend-article-slide,
#recommend-contents-slide {
    padding: 6px 0 35px 0;
}
.recommend-machines-body,
.recommend-video-body,
.recommend-blog-body,
.recommend-article-body,
.recommend-contents-body{
    padding-top: 5px;
    height: 320px;
    overflow: visible;
}
#ranking_machines_large .gadget-grid-gallery .grid-item:nth-child(odd) {
    margin-left: 8px;
}
#ranking_machines_large .gadget-grid-gallery .grid-item:nth-child(odd).ranking-item-0 {
    margin-left: 0;
}
#ranking_machines_large .gadget-grid-gallery .grid-item .thumbs a img,
#ranking_machines_small .gadget-grid-gallery .grid-item .thumbs a img {
    padding:0;
}
.gadget-module.is-short .recommend-machines-body,
.gadget-module.is-short .recommend-video-body,
.gadget-module.is-short .recommend-article-body,
.gadget-module.is-short .recommend-blog-body,
.gadget-module.is-short .recommend-contents-body {
    height: 197px;
    overflow: visible !important;
}
.gadget-module.is-short .gadget-slide .slide-group .group-item.group-item-0 {
    width: 275px;
    height: 192px;
    overflow: hidden;
    /* margin-bottom: 9px; */
}

.gadget-module.is-short .gadget-slide .slide-group .group-item.group-item-0 .thumbs {
    width: 275px;
    height: 192px;
}
.gadget-module.is-short .gadget-slide .slide-group .group-item.group-item-0 .thumbs img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    margin: auto;
}
.gadget-module.is-short .gadget-slide .slide-group .group-item.group-item-1,
.gadget-module.is-short .gadget-slide .slide-group .group-item.group-item-2 {
    width: 133px;
    margin-left: 0;
    height: 27px;
    overflow: hidden;
    display: none;
}

.gadget-module.is-short #recommend-machine-slide,
.gadget-module.is-short #recommend-video-slide,
.gadget-module.is-short #recommend-blog-slide,
.gadget-module.is-short #recommend-article-slide,
.gadget-module.is-short #recommend-contents-slide {
    padding: 0px 0 35px 0;
    margin-top: -3px;
}

/* 201508 dgmod end */

/** youtubeレスポンシブ対応 START **/
div.responsive-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
div.responsive-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/** youtubeレスポンシブ対応 E N D **/
#ranking-large-img{
    max-height: 206px !important;
}
.is-short .gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs a:hover .ranking-machine-hover0{
    height: 118px !important;
}
.is-short .gadget-ranking .gadget-grid-gallery .thumbs a .ranking-machine-hover0{
    height:7.4em;
}

/* 20151022 dgmod start */
.btn.btn-clickhere {
  font-size: 1.2rem;
  line-height: 22px;
  padding: 0 5px;
  color: #FFFFFF;
  background-color: #FF4F36;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNGYzNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMjkwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff4f36), color-stop(100%, #ff2908));
  background-image: -moz-linear-gradient(top, #ff4f36, #ff2908);
  background-image: -webkit-linear-gradient(top, #ff4f36, #ff2908);
  background-image: linear-gradient(to bottom, #ff4f36, #ff2908); }
  /*.btn.btn-clickhere:hover, .btn.btn-clickhere:focus {
    background-color: #444444;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkwOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMWQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff2908), color-stop(100%, #e31d00));
    background-image: -moz-linear-gradient(top, #ff2908, #e31d00);
    background-image: -webkit-linear-gradient(top, #ff2908, #e31d00);
    background-image: linear-gradient(to bottom, #ff2908, #e31d00); } */

/* 20151022 dgmod end */

/* 20151022 dgmod start */
/** この機種の設置ホール追加 START **/
.machine-detail #machine-related-hall {
  width: 591px;
}
.machine-detail #machine-related-hall .heading {
  padding-bottom: 8px;
  border-bottom: solid 1px #DDDDDD
}
.machine-detail #machine-related-hall .gadget-slide-wrap {
  margin: 12px 0;
}
.machine-detail #machine-related-hall .gadget-slide {
  margin: 0;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group {
  width: 591px;
  padding: 0 14px;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item {
  width: 111px;	/* [[slide-group:591-padding12x2]-[item:margin8x(itemnum5-1)]]/itemnum5 */
  position: relative;
  overflow: hidden;
  padding: 3px;
  margin-left: 1px;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs {
  /*background: #000000;*/
  width: 105px;
  height: 105px;
  border: solid 2px #444;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup {
  border-color: #FF0000 !important;
  color: #FFFFFF;
  position: relative;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup p {
  display: inline;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup p span {
    font-size: 9px;
    /*font-weight:bold;*/
    font-family: Trebuchet MS, sans-serif;
    letter-spacing: 1px;
    position: absolute;
    display: inline-block;
    right: -20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 7px;
    background: #FF0000;
    width: 70px;
    padding: 1px 0 0 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    /*z-index: -1;*/
    top: -5px;
    right: 40px;
    border: 2px solid;
    border-color: transparent transparent #971300 #971300;
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    /*z-index: -1;*/
    top: 40px;
    right: -6px;
    border: 2px solid;
    border-color: transparent transparent #971300 #971300;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup p:before {
    right: 42px;
  }
  .machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .thumbs.pickup p:after {
    top: 41px;
  }
}
.machine-detail #machine-related-hall .gadget-slide .slide-group .group-item .item-title {
  font-size: 1.2rem;
}
.machine-detail #machine-related-hall .gadget-slide .slide-controller .pager {
  top: 3px;
  height: 105px;
  width: 14px;
}
.machine-detail #machine-related-hall .gadget-slide .slide-controller .pager:after {
  width: 8px;
  height: 8px;
}
.machine-detail #machine-related-hall .gadget-slide .slide-controller .prev:after {
  margin-left: -2px;
}
.machine-detail #machine-related-hall .gadget-slide .slide-controller .next:after {
  margin-right: -2px;
}
/* 20151022 dgmod end */

.btn.btn-detail-short-more-my-calendar {
  position: relative;
  min-width: 0;
  padding-right: 20px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: inherit;
  left: 77px;
}

/* 20151130 2910 start */
.estimate_top .comic_good_estimate{
    left: 450px;
}
.estimate_btm .comic_good_estimate{
    margin: 0 auto;
}
.estimate_top .comic_good_estimate_disable{
    left: 450px;
}
.estimate_btm .comic_good_estimate_disable{
    margin: 0 auto;
}

.comic_good_estimate {
  background:url(../img/spr_icn_good_gw.png) no-repeat;
  font-size: 11px;
  font-size: 1.1rem;
  color:#ffffff;
  position: relative;
  width:116px;
  height:38px;
  padding:8px 0 0 30px;
  white-space: nowrap;
}

.comic_good_estimate a{
  color:#fff;
}

.comic_good_estimate a:hover{
  text-decoration: none;
}

.comic_good_estimate_disable {
  background:url(../img/spr_icn_good_gray_gw.png) no-repeat;
  font-size: 11px;
  font-size: 1.1rem;
  color:#555;
  position: relative;
  width:116px;
  height:38px;
  padding:8px 0 0 30px;
  white-space: nowrap;
}

/* 20151130 2910 end */

/** 20160105 SNS 3576 Start */
/** タイトル脇小お気に入りボタン一列表示 (ブログ)*/
.sns-atr{
    height:25px;
    text-align: right;
    position: inherit;
    /*float: right;*/
}
/** カテゴリ脇小お気に入りボタン一列表示 (コミック)*/
.sns-atr_c{
    height:25px;
    text-align: right;
    float: right;
}
/** 大お気に入りボタン一列表示(動画) */
.sns-atr_l{
    height:22px;
    text-align: right;
    position: inherit;
    float: left;
}
/** 大お気に入りボタン一列表示(機種詳細) */
.sns-atr_m{
    text-align: right;
    position: inherit;
    /** float: right; */
}

/** 画面下部配置用 */
.sns-btm-atr{
    height:40px;
    vertical-align: center;
}

/** 画面下部お気に入りボタン無し：QA */
.sns-atr_b{
    text-align: right;
	position: relative;
}
/********************/
/** sns-atr (ブログ・コミック) */
/** タイトル行内設置 */
/********************/
.sns-atr .sns_left{
    position: absolute;
    top: 0px;
    right: 110px;
    display: block;
}
.sns-atr .sns_left_fbshare{
    position: absolute;
    top: 0px;
    right: 85px;
    display: block;
}
.sns-atr .sns_right{
    position: absolute;
    top: 0px;
    right: 41px;
    display: block;
}

/********************/
/** sns-atr_r (動画)*/
/********************/
.sns-atr_r .sns_left_fbshare{
    position: absolute;
    right: 217px;
	top: 1px;
    display: block;
    margin-top: 0px;
}
.sns-atr_r .sns_right{
   position: absolute;
    top: 1px;
    right: 174px;
    display: block;
}
/***********************/
/** sns-atr_m (機種詳細)*/
/***********************/

.sns-atr_m .sns_left{
    position: absolute;
    /*top: 10px;*/
    /*right: 235px;*/
    left: 0px;
    display: block;
}
.sns-atr_m .sns_left_fbshare{
    position: absolute;
    top: 2px;
    right: 217px;
/*    left: 160px;*/
    display: block;
}
.sns-atr_m .sns_right{
    position: absolute;
    top: 2px;
    right: 174px;
/*    left: 160px;*/
    display: block;
}
/********************/
/** sns-atr_b (Q&A) */
/********************/
.sns-atr_b .sns_left_fbshare{
	position: absolute;
	top: -27px;
	right: 41px;

}
.sns-atr_b .sns_right{
	position: absolute;
	right: 0px;
	top: -27px;
}
.sns-qanda{
	height: 35px;
}

/**************************************/
/** sns-btm-atr (コンテンツ下部：ブログ)*/
/**************************************/
.sns-btm-atr .sns_left{
    position: absolute;
    right: 90px;
    display: block;
    margin-top: 7px;
}
.sns-btm-atr .sns_left_fbshare{
    position: absolute;
    right: 55px;
    display: block;
    margin-top: 0px;
}
.sns-btm-atr .sns_right{
    position: absolute;
    /*top: 12px;*/
    right: 12px;
    display: block;
}

/****************/
/** その他微調整 */
/****************/
.head-main.with-sns{
    margin-right: 255px;
}
/** 20160105 SNS 3576 End */



/** 201602 機種詳細改修 start
機種詳細以外に影響がありそうな要素、または後読みのtemplate_pc.cssより
優先する場合は以下に親IDから指定
*/
#machine-wrap .machine-basic .detail-contents #detail-left {
    float: none;
    display: block;
    width: 220px;
    position: absolute;
    left: 0;
}
#machine-wrap .machine-basic .detail-contents #detail-right {
    position: relative;
    float: right;
    width: 591px; /* 821-220-margin10 */
}
#machine-wrap .sns-atr_m{
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
#machine-wrap .sns-atr_m a{
    display: inline-block;
    margin-left: 5px;
}
#machine-wrap .btn.btn-threeseven {
    height: 30px;
    padding: 6px 15px 0 48px;
    font-size: 1.2rem;
}
#machine-wrap .btn.btn-threeseven:after {
    background-size: 29px 20px;
    left: 6px;
    top: 16px;
}
#machine-wrap .related-tags {
    padding: 4px 10px 0;
    width: 650px;
    min-height: 24px;
}
#machine-wrap .related-tags .tags-heading {
    background: none;
    padding: 0;
}
#machine-wrap .related-tags .tags-contents {
    margin: 0 24px 0 24px;
    font-size: 12px;
    font-size: 1.2rem;
}
#machine-wrap .related-tags.is-opened {
    height: auto;
}
#machine-wrap .related-tags .tags-contents .tag,
#machine-wrap .related-tags .tags-contents .tag-etc {
    margin: 0 10px 4px 0;
}
#machine-wrap .related-tags .tag-mode-toggle {
    top: 3px;
}

#machine-wrap .tag-mode-toggle a {
    width: 16px;
}

#machine-wrap .icn-plus ,
#machine-wrap .icn-minus {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: -1;
    width: 16px;
}
#machine-wrap .machine-basic .detail-terms ,
#machine-wrap .machine-basic .detail-intro {
    display: inline-block;
    margin-top: 0;
}
#machine-wrap .machine-basic .detail-intro {
    float: right;
}
#machine-wrap .capture-contents {
    margin-bottom: 20px;
}
#machine-wrap .capture-contents .capture-child {
    border: none;
}
#machine-wrap .capture-contents .capture-child .capture-child-head {
    color: #FFFFFF;
    cursor: auto;
    border: none;
    background-color: #444444;
}
#machine-wrap .capture-contents .capture-child .capture-child-head:after {   display: none;
}
#machine-wrap .capture-contents .capture-child .capture-child-body {
    display: block;
    padding: 10px;
    background: #DDDDDD;
    margin-top: 10px;
}
#machine-wrap .capture-contents .capture-child .capture-child-head + .capture-child-body {
    margin-top: 0;
}
#machine-wrap .capture-contents .capture-child .capture-child-head:hover,
#machine-wrap .capture-contents .capture-child .capture-child-head:focus {
    text-decoration: none;
}

#machine-wrap .capture-contents .capture-grandchild-head {
	font-weight: bold;
	border-bottom: none;
    padding: 5px 10px;
    font-size: 1.6rem;
    margin-top: -10px;
}
#machine-wrap .capture-contents .post-wrap {
    display: block;
    padding: 5px 10px 10px;
    background: #FFFFFF;
}
#machine-wrap .capture-contents .post-wrap + .post-wrap{
    border-top: solid 10px #DDDDDD;
}
#machine-wrap .capture-contents .post-wrap .post-head {
    padding: 0 10px 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #444444;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
/* 20160616 #4165 wysiwyg tempaltes_pcの移行 Start */
#machine-wrap .capture-contents .post-wrap .post-body {
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    line-height:1.6;
}
#machine-wrap .capture-contents .post-wrap .post-body section {
  margin: 0;
}
#machine-wrap .capture-contents .post-wrap .post-body section p,
#machine-wrap .capture-contents .post-wrap .post-body section ul,
#machine-wrap .capture-contents .post-wrap .post-body section li,
#machine-wrap .capture-contents .post-wrap .post-body section dl,
#machine-wrap .capture-contents .post-wrap .post-body section div {
  padding: 0;
}
#machine-wrap .capture-contents .post-wrap .post-body section p:last-child,
#machine-wrap .capture-contents .post-wrap .post-body section ul:last-child,
#machine-wrap .capture-contents .post-wrap .post-body section li:last-child,
#machine-wrap .capture-contents .post-wrap .post-body section dl:last-child,
#machine-wrap .capture-contents .post-wrap .post-body section div:last-child {
  margin-bottom: 0;
}
#machine-wrap .capture-contents .post-wrap .post-body p {
  margin-top: 0 !important;
}
#machine-wrap .capture-contents .post-wrap .post-body table {
  max-width: 551px !important;
  border-collapse: collapse;
  border-spacing: 0;
}
#machine-wrap .capture-contents .post-wrap .post-body table,
#machine-wrap .capture-contents .post-wrap .post-body th,
#machine-wrap .capture-contents .post-wrap .post-body td {
	border:2px solid #000;
	padding:2px 5px;
	text-align:center;
}
#machine-wrap .capture-contents .post-wrap .post-body th{
	font-weight: normal;
	background-color: rgb(0, 104, 183);
	color:#FFFFFF;padding:0 5px;
}
/* 20160616 #4165 wysiwyg tempaltes_pcの移行 End */
/* 20160616 #4165 wysiwyg 共通設定を機種詳細だけに Start */
#machine-wrap .capture-contents .post-wrap .post-body img {
    display: block;
    cursor: pointer;
    margin: 10px auto 0 auto;
    /* width: auto; */
    height: auto;
}
#machine-wrap .capture-contents .post-wrap .post-body div:first-child img {
    margin-top: 0;
}
#machine-wrap .capture-contents .post-wrap .post-body div:last-child img {
    margin-top: 0;
}
/* 20160616 #4165 wysiwyg 共通設定を機種詳細だけに End */
/* インナーリンク */
.btn.btn-inner-link {
    padding: 6px 5px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #FFFFFF;
    background-image: none;
    text-shadow: 0px 2px 1px rgba(0,0,0, 0.7);
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5) inset, 1px 1px 0px 1px rgba(255,255,255,0.4) inset, -1px -1px 1px 1px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5) inset, 1px 1px 2px 0px rgba(255,255,255,0.75) inset, -1px -1px 2px 0px rgba(255,255,255,0.9) inset;
    background: #6b6b6b;
    background: -moz-linear-gradient(top,  #7d7d7d 0%, #3c3c3c 50%, #373737 100%);
    background: -webkit-linear-gradient(top,  #7d7d7d 0%,#3c3c3c 50%,#373737 100%);
    background: linear-gradient(to bottom,  #7d7d7d 0%,#3c3c3c 50%,#373737 100%);
}
.sub-content.page-inner-link {
    width: 600px;
    padding: 8px 0 0 0;
    margin-left: -9px;
    background: inherit;
    position: relative;
    overflow: hidden;
}
.sub-content.page-inner-link a {
    display: inline-block;
    width: 141px;
    height: 46px;
    margin-left: 9px;
    overflow: hidden;
    float: left;
    line-height: 1.7rem;
}
.sub-content.page-inner-link a div {
    height: 33px;
    overflow: hidden;
}
.sub-content.page-inner-link a span {
    width: 131px;
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
    word-wrap:break-word;
}
/* インナーリンクリスト */
.sub-content.page-inner-link-list {
    margin: 10px 0;
}
.sub-content.page-inner-link-list.basic-tbl tbody th {
    border: 1px solid #AAAAAA;
    text-align: left !important;
    font-weight: bold;
    /*border: 1px solid #999999;*/
    background: #6b6b6b;
    background: -moz-linear-gradient(top, #EFEFEF 26%, #CECECE 95%);
    background: -webkit-linear-gradient(top, #EFEFEF 26%, #CECECE 95%);
    background: linear-gradient(to bottom, #EFEFEF 26%, #CECECE 95%);
    padding: 2px 10px;
}
.sub-content.page-inner-link-list.basic-tbl tbody td {
    border: none;
    vertical-align: top;
    padding: 0 0.5em 0 0.5em;
    text-align: left !important;
}

.sub-content.page-inner-link-list.basic-tbl tbody td a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px;
    margin-top: 9px;
    line-height: 1.6rem;
}
.sub-content.page-inner-link-list.basic-tbl tbody tr.last  a {
    margin-bottom: 12px;
}

.sub-content.page-inner-link-list.basic-tbl tbody td a:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: -4px;
}
.sub-content.page-inner-link-list.basic-tbl tbody td.no-link{
    width: 100%;
    text-align: center !important;
}
.sub-content.page-inner-link-list.basic-tbl tbody td.no-link span{
    display: block;
    padding: 7px 0;
}

table.machine_rate {
    border: 2px solid #000000;
    width: 60%;
    margin: auto;
}
table.machine_rate th {
    border: 2px solid #000000;
    padding: 10px 20px;
    font-size: 1.5rem;
    background-color: rgb(0, 104, 183);
    color: #FFFFFF;
    text-align: center;
}
table.machine_rate td {
    border: 2px solid #000000;
    padding: 10px 20px;
    font-size: 2rem;
    text-align: center;
}
/** 201602 機種詳細改修 end */
/** #1862 機種総合TOP start **/
#machine-latest-article .machine-latest-article {
    max-height: 206px;
    max-width: 275px;
    display: block;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
}
/** #1862 機種総合TOP end **/

/*20161226 #4334 start*/
.machine-detail .detail-inst-btns .btn {
    width: 162px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 32px;
	position: relative;
}
.btn.machine-related-hall-btn {
    margin-right: 6px;
    width: 300px;
    height: 45px;
    color: #FFFFFF;
    background-color: rgb(255,134,51);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(255,134,51)), color-stop(100%, rgb(255,100,17)));
    background-image: -moz-linear-gradient(top, rgb(255,134,51), rgb(255,100,17));
    background-image: -webkit-linear-gradient(top, rgb(255,134,51), rgb(255,100,17));
    background-image: linear-gradient(to bottom, rgb(255,134,51), rgb(255,100,17));
    display: block;
    padding-top: 13px;
    padding-left: 10px;
    font-size: 1.4rem;
}
.btn.machine-related-hall-btn:hover,
.btn.machine-related-hall-btn:focus {
    background-color: rgb(255,153,85);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%,  rgb(255,153,85)), color-stop(100%, rgb(255,134,51)));
    background-image: -moz-linear-gradient(top,  rgb(255,153,85), rgb(255,134,51));
    background-image: -webkit-linear-gradient(top,  rgb(255,153,85), rgb(255,134,51));
    background-image: linear-gradient(to bottom, rgb(255,153,85), rgb(255,134,51));
}
.btn.machine-related-hall-btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icn_inst_hall_machine_gw.png) no-repeat 0 0;
}
.machine-detail .detail-favorite ,
.machine-detail .detail-inst-btns {
	float: right;
	clear: both;
    width: 162px;
}
/*20161226 #4334 end*/

/*#4547 フッター統一 start*/
body footer#newFooter {
  background-color: #333333;
  min-width: 1200px;
  margin-top: 30px;
  font-size: 16px;
}
body footer#newFooter div.footerInner {
  margin: 0 auto;
  padding: 60px 0 10px;
  width: 1130px;
  color: #fff;
  margin-top: -30px;
  overflow: hidden;
  zoom: 1;
}
body footer#newFooter div.footerInner div[class^=quarter] {
  float: left;
  margin-left: 50px;
}
body footer#newFooter div.footerInner div[class^=quarter]:first-child {
  margin-left: 0px;
}
body footer#newFooter div.footerInner div.quarter01 {
  width: 180px;
}
body footer#newFooter div.footerInner div.quarter02 {
  width: 333px;
}
body footer#newFooter div.footerInner div.quarter02 section {
  overflow: hidden;
  zoom: 1;
}
body footer#newFooter div.footerInner div.quarter02 section div.half01 {
  width: 150px;
  float: left;
}
body footer#newFooter div.footerInner div.quarter02 section div.half02 {
  width: 150px;
  float: left;
  margin-left: 33px;
}
body footer#newFooter div.footerInner div.quarter03 {
  width: 184px;
}
body footer#newFooter div.footerInner div.quarter04 {
  width: 280px;
}
body footer#newFooter div.footerInner div section {
  margin-top: 30px;
}
body footer#newFooter div.footerInner div section.machineInfo div.headline {
  border-bottom-color: #F36562;
}
body footer#newFooter div.footerInner div section.analysisInfo div.headline {
  border-bottom-color: #fa642c;
}
body footer#newFooter div.footerInner div section.contentsInfo div.headline {
  border-bottom-color: #BC31B7;
}
body footer#newFooter div.footerInner div section.hallInfo div.headline {
  border-bottom-color: #8fc31f;
}
body footer#newFooter div.footerInner div section.siteTop div.headline {
  border-bottom-color: #b2cccc;
}
body footer#newFooter div.footerInner div section.pGabuApp div.headline {
  border-bottom-color: #ff0066;
}
body footer#newFooter div.footerInner div section.relatedInfo div.headline {
  border-bottom-color: #00D0CD;
}
body footer#newFooter div.footerInner div section div.headline {
  margin-bottom: 16px;
  border-bottom: 3px solid #cccccc;
}
body footer#newFooter div.footerInner div section div.headline h1 {
  font-weight: normal;
  padding-bottom: 8px;
}
body footer#newFooter div.footerInner div section div.headline span.footer-heading1 {
	font-weight: normal;
	padding-bottom: 8px;
	display: inline-block;
}
body footer#newFooter div.footerInner div section ul li span.dispFooterTag2 a, body footer#newFooter div.footerInner div section ul li span.dispFooterTag2 span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #c2c2c2;
  font-weight: normal;
}
body footer#newFooter div.footerInner div section ul li span.dispFooterTag2 a:hover {
  color: #efefef;
}
body footer#newFooter div.footerInner div section ul li ul {
  padding-left: 8px;
  margin-bottom: 10px;
}
body footer#newFooter div.footerInner div section ul li ul li {
  font-size: 0.8em;
}
body footer#newFooter div.footerInner div section ul li ul li span.dispFooterTag3 a, body footer#newFooter div.footerInner div section ul li ul li span.dispFooterTag3 span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #c2c2c2;
  font-weight: normal;
}
body footer#newFooter div.footerInner div section ul li ul li span.dispFooterTag3 a:hover {
  color: #efefef;
}
body footer#newFooter div.footerInner section.asaideNavi {
  clear: both;
  border-top: 1px solid #5A5A5A;
  padding-top: 30px;
  border: none !important;
}
body footer#newFooter div.footerInner section.asaideNavi aside:first-child {
  border-top: 1px solid #5A5A5A;
  padding-top: 10px;
}
body footer#newFooter div.footerInner section.asaideNavi aside ul {
  text-align: center;
  padding-bottom: 30px;
}
body footer#newFooter div.footerInner section.asaideNavi aside ul li {
  display: inline-block;
}
body footer#newFooter div.footerInner section.asaideNavi aside ul li:before {
  content: '/';
  display: inline-block;
  color: #c2c2c2;
  margin: 0 8px;
}
body footer#newFooter div.footerInner section.asaideNavi aside ul li:first-child:before {
  content: '';
}
body footer#newFooter div.footerInner section.asaideNavi aside ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #c2c2c2;
  font-weight: normal;
}
body footer#newFooter div.footerInner section.asaideNavi aside ul li a:hover {
  color: #efefef;
}
body footer#newFooter div.footerInner section.asaideNavi aside ul li a h1 {
  font-weight: normal;
}
body footer#newFooter div.footerInner section.asaideNavi aside.pachigabuAside {
  text-align: center;
  padding-bottom: 10px;
  color: #c2c2c2;
  font-size: 0.8em;
  line-height: 1.2;
}
body footer#newFooter div.footerInner section.asaideNavi aside.pachigabuJasrac {
  text-align: center;
  margin-top: 10px;
}
body footer#newFooter div.footerInner section.asaideNavi aside.pachigabuJasrac p {
  color: #c2c2c2;
  font-size: 0.7em;
  display: inline-block;
  min-height: 50px;
  padding-left: 60px;
  position: relative;
}
body footer#newFooter div.footerInner section.asaideNavi aside.pachigabuJasrac p:before {
  content: "";
  display: block;
  background: url(../img/jasrac.jpg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
/*#4547 フッター統一 end*/
