body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; text-align: center; }
#message { background: white; width: 100%; max-width: 414px; margin: 0px auto; padding: 0px; display: inline-block; border-radius: 3px;}
#message h1 { font-size: 22px; font-weight: bold; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#console { background: #FCEA5C; padding-top: 12px;}
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
#retry { display: none; }
#index, #tobira { background: #FFF; }
.console { background: #FCEA5C; padding-top: 12px;}
.view { display: none; }
.cat_text {
  width: 300px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size:14px;
  display: inline-block;
  padding: 8px;
  min-height: 48px;
  text-align: left;
  position: relative;
}
.cat_text:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}
#attention {
  width: 290px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: auto;
  padding: 15px;
  font-size: 0.9em;
  text-align: left;
  position: relative;
}
#attention:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.theend {
  margin: auto;
  font-size: 0.9em;
  font-weight: bold;
}
.top-download__links {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
@media (max-width: 600px) {
  body, #message { margin-top: 0; box-shadow: none; }
}
.oshirase {
  color: #666666;
  font-size: 0.9em;
}
.logo {
  width: 100px;
  height: 50px;
	margin: auto;
	background-image: url(https://www.dokonoko.jp/wp-content/themes/dokonoko.jp/img/common/logo_header@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#header {
  background-color: #FFFFFF;
  background-image: url(images/assets/header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: auto;
  width: 320px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
#header img{
  vertical-align: middle;
  margin-top: 24px;
  display: inline-block;
}
.icon img {
  width: 72px;
  height: 72px;
  float: left;
  margin: auto;
}
.notice {
  min-width: 310px;
  width: 90%;
  max-width: 400px;
  margin: 8px auto;
  display: block;
  text-align: center;
}
.text {
  width: calc(90% - 72px);
  background: #FFFFFF;
  border-radius: 4px;
  font-size:14px;
  display: inline-block;
  padding: 8px;
  min-height: 48px;
  text-align: left;
  position: relative;
}
.text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -15px;
  border: 8px solid transparent;
  border-right: 18px solid #ffffff;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.tobira_cat {
  width: 90%;
  margin: auto;
}
.tobira_cat img {
  width: 100%;
}
.main_cat {
  width: 90%;
  margin: auto;
}
.main_cat img {
  width: 100%;
}
.missing_cat {
  width: 90%;
  margin: auto;
}
.missing_cat img {
  width: 100%;
}
.screen {
  max-width: 414px;
  margin: 12px auto;
  text-align: center;
}
.screen img{
  max-width: 100%;
}
.map_frame {
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
  height:70vh;
  overflow: auto;
  padding: 0;
}
.map_frame img {
  overflow: auto;
  max-width: 200%;
  height:70vh;
  margin: 0;
}
button {
  display: block;
  width: 200px;
  height: 30px;
  background: #3498db;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 10px;
}
button.complete {
  width: 240px;
  background: #ffb91f;
}
button.btn.map {
  width: 300px;
  height: 45px;
  font-size:1.5em;
  background: #6fb37d;
}
button.btn span {
  padding-left: 10px;
}
button.btn i {
  padding-left: 10px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
button.btn:hover i {
  padding-left: 10px;
  opacity: 1;
}
.fa-arrow-right:before {
  content: \f061;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form img {
  width: 50px;
  margin-top:10px;
}
input {
  vertical-align: top;
  text-align: center;
  height: 50px;
  width: 38px;
  margin: 10px 3px;
  border: 1px solid #d4d6d8;
  font-size: 36px;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}
html {
  overflow: auto;
}
body{
  overflow: hidden;
}
#silhouette {
  width: 320px;
  height: 480px;
  margin: auto;
  position: relative;
  background-image: url(images/assets/silhouette.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.deattako {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.BritishShorthair {
  top: 223px;
  left: 78px;
  width: 150px;
  height: 200px;
  background-image: url(images/cats/BritishShorthair.png);
}
.chatora {
  top: 100px;
  left: 57px;
  width: 168px;
  height: 129px;
  background-image: url(images/cats/chatora.png);
}
.hachiware_fake{
  top: 288px;
  left: 188px;
  width: 170px;
  height: 124px;
  background-image: url(images/cats/hachiware_fake.png);
}
.kijitora_fake{
  top: -9px;
  left: 96px;
  width: 128px;
  height: 124px;
  background-image: url(images/cats/kijitora_fake.png);
}
.longhair{
  top: 164px;
  left: 180px;
  width: 144px;
  height: 136px;
  background-image: url(images/cats/longhair.png);
}
.mike_fake{
  top: 40px;
  left: 196px;
  width: 142px;
  height: 139px;
  background-image: url(images/cats/mike_fake.png);
}
.sabine{
  top: 27px;
  left: -14px;
  width: 142px;
  height: 138px;
  background-image: url(images/cats/sabine.png);
}
.simico{
  top: 358px;
  left: 101px;
  width: 151px;
  height: 138px;
  background-image: url(images/cats/simico.png)
}
.siro{
  top: 169px;
  left: -9px;
  width: 174px;
  height: 138px;
  background-image: url(images/cats/siro.png);
}
.tomoe{
  top: 302px;
  left: -14px;
  width: 148px;
  height: 138px;
  background-image: url(images/cats/tomoe.png);
}
