@charset "UTF-8";
/* 全体CSS */

body {
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  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,
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;
}

.i-blk {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.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-center {
  text-align: center;
}
.btn.btn-login {
  height:28px;
  padding: 4px 10px;
  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-serial {
  height:28px;
  padding: 3px 10px 0px;
  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-serial:hover, .btn.btn-serial: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);
}

/* 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 */

.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-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-my-calendar {
  position: relative;
  min-width: 0;
  padding-right: 20px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: inherit;
  left: 77px;
}
.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_7go.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_7go.png) no-repeat 0 0;
  background-size: 100%;
}
.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-favorite.is-one-time-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-one-time-disabled:after {
  background-position: 0 -20px;
}
.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_7go.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-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-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_7go.png) no-repeat 0 0;
}
.btn.btn-capture {
  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-capture:hover, .btn.btn-capture: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-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%, #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-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%, #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-location, .btn.btn-calc, .btn.btn-map-jp, .btn.btn-clip, .btn.btn-myarea {
  color: #FFFFFF;
  background-color: #2F7AC4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmN2FjNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNWViOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f7ac4), color-stop(100%, #035eb8));
  background-image: -moz-linear-gradient(top, #2f7ac4, #035eb8);
  background-image: -webkit-linear-gradient(top, #2f7ac4, #035eb8);
  background-image: linear-gradient(to bottom, #2f7ac4, #035eb8);
}
.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: #3892D0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4OTJkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NzFjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3892d0), color-stop(100%, #0471c6));
  background-image: -moz-linear-gradient(top, #3892d0, #0471c6);
  background-image: -webkit-linear-gradient(top, #3892d0, #0471c6);
  background-image: linear-gradient(to bottom, #3892d0, #0471c6);
}
.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-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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.png) no-repeat 0 0;
}
.btn.btn-capture {
  position: relative;
  padding-left: 35px;
}
.btn.btn-capture:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 12px;
  width: 45px;
  height: 18px;
  margin-top: -10px;
  background: url(../img/logo_guideworks_white_7go.png) no-repeat 0 0;
  background-size: 45px 18px;
}
.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_7go.png) no-repeat 0 0;
  background-size: 32px 22px;
}
.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_7go.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-map-black {
  width: 60px;
  line-height: 27px;
  vertical-align: middle;
  background-color: #222222;
  color: #FFFFFF;
  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-map-black:hover, .btn.btn-map-black: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);
}

.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.is-disabled {
  border: 0;
  line-height: 30px;
  background-color: #EEEEEE;
}
.ipt-txt::-ms-clear {
  visibility: hidden;
}

