@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.num {
  font-family: HelveticaNeue, Droid, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	vertical-align: bottom;
}

html,body {
  width: 375px;
  overflow: hidden;
}

html {
	font-size-adjust: 100%;
	-moz-font-size-adjust: 100%;
	-webkit-font-size-adjust: 100%;
}

body {
  padding-top: 50px;
  background: #eceff1;
}

body > div {
  padding: 10px 15px 0px;
  background: #eceff1;
}

#title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: table;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
}

#title h1 {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
}

#title h1 img {
  max-width: 100%;
  max-height: 100%;
}

header {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px -5px 5px 5px #000000;
  z-index: 100;
}

header > div {
  position: absolute;
}

#headerHome {
  left: 0px;
  top: 0px;
  width: 67px;
  height: 50px;
  font-size: 12px;
  line-height: 12px;
  padding: 19px 0 0;
  color: #999999;
  font-weight: bold;
  text-align: center;
}

#headerStatus {
  right: 110px;
  height: 50px;
  font-size: 12px;
  line-height: 12px;
  padding: 19px 10px 0;
  color: #999999;
  font-weight: bold;
  text-align: center;
}

#headerUser {
  right: 0px;
  width: 110px;
  height: 50px;
  padding: 0 0 0 10px;
}

#headerLV {
  position: relative;
  width: 55px;
  height: 50px;
  font-size: 12px;
  line-height: 12px;
  padding: 19px 0 0;
  color: #999999;
  font-weight: bold;
  text-align: center;
}

#headerLV * {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

#headerEX {
  position:absolute;
  width: 50px;
  height: 3px;
  left: 10px;
  top: 37px;
  overflow: hidden;
  background: #fadad8;
}

#headerEX > div {
  width: 66%;
  height: 100%;
  background: #ed85a6;
}

#headerUserIcon {
  position:absolute;
  right: 0px;
  top: 0px;
  width: 50px;
}

#headerUserIcon > img {
  height: 50px;
}


footer {
  display: none;
  padding: 30px 15px 50px;
  background: #424242;
  font-size: 12px;
}

#footerCaution {
}

#footerCaution h2 {
  margin-bottom: 20px;
  height: 19px;
  line-height: 19px;
  text-align: center;
}

#footerCaution p {
  margin-bottom: 35px;
  line-height: 18px;
  color: #bdbdbd;
}

#footerCautionLink a {
  margin-bottom: 15px;
  display: block;
  height: 60px;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0 0;
  border: #757575 solid 2px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

#footerCautionNotes {
  margin-bottom: 50px;
  line-height: 18px;
  color: #757575;
}

#footerCopy1 {
  margin-bottom: 3px;
  color: #ffffff;
  text-align: center;
}

#footerCopy2 {
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  margin: 0 -15px;
}



#home {
  display: none;
}


#config {
  display: none;
}

body > div > section {
  display: block;
  margin: 20px 0 0;
  background: #ffffff;
  box-shadow: #999999 0px 2px 2px 0px;
}

section h2 {
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #455a64;
  margin: 0 0 25px;
  text-align: center;
}

h3 {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

h3 * {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

#input_sex {
  padding: 25px 0;
  text-align: center;
}

#input_sex p {
  height: 20px;
  line-height: 20px;
}

#input_sex label {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 14px;
  font-size: 14px;
  padding: 3px 0 0 25px;
  margin: 0 10px;
}

[type="radio"] {
  display: none;
}

[type="radio"] ~ span {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: #d6edee solid 4px;
  background: #d6edee;
  vertical-align: bottom;
}

[type="radio"]:checked ~ span {
  background: #7fcbdb;
}


#input_weight {
  padding: 25px 0;
  text-align: center;
}

#input_weight p {
  position: relative;
  height: 35px;
  font-size: 14px;
  line-height: 14px;
  padding: 11px 15px 0;
  margin: 0 90px;
  text-align: left;
  background: #7fcbdb;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#input_weight p span {
  font-size: 14px;
  color: #ffffff;
}

#input_weight p:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 0px;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  border-width: 7px 5px 0px;
}

