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

.is-mobile, .is-mobile * {
  max-height: 1000000px;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}

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

.is-hide {
  display: none;
}

.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;
}
.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: 28px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn.btn-medium {
  min-width: 100px;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn.btn-large {
  min-width: 190px;
  padding: 0 10px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
}
/*.btn.btn-login {
  border: 1px solid #DDDDDD;
  color: inherit;
  background-color: #F6F6F6;
  background-size: 100%;
}
.btn.btn-login:hover, .btn.btn-login:focus {
  background-color: #E9E9E9;
  background-size: 100%;
}*/

.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.start:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #444444;
}
.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.end:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #444444;
}
.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-basic {
  border: 1px solid #0059B2;
  color: inherit;
  background-color: #FFFFFF;
  background-size: 100%;
}
.btn.btn-basic:focus {
  background-color: #E9E9E9;
  background-size: 100%;
}
.btn.btn-basic.is-disabled {
  background-color: #F6F6F6;
  background-size: 100%;
  color: #999999;
}
.btn.btn-basic.is-current {
  border: 0;
  line-height: 40px;
  background: #444444;
  color: #FFFFFF;
}
.btn.btn-manage {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  color: gray;
}
.btn.btn-manage:hover, .btn.btn-manage:focus {
  background-color: #EEEEEE;
}
.icn-plus {
  padding-left: 21px;
  min-height: 16px;
  line-height: 16px;
  background: url(../img/icn_plus_cp.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_cp.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.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;
}
.col-archive a.btn ,
.col-result a.btn {
  font-size: 12px;
  font-size: 1.2rem;
}
.result-number {
  z-index: 1;
  margin-bottom: 10px;
}
.result-number.on-back-img {
  background-color: #fff;
  padding-top: 10px;
}
.result-number p {
  line-height: 28px;
  padding-left: 10px;
  display: inline;
}
.result-module {
  z-index: 1;
  padding: 10px 0 0;
  border-right: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}
.result-module .result-head {
  position: relative;
  padding: 0 10px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.result-module .result-head:after {
  content: "";
  display: block;
  clear: both;
}

.result-module .result-head .head-thumbs {
  position: relative;
  float: left;
  display: inline;
  width: 50px;
  height: 37px;
  margin-right: 5px;
}

.result-module .result-head .head-main {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.result-module .result-head .head-sub {
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.result-module .result-body {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  overflow:hidden;
}
.result-module:first-child {
  margin-top: 0;
}
.result-module.is-closed {
  padding: 10px 12px;
}
.result-module.is-closed .result-head {
  margin-bottom: 0;
}
.result-module.is-closed .result-body {
  display: none;
}
.result-module .result-body .gadget-atr {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.result-module .result-body .favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
}
.result-module .result-body .favorite a {
  display: block;
  width: 25px;
  height: 20px;
  background: url(../img/spr_icn_fav_cp.png) no-repeat 0 0;
  cursor: pointer;
}
.result-module .result-body .favorite a:hover, 
.result-module .result-body .favorite a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.result-module .result-body .favorite .is-disabled {
  background-position: 0 -20px;
  cursor: default;
}
.result-module .result-body .result-txt {
  margin-bottom: 10px;
}
.result-module .result-body .result-txt img ,
.result-module .result-body .result-img img {
  max-width: 560px;
  height: auto;
}
.result-foot {
  padding: 10px;
  position: relative;
  border-right: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  overflow: hidden;
}
.result-foot .result-foot-left {
  position: relative;
  display:inline;
  left:0px;
}
.result-foot .result-foot-right {
  float: right;
}
.archive-twitter {
  padding-bottom: 10px ;
}
.archive-module {
  border-right: 1px solid #DDDDDD;
  font-size: 14px;
  font-size: 1.4rem;
}
.archive-module header {
  padding: 10px ;
  font-weight: bold;
  color: #ffffff;
}
.archive-module .archive-body {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px ;
  word-break: break-all;
}
.archive-module-tmb .archive-body {
  min-height: 65px;
}
.archive-module .archive-body .archive-tmb {
  display: inline-block;
  vertical-align: top;
  width: 60px;
}
.archive-module .archive-body .archive-txt {
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
.archive-module .archive-body .archive-txt .archive-date {
  font-size: 12px;
  font-size: 1.2rem;
}
.archive-module .archive-footer {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px ;
}
.toggle-disp .toggle {
  display: none;
  cursor: pointer;
}
.toggle-disp .is-current {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#wrapper {
  padding-top: 115px;
}

/* #3467 連動ゲーム先のヘッダ共通化 */
a {
  color: #0059B2;
}
.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.btn-small {
  /*padding: 0 10px;*/
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
}

.btn.btn-login {
  border: 1px solid #DDDDDD;
  color: inherit;
  background-color: #F6F6F6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
.btn.btn-login:hover, .btn.btn-login:focus {
  background-color: #E9E9E9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
  background-image: -moz-linear-gradient(top, #f2f2f2, #e9e9e9);
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e9e9e9);
  background-image: linear-gradient(to bottom, #f2f2f2, #e9e9e9);
}
.btn.btn-submit {
  color: #FFFFFF;
  background-color: #222222;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
}
.btn.btn-submit:hover, .btn.btn-submit:focus {
  background-color: #444444;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #444444));
  background-image: -moz-linear-gradient(top, #777777, #444444);
  background-image: -webkit-linear-gradient(top, #777777, #444444);
  background-image: linear-gradient(to bottom, #777777, #444444);
}

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

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

#header {
  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;
}
#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: 1px 0px 0px 0px;
  height: 58px;
  width: 110px;
}
#header .header-inner .logo img {
  height: auto;
  width: auto;
  max-height: 58px;
  max-width:110px;
}
#header .header-inner .logo a,
#header .header-inner .logo img {
  display: inline-block;
  vertical-align: middle;
  line-height: 58px;
}
#header .header-inner .header-form {
    float:left;
    margin: 0 10px;
}
#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: 330px;    */
    width: 410px;
}
#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 #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: 210px;
  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: 10px;
}
#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 a.is-current {
 *   background-color: #01488F !important;
 *  color: inherit !important;
 * 
 * }
 * #navigation .navi-menu:hover, #navigation .navi-menu:focus {
 *   background-color: #0153A5;
 * }
 *#navigation .navi-menu:hover a, #navigation .navi-menu:focus a {
 *  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%;
  /*left: -28px;*/
  z-index: 10;
  /*width: 260px;*/
  width: auto;
  border: 1px solid #0275E8;
  /*background-color: #025EB8;*/
  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: #0153A5;*/
  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-pachi2guide {
 *   background-color: #444444;
 *   color: #FFFFFF;
 * }
 * #navigation .menu-pachi2guide a {
 *   color: inherit;
 *   line-height: 38px;
 * }
 *#navigation .menu-pachi2guide a img {
 *  vertical-align: middle;
 *}
 *#navigation .menu-pachi2guide:hover, #navigation .menu-pachi2guide:focus {
 *  background-color: #333333;
 *}
 *#navigation .menu-pachi2guide .navi-child-wrap {
 *  border: 1px solid #777777;
 *  background-color: #444444;
 *}
 *#navigation .menu-pachi2guide .navi-child-menu {
 *  border-top: 1px solid #777777;
 *}
 *#navigation .menu-pachi2guide .navi-child-menu:hover, #navigation .menu-pachi2guide .navi-child-menu:focus {
 *  background-color: #333333;
 *}
 *#navigation .menu-pachi2guide .navi-child-menu:first-child {
 *  border-top: 0;
 *}
 */