.ipt-delete {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icn_delete_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-movie {
  padding-left: 23px;
  background: url(../img/icn_movie_7go.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_7go.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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-book {
  padding-left: 25px;
  background: url(../img/icn_book_7go.png) no-repeat 0 0.35em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-tag {
  padding-left: 21px;
  background: url(../img/icn_tag_7go.png) no-repeat;
  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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-open-blank {
  padding-right: 16px;
  background: url(../img/icn_open_blank_7go.png) no-repeat 100% 0.42em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-configure-large-black {
  padding-left: 33px;
  background: url(../img/icn_configure_large_black_7go.png) no-repeat 0 0.2em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-users {
  padding-left: 28px;
  background: url(../img/icn_users_7go.png) no-repeat 0 0.2em;
  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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-comic {
  padding-left: 25px;
  background: url(../img/icn_comic_7go.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-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 p.divider {
    font-weight: bold;
    font-size: 1.6rem;
}
.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/icon_hallsearch_map.jpg) no-repeat 0 0;
  background-size: 2760px;
  overflow: hidden;
}
.list-term .items li span {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.list-term .items .li-1 {
  background-position: 0px -80px;
}
.list-term .items .li-2 {
  background-position: -40px -80px;
}
.list-term .items .li-3 {
  background-position: -80px -80px;
}
.list-term .items .li-4 {
  background-position: -120px -80px;
}
.list-term .items .li-5 {
  background-position: -160px -80px;
}
.list-term .items .li-6 {
  background-position: -200px -80px;
}
.list-term .items .li-7 {
  background-position: -240px -80px;
}
.list-term .items .li-8 {
  background-position: -280px -80px;
}
.list-term .items .li-9 {
  background-position: -320px -80px;
}
.list-term .items .li-10 {
  background-position: -360px -80px;
}
.list-term .items .li-11 {
  background-position: -2120px -80px;
}
.list-term .items .li-12 {
  background-position: -2160px -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;
}
.list-term .items .li-54 {
  background-position: -2200px -80px;
}
.list-term .items .li-55 {
  background-position: -2240px -80px;
}
.list-term .items .li-56 {
  background-position: -2280px -80px;
}
.list-term .items .li-57 {
  background-position: -2320px -80px;
}
.list-term .items .li-58 {
  background-position: -2360px -80px;
}
.list-term .items .li-59 {
  background-position: -2400px -80px;
}
.list-term .items .li-60 {
  background-position: -2440px -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 .event-02,
.meta-tags .news {
  background-color: #794A8E;
}
.meta-tags .event-03,
.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 .event-01,
.meta-tags .new-machine {
  background-color: #DAA520;
}
.meta-tags .notice {
  background-color: #F9683E;
}
.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.type-form th,
.basic-tbl.type-form td {
  vertical-align: middle;
}
.basic-tbl.type-form .must th {
  position: relative;
  padding-right: 53px;
}
.basic-tbl.type-form .must th .icn {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -9px;
}
.basic-tbl.type-form .must.va-t th .icn {
  top: 12px;
  margin-top: 0;
}
.basic-tbl.type-form .va-t th,
.basic-tbl.type-form .va-t td {
  vertical-align: top;
}
.basic-tbl .per10 {
  width: 10%;
}
.basic-tbl .per11 {
  width: 11%;
}
.basic-tbl .per12 {
  width: 12%;
}
.basic-tbl .per13 {
  width: 13%;
}
.basic-tbl .per14 {
  width: 14%;
}
.basic-tbl .per15 {
  width: 15%;
}
.basic-tbl .per20 {
  width: 20%;
}
.basic-tbl .per22 {
  width: 22%;
}
.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%;
}
.basic-tbl .w100 {
  width: 100px;
}
.tbl-td-wordbreak{
    word-break: break-all;
}

.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 #0970C4;
  background-color: #0970C4;
  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);
}

.pagination-date {
  margin: 20px 0;
  height: 40px;
  line-height: 38px;
  text-align: center;
}
.pagination-date:after {
  content: "";
  display: block;
  clear: both;
}
.pagination-date a {
  text-decoration: none;
  color: inherit;
}
.pagination-date a:hover, .pagination-date a:focus {
  background-color: #F1F1F1;
}
.pagination-date .date-current {
  float: left;
  width: 382px;
  height: 40px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.pagination-date .date-prev-month,
.pagination-date .date-next-month {
  position: relative;
  float: left;
  width: 90px;
  height: 40px;
  border: 1px solid #DDDDDD;
}
.pagination-date .date-prev-month:after,
.pagination-date .date-next-month:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px;
}
.pagination-date .date-prev-day,
.pagination-date .date-next-day {
  position: relative;
  float: left;
  width: 119px;
  height: 40px;
  border: 1px solid #DDDDDD;
}
.pagination-date .date-prev-day:after,
.pagination-date .date-next-day:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px;
}
.pagination-date .date-prev-month {
  padding-left: 10px;
  margin-right: 10px;
}
.pagination-date .date-prev-month:after {
  left: 10px;
  background: url(../img/icn_arrow_left_double_7go.png) no-repeat 50% 50%;
}
.pagination-date .date-prev-day {
  padding-left: 10px;
}
.pagination-date .date-prev-day:after {
  left: 10px;
  background: url(../img/icn_arrow_left_7go.png) no-repeat 50% 50%;
}
.pagination-date .date-next-month {
  padding-right: 10px;
  margin-left: 10px;
}
.pagination-date .date-next-month:after {
  right: 10px;
  background: url(../img/icn_arrow_right_double_7go.png) no-repeat 50% 50%;
}
.pagination-date .date-next-day {
  padding-right: 10px;
}
.pagination-date .date-next-day:after {
  right: 10px;
  background: url(../img/icn_arrow_right_7go.png) no-repeat 50% 50%;
}

.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;
}

.manage-link {
  margin-top: 10px;
  text-align: right;
}
.manage-link .btn {
  text-align: center;
}

.close-link {
  margin-top: 10px;
  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;
}

.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: #0970C4 !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;
}

/* 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 */

.category-heading {
  margin: 10px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

.rule-contents .section {
  margin-top: 15px;
}
.rule-contents h3,
.rule-contents h4,
.rule-contents h5,
.rule-contents h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.rule-contents h3:last-child,
.rule-contents h4:last-child,
.rule-contents h5:last-child,
.rule-contents h6:last-child {
  margin-bottom: 0;
}
.rule-contents p {
  margin-bottom: 10px;
}
.rule-contents p:last-child {
  margin-bottom: 0;
}
.rule-contents ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.rule-contents ol {
  list-style-type: decimal;
  margin-left: 2em;
}
.rule-contents ul,
.rule-contents ol {
  margin-bottom: 10px;
}
.rule-contents ul li,
.rule-contents ol li {
  margin-top: 5px;
}
.rule-contents ul li:first-child,
.rule-contents ol li:first-child {
  margin-top: 0;
}
.rule-contents ul:last-child,
.rule-contents ol:last-child {
  margin-bottom: 0;
}
.rule-contents dl dt {
  clear: both;
  float: left;
  display: inline;
  margin-right: 10px;
}
.rule-contents dl dd {
  margin-bottom: 5px;
  overflow: hidden;
  *zoom: 1;
}
.rule-contents dl dd:last-child {
  margin-bottom: 0;
}

.has-tooltip .tooltip-trigger {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.has-tooltip .tooltip-trigger img {
  display: block;
}
.has-tooltip .tooltip-content {
  display: none;
}

.gadget-module {
  /*position: relative;*/
  z-index: 1;
  margin-top: 20px;
  padding: 10px 12px 15px 12px;
  border-top: 1px solid #333333;

  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
}
.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 0 12px;
  border-width: 1px 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: 31px;
  height: 23px;
  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 .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 .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: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;
}
.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.is-disabled {
  border: 0;
  line-height: 30px;
  background-color: #EEEEEE;
}
.ipt-txt::-ms-clear {
  visibility: hidden;
}

.ipt-delete {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../img/icn_delete_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-movie {
  padding-left: 23px;
  background: url(../img/icn_movie_7go.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_7go.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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-book {
  padding-left: 25px;
  background: url(../img/icn_book_7go.png) no-repeat 0 0.35em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-tag {
  padding-left: 21px;
  background: url(../img/icn_tag_7go.png) no-repeat;
  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_7go.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_7go.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_7go.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_7go.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_7go.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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-open-blank {
  padding-right: 16px;
  background: url(../img/icn_open_blank_7go.png) no-repeat 100% 0.42em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-configure-large-black {
  padding-left: 33px;
  background: url(../img/icn_configure_large_black_7go.png) no-repeat 0 0.2em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-users {
  padding-left: 28px;
  background: url(../img/icn_users_7go.png) no-repeat 0 0.2em;
  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_7go.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icn-comic {
  padding-left: 25px;
  background: url(../img/icn_comic_7go.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-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-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 p.divider {
    font-weight: bold;
    font-size: 1.6rem;
}
.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/icon_hallsearch_map.jpg) no-repeat 0 0;
  background-size: 2760px;
  overflow: hidden;
}
.list-term .items li span {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.list-term .items .li-1 {
  background-position: 0px -80px;
}
.list-term .items .li-2 {
  background-position: -40px -80px;
}
.list-term .items .li-3 {
  background-position: -80px -80px;
}
.list-term .items .li-4 {
  background-position: -120px -80px;
}
.list-term .items .li-5 {
  background-position: -160px -80px;
}
.list-term .items .li-6 {
  background-position: -200px -80px;
}
.list-term .items .li-7 {
  background-position: -240px -80px;
}
.list-term .items .li-8 {
  background-position: -280px -80px;
}
.list-term .items .li-9 {
  background-position: -320px -80px;
}
.list-term .items .li-10 {
  background-position: -360px -80px;
}
.list-term .items .li-11 {
  background-position: -2120px -80px;
}
.list-term .items .li-12 {
  background-position: -2160px -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;
}
.list-term .items .li-54 {
  background-position: -2200px -80px;
}
.list-term .items .li-55 {
  background-position: -2240px -80px;
}
.list-term .items .li-56 {
  background-position: -2280px -80px;
}
.list-term .items .li-57 {
  background-position: -2320px -80px;
}
.list-term .items .li-58 {
  background-position: -2360px -80px;
}
.list-term .items .li-59 {
  background-position: -2400px -80px;
}
.list-term .items .li-60 {
  background-position: -2440px -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 .event-02,
.meta-tags .news {
  background-color: #794A8E;
}
.meta-tags .event-03,
.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;
}
/*20160427 #4090 機種詳細にお知らせ追加 start */
.meta-tags .autonews {
  background-color: #FF00FF;
}
/*20160427 #4090 機種詳細にお知らせ追加 end */
.meta-tags .event-01,
.meta-tags .new-machine {
  background-color: #DAA520;
}
.meta-tags .notice {
  background-color: #F9683E;
}
.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.type-form th,
.basic-tbl.type-form td {
  vertical-align: middle;
}
.basic-tbl.type-form .must th {
  position: relative;
  padding-right: 53px;
}
.basic-tbl.type-form .must th .icn {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -9px;
}
.basic-tbl.type-form .must.va-t th .icn {
  top: 12px;
  margin-top: 0;
}
.basic-tbl.type-form .va-t th,
.basic-tbl.type-form .va-t td {
  vertical-align: top;
}
.basic-tbl .per10 {
  width: 10%;
}
.basic-tbl .per11 {
  width: 11%;
}
.basic-tbl .per12 {
  width: 12%;
}
.basic-tbl .per13 {
  width: 13%;
}
.basic-tbl .per14 {
  width: 14%;
}
.basic-tbl .per15 {
  width: 15%;
}
.basic-tbl .per20 {
  width: 20%;
}
.basic-tbl .per22 {
  width: 22%;
}
.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%;
}
.basic-tbl .w100 {
  width: 100px;
}

.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;
  clear: both;
}

.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 #0970C4;
  background-color: #0970C4;
  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);
}

.pagination-date {
  margin: 20px 0;
  height: 40px;
  line-height: 38px;
  text-align: center;
}
.pagination-date:after {
  content: "";
  display: block;
  clear: both;
}
.pagination-date a {
  text-decoration: none;
  color: inherit;
}
.pagination-date a:hover, .pagination-date a:focus {
  background-color: #F1F1F1;
}
.pagination-date .date-current {
  float: left;
  width: 382px;
  height: 40px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.pagination-date .date-prev-month,
.pagination-date .date-next-month {
  position: relative;
  float: left;
  width: 90px;
  height: 40px;
  border: 1px solid #DDDDDD;
}
.pagination-date .date-prev-month:after,
.pagination-date .date-next-month:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px;
}
.pagination-date .date-prev-day,
.pagination-date .date-next-day {
  position: relative;
  float: left;
  width: 119px;
  height: 40px;
  border: 1px solid #DDDDDD;
}
.pagination-date .date-prev-day:after,
.pagination-date .date-next-day:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -6px;
}
.pagination-date .date-prev-month {
  padding-left: 10px;
  margin-right: 10px;
}
.pagination-date .date-prev-month:after {
  left: 10px;
  background: url(../img/icn_arrow_left_double_7go.png) no-repeat 50% 50%;
}
.pagination-date .date-prev-day {
  padding-left: 10px;
}
.pagination-date .date-prev-day:after {
  left: 10px;
  background: url(../img/icn_arrow_left_7go.png) no-repeat 50% 50%;
}
.pagination-date .date-next-month {
  padding-right: 10px;
  margin-left: 10px;
}
.pagination-date .date-next-month:after {
  right: 10px;
  background: url(../img/icn_arrow_right_double_7go.png) no-repeat 50% 50%;
}
.pagination-date .date-next-day {
  padding-right: 10px;
}
.pagination-date .date-next-day:after {
  right: 10px;
  background: url(../img/icn_arrow_right_7go.png) no-repeat 50% 50%;
}

.more-link {
  margin-top: 20px;
}
.more-link .btn {
  display: block;
  margin: auto;
}

.detail-link {
  margin-top: 10px;
}
.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;
}
.top-widgets .detail-link {
  clear: both;
}
.detail-link .btn {
  text-align: center;
}

.manage-link {
  margin-top: 10px;
  text-align: right;
}
.manage-link .btn {
  text-align: center;
}

.close-link {
  margin-top: 10px;
  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;
}

.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: #0970C4 !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: 12px;
  /*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: #E5F5FD;
}
.suggest-area div:first-child {
  border-top: 0;
}
.category-heading {
  margin: 10px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

.rule-contents .section {
  margin-top: 15px;
}
.rule-contents h3,
.rule-contents h4,
.rule-contents h5,
.rule-contents h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.rule-contents h3:last-child,
.rule-contents h4:last-child,
.rule-contents h5:last-child,
.rule-contents h6:last-child {
  margin-bottom: 0;
}
.rule-contents p {
  margin-bottom: 10px;
}
.rule-contents p:last-child {
  margin-bottom: 0;
}
.rule-contents ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.rule-contents ol {
  list-style-type: decimal;
  margin-left: 2em;
}
.rule-contents ul,
.rule-contents ol {
  margin-bottom: 10px;
}
.rule-contents ul li,
.rule-contents ol li {
  margin-top: 5px;
}
.rule-contents ul li:first-child,
.rule-contents ol li:first-child {
  margin-top: 0;
}
.rule-contents ul:last-child,
.rule-contents ol:last-child {
  margin-bottom: 0;
}
.rule-contents dl dt {
  clear: both;
  float: left;
  display: inline;
  margin-right: 10px;
}
.rule-contents dl dd {
  margin-bottom: 5px;
  overflow: hidden;
  *zoom: 1;
}
.rule-contents dl dd:last-child {
  margin-bottom: 0;
}

.has-tooltip .tooltip-trigger {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.has-tooltip .tooltip-trigger img {
  display: block;
}
.has-tooltip .tooltip-content {
  display: none;
}

.gadget-module {
  /*position: relative;*/
  z-index: 1;
  margin-top: 20px;
  padding: 10px 12px 15px 12px;
  border-top: 1px solid #333333;

  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
}
.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: 1px 0 0 0;
}
#search_hall_map.gadget-module.draggable-item,
#search_hall.gadget-module.draggable-item {
  position: relative;
}

.gadget-module .gadget-head.hall {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

.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: 31px;
  height: 23px;
  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 .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 p {
  margin: 10px 0 20px 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.gadget-module .gadget-hallinfo h2 {
  margin: 25px 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #F6F6F6;
}
.gadget-module .gadget-hallinfo p {
  margin: 0px 50px 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.gadget-module .gadget-hallinfo ul {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 30px 0;
  width: 100%;
}
.gadget-module .gadget-hallinfo li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
/* 近隣駅対応 start */
.nearby-station {
  margin: 20px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
}
.nearby-station ul.station-list {
  margin: 0px 0px 0px 10px;
}
.nearby-station .station-list li {
  display: inline;
  list-style-type: none;
  margin-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.nearby-station .station-list li+li {
  border-left: 1px solid #808080;
}
.nearby-station .nearby-line {
  margin: 10px 0px 10px 0px;
}
.nearby-station .station-title {
  margin: 0px 0px 5px 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.nearby-station .line-name {
  margin: 5px 0px 5px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* 近隣駅対応 end */
.gadget-module .gadget-hallinfo li.hall {
  width: 25%;
}
.gadget-module .gadget-hallinfo div.reration-info {
  margin-left: -20px;
}
.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:first-child {
  margin-top: 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;
}
.mt-2{
    margin-top : 2rem;
}
.mb-1{
    margin-bottom : 1rem;
}
.mb-2{
    margin-bottom : 2rem;
}
.hall-short.short-gadget.is-short{
  display: none !important;
}
.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-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_7go.png);
  margin-top: 2px;
}
.gadget-controller .gadget-move {
  background-image: url(../img/icn_gadget_move_7go.png);
  cursor: move;
}
.gadget-controller .gadget-toggle {
  background-image: url(../img/icn_gadget_toggle_close_7go.png);
  margin-top: 2px;
}
.is-closed .gadget-controller .gadget-toggle {
  background-image: url(../img/icn_gadget_toggle_open_7go.png);
}
.gadget-controller .gadget-toggle-short {
  background-image: url(../img/widget_close.png);
  padding: 11px 35px;
}
.is-short .gadget-controller .gadget-toggle-short {
  background-image: url(../img/widget_open.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;
}
.gadget-controller .gadget-delete {
  background-image: url(../img/icn_gadget_delete_7go.png);
}
.gadget-controller .gadget-delete.is-disabled {
  background-image: url(../img/icn_gadget_delete_disabled_7go.png);
}

.gadget-tabs {
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 15px;
}
.gadget-tabs .tab {
  position: relative;
  display: table-cell;
  min-width: 130px;
  padding: 5px;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  color: inherit;
}
#new_contents .gadget-tabs .tab {
    padding: 5px 0;
}
.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;
}
.gadget-tabs .tab:hover {
  background-color: #DDDDDD;
  text-decoration: none;
}
.gadget-tabs .is-active,
.gadget-tabs .is-current {
  background-color: #0970C4;
  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 #0970C4;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
}
.gadget-tabs .is-active:hover,
.gadget-tabs .is-current:hover {
  background-color: #0970C4;
  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:hover {
  background-color: #DDDDDD;
  text-decoration: none;
}

.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: #0970C4;
  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 .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.no-border-btm .list-item:last-child {
  border-bottom: none;
  padding-bottom: 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 .item-body .comment {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-all;
}
.gadget-calendar .calendar-list-my .item-body .contents {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.gadget-calendar .calendar-list-my .item-body .contents:last-child {
  margin-bottom: 0;
}
.gadget-calendar .calendar-list-my .item-body .contents p {
  margin-top: 5px;
}
.gadget-calendar .calendar-list-my .item-body .contents p .is-show {
  display: inline !important;
}
.gadget-calendar .calendar-list-my .item-body .contents p:first-child {
  margin-top: 0;
}
.gadget-calendar .calendar-list-my .item-body .contents img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 10px auto;
}
.gadget-calendar .calendar-list-my .item-body .contents div:first-child img {
  margin-top: 0;
}
.gadget-calendar .calendar-list-my .item-body .contents div:last-child img {
  margin-bottom: 0;
}
.gadget-calendar .calendar-list-my .interview-contents {
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  /*height: 126px;*/
}

.gadget-calendar .calendar-list-my .interview-contents p.interview {
	margin: 4px 0px 0px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}
.gadget-calendar .calendar-list-my .interview-contents p.interview span {
	display: block;
    font-size: 12px;
    max-height: 45px;
    line-height: 1.3;
    position: relative;
}
.gadget-calendar .calendar-list-my .interview-contents p.interview span:before {
    background: #ffffff;
    position: absolute;
    content: "...";
    top: 31.2px;
    right: 0;
}
.gadget-calendar .calendar-list-my .interview-contents p.interview span:after {
    background: #ffffff;
    position: absolute;
	content: "";
	height: 100%;
	width: 100%;
}

.gadget-calendar .calendar-list-my .no-thumbs .item-meta,
.gadget-calendar .calendar-list-my .no-thumbs .item-body {
  margin-left: 0;
}
.gadget-calendar .calendar-list-my .list-item .heading {
    font-weight: bold;
    margin-bottom: 5px;
}
.gadget-calendar .result-list .meta-tags .logo img {
  max-height: 58px;
  max-width: 58px;
  vertical-align: middle;
}
.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-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: 25px;
  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-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;
}

.item-meta .meta-tags + .provider {
    margin-top: 5px;
}
.item-meta .meta-tags + .provider img {
  width: auto !important;
  height: auto !important;
  max-height: 20px;
  max-width: 47px;
}
.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-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-list .list-item:after {
  content: "";
  display: block;
  clear: both;
}
.gadget-list .list-item:first-child {
  margin-top: 0;
}
.gadget-module.draggable-item .gadget-list .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gadget-list .item-meta {
  float: left;
  min-width: 40px;
  margin-right: 8px;
}
.gadget-list .item-meta:after {
  content: "";
  display: block;
  clear: both;
}
.gadget-list .item-meta .thumbs {
  width: 60px;
  margin-bottom: 5px;
}
.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;
}
.top-widgets #new_machines .gadget-list .item-meta .thumbs {
  width: 70px;
}
#new_videos.draggable-item .item-meta .thumbs {
  width: 100px;
}
.gadget-list .item-meta-0 {
  width: 275px;
}

.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;
}

.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;
  clear: left;
}
.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-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%;
}
#recommend_contents .is-gallery .thumbs a:hover .hover-info{
    height: 70%;
}
.is-gallery .thumbs a:hover .hover-info.height {
  height: 44px !important;
}

.gadget-slide {
  position: relative;
  margin: 0 -12px;
  overflow: hidden;
}

.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.is-large .slide-group {
  padding: 0px;
}
.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.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: 86px;
  margin-left: 8px;
  position: relative;
}
.gadget-slide.wide-slide .slide-group .group-item {
   margin-left: 17px;
}
.gadget-slide .slide-group .group-item .thumbs {
  position: relative;
  width: 86px;
  height: 86px;
}
.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.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;
}
.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: 10px;
  font-size: 1.0rem;
}
.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_7go.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_7go.png) no-repeat 0 0;
}
.gadget-slide .slide-group .group-item .content .rate .num {
  margin-left: 73px;
}
.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;
}
#recommend_contents .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_videos .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_articles .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_blogs .gadget-slide.is-gallery .slide-controller .prev ,
#recommend_machines .gadget-slide.is-gallery .slide-controller .prev {
  left: 160px;
}
.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.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;
}