#input_weight p select {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#main {
  padding: 25px 0 45px;
  text-align: center;
}

.mainNow,
.mainFinish {
  display: none;
}

#time {
  text-align: center;
  font-size: 96px;
  line-height: 96px;
  height: 96px;
  color: #000000;
  margin: 15px 0;
}


#btnReady,
#btnNow {
  margin: 0px auto 0;
  width:  104px;
  height: 104px;
  padding: 4px;
  border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
}

#btnReady > div,
#btnNow > div {
  width:  96px;
  height: 96px;
  font-size: 18px;
  line-height: 18px;
  padding: 37px 0 0;
  border: #ffffff solid 3px;
  font-weight: bold;
  border-radius: 48px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
}

#btnReady {
  background: #eeeeee;
  color: #ffffff;
}

#btnReady.ready {
  background: #7fcbdb;
  color: #ffffff;
}

#btnNow {
  background: #ed85a6;
  color: #ffffff;
}

.mainFinish p {
  font-size: 14px;
  margin: 0 0 22px;
}

#btnFinish {
  height: 55px;
  font-size: 18px;
  line-height: 18px;
  padding: 19px 0 0;
  margin: 0px 30px 0;
  background: #ed85a6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


#total {
  display: none;
  padding-bottom: 15px;
}

#total_cal_box h2 {
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #9fd062;
}

#total_cal_name {
  font-size: 14px;
  font-weight: bold;
  color: #455a64;
  text-align: center;
}

#total_cal_value {
  font-size: 16px;
  color: #9fd062;
  text-align: center;
  padding-bottom: 10px;
}

#total_cal {
  font-size: 48px;
  font-weight: normal;
  color: #9fd062;
}

#total_btnReset {
  height: 56px;
  font-size: 14px;
  line-height: 14px;
  padding: 21px 0;
  margin: 40px 20px 15px; 
  text-align: center;
  color: #455a64;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.body_btnHome {
  height: 56px;
  font-size: 14px;
  line-height: 14px;
  padding: 21px 0;
  margin: 0 20px; 
  text-align: center;
  color: #455a64;
}


#status {
  display: none;
  padding-bottom: 15px;
}

#status_box h2 {
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #7fcbdb;
}

#status_view {
  position: relative;
  width: 345px;
  height: 345px;
  overflow: hidden;
}

#status_view_inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 345px;
  height: 370px;
}

#status_view_inner img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 345px;
  height: 370px;
}

#status_view_inner #baseBottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 345px;
  height: 200px;
  background: url( ../img/goods/base.png) no-repeat left bottom;
  background-size: 345px 370px;
}

#status_lv_box {
  width: 100%;
  padding: 0 30px;
}

#status_lv_box td {
  vertical-align: middle;
}

#status_lv_name {
  width: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #455a64;
}

#status_lv {
  font-size: 40px;
  font-weight: normal;
  color: #455a64;
}

#status_exp_name,
#status_exp_name span {
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

#status_exp_bar {
  position: relative;
  width: 285px;
  height: 3px;
  margin: 0 auto;
  overflow: hidden;
  background: #fadad8;
}

#status_exp_bar > div {
  width: 0;
  height: 100%;
  background: #ed85a6;
}

#status_next,
#status_next .num {
  font-size: 12px;
  font-style: italic;
  coor: #a3a3a3;
}

#status_next {
  padding: 15px 0 30px;
  text-align: center;
}

#status_param table {
  width: 100%;
  padding: 20px 0;
}

#status_param th,
#status_param td {
  height: 35px;
  vertical-align: middle;
  color: #455a64;
  font-size: 14px;
}

#status_param th {
  width: 30%;
  padding: 0 0 0 20px;
  text-align: left;
  font-weight: normal;
}

#status_param td {
  width: 20%;
  padding: 0 20px 0 0;
  text-align: right;
  font-weight: normal;
}

#status_goods table {
  width: 100%;
  padding: 20px 15px;
}

#status_goods th,
#status_goods td {
  height: 50px;
  vertical-align:  middle;
}

#status_goods th {
  width: 65px;
  text-align:  left;
  font-size: 12px;
  font-weight:  bold;
  color: #455a64;
}