/** 20150930 dgmod ヘッダー改修 end *********************************/

#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;
}
/* END #3467 */

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

.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;
}
#contents .col-adsense {
  float: right;
  width: 300px;
  margin-top: -35px;
}
#contents .adsense-list li {
  margin-bottom: 10px;
  background-color: #fff;
}
#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-2:after {
  content: "";
  display: block;
  clear: both;
}
.column-2 .col {
  float: left;
  width: 846px;
}

.column-3:after {
  content: "";
  display: block;
  clear: both;
}
.column-3 .col {
  float: left;
  width: 846px;
}
.column-3 .col-image {
  float: left;
  width: 846px;
  height: 370px;
  margin-bottom: 15px;
  margin-top: -35px;
  background-color: #FFFFFF;
}
.column-3 .col-archive {
  float: left;
  width: 250px;
}
.column-3 .col-result {
  float: left;
  display: inline;
  width: 580px;
  margin-left: 15px;
}

#footer {
  min-width: 1160px;
  padding: 20px 0 30px 0;
  background-color: #F6F6F6;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}
#footer .navi {
  margin-left: -15px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  clear: both;
}
#footer .navi:after {
  content: "";
  display: block;
  clear: both;
}
#footer .navi li {
  float: left;
  display: inline;
  margin-left: 15px;
}
#footer .navi a {
  color: inherit;
  font-size: 14px;
  font-size: 1.4rem;
}