.gadget-tag-cloud {
  margin: -10px 0 0 -10px;
  color: #0059B2;
  font-weight:bold;

}
.gadget-tag-cloud:after {
  content: "";
  display: block;
  clear: both;
}
.gadget-tag-cloud .tag {
  text-decoration: underline;
  float: left;
  display: inline;
  margin: 8px 0 0 8px;
  padding: 0 8px;
  line-height: 26px;
  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-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,
.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_7go.png) no-repeat 0 0;
}
.gadget-ranking .ranking-list .item-body .rate .icon span {
  display: block;
  height: 11px;
  background: url(../img/icn_rate_star_7go.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-1 {
    width: 133px;
}
.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;
}
.is-short .gadget-ranking .gadget-grid-gallery .ranking-item-0 .thumbs a:hover .ranking-machine-hover0{
    height: 118px !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;
}
/*#3389 メニューウィジェットのデザイン変更*/
.list-item #p-list img,
.list-item #g-list img {
    vertical-align: middle;
    margin-top:3px;
    margin-bottom:3px;
    margin-right: 5px;
}
.list-item #p-list li img,
.list-item #g-list li img {
    vertical-align: 0px;
    margin-top:3px;
    margin-bottom:3px;
    margin-right: 5px;
    margin-left: 18px;
}
/*END #3389*/
.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;
}

