@charset "UTF-8";
/*+-----+
/+ ADD RESET
/*+-------------------------------------------*/
ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

/*+-----+
/+ ALL
/*+-------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

a:link {
  text-decoration: none;
  color: #1247b2;
}
a:visited {
  color: #7014cc;
}
a:hover {
  text-decoration: underline;
}

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
/* global-header
/*+---------------------------------*/
.global-header {
  padding: 4px 0;
  border-bottom: 1px solid #e1e3e6;
  text-align: right;
}
.global-header ul {
  margin: 0 auto;
  width: 980px;
}
.global-header ul li {
  display: inline-block;
  padding: 0 21px 0 20px;
  border-left: 1px solid #e1e3e6;
}
.global-header ul li:last-child {
  border-right: 1px solid #e1e3e6;
}
.global-header ul li a {
  display: block;
  padding-right: 26px;
  background-image: url(http://media.image.infoseek.co.jp/isnews/pc/img/arrow01.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}
.global-header ul li a.blank {
  padding-right: 23px;
  background-image: url(http://media.image.infoseek.co.jp/isnews/pc/img/icon_blank.png);
}

.header-ad-long {
  margin-bottom: 15px;
  text-align: center;
}

/* local-header
/*+---------------------------------*/
.local-header {
  margin: 0 auto;
  width: 980px;
}
.local-header:before, .local-header:after {
  content: " ";
  display: table;
}
.local-header:after {
  clear: both;
}
.local-header {
  *zoom: 1;
}
.local-header__inner {
  display: table;
}
.local-header__logo {
  display: table-cell;
  padding: 20px 37px 20px 0;
  width: 215px;
  vertical-align: middle;
}
.local-header__logo-description {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.local-header__ad {
  display: table-cell;
  padding: 15px 0;
  width: 728px;
}

/* global-nav
/*+---------------------------------*/
.global-nav-container {
  margin-bottom: 15px;
  background-color: #1f2933;
}
.global-nav-container:before, .global-nav-container:after {
  content: " ";
  display: table;
}
.global-nav-container:after {
  clear: both;
}
.global-nav-container {
  *zoom: 1;
}

.global-nav {
  float: left;
  width: 680px;
}
.global-nav ul {
  overflow: hidden;
}
.global-nav ul li {
  float: left;
  width: 136px;
}
.global-nav ul li a {
  display: block;
  padding: 11px 0;
  border-right: 1px solid #36414d;
  text-align: center;
  color: #fff;
}
.global-nav ul li a:hover, .global-nav ul li a.is-current {
  border-right-color: #4c6699;
  background-color: #4c6699;
  text-decoration: none;
}
.global-nav ul li a.is-current {
  font-weight: bold;
}

.site-search {
  position: relative;
  float: left;
  margin: 8px 0 0 30px;
  width: 300px;
  height: 30px;
}
.site-search__category-wrap {
  float: left;
  background-color: #fff;
  height: 30px;
  width: 254px;
  border-radius: 5px 0 0 5px;
}
.site-search__category {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
}
.site-search__category-current {
  border-right: 1px solid #333;
  position: absolute;
  top: 7px;
  left: 11px;
  width: 54px;
  height: 15px;
  background-image: url(http://media.image.infoseek.co.jp/isnews/pc/img/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: 33px 4px;
  line-height: 1.2;
}
.site-search__category-list {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 100;
  padding: 5px 0;
  width: 66px;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 5px;
  text-align: center;
}
.site-search__category-list:after {
  position: absolute;
  width: 9px;
  height: 7px;
  content: '';
  top: -7px;
  left: 27px;
  background-image: url(http://media.image.infoseek.co.jp/isnews/pc/img/search_select_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.site-search__category-list li {
  padding: 5px 0;
}
.site-search__keyword {
  width: 187px;
  height: 30px;
}
.site-search__keyword-input {
  padding: 0 0 0 80px;
  width: 175px;
  height: 30px;
  border: none;
  border-radius: 5px 0 0 5px;
  line-height: 30px;
  font-size: 14px;
}
.site-search__submit {
  float: right;
  background-color: #395673;
  background-image: url(http://media.image.infoseek.co.jp/isnews/pc/img/icon_search.png);
  background-repeat: no-repeat;
  background-position: 17px 8px;
  text-indent: -9999px;
  overflow: hidden;
  width: 46px;
  height: 30px;
  border-radius: 0 5px 5px 0;
  border: none;
  cursor: pointer;
}
.site-search__submit:hover {
  background-color: #294766;
}

/* content
/*+---------------------------------*/
.container {
  margin: 0 auto;
  width: 1040px;
  background-color: #fff;
}

.content {
  margin: 0 auto;
  width: 980px;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content {
  *zoom: 1;
}

.main {
  float: left;
  width: 650px;
}

.side {
  float: right;
  width: 300px;
}

/* footer
/*+---------------------------------*/
.footer-container {
  margin: 0 auto;
  width: 980px;
}

.pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 200px;
}

.footer-copyright {
  padding-bottom: 15px;
  font-size: 14px;
}

.footer-link {
  border-top: 3px solid #1f2933;
  background-color: #566473;
  color: #c2c7cc;
  font-size: 14px;
}
.footer-link a {
  color: #fff;
}
.footer-link__group1 {
  padding: 13px 0;
  text-align: center;
}
.footer-link__group1 ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #434e59;
}
.footer-link__group1 ul li:last-child {
  border-right: 1px solid #434e59;
}
.footer-link__group2 {
  padding: 22px 35px;
  border-top: 1px solid #434e59;
}
.footer-link__group2 dl {
  margin-bottom: 10px;
}
.footer-link__group2 dl:last-child {
  margin-bottom: 0;
}
.footer-link__group2 dl dt {
  display: inline-block;
  width: 120px;
}
.footer-link__group2 dl dd {
  display: inline-block;
  margin-right: 22px;
}

/*- footer-search ---------*/
.footer-search {
  margin: 0 auto;
  padding: 30px 0;
  width: 690px;
  overflow: hidden;
}
.footer-search__logo {
  float: left;
  width: 93px;
}
.footer-search__controls {
  float: right;
  width: 575px;
}
.footer-search__controls-keyword {
  float: left;
  width: 440px;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #c8cacc;
  border-radius: 5px 0 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 40px;
}
.footer-search__controls-submit {
  float: right;
  width: 135px;
  height: 40px;
  padding-left: 24px;
  background-color: #395673;
  background-image: url(http://media.image.infoseek.co.jp/isnews/pc/img/icon_search.png);
  background-repeat: no-repeat;
  background-position: 25px 13px;
  border-radius: 0 5px 5px 0;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.footer-search__controls-submit:hover {
  background-color: #294766;
}

/* footer-group
/*+---------------------------------*/
.footer-group {
  margin: 0 auto;
  width: 980px;
}