#footer .nav-wrap {
  display: inline-block;
  margin-left: -300px;
}
#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;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: rgba(3, 94, 184,0.7);
  overflow: hidden;
}
#pagetop img {
  display: block;
}
#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_cp.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);
}

.gadget-slide {
  position: relative;
  margin: 0 ;
  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: 846px;
  padding: 0 12px;
}
.gadget-slide.is-top .slide-group {
  padding: 0;
}
.top-widgets .gadget-slide.is-top .group-item,
.top-widgets .gadget-slide.is-top .group-item .thumbs,
.top-widgets .gadget-slide.is-top .slide-group {
  width: 800px;
}
.top-widgets .gadget-slide.is-top .group-item .thumbs img { 
  max-width: 800px;
}
.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;
}
.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 .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;
}
.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-top .slide-controller .pager {
  top: 50%;
  margin-top: -25px;
}
.gadget-slide.is-top .group-item {
  width: 846px;
  height: auto;
}
.gadget-slide.is-top .group-item .thumbs {
  width: 846px;
  height: auto;
}
.gadget-slide.is-top .group-item .thumbs img {
  position: relative;
  display: block;
  max-width: 846px;
  //max-height: 370px;  // #3818 height-size free
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* 20160616 wysiwyg start */
.wysiwyg-area {
  overflow: hidden;
  word-break: break-all;
  font-size: 1.4rem;
}
/* 20160616 wysiwyg end */

.wysiwyg-area img {
    height: auto;
    max-width: 100%;
}
/** 20160420 floating 4004 Start */
.wysiwyg-contents:after,
.wysiwyg-area:after { 
    content:" "; 
    display:block; 
    clear:both; 
}
/** 20160420 floating 4004 End */
.modal-module .gadget-module {
  line-height: 1.5;
  padding: 27px 30px 30px 30px;
  border-top: 6px solid #99CCFF;
  border-right: none;
  border-bottom: none;
}
.modal-module .gadget-module .gadget-head .head-main {
  font-size: 16px;
  font-size: 1.6rem;
}

.gadget-module {
  margin-top: 20px;
  padding: 10px 12px 15px 12px;
  border-top: 2px solid #333333;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
}
.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: 2px 0 0 0;
}
#search_hall_map.gadget-module.draggable-item,
#search_hall.gadget-module.draggable-item {
  position: relative;
}
.gadget-module .gadget-head {
  position: relative;
  margin-bottom: 10px;
}
.gadget-module .gadget-head.hall {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}
.top-widgets .gadget-module.draggable-item .gadget-head {
  margin-bottom: 3px;
}
.top-widgets .gadget-module.draggable-item .gadget-body {
  padding-top: 5px;
}
.gadget-module .gadget-head:after {
  content: "";
  display: block;
  clear: both;
}
.gadget-module .gadget-head .head-icn {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.gadget-module .gadget-head .head-icn img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.gadget-module .gadget-head .head-thumbs {
  position: relative;
  float: left;
  display: inline;
  width: 50px;
  height: 37px;
  margin-right: 5px;
}
.gadget-module .gadget-head .head-thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.gadget-module .gadget-head .head-thumbs.is-square {
  height: 50px;
}
.gadget-module .gadget-head .head-main {
  display: inline;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.gadget-module .gadget-head .head-sub {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.gadget-module .gadget-head .head-sub-link {
  float: right;
}
.gadget-module .gadget-head .gadget-controller {
  position: absolute;
  top: 2px;
  right: 0;
}
.gadget-module .gadget-body {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
}
.top-widgets .gadget-module.draggable-item.banner .gadget-body {
  padding-top: 0px;
  border-top: none;
}
.gadget-module .gadget-body.is-noborder-top {
  padding-top: 0;
  border-top: 0;
}
.gadget-module:first-child {
  margin-top: 0;
}
.top-widgets .gadget-module.draggable-item.is-closed {
  padding: 3px 12px;
}
.gadget-module.is-closed .gadget-head {
  margin-bottom: 0;
}
.gadget-module.is-closed .gadget-body {
  display: none;
}
.gadget-module.is-noborder-top {
  border-top: 0;
}
.column-sitetop .gadget-module .gadget-head {
  padding-right: 105px;
}
.column-sitetop .gadget-module .gadget-head .head-main {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
}

.gadget-module.draggable-item .gadget-list .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contents-result-list li {
  position: relative;
  padding: 12px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 12px;
  font-size: 1.2rem;
}

/*NOT FOUND*/
.gadget-module.notfound .gadget-head {
  padding-top: 41px;
  text-align: center;
}
.gadget-module.notfound .gadget-head .head-main {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.gadget-module.notfound .notfound-body {
  padding-top: 15px;
}
.gadget-module.notfound .notfound-body .notfound-text {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.gadget-module.notfound .notfound-body .notfound-logo {
  padding: 48px 0 54px 0;
  text-align: center;
}

/* コピーライト関連 */
.icn-plus {
  padding-left: 21px;
  min-height: 16px;
  line-height: 16px;
  background: url(../img/icn_plus_cp.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_cp.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.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;
}
.machine-copyright {
  margin-top: 20px;
  padding: 10px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #dddddd;
}
.machine-copyright .copyright-list {
  margin-top: 10px;
  line-height: 1.5;
}


/*ページネーション*/
.pagination {
  display: table;
  width: 100%;
  margin-top: 10px;
  
  font-size: 14px;
  font-size: 1.4rem;
}
.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 #009944;
  background-color: #009944;
  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: 3px;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #777777;
}
.pagination .list .start 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 .end a {
  position: relative;
  padding: 0 20px 0 10px;
}
.pagination .list .end a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #777777;
}
.pagination .list .end 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);
}

/* メインコンテンツ */
.archive-module header.line-header {
	border-top:2px solid #009944;
	background-color:#FFF;
	font-weight:normal;
	color:#000;
}

.archive-module header.line-header h2 {
	font-weight:bold;
}

.col-result .archive-module .archive-body {
  padding: 10px 0 ;
  word-break: break-all;
}
.col-result .archive-module .archive-body .archive-tmb {
  display: inline-block;
  vertical-align: top;
  text-align:center;
  width: 120px;
}

.archive-module .archive-body .archive-tmb a img {
	width:60px;
	height:auto;
}
.col-result .archive-module .archive-body .archive-tmb a img {
	width:96px;
}
.col-result .archive-module .archive-body .archive-txt {
  display: inline-block;
  vertical-align: top;
  width: 442px;
}

.result-foot .pagination {
  margin-top: 0px;
  margin-bottom:10px;
}

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

.suggest-area {
  position: absolute;
  z-index: 100;
  border: 1px solid #777777;
  background-color: #FFFFFF;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.suggest-area div {
  padding: 5px 10px;
  border-top: 1px solid #777777;
  cursor: pointer;
}
.suggest-area div:hover, .suggest-area div:focus {
  background: #E5F5FD;
}
.suggest-area div:first-child {
  border-top: 0;
}

/** 20160415 #3992 Start */
#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 */
/*ホール詳細から移植 Start*/
.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;*/
  color: inherit;
}
.gadget-calendar .calendar-list-my .list-item:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
}
.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;
    margin-top: 10px;
}
.gadget-calendar .result-list .meta-tags .logo img {
  max-height: 58px;
  max-width: 58px;
  vertical-align: middle;
}
.interview-thumbnail {
        width: 150px;
        float: left;
        margin-right: 20px;
        height: 150px;
        text-align: center;
}
.interview-thumbnail img {
        vertical-align: middle;
        max-width: 150px;
        max-height: 145px;								
}
							