body div#wrapper {
    background-color: #EFEFEF;
    padding-top: 129px;
    padding-bottom: 30px;
    min-width: 1200px;
}

#wrapper.is-mobile {
  min-width: 1245px;
}
#header {
  /** 20150930 dgmod ヘッダー改修
  position: absolute; **/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  min-width: 1160px;
  height: 70px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #0970C4;
}
@media (max-width: 1261px) {
  .four-col #header {
      width: auto;
  }
}
#wrapper.is-mobile #header {
  min-width: 1245px;
}
/** 20150930 dgmod ヘッダー改修 start *********************************/
#header .header-inner {
  /*width: 1160px;*/
  width: 1245px;
  margin: 4px auto 0 auto;
  height: 64px;
  /*padding-right: 120px;*/
  padding-right: 0;
  position: relative;
}
/*
.four-col #header .header-inner {
  width: 1245px;
  padding-right: 205px;
  padding-right: 0;
}
*/
#header .header-inner:after {
  content: "";
  display: block;
  clear: both;
}
#header .header-inner .logo {
  float: left;
  display: inline;
  margin: 7px 0 0 0px;
}
#header .header-inner .logo a,
#header .header-inner .logo img {
  display: block;
}
#header .header-inner .header-form {
    float:left;
    margin: 0 7px;
}
#header .header-inner .header-keyword-search {
    float:left;
    /*margin-top: 19px;
    margin-left: 19px;
    */
    margin-top: 7px;
    margin-left: 12px;
}
.header-form .ipt-txt {
    width: 405px;
}
#header .header-inner .header-keyword-search #search-type-selects {
    float: left;
    font-size: 12px;
    width: 84px;
}
#header .header-inner .header-keyword-search .search-type {
    float: none;
    line-height: 16px;
    margin-bottom:2px;
}
#header .header-inner .header-keyword-search .search-type input {
    float: none;
    vertical-align: middle;
}
#header .header-inner .header-keyword-search .search-type label {
    margin-left: 5px;
    vertical-align: middle;
}
#header .header-inner .visitor {
  float: left;
  display: inline-block;
  /*margin-top: 17px;*/
    margin-top: 7px;
}
#header .header-inner .serial {
  float: left;
  display: inline-block;
  /*margin-top: 17px;*/
  margin-top: 7px;
  margin-right: 12px;
}
#header .header-inner #header-banner {
  float: right;
  display: inline-block;
}

 .is-header-small #header {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
 }
 /* .is-header-small #header .header-inner {
 *   height: 42px;
 * }
 * .is-header-small #header .header-inner .logo {
 *   margin-top: 4px;
 * }
 * .is-header-small #header .header-inner .logo img {
 *   width: 107px;
 *   height: auto;
 * }
 * .is-header-small #header .header-inner .header-keyword-search {
 *     margin-top: 6px;
 *     margin-left: 113px;
 * }
 * .is-header-small #header .header-inner .visitor {
 *   margin-top: 11px;
 * }
 * .is-header-small #header .header-inner .visitor .btn {
 *   min-width: 75px;
 *   line-height: 19px;
 *   font-size: 11px;
 *   font-size: 1.1rem;
 * }
 */

#navigation {
/*  background-color: #025EB8;
 *  padding-right: 120px;
 */
  position: absolute;
  left: 208px;
  bottom: 5px;
}
.four-col #navigation {
/*  padding-right: 205px; */
}
#navigation .navi-wrap {
/*  width: 1040px;
 *  margin: 0 auto;
 *  height: 40px;
 */
}
#navigation .navi-wrap:after {
  content: "";
  display: block;
  clear: both;
}
#navigation .navi-menu {
  position: relative;
  float: left;
/*  width: 180px;
 *  border-left: 1px solid #0275E8;
 *  background-color: #025EB8;
 *  text-align: center;
 */
  padding-right: 8px;
}
#navigation .navi-menu:last-child {
/*  border-right: 1px solid #0275E8;  */
}
#navigation .navi-menu a {
/*  color: #FFFFFF;
 *  display: block;
 *  height: 40px;
 *  line-height: 40px;
 *  font-size: 16px;
 *  font-size: 1.6rem;
 *  font-weight: bold;
 *  text-decoration: none;
 */
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
}
#navigation .navi-menu a:hover {
  text-decoration: none;
}
#navigation .navi-menu:hover .navi-child-wrap, #navigation .navi-menu:focus .navi-child-wrap {
  display: block;
}
#navigation .navi-child-wrap {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: auto;
  border: 1px solid #0275E8;
  background-color: #FFFFFF;
}

#navigation .navi-child-menu {
  border-top: 1px solid #0275E8;
  text-align: left;
}
#navigation .navi-child-menu a {
  position: relative;
  display: block;
  white-space: nowrap;
  min-height: 38px;
  height: auto;
  line-height: 1.2em;
  padding: 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

#navigation .navi-child-menu:hover, #navigation .navi-child-menu:focus {
  background-color: #E9E9E9;
}
#navigation .navi-child-menu:hover a, #navigation .navi-child-menu:focus a {
  text-decoration: none;
}
#navigation .navi-child-menu:first-child {
  border-top: 0;
}

#navigation .menu-top {
  width: 140px;
}
#navigation .menu-top .navi-child-wrap {
  left: -1px;
}

#navigation .menu-contents {
  background-color: #005E00;
  color: #FFFFFF;
}
#navigation .menu-contents a {
  color: inherit;
}
#navigation .menu-contents:hover, #navigation .menu-contents:focus {
  background-color: #005100
}
#navigation .menu-contents .navi-child-wrap {
  border: 1px solid #00A800;
  background-color: #008000;
}
#navigation .menu-contents .navi-child-menu {
  border-top: 1px solid #00A800;
}
#navigation .menu-contents .navi-child-menu:hover, #navigation .menu-contents .navi-child-menu:focus {
  background-color: #005100;
}
#navigation .menu-contents .navi-child-menu:first-child {
  border-top: 0;
}
#navigation .menu-contents .navi-child-wrap {
  left: auto;
  right: -1px;
}

#breadcrumbs .topic-path {
  width: 1140px;
  margin: 30px auto 0px !important;
}

.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;
  margin-top: 12px;
}
.topic-path span {
  margin: 0 5px;
}

#contents {
  width: 1160px;
  min-height: 600px;
  margin: 12px auto 40px auto;
  line-height: 1.5;
}
body.four-col #contents {
  width: 1245px;
  margin: 5px auto 40px auto;
}
#contents .col-adsense {
  float: right;
  width: 300px;
}
#contents .col-noadsense {
  float: left;
  width: 851px;
}
#contents .adsense-list li {
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
#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 {
  content: "";
  display: block;
  clear: both;
}
.column-sitetop .col {
  float: left;
  display: inline;
  width: 415px;
  min-height: 250px;
  margin-right: 15px;
}
body.four-col .column-sitetop .col {
  width: 300px;
}
body.four-col .column-sitetop .col.right {
    float: right;
}
.column-sitetop .colspan {
  width: 845px;
  min-height: 0;
}
body.four-col .column-sitetop .colspan {
  width: 930px;
}

.column-1 .col {
  width: 845px;
  margin: 0 auto;
}

.column-2:after {
  content: "";
  display: block;
  clear: both;
}
.column-2 .col {
  float: left;
  width: 846px;
}
.column-2 .ad_xrost {
  float: right;
  width: 300px;
}
.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;
}
.col-result {
  float: left;
  display: inline;
  width: 825px;
  margin-left: 15px;
}

.seo {
  width: 1245px;
  min-height: 15px;
  margin: 15px auto 15px auto;
  line-height: 1.5;
}

.seo .seo_info p {
  font-size: 11px;
  line-height: 14px;
  float: center;
  margin-right: 10px;
  display: block;
  text-align: left;
  color: #666666;
}

#footer {
  min-width: 1160px;
  padding: 20px 0 30px 0;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}
#footer .navi {
  float: left;
  clear: both;
  margin-left: -15px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#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_7go.png) no-repeat;
  background-size: 100%;
}

#footer .nav-wrap {
  display: inline-block;
  margin-top: 5px;
  margin-left: -200px;
}
.footer-block {
    width: 1245px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
#footer .banner {
  display: inline-block;
  float: left;
}
#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 .seo_attention p {
  font-size: 11px;
  line-height: 14px;
  float: center;
  margin-right: 10px;
  display: block;
  text-align: center;
  color: #666666;
}
body footer#newFooter div.footerInner div section div.headline span.footer-heading1, div.listNavArea div section div.headline span.footer-heading1 {
	font-weight: normal;
	padding-bottom: 8px;
	display: inline-block;
}
div.listNavArea div section div.headline span.footer-heading1 {
	color: #414141;
}