#status_goods td label {
  position: relative;
  display: block;
  width: 
  height: 35px;
}

#status_goods td select {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 35px;
  opacity: 0;
  z-index: 10;
}

#status_goods td span {
  display:  block;
  font-size: 14px;
  line-height: 14px;
  height: 35px;
  padding: 10.5px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#status_goods td span.color1 {
  background: #d6edee;
}

#status_goods td span.color2 {
  background: #e3f3ce;
}

#status_goods td span.color3 {
  background: #fde9e8;
}

#status_goods td span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  border-width: 6px 5px 0px;
}


#result {
  display: none;
}

#result_effect h2 {
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #ed85a6;
}

#result_effect_name {
  font-size: 14px;
  font-weight: bold;
  color: #455a64;
  text-align: center;
}

#result_cal_text {
  padding: 0 0 15px;
  font-size: 16px;
  color: #ed85a6;
  text-align: center;
}

#result_cal {
  font-size: 48px;
  font-weight: normal;
  color: #ed85a6;
}

#result_ex {
  padding: 0 0 30px;
  margin: 40px -15px 0;
  background: #7fcbdb;
}

#result_ex h2 {
  padding: 30px 0 15px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

#result_ex_bar {
  position: relative;
  width: 345px;
  height: 3px;
  margin: 0 auto;
  overflow: hidden;
  background: #fadad8;
}

#result_ex_bar > div {
  width: 0;
  height: 100%;
  background: #ed85a6;
}

#result_ex_text {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

#result_ex_text strong {
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
}

#result_ex_btn {
  position: relative;
  width: 195px;
  height: 40px;
  font-size: 12px;
  line-height: 12px;
  padding: 14px 0 14px 20px;
  margin: 0 auto;
  color: #455a64;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#result_ex_btn img {
  position: absolute;
  left: 20px;
  bottom: 0px;
}

#result_btnTotal {
  width:285px;
  height: 55px;
  font-size: 14px;
  line-height: 14px;
  padding: 20.5px 0 20.5px 26px;
  margin: 40px auto 0;
  color: #455a64;
  text-align: center;
  background: #ffffff url(../img/icon_btn_total.png) no-repeat 81px 18px;
  background-size: 18px 18px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


#report {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
}

#report td {
  text-align: center;
  vertical-align: middle;
}

#report_inner {
  position: relative;
  display: inline-block;
  width: 345px;
  height: 460px;
  background: #ffffff;
}

#report_expBar {
  position: relative;
  width: 285px;
  height: 15px;
  margin: 5px auto 0;
  overflow: hidden;
  background: #fadad8;
}

#report_expBar > div {
  width: 0;
  height: 100%;
  background: #ed85a6;
}

#report_log {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 285px;
  height: 108px;
  border: #7fcbdb solid 2px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#report_log:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 13px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #7fcbdb transparent transparent;
  border-width: 9px 6px 0;
  overflow: hidden;
  animation: blink 500ms linear infinite alternate;
}

#report_log.on:after {
  display: block;
}

@-webkit-keyframes blink {
0% {opacity:1}
49% {opacity:1}
50% {opacity:0}
100% {opacity:0}
}

#report_log_inner {
  position: absolute;
  left: 13px;
  top: 0px;
  width: 255px;
  line-height: 26px;
  font-size: 14px;
  text-align: left;
}


#flash {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  z-index: 1001;
}

.sns {
  padding: 40px 0;
  font-size: 12px;
  text-align: center;
}

#status .sns {
  padding: 40px 0 20px;
}

.sns p {
  margin: 0 0 10px;
}

.sns a {
  margin: 0 10px;
}

.valueTable {
  padding: 30px;
}

.valueTable {
  width: 100%;
  padding: 20px 30px;
}

.valueTable th {
  padding: 10px 0;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  color: #455a64;
}

.valueTable th.icon {
  width: 80px;
}

.valueTable td {
  padding: 10px 0;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  color: #455a64;
}

.valueTable td span {
  font-size: 20px;
  color: #455a64;
}


#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 1000;
  opacity: 0;
  display: none;
}

