@charset "UTF-8";



body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,sans-serif;
  line-height: 1.3;
  /* for modern browser */
  font-size: 13px;
  /* for ie8 and below */
  font-size: small\9;
  /* for ie5 and ie6(backward compatibility) */
  *font: x-small;
  color: black;
	-webkit-text-size-adjust: 100%;
}

* html body {/* IE 6 Adjustment [Center Layout] */
	padding-left: 1px;
}

*:first-child+html body {/* IE 7 Adjustment [Center Layout] */
	padding-left: 1px;
}

a {
	text-decoration: none;
}



.inner {
	width: 980px;
	margin: 0 auto;
}



.inner,
header ul,
footer nav ul {
	/zoom: 1;
}

.inner:after,
header ul:after,
footer nav ul:after {
	content: '';
	display: block;
	clear: both;
}



header {
	width: 100%;
	height: 56px;
	background: #000;
}

header .inner {
	position: relative;
}

header a.logo {
	position: absolute;
	left: 24px;
	top: 10px;
}

header ul {
	float: right;
	display: inline;
	margin-right: 46px;
	padding-top: 10px;
}

header ul li {
	float: left;
	display: inline;
	margin-left: 6px;
}



footer {
	width: 100%;
	padding: 26px 0 22px;
	color: #fff;
	background: #000;
}

footer nav {
	float: right;
	display: inline;
	font-size: 84.6%;
}

footer a {
	margin-right: 10px;
	padding-left: 20px;
	color: #fff;
	background: url(../images/ico_return.png) no-repeat;
}

footer p {
	float: left;
	display: inline;
	font-size: 84.6%;
}

footer .attention {
	margin: 0 0 12px 10px;
}

footer .copyright {
	margin-left: 10px;
}



@media screen and (max-width: 736px) {

body {
	width: 100%;
}



header{
	width: 100%;
	height: 47px;
}

header a.logo {
	position: absolute;
	left: 12px;
	top: 12px;
}

header a.logo img {
	width: 65px;
	height: auto;
}

header ul {
	float: right;
	display: inline;
	margin-right: 28px;
	padding-top: 0;
}

header ul li img {
	width: 47px;
	height: auto;
	margin-left: 8px;
}



footer {
	width: 100%;
	padding: 0 0 13px;
}

footer nav {
	float: none;
	display: block;
}

footer nav ul li {
	background: url(../images/s_ico_return.png) no-repeat right center #000;
	background-size: auto 22px;
	border-bottom: 1px solid #fff;
}

footer nav ul li a {
	float: none;
	display: block;
	padding: 13px 10px;
	font-size: 107.7%;
	background: none;
}

footer p {
	float: none;
	display: block;
}

footer .attention {
	margin: 15px 10px 12px;
}

footer .copyright {
	margin: 0px 10px;
}

}