/** 20160415 #3992 Start */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: rgba(3, 94, 184,0.7);
  overflow: hidden;
}
#pagetop a {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding-top: 36px;
    text-align: center;
}
#pagetop a:hover {
    text-decoration: none;
    background: rgba(3, 94, 184,0.4);
}
#pagetop a:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 20px;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
/** 20160415 #3992 End */

#toast-msg {
  display: block;
  position: fixed;
  z-index: 10001;
  top: 120px;
  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_7go.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);
}
#serial-toast-msg {
  display: block;
  position: fixed;
  z-index: 10001;
  top: 100px;
  left: 0;
  width: 100%;
  height: 85%;
  overflow-y: visible;
}
#serial-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);
}
#serial-toast-msg .msg .msg-frame {
  padding: 10px 20px;
  background: #FFFFFF;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #000000;
  cursor: text;
}
#serial-toast-msg .msg .msg-frame img{
  max-width: 100%;
}
#serial-toast-msg .msg div h2.display-code{
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
#serial-toast-msg .msg div table.serial-code-table {
  margin: 0 5px 20px 0;
  border: 1px solid #000000s;
  border-collapse: collapse;
  cursor: text;
  width: 660px;
}
#serial-toast-msg .msg div table.serial-code-table th {
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
  padding: 2px 10px;
  background:#EEEEEE;
}

#serial-toast-msg .msg div table.serial-code-table td {
  padding: 4px 10px;
  text-align: left;
  background:#FFFFFF;
  border: 1px solid #000000;
}

#serial-toast-msg .msg div img {
  vertical-align: middle;
}

#serial-toast-msg .msg div p {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}

#serial-toast-msg .msg div .description {
 background-image: url(../img/serial_btn.png);
 background-size: contain;
 background-repeat: no-repeat;
}
#serial-toast-msg .msg.is-animation {
  width: 700px;
  margin: 0 auto;
  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);
}
#serial-toast-msg .btn-serial-cd-close {
  float: right;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../img/icn_close_7go.png) no-repeat 50% 50%;
}
#serial-toast-msg tr th.campaign-name {
    min-width:92px;
}

.modal-bg,
#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  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: 10001;
  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,
#modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10001;
  width: 850px;
  height: 600px;
  margin: auto;
  border: 3px solid #444444;
  background: #FFFFFF;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
#modal-guidance {
  width: 926px;
  height: 635px;
}
.modal-window .modal-header,
#modal-window .modal-header {
  display: table;
  width: 100%;
  height: 50px;
  padding: 0 10px;
}
.modal-window .modal-header .heading-main,
#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,
#modal-window .modal-header .heading-sub {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.modal-window .modal-body,
#modal-window .modal-body {
  height: 544px;
  padding: 0 10px 10px 10px;
  overflow-y: scroll;
}
#modal-guidance.modal-window .modal-body {
  height: 579px;
}
#modal-guidance .modal-body {
  overflow: hidden;
}
#modal-guidance .guidance-close {
  margin-top: 5px;
  text-align: center;
}
#modal-guidance .heading-sub form {
  display: inline;
  line-height: 30px;
  margin-right: 1em;
}
#modal-guidance .heading-sub label,
#modal-guidance .guidance-close label {
  margin-left: 5px;
}
#modal-guidance .guidance-close .btn {
  margin-top: 10px;
}

.modal-window .modal-foot,
#modal-window .modal-foot {
  padding: 10px;
  text-align: right;
}
#modal-window.is-gallery {
  width: 620px;
  height: 700px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#modal-window.is-gallery.video-only {
  height: 548px;
}
#modal-window.is-gallery .modal-body {
  position: relative;
  width: 594px;
  height: 594px;
  border: 2px solid #DDDDDD;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow-y: visible;
}
#modal-window.is-gallery.video-only .modal-body {
  height: 480px;
}
#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;
  cursor: pointer;
}
#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;
  width: 40px;
  height: 40px;
  margin-left: 9px;
  border: 4px solid #FFF;
}
#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: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: #FFF;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs.is-pr {
    background: #000000;
}
#modal-window.is-gallery .modal-body .thumbs-wrap .thumbs:hover {
  opacity: 0.8;
}
#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_7go.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-y: scroll;
}
#modal-window.is-gallery .scroll-gallery .view .image {
  height: auto;
}
#modal-window.is-gallery .scroll-gallery .view .image img {
  position: static;
  cursor: pointer;
}

#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 .tooltip-content {
  line-height: 1.5;
}
#tooltip-window .tooltip-content dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#tooltip-window .window-close {
  margin-top: 5px;
  text-align: center;
}

#page-navi.is-fixed {
  height: 41px;
}
#page-navi.is-fixed .page-navi-wrapper {
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 9999;/*ヘッダー＝10000*/
  width: 1160px;
  margin: 0 auto;
}
#page-navi.is-fixed .page-inner-link {
  width: 821px;
  margin: 0 12px;
}

/* ホール検索 */
.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 .terms-links{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top : 15px;
    font-weight: bold;
    border-top: 1px solid #DDDDDD;
}
.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;
  margin-bottom: 10px;
}
.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/icon_hallsearch_map.jpg) no-repeat 0 0;
  background-size: 2760px;
}
.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;
}
/** 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;
}
/** 20210114 vyokoyama 設備情報アイコン追加 start **/
.term-check-list .check-list .li-65 input:checked + label {
  height: 40px;
  background: url("../img/hall/icon_hallsearch_pass.png") no-repeat top left;
  background-size: 40px;
}

.term-check-list .check-list .li-65 label {
  height: 40px;
  background: url("../img/hall/icon_hallsearch_pass-off.png") no-repeat top left;
  background-size: 40px;
}

.body-pc .term-check-list .check-list .li-65 label:hover {
  height: 40px;
  background: url("../img/hall/icon_hallsearch_pass.png") no-repeat top left;
  background-size: 40px;
}

.term-check-list .check-list .li-66 input:checked + label {
  background-position: -2640px -80px;
}
.term-check-list .check-list .li-66 label {
  background-position: -2640px 0;
}
.body-pc .term-check-list .check-list .li-66 label:hover {
  background-position: -2640px -40px;
}
.term-check-list .check-list .li-67 input:checked + label {
  background-position: -2680px -80px;
}
.term-check-list .check-list .li-67 label {
  background-position: -2680px 0;
}
.body-pc .term-check-list .check-list .li-67 label:hover {
  background-position: -2680px -40px;
}
.term-check-list .check-list .li-68 input:checked + label {
  background-position: -2720px -80px;
}
.term-check-list .check-list .li-68 label {
  background-position: -2720px 0;
}
.body-pc .term-check-list .check-list .li-68 label:hover {
  background-position: -2720px -40px;
}
/** 20210114 vyokoyama 設備情報アイコン追加 end **/
/** 20150930 dgmod 設備情報アイコン追加 end **/

.term-check-list .check-submit {
  margin: 15px 20px 0 20px;
}
.term-check-list .check-submit .btn {
  display: block;
}

.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 dl:last-child dd {
  margin: 0 0 -1px 0;
}
.modal-machine .machine-column dl:last-child ul:before {
  border-bottom: none;
}
.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_7go.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;
}

/*20160427 #4082 start*/
.hall-result-list ul {
  margin-top: 10px;
  border-top: none;
}
.hall-result-list li {
  position: relative;
  padding: 12px;
  border: 3px solid #888888;
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
/*20160427 #4082 end*/
.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_7go.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 {
  float: left;
  display: inline;
  width: 120px;
  margin: 0 10px 10px 0;
}
.hall-result-list li .thumbs img {
  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_7go.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;
}
/*20160427 #4082 start*/
.hall-result-list li .news {
  position: relative;
  margin: 5px 0 0;
  padding: 5px;
  border: solid 1px #DDDDDD;
  background: #FEFDEF;
}
.hall-result-list li .news .hall-link {
  display: inline;
  font-size: 1.4rem;
}
.hall-result-list li .news .meta-tags {
  display: block;
  margin: 1px 4px 0 0;
  float: left;
}
.hall-result-list li .news .meta-tags .tag {}

.hall-result-list li .news .item-body {
  clear: both;
  margin: 6px 0 0;
}
.hall-result-list li .news .item-body .thumb {
  display: block;
  float: left;
  width: 240px;
  max-height: 180px;
  font-size: 1.0rem;
  text-align: center;
}
.hall-result-list li .news .item-body .thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 180px;
  margin: 0 auto;
}
.hall-result-list li .news .item-body .item-text {
  overflow: hidden;
  margin-bottom: 25px;
}
.hall-result-list li .news .item-body .thumb+.item-text {
  overflow: hidden;
  margin-bottom: 25px;
  margin-left: 255px;
}

