@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

ul {
  margin: 10px 5px 15px 0.7em;
  padding-left: 1em;
}
li {
  margin-bottom: 5px;
  line-height: 1.6;
}
li a {
  color: #000;
  border-bottom: 1px solid #999;
}
li a:hover {border-bottom-style: dotted;}

#mainWrapper {
  position: relative;
  max-width: 760px;
  margin: 15px auto;
  text-align: center;
  user-select: none;
}

section.box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* float: left; */
  width: 240px;
  height: 240px;
  border: 3px solid #000;
  border-top-style: none;
  box-sizing: border-box;
  margin: 5px;
}
section.title {
  border-style: none;
  background-color: #FD2F01;
}
section.map {
  background: url(/https/www.postmap.org/img/top/map.png) center center;
}

section.box h1 {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
section.box h3 {
  height: 30px;
  line-height: 30px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
section.box article {
  font-size: 14px;
  padding: 12px;
  text-align: left;
  line-height: 1.6;
}
section.box article strong {
  border-bottom: 1px dotted #000;
  padding-bottom: 2px;
}
section.box ul {
  font-size: 14px;
  text-align: left;
}

a.go {
  display: block;
  margin: 85px auto 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FD2F01;
  /* border: 5px solid #fff; */
  border-radius: 20px;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
  color: #fff;
}
a.go:hover {background-color: #E22900;}

section.box a.bnr {
  display: inline-block;
  margin: 10px 0;
}
section.box a.bnr img {
  vertical-align: top;
}
img.post {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 170px;
  margin-left: -85px;
}

img.qr {
  width: 140px;
  height: 140px;
}

section .icons {
  /* text-align: left; */
}
section .icons span {
  display: inline-block;
  height: 54px;
  width: 70px;
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
}
section .icons img {
  height: 54px; width: 30px;
  vertical-align: middle;
}
section .icons img.jp {height: 36px; width: 36px; margin-top: 9px;}
section .icons img.other {height: 44px; width: 24px; margin-top: 5px;}

.statsList {padding: 10px 0;}
.statsList label {
  display: inline-block;
  margin-right: 5px;
  width: 150px;
  text-align: left;
}
.statsList span {
  display: inline-block;
  width: 60px;
  text-align: right;
}

.gotoList label {width: 110px;}
.gotoList span {width: 100px;}

a.go2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  /* margin: 85px auto 0; */
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #666;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
a.go2:hover {background-color: #FD2F01;}


#login {
  /* padding: 10px; */
}
#login h3 {margin-bottom: 10px;}
#login div {
  margin-bottom: 6px;
}
#login label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}
#login div input {
  padding: 4px;
  width: 80%;
  font-size: 16px;
}
.body_s #login div input {max-width: 240px;}
#login p {padding-top: 5px;}
#login p input {
  -webkit-appearance: none;
  height: 30px; line-height: 30px;
  padding: 0 15px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  margin: 0 10px;
  min-width: 80px;
}
#login p input:hover {
  background-color: #333;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
}
#userBox ul {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  list-style: none;
  margin:0; padding:0;
}
#userBox ul li {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
#userBox ul li.setting,
#userBox ul li.signup {float: left;}
#userBox ul li.logout,
#userBox ul li.password {float: right;}

#userBox .photo {margin: 50px 0;}

img.stopArukiSumaho {
  margin: 40px 0;
  width: 120px;
}

.body_s img.stopArukiSumaho {margin: 20px 0;}
.body_s #userBox .photo {margin: 20px 0;}
.body_s #userBox {
  border-bottom: 1px solid #000;
}
.body_s #userBox ul {
  position: relative;
  margin-top: 20px;
/*  max-width: 200px;*/
  margin: 20px auto;
  text-align: center;
}
.body_s #userBox ul li {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.body_s #login p {padding-top: 15px;}

.body_s #mainWrapper {margin: 0 0 30px 0;}
.body_s section.box {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border-width: 0;
}
.body_s section.title {
  height: 240px;
}
.body_s section.map {
  padding-bottom: 20px;
}

.body_s img.qr {display: none;}
.body_s a.go {
  margin: 60px auto 40px;
}

.body_s section .icons {padding-bottom: 10px;}

.body_s a.go2 {
  position: relative;

  bottom: auto;
  left: auto;
  margin: 15px auto;
  /* display: block;
  margin: 85px auto 0;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #666;
  border-radius: 5px;
  color: #fff;
  font-size: 13px; */
  -webkit-transform: none;
  transform: none;
}

.ads {
  max-width:748px;
  margin: 0 auto;
  text-align: center;
}
