@charset "utf-8";
/* --------------------------------------------------
 *
 *	000.	RESET OVERRIDE
 *	010.	LAYOUT
 *	020.	FOOTER
 *
 * -------------------------------------------------- */
/*
 *
 *	000.	RESET OVERRIDE
 *
 * -------------------------------------------------- */
body {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a.ov:hover {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

img {
	max-width: 100%;
	vertical-align: top;
}

/*
 *
 *	010.	LAYOUT
 *
 * -------------------------------------------------- */
#wrapper {
	width: 100%;
}

.contentsArea {
	background-color: #293c4a;
	padding-bottom: 70px;
	margin: 0 70px;
	text-align: center;
}
@media screen and (max-width: 810px) {
  .contentsArea {
	margin: 0 10px;
  }
}
@media screen and (max-width: 690px) {
  .contentsArea {
	padding-bottom: 0;
  }
}
@media print {
  .contentsArea {
	margin: 0 10px;
  }
}
@media print {
  .contentsArea {
	padding-bottom: 30px;
  }
}
.contentsArea > section {
	padding-top: 100px;
	text-align: center;
}

/*
 *
 *	020.	FOOTER
 *
 * -------------------------------------------------- */
#footerArea {
	background-color: #FFF;
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
@media screen and (max-width: 700px) {
  #footerArea {
	position: relative;
	height: auto;
	text-align: center;
  }
}
@media print {
  #footerArea {
	display: none;
  }
}

#footerNav {
	margin: 0 10px 23px;
}
#footerNav li {
	border-bottom: 1px solid #e2dfd7;
	text-align: left;
}
#footerNav li:last-child {
	border-bottom: 0;
}
#footerNav a {
	background-image: url(../../img/ico_arrow04.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 9px;
	display: block;
	padding: 15px 0 13px 25px;
	color: #535353;
}
#footerNav a.official {
	background-image: url(../../img/ico_official_02_sp.png);
	background-size: 12px auto;
}

#comfortID {
	position: absolute;
	top: -25px;
	right: 74px;
}
@media screen and (max-width: 810px) {
  #comfortID {
	right: 14px;
  }
}
@media screen and (max-width: 700px) {
  #comfortID {
	top: auto;
	bottom: 5px;
  }
}
@media screen and (max-width: 700px) {
  #comfortID img {
	height: 65px;
  }
}

#officialBtn {
	position: absolute;
	top: 37px;
	right: 194px;
}
@media screen and (max-width: 1160px) {
  #officialBtn {
	top: 16px;
  }
}
@media screen and (max-width: 810px) {
  #officialBtn {
	right: 134px;
  }
}
@media screen and (max-width: 700px) {
  #officialBtn {
	display: none;
  }
}
@media screen and (max-width: 690px) {
  #officialBtn {
	padding-top: 15px;
	margin-left: 10px;
	margin-bottom: 40px;
	text-align: left;
	position: static;
  }
}

#rival {
	margin-left: 15px;
	position: absolute;
	top: 37px;
	right: 530px;
}
@media screen and (max-width: 1160px) {
  #rival {
	top: 16px;
  }
}
@media screen and (max-width: 810px) {
  #rival {
	margin-left: 0;
	right: auto;
	left: 10px;
  }
}
@media screen and (max-width: 700px) {
  #rival {
	display: none;
  }
}

#utilityBtn {
	width: 245px;
	letter-spacing: -0.4em;
	position: absolute;
	top: 33px;
	right: 280px;
}
@media screen and (max-width: 1160px) {
  #utilityBtn {
	top: 12px;
  }
}
@media screen and (max-width: 810px) {
  #utilityBtn {
	right: 220px;
  }
}
@media screen and (max-width: 700px) {
  #utilityBtn {
	display: none;
  }
}
#utilityBtn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 20px;
	margin: 0 7px;
	letter-spacing: normal;
	vertical-align: middle;
	overflow: hidden;
}
#utilityBtn li:last-child {
	width: 95px;
}

#url {
	position: absolute;
	top: 40px;
	left: 70px;
}
@media screen and (max-width: 1160px) {
  #url {
	top: 50px;
  }
}
@media screen and (max-width: 810px) {
  #url {
	left: 10px;
  }
}
@media screen and (max-width: 700px) {
  #url {
	padding-left: 10px;
	position: static;
	text-align: left;
	line-height: 1;
  }
}
#url img {
	height: 10px;
}

#copyright {
	width: 120px;
	position: absolute;
	top: 42px;
	left: 296px;
}
@media screen and (max-width: 1160px) {
  #copyright {
	top: 52px;
  }
}
@media screen and (max-width: 810px) {
  #copyright {
	left: 236px;
  }
}
@media screen and (max-width: 700px) {
  #copyright {
	padding-left: 10px;
	margin-bottom: 10px;
	position: static;
	text-align: left;
	line-height: 1;
  }
}