/*20167 #4253 start */
.item-text p:before {
    content: "...";
    top: 60px;
    right: 0;
    position: absolute;
}
.item-text p:after {
    content: "";
    height: 100%;
    width: 100%;
}
.hall-result-list li .news .item-body .item-text p,
.hall-result-list li .news .item-body .thumb+.item-text p {
    display: block;
    font-size: 13px;
    max-height: 75px;
    line-height: 15px;
    position: relative;
    padding-right: 10px;
}
#machine-related-hall-list .thumb+.item-text {
    margin-left: 170px;
}
#machine-related-hall-list .item-text p {
    display: block;
    font-size: 12px;
    max-height: 70px;
    line-height: 14px;
    position: relative;
    padding-right: 10px;
}
#machine-related-hall-list .item-text p:before {
    content: "...";
    top: 60px;
    right: 0;
    position: absolute;
}
.hall-result-list li .news .item-body .machine-news {
  overflow:visible;
  margin-bottom: 25px;
}
.hall-result-list li .news .item-body .machine-news p,
.hall-result-list li .news .item-body .thumb+.machine-news p {
    display: block;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    padding-right: 10px;
}
#machine-related-hall-list .machine-news p {
    display: block;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    padding-right: 10px;
}
/*201607 #4253 end*/

.hall-result-list li .news .date {
  display: block;
  color: #333333;
  margin-bottom:6px;
}
.hall-result-list li .news .link-more {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.2rem;
}
.hall-result-list li .news .link-more:hover {
  text-decoration: underline;
}
/*20160427 #4082 end*/

/*20160427 #4090 機種詳細にお知らせ追加 start */
#machine-related-hall-list .hall-result-list ul:after  {
  content: "";
  display: block;
  clear: both;
}
#machine-related-hall-list .hall-result-list li {
  width: 404px;
  float: left;
  border: 1px solid #888888;
}
#machine-related-hall-list .hall-result-list li .news {
  clear:left;
  padding: 5px;
}
#machine-related-hall-list .hall-result-list li .news .item-body {
  margin-top: 2px;
}
#machine-related-hall-list .hall-result-list li .news .item-body .thumb {
  width: 160px;
  max-height: 120px;
}
#machine-related-hall-list .hall-result-list li .news .item-body .thumb img {
  max-height: 120px;
}
#machine-related-hall-list .hall-result-list li .news .item-body .thumb+.item-text {
  margin-bottom: 25px;
  overflow: hidden;
}
#machine-related-hall-list .hall-result-list li .news .item-body .item-text {
  margin-bottom: 25px;
  overflow: hidden;
}
#machine-related-hall-list .hall-result-list li:nth-child(odd) {
  margin-right: 12px;
}
#machine-related-hall-list .hall-result-list li .details {
  margin-top: 2px;
}
#machine-related-hall-list .hall-result-list li .details dd {
  margin-bottom: 2px;
}
#machine-related-hall-list .hall-result-list li .address {
  font-size: 1.2rem;
}
#machine-related-hall-list .hall-result-list li:nth-child(even) {}
#machine-related-hall-list .more-link {
  margin: 10px 0;
}
/*20160427 #4090 機種詳細にお知らせ追加 end */

.hall-detail {
  position: relative;
  margin-bottom: 40px;
  padding-top: 7px;
}
.head-with-favorite {
  padding-right: 170px;
}
.head-with-favorite .hall-favorite {
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
}
.head-with-favorite .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: 30px;
}
.hall-detail .hall-contents .contents {
  overflow: hidden;
}
.hall-detail.is-lower {
  margin-bottom: 20px;
}

.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 .second-row {
  margin-top: 10px;
}
.hall-gallery .thumbs-wrap .second-row.first {
  margin-left: 0;
}
.hall-gallery .thumbs-wrap .is-current {
  border: 4px solid #ED6A3F;
}
.hall-gallery .thumbs-wrap .is-current span {
  margin: -4px;
}
.hall-gallery .thumbs-wrap .thumbs.is-pr {
  position: relative;
}
.hall-gallery .thumbs-wrap .thumbs.is-pr:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: ' ';
  background: url(../img/icn_movie_overlay_7go.png) no-repeat center center;
  background-color: rgba(0,0,0,0.6);
  background-size: 16px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.hall-big-banner {
  margin-top: 30px;
}
.hall-big-banner img {
  display: block;
  margin: 0 auto;
}

.hall-basic .basic-tbl,
.hall-route .basic-tbl {
  margin: 20px 0;
}

.hall-basic-map {
  padding-bottom: 5px;
}
.hall-basic-map .map-body { /*NAVITIME地図*/
    height:300px;
    width:100%;
    min-width: 300px;
    margin-top: 10px;
}
.hall-basic-map .close-link {
  margin-top: 15px;
}
.hall-basic-map img {
  display: block;
}

.hall-route .section-body div {
  margin-top: 1em;
  text-align: center;
}
.hall-route .section-body div:first-child {
  margin-top: 0;
}
.hall-route .section-body div img {
  display: block;
  margin: 0 auto;
}

.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 55px;
  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;
}
.hall-machine .list .date {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.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_7go.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_7go.png) no-repeat 0 0;
}
.contents-result-list li .item-meta .rate .icon span {
  display: block;
  height: 11px;
  background: url(../img/icn_rate_star_7go.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;
  display: table;
  border: 1px solid #DDDDDD;
  white-space: nowrap;
}
.contents-result-list li .item-foot .terms:after {
  content: "";
  display: block;
  clear: both;
}
.contents-result-list li .item-foot .terms .logo {
  display: table-cell;
  padding: 5px 15px;
  vertical-align: middle;
}
.contents-result-list li .item-foot .terms .logo img {
  display: block;
}
.contents-result-list li .item-foot .terms .term-wrap {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.contents-result-list li .item-foot .terms .term-wrap a,
.contents-result-list li .item-foot .terms .term-wrap 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 .term-wrap .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;
  padding-top: 13px;
  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;
}
.is-article-type-grid .contents-result-list li .item-foot .access {
  padding: 0;
}

/* 機種詳細（関連タグ） */
.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_7go.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;
}


/** 201602 機種詳細改修 start **/
.machine-detail {
    position: relative;
    padding-top: 2px;
}
.machine-detail .gadget-tabs {
    margin: 20px 0;
}
.machine-detail .gadget-tabs .tab {
    padding: 10px 5px;
}
.machine-detail .detail-favorite {
    /*position: absolute;
    top: -30px;
    right: 0;
    text-align: right;
    */
}
.machine-detail .detail-favorite .btn {
    float: right;
    width: 162px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 38px;
}


