@charset "Shift_JIS";

#mainImg{
	padding-top: 52px;
}

header {
	display: table;
	width: 1500px;
	height: 52px;
	max-height: 52px;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: solid 1px #CCC;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
}

header .inner,
header .logo {
	display: table-cell;
	vertical-align: middle;
}
header .logo {
	width: 23%;
	height: 48px;
}
header .logo img {
	height: 18px;
	width: auto;
}
header .inner {
	width: 72%;
	height: 48px;
	font-size: 1rem;
	text-align: right;
}

#dkidsAmazonWrap{
	margin-bottom: 1.5em;
}

footer {
  padding-top: 0;
  background-color: #302d29;
  background-image: none;
}
#footer .copyright {
  position: static;
  padding-bottom: 56px;
}
footer .copyright:before {
  content: '(c) NTT DOCOMO';
  color: #fff;
  font-size: 1rem;
}
footer .copyright img {
  display: none;
}

footer .timeLeft {
  position: fixed;
  left: 0;
  bottom: 10px;
  min-width: 98px;
  height: 46px;
  padding: 10px 15px 10px 10px;
  border-radius: 0 40px 40px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 100;
}
footer .timeLeft p {
  line-height: 1.1;
}
footer .timeLeft p:nth-child(1) span {
  font-size: 2rem;
}
footer .timeLeft p:nth-child(2) {
  color: #cc0033;
}
footer .timeLeft p:nth-child(2) span:nth-child(1) {
  display: inline-block;
  margin: 0 5px 0 2px;
  padding: 0.25em;
  border: solid 1px;
  border-radius: 50px;
  vertical-align: super;
  font-size: 1rem;
}
footer .timeLeft p:nth-child(2) span:nth-child(2) {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  footer .timeLeft {
    font-size: 1.4rem;
  }
  footer .timeLeft p:nth-child(1) span {
    font-size: 2.2rem;
  }
}
.fixed{
		margin-bottom:2.5%;
}
footer p {
  margin-bottom: 0;
}
footer p.stamp, footer p.viewAll {
  position: fixed;
  right: 0;
  z-index: 100;
}
footer p.stamp {
  bottom: 90px;
}
footer p.stamp img {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  footer p.stamp {
    bottom: 130px;
  }
  footer p.stamp img {
    width: 110px;
  }
}
footer p.viewAll {
  bottom: 5px;
}
@media screen and (min-width: 768px) {
  footer p.viewAll img {
    width: 125px;
  }
}
footer .copyright {
  position: absolute;
  bottom: 10%;
  text-align: center;
  padding: 5px 0 14%;
  box-sizing: border-box;
}

#footer {
    text-align: center;
    padding-top: 33px;
}
.footer_link{
text-align: center;
}
#footer a {
    color: #fff;
    font-size:14px;
    text-decoration:underline;
}
#footer hr {
    border: #777777 solid 1px;
    width: 80%;
    margin: 30px auto 20px;
}

