@charset "UTF-8";

.sys-error-message {
    font-weight: bold;
    color: #ff0000;
    text-align: left;
    font-size: 1.2em !important;
    padding: 10px;
    margin-bottom: 10px;
    background: #ffe4e1;
    display: -webkit-box;
}
.sys-report-message {
    font-weight: bold;
    color: #008FC2;
    text-align: left;
    font-size: 1.2em !important;
    padding: 10px;
    margin-bottom: 10px;
    background: #e0ffff; /*lightcyan*/
    display: -webkit-box;
}
.sys-valid-message {
    font-weight: bold;
    color: #ff0000;
    font-size: 1em !important;
    margin: 0 !important;
}

#display_lat {
    display: inline;
}
#display_lng {
    display: inline;
}

button.edit_deep_blue{
  width: 110px;
  margin: 0 auto 0;
  padding: 0.5em;
  text-align:center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: url(/common/img/icon_arrow_white.png) 98% center no-repeat #0073aa;
  background-size: 12px auto;
  cursor: pointer;
}

button.edit_light_blue{
  width: 110px;
  margin: 0 auto 0;
  padding: 0.5em;
  text-align:center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: url(/common/img/icon_arrow_white.png) 98% center no-repeat #00aeef;
  background-size: 12px auto;
  cursor: pointer;
}

input[name="lat"].w150,
input[name="lng"].w150{
  width:150px;
}


/*実行結果メッセージ用*/
.error{
  color: red;
  font-weight: bold;
}
.error_area{
  border: solid 1px red;
  background-color: pink;
  padding: 5px;
}
.report{
  /*color: #3985d1;*/
  color: highlight;
  font-weight: bold;
}
.reporting_area{
  border: solid 1px blue;
  background-color: lightcyan;
  padding: 5px;
}

/*汎用設定*/

.sys-text-center{
  text-align: center;

}
.sys-pad-20-0{
  padding: 20px 0px;
}


/* デザイン調整用 */
#REMINDER input[type="email"], #REMINDER input[type="password"] {
    margin: 2em auto 0 auto !important;
}

.cfix {
  *zoom: 1;
}
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