.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;
}
.machine-detail {
  position: relative;
}
.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_7go.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: 4.5em;
}
.machine-detail .detail-news .news-contents .content {
  overflow: hidden;
}
.machine-detail .detail-contents {
  position: relative;
}
.machine-detail .detail-contents:after {
  content: "";
  display: block;
  clear: both;
}
.machine-detail .detail-contents .images {
  float: left;
  display: inline;
  width: 220px;
  margin-right: 10px;
}
.machine-detail .detail-contents .contents {
  overflow: hidden;
}
.machine-detail .detail-contents .contents:after {
  content: "";
  display: block;
  clear: both;
}
.machine-detail .detail-contents .contents .detail-col-1 {
  float: left;
  width: 380px;
  margin-bottom: 20px;
}
.machine-detail .detail-contents .contents .detail-col-2 {
  float: right;
  width: 200px;
  margin-bottom: 20px;
}
.machine-detail .detail-contents .detail-col-span {
  clear: both;
}
.machine-detail .detail-contents .detail-col-span .basic-tbl table {
  border: 1px solid #DDDDDD
}
.basic-tbl.detail-other table th {
  white-space: nowrap;
  color: #000000;
}
.basic-tbl.detail-other table td {
  word-wrap: break-word;
  text-align: left;
}
.machine-detail .detail-gallery .view {
  position: relative;
  width: 220px;
  text-align: center;
/*    height: 220px; */
}
.machine-detail .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: 100%;
  max-height: 100%;  */
  margin: 0 auto;
  cursor: pointer;
}
.machine-detail .detail-gallery .thumbs-wrap {
  margin-top: 3px;
  margin-left: -2px;
}
.machine-detail .detail-gallery .thumbs-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.machine-detail .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-detail .detail-gallery .thumbs-wrap .thumbs.is-pr:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: ' ';
  background: url(../img/icn_movie_overlay_7go.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-detail .detail-gallery .thumbs-wrap .thumbs.is-pr:hover:after {
  display:none;
}
.machine-detail .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-detail .detail-gallery .thumbs-wrap .thumbs:hover img {
  opacity: 0.8;
}
.machine-detail .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-detail .detail-gallery-reel:after {
  content: "";
  display: block;
  clear: both;
}
.machine-detail .detail-gallery-reel .thumbs {
  float: left;
  display: inline;
  width: 95px;
  height: 90px;
  /*height: 72px; is7go*/
  overflow: hidden;
  margin-left: 9px;
  margin-bottom: 4px;
}
.machine-detail .detail-gallery-reel .thumbs img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.machine-detail .detail-gallery-reel .thumbs.is-reel {
  height: 278px; /* 90*3+margin4*2 */
}
.machine-detail .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-detail .detail-gallery-reel .thumbs:first-child {
 *   margin-left: 0;
 * }
*/
/*
 * .machine-detail .detail-rank {
 *   border-bottom: 1px solid #DDDDDD;
 * }
 * .machine-detail .detail-rank li {
 *   padding: 10px;
 *   border-top: 1px solid #DDDDDD;
 *   font-size: 12px;
 *   font-size: 1.2rem;
 * }
 * .machine-detail .detail-rank dl {
 *   margin-bottom: 5px;
 *   font-size: 14px;
 *   font-size: 1.4rem;
 * }
 * .machine-detail .detail-rank dl:after {
 *   content: "";
 *   display: block;
 *   clear: both;
 * }
 * .machine-detail .detail-rank dl dt {
 *   float: left;
 * }
 * .machine-detail .detail-rank dl dd {
 *   float: right;
 * }
 * .machine-detail .detail-rank .item-rate dt {
 *   padding-left: 22px;
 *   line-height: 17px;
 *   background: url(../img/icn_pen_7go.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-detail .item-rate .rate {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.machine-detail .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_7go.png) no-repeat 0 0;
}
.machine-detail .item-rate .rate .icon span {
  display: block;
  height: 11px;
  background: url(../img/icn_rate_star_7go.png) no-repeat 0 0;
}
.machine-detail .item-rate .rate .num {
  margin-left: 73px;
}
.machine-detail .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-detail .item-week dt {
    display: inline-block;
    padding-left: 16px;
    background: url(../img/icn_ranking_7go.png) no-repeat 0 0;
    background-size: 13px;
}
.machine-detail .item-week dd {
    display: inline-block;
    padding-left: 6px;
}
.machine-detail .item-week dd span{
    background-size: 15px;
    padding-left: 18px;
}
.machine-detail .detail-terms {
  margin-top: 10px;
  margin-right: -2px;
  margin-bottom: -2px;
}
.machine-detail .detail-terms:after {
  content: "";
  display: block;
  clear: both;
}
.machine-detail .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-detail .detail-terms .term-blue {
  background-color: #002E8C;
}
.machine-detail .detail-terms .term-pink {
  background-color: #D80197;
}
.machine-detail .detail-config {
  margin-bottom: 20px;
}
.machine-detail .detail-config th {
  color: #000000;
}
.machine-detail .detail-config td {
  text-align: center;
}

.machine-detail .detail-btns {
  width: 600px;
  margin-left: -9px;
  background: inherit;
  position: relative;
  overflow: hidden;
}
.machine-detail .detail-btns .btn {
  width: 191px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-left: 9px;
}
.machine-detail .detail-links {
  margin: 10px 0;
  padding: 10px 15px;
  border: 2px solid #DDDDDD;
}
.machine-detail .detail-links .link {
  display: block;
  margin-top: 7px;
}
.machine-detail .detail-links .link:first-child {
  margin-top: 0;
}
.machine-detail .detail-capture {
  margin-top: 10px;
  padding: 5px 15px 0;
  border: 1px solid #DDDDDD;
  position: relative;
}
.machine-detail .detail-capture .heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.machine-detail .detail-capture > .heading {
  position: relative;
}
.machine-detail .detail-capture > .heading img {
  width: 56px;
  height: auto;
  display: inline-block;
  margin-top: 4px;
}
.machine-detail .detail-capture > .heading p {
  display: inline-block;
  position: relative;
  line-height: 1.0rem;
  top: -5px;
  left: 0;
}
.machine-detail .detail-capture .heading .logo {
  margin-right: 5px;
  vertical-align: middle;
}
.machine-detail .detail-capture .heading .provider {
  margin-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.machine-detail .detail-capture .capture-btns {
  margin-left: -9px;
}
.machine-detail .detail-capture .capture-btns:after {
  content: "";
  display: block;
  clear: both;
}
.machine-detail .detail-capture .capture-btns li {
  float: left;
  display: inline;
  margin: 10px 0 0 9px;
}
.machine-detail .detail-capture .capture-btns .btn {
  font-size: 14px;
  font-size: 1.4rem;
  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);
}
.machine-detail .detail-capture .capture-btns .btn:hover {
  background-color: #666666;
  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);
}
.machine-detail .detail-capture .capture-btns .btn a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
.machine-detail .detail-capture .capture-btns .btn.is-disabled {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #999999;
}

/* 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;
  display: none;
}
.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 3px 0;
  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 */


.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-left: 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;
}


/* トップページ */
.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;
}

/* コピーライト一覧 */
.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;
}

