@charset "utf-8";

/*
update: 2017 07 10
path:/jp/share/css/sp/exmod.css
*/

/*********
reset
*********/
html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
}

.exMod {
  line-height: 160%;
  font-size: 14px;
  font-family: HiraKakuProN-W3, arial, helvetica;
}

.exMod h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.exMod ul,
.exMod li,
.exMod form,
.exMod input {
  margin: 0;
  padding: 0;
  font-size: 100%
}

.exMod li {
  list-style: none
}

.exMod a:link,
.exMod a:hover {
  text-decoration: none;
  outline: none;
  color: blue
}

.exMod a:active,
.exMod a:visited {
  color: purple
}

/*****************
header
******************/
#exHeader {
  display: block;
  clear: both;
  padding: 0;
  height: 46px;
  border-top: 2px solid #000;
  border-bottom: solid 1px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
}

#exHeader #exHeaderInner {
  width: 100%;
  height: 43px;
  overflow: hidden;
  position: relative;
}

#exHeader h1#siteLogo {
  display: inline-block;
  height: 33px;
  margin: 8px 5px 0 8px;
  float: left;
}

#exHeader h1#siteLogo span {
  display: inline-block;
  margin: 0 3px 0 0;
}

#exHeader #logoExcite {
  width: 61px;
  height: 25px;
  float: left;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(//image.excite.co.jp/jp/share/images/sp/logo_excite.png) no-repeat;
  -webkit-background-size: 61px 25px;
  -moz-background-size: 61px 25px;
  background-size: 61px 25px;
}

#exHeader #logoSub {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 2;
  text-shadow: 0 1px 1px #fff;
}

#exHeader .headerBtnR,
#exHeader .headerBtnL {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 5px;
  right: 5px;
}

#exHeader .headerBtnL {
  position: absolute;
  top: 5px;
  right: 43px;
}

#exHeader a.iconHome {
  background: url(//image.excite.co.jp/jp/share/images/sp/icon_home.png) no-repeat 0 0;
}

#exHeader a.iconLogin {
  background: url(//image.excite.co.jp/jp/share/images/sp/icon_login.png) no-repeat 0 0;
}

#exHeader a.iconLogout {
  background: url(//image.excite.co.jp/jp/share/images/sp/icon_logout.png) no-repeat 0 0;
}

#exHeader a.iconHome,
#exHeader a.iconLogin,
#exHeader a.iconLogout {
  width: 33px;
  height: 33px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-background-size: 33px 33px;
  -moz-background-size: 33px 33px;
  background-size: 33px 33px;
}

/*****************
footer
******************/
#exFooter {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  background: #fcfcfc;
}

#exFooter .hList li {
  display: inline-block;
  border-right: solid 1px #ccc;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  line-height: 1;
}

#exFooter .hList li:last-child {
  border: none;
  padding: 0;
  margin: 0
}

.exMod .exCaption {
  padding: 0 10px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-shadow: 0 1px 0 #000;
  background: #333;
}

#exFooter .footerLink {
  width: 100%;
  border-top: solid 1px #ccc;
  text-align: left;
  display: -moz-box;
  display: -webkit-box;
  display: box;
}

#exFooter .footerLink li {
  border-bottom: solid 1px #ddd;
  background: #fcfcfc;
}

#exFooter .footerLink li a {
  display: block;
  font-weight: bold;
  padding: 8px 10px;
  color: #333;
  background: url(//image.excite.co.jp/jp/share/images/sp/icon_right_arrow_slim_50.png) no-repeat 90% center;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  background-size: 10px auto;
}

#exFooter .footerLinkL,
#exFooter .footerLinkR {
  width: 50%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}

#exFooter .footerLink li a:visited {
  color: #777
}

#exFooter .footerLinkR li {
  border-left: solid 1px #ddd;
  border-right: none;
}

#exFooter .footerLinkR li {
  border-right: none;
}

#exFooter #serviceTopLinks,
#exFooter #displayMode,
#exFooter #toServiceTop {
  padding: 15px 0 0;
  text-align: center;
}

#exFooter #displayMode ul {
  display: inline
}

#exFooter .modeSp {
  font-weight: bold;
}

#exFooter .copyright {
  border-top: solid 1px #ccc;
  padding: 20px 0;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

#exFooter #supportLink {
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  font-size: 13px;
}

#exFooter .copyrightTxt {
  font-size: 12px;
  color: #333;
  margin: 0 0 5px;
}

/*seaerch*/
/* Reset input[type="search"] */
#exFooter input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

#exFooter input[type="search"]:focus {
  outline-offset: -2px;
}

#exFooter input[type="search"]::-webkit-search-decoration {
  display: none;
}

#exFooterSrc {
  width: 100%;
  margin: 5px 0;
  padding: 15px 0 0;
}

#exFooterSrc .inner {
  margin: 0 30px;
  position: relative;
  overflow-x: hidden;
}

#exFooterSrc #src-ipt {
  width: 60%;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 3px 5px 3px 30px;
  background: url(//image.excite.co.jp/jp/share/images/sp/icon_search.png) no-repeat 5px center;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

#exFooterSrc #searchsubmit {
  width: 25%;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.3em;
  text-align: center;
  border: solid 1px #42000f;
  text-shadow: 0 1px 0 #000;
  border-radius: 0 2px 2px 0;
  background: #ba0322;
  background: -moz-linear-gradient(top, #ba0322 0%, #a00303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba0322), color-stop(100%, #a00303));
  background: -webkit-linear-gradient(top, #ba0322 0%, #a00303 100%);
  background: linear-gradient(to bottom, #ba0322 0%, #a00303 100%);
}

#exFooterSrc #searchform {
  border-radius: 3px;
  background: #333;
}

/*cls*/
#gpt_sp_header_banner,
.ad-aside-header_native {
  min-height: 113px;
}