/* お知らせ一覧 */
.hall-information .result-none {
  padding: 70px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.hall-information .result-list {
  margin-top: 15px;
  border-top: 1px solid #DDDDDD;
}
.hall-information .result-list .list-item {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.hall-information .result-list:first-child {
  margin-top: 0;
  border-top: 0;
}
.hall-information .result-list:first-child .list-item:first-child {
  padding-top: 0;
}
.hall-information .item-date {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.hall-information .item-section {
  margin: 0 10px 20px 10px;
}
.hall-information .item-section .item-section-head {
  padding: 10px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F6F6F6;
}
.hall-information .item-section .item-section-head .heading {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.hall-information .item-section .item-section-head .heading-before {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* 20160616 #4165 wysiwygから除外するためClassをリネーム インラインのルールを追加 start
.hall-information .item-section .wysiwyg-contents {*/
.hall-information .item-section .info-datail {
  margin: 0;
  padding: 10px;
}
.hall-information .item-section .info-datail p,
.hall-information .item-section .info-datail ul,
.hall-information .item-section .info-datail li,
.hall-information .item-section .info-datail dl {
    margin: 10px 0 0 0;
}
.hall-information .item-section .info-datail p:first-child,
.hall-information .item-section .info-datail ul:first-child,
.hall-information .item-section .info-datail li:first-child,
.hall-information .item-section .info-datail dl:first-child {
    margin-top: 0;
}
.hall-information .item-section .info-datail img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 15px auto;
}
.hall-information .item-section .info-datail div:last-child img {
    margin-bottom: 0;
}
/* 20160616 #4165 wysiwygから除外するためClassをリネーム インラインのルールを追加 end  */

.hall-information .item-section:last-child {
  margin-bottom: 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;
}

.machine-copyright {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.machine-copyright .copyright-list {
  margin-top: 10px;
  line-height: 1.5;
}
/* 利用登録 */
.form-step {
  margin-bottom: 15px;
}
.form-step .step-list:after {
  content: "";
  display: block;
  clear: both;
}
.form-step .step-list li {
  position: relative;
  float: left;
  width: 180px;
  margin-right: 24px;
  height: 45px;
  line-height: 41px;
  border: 2px solid #DDDDDD;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-step .step-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  display: block;
  margin-top: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #DDDDDD;
}
.form-step .step-list li:last-child {
  margin-right: 0;
}
.form-step .step-list li:last-child:after {
  display: none;
}
.form-step .step-list li.current {
  border: 0;
  line-height: 45px;
  background-color: #0970C4;
  color: #FFFFFF;
}
.form-step .step-list li.current:after {
  right: -17px;
  border-left: 9px solid #0970C4;
}

.form-agreement {
  text-align: center;
}
.form-agreement .agree-link {
  margin-top: 20px;
}
.form-agreement .agree-check {
  width: 350px;
  margin: 10px auto 0 auto;
  padding: 7px 0;
  border: 2px solid #DDDDDD;
}
.form-agreement .agree-check input {
  margin: 0;
  vertical-align: middle;
}
.form-agreement .agree-check label {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.form-submit {
  position: relative;
  margin-top: 20px;
  padding-bottom: 15px;
}
.form-submit .btn-return {
  position: absolute;
  top: 0;
  left: 0;
}

.form-lead {
  margin-bottom: 15px;
}
.form-lead .icn-form-must {
  margin-right: 5px;
  vertical-align: middle;
}

.form-block .list-input {
  margin-bottom: 10px;
}
.form-block .list-input:after {
  content: "";
  display: block;
  clear: both;
}
.form-block .list-input li {
  float: left;
  margin-right: 20px;
}
.form-block .list-input li input {
  margin: 0;
  vertical-align: middle;
}
.form-block .list-input li label {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-block .list-input.list-vertical li {
  float: none;
  margin-bottom: 5px;
  margin-right: 0;
}
.form-block .list-input.list-vertical li:last-child {
  margin-bottom: 0;
}
.form-block .list-btns:after {
  content: "";
  display: block;
  clear: both;
}
.form-block .list-btns li {
  float: left;
  margin-right: 15px;
}
.form-block .error-message {
  display: none;
  margin-bottom: 10px;
}
.form-block .error-message span {
  padding: 5px 10px;
  background-color: #FFE8E8;
  color: #D90000;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-block .is-error .error-message {
  display: block;
}
.form-block .ipt-wrap {
  margin-bottom: 10px;
}
.form-block .ipt-wrap .ipt-txt {
  width: 315px;
}
.form-block .ipt-wrap:last-child {
  margin-bottom: 0;
}
.form-block .ipt-lead {
  margin-bottom: 5px;
}
.form-block .idt-notice {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-block .new-nickname {
  margin-left: 1.3em;
}
.form-block .edit-area-fix {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #DDDDDD;
}
.form-block .edit-area-fix:first-child {
  margin-top: 0;
}
.form-block .edit-area-fix:last-child {
  margin-bottom: 0;
}
.form-block .edit-area-fix .ipt-wrap .ipt-txt {
  width: 500px;
  border: 0;
  line-height: 30px;
  background-color: #E0F0FE;
}
.form-block .edit-area-fix .ipt-wrap .ipt-txt.is-disabled {
  background-color: #EEEEEE;
}
.form-block .has-tooltip .tooltip-trigger {
  vertical-align: -0.15em;
}
.form-block .form-error th {
  background-color: #FFE8E8;
}
.form-block .form-error .form-error-message {
  margin-bottom: 10px;
}
.form-block .form-error .form-error-message span {
  padding: 5px 10px;
  background-color: #D90000;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.form-errors {
  margin: 20px 0;
  padding: 10px 15px;
  border: 2px solid #D90000;
  font-weight: bold;
  color: #D90000;
}
.form-errors dl dt {
  /*margin-bottom: 7px;*/
  padding-left: 25px;
  background: url(../img/icn_error_7go.png) no-repeat 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-errors dl dd {
  margin-top: 5px;
}

.form-finish {
  margin-top: 50px;
  padding-bottom: 70px;
}
.form-finish .thx-message {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.form-finish .confirm-message {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-finish .return-to-contents {
  margin-top: 30px;
  text-align: center;
}
.form-finish .return-to-contents .btn {
  width: 230px;
}

.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 .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;
}

/*NOT FOUND*/
.gadget-module.notfound .gadget-head {
  padding-top: 47px;
  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: 25px 0 28px 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;
    font-weight: bold;
    font-size: 16px;
}

/* 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;
}
.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;
}
.panel-body {
    clear: both;
}

/* 201509 design change yasui start */
.gadget-ranking .gadget-grid-gallery .grid-item {
	width:133px;
}
#ranking_machines_large .gadget-ranking .gadget-grid-gallery .grid-item .thumbs,
#ranking_machines_small .gadget-ranking .gadget-grid-gallery .grid-item .thumbs {
	height:100px !important;
}
.gadget-ranking .gadget-grid-gallery .ranking-item-1 .thumbs {
    height:100px !important;
}

.gadget-ranking .gadget-grid-gallery .grid-item.ranking-item-0 {
	width:275px;
}
#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: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;
}
.is-short .gadget-ranking .gadget-grid-gallery .thumbs a .ranking-machine-hover0 {
	height:7.4em;
}
#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;
}
.gadget-module.is-short .recommend-machines-body,
.gadget-module.is-short .recommend-video-body,
.gadget-module.is-short .recommend-blog-body,
.gadget-module.is-short .recommend-article-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;
}
#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;
}

/* 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;
}
.hall-logo img{
    max-height: 52px;
    max-width: 70px;
    vertical-align: middle;
    margin-right: 5px;
}

.maruhan_latestnews_img{
    max-width: 740px;
}


/* add 20151113 ホール検索画面改修 ST*/
.hall-search .search-terms.search-list .terms-table + h2 {
	margin-top:10px;
}
.hall-search .search-terms.search-list .terms-table th {
	white-space:nowrap;

}
.hall-search .search-terms.search-list .terms-table td a {
	margin-right:0.5em;
	white-space:nowrap;
	line-height:1.6em;
}
.hall-search .search-terms.search-list .terms-table td a:last-child {
    margin-right: 0;
}
.hall-search .search-terms.search-list .terms-table td a.linelast{
    margin-right: 0;
}
/* add 20151113 ホール検索画面改修 ED*/

.pref-banner {
	width:728px;
	margin:5px auto;
}

.hall-search-favorite_button {
    float: right;
}

.hall-search-favorite_item {
    clear: both;
    margin: 0 0 0 0;
}

/** 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{
    height:25px;
    margin-top: 15px;
    text-align: center;
}
/********************/
/** sns-atr (ブログ) */
/** タイトル行内設置 */
/********************/
.sns-atr .sns_left{
    position: absolute;
    top: 0px;
    right: 110px;
    display: block;
}
.sns-atr .sns_right{
    position: absolute;
    top: 1px;
    right: 40px;
    display: block;
}

/********************/
/** sns-atr_c (コミック) */
/** カテゴリ枠右 設置 */
/********************/
.sns-atr_c .sns_left{
    position: absolute;
    top: 20px;
    right: 110px;
    display: block;
}
.sns-atr_c .sns_right{
    position: absolute;
    top: 20px;
    right: 40px;
    display: block;
}


/********************/
/** sns-atr_l (動画)*/
/********************/
.sns-atr_l .sns_left{
    position: absolute;
    /*top: 10px;*/
    /*right: 235px;*/
    left: 0px;
    display: block;
}
.sns-atr_l .sns_right{
    position: absolute;
    top: 6px;
    /*right: 165px;*/
    left: 160px;
    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: -1px;
    right: 217px;
/*    left: 160px;*/
    display: block;
}
.sns-atr_m .sns_right{
    position: absolute;
    top: -1px;
    right: 174px;
/*    left: 160px;*/
    display: block;
}
/********************/
/** sns-atr_b (Q&A) */
/********************/
.sns-atr_b .sns_left{
    /*position: absolute;*/
    /*right: 320px;*/
    vertical-align: top;
    display: inline-block;
}
.sns-atr_b .sns_right{
    /*position: absolute;*/
    /*right: 250px;*/
    display: inline-block;
}

/**************************************/
/** 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: 50px;
    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 */
.gadget-module .gadget-head .machine-head-main {
/*    display: inline;*/
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
	width: 545px;
}

/** 201602 機種詳細改修 start
機種詳細以外に影響がありそうな要素、または後読みのtemplate_pc.cssより
優先する場合は以下に親IDから指定
*/
#machine-wrap .machine-basic .detail-contents #detail-left ,
#machine-wrap .machine-basic .detail-contents #detail-right {
    padding-top: 8px;
}
#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 .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;
}
#machine-wrap .machine-basic .detail-intro {
    float: right;
    margin-top: 2px;
}
#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: 519px !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: 568px;	/* 559+9 */
    padding: 6px 0 0;
    margin-left: -9px;
    background: inherit;
    position: relative;
    overflow: hidden;
}
.sub-content.page-inner-link a {
    display: inline-block;
    width: 133px;
    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: 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;
    text-align: center;
    background-color: #DDDDDD;
}
table.machine_rate td {
    border: 2px solid #000000;
    padding: 10px 20px;
    font-size: 2rem;
    text-align: center;
}
/** 201602 機種詳細改修 end */
/** 20160415 #3878 Start */
/* 特集 */
.sp-section {
    margin-top: 30px;
}
.sp-section .heading-lv1 {
    display: inline;
    font-weight: bold;
    font-size: 1.8rem;
}
.sp-section .heading-lv2 {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 1.6rem;
}
.sp-section .lead-txt {
    margin: 10px 0 0;
}
.sp-section:first-child {
    margin-top: 0;
}
/* 関連機種・横並び */
.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;
}
/* 動画ブロック */
.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;
}
/** 20160415 #3878 End */

/*20160427 #4039 start*/
	.latest-eyecatch {
	  margin: 20px 0 40px 0;
	  line-height: 1.1;
	}

	.latest-eyecatch img {
	  display: block;
	  height: auto;
	  max-width: 740px;
	  margin: 5px auto;
	}
/*20160427 #4039 end*/

/*20160704 #4261 start*/
.machine-detail .detail-inst-btns {
    width: 600px;
    background: inherit;
    position: relative;
    overflow: hidden;
}
.machine-detail .detail-inst-btns.first-line {
    border-top: solid 1px #DDDDDD;
    margin-top: 30px;
    padding-top: 12px;
}
.machine-detail .now-date {
    margin: -23px 0px 0px 50px;
    font-size: 1.3rem;
    float: left;
}
/*20160704 #4261 end*/

/*201607 #4280 start*/
.machine-detail #inst-hall-machine-btn {
    margin-right: 10px;
    float: left;
}
.machine-detail .detail-777-btns {
    width: 280px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    float: left;
}
.machine-detail .sp-play-btns {
    margin-left: 9px;
}
.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;
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.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: 23px;
    left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icn_inst_hall_machine_7go.png) no-repeat 0 0;
}
.btn.sp-play-btns:after {
    content: "";
    position: absolute;
    display: block;
    top: 23px;
    left: 12px;
    width: 25px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icn_app_play_7go.png) no-repeat 0 0;
}
.btn.sp-play-btns {
  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%, #333333), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(top, #333333, #111111);
  background-image: -webkit-linear-gradient(top, #333333, #111111);
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn.sp-play-btns:hover, .btn.sp-play-btns: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%, #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);
}
/*201607 #4280 end*/

.ntgeo-control {
z-index: 990 !important;
}

#bellagio_power_by {
	padding-left:23%; padding-right:23%;
}
#dn_latestnews_info {
    overflow: hidden;
    word-break: break-all;
}
