@charset "UTF-8";
/**
$widthTab: 768px; //タブレット
$widthSp: 568px; //スマートフォン
**/
.ymd_input {
  width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid #3598DB; }

/*　消えるアラート　*/
.alert_my {
  display: none;
  width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px; }

.alert_loading {
  display: none;
  width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  z-index: 9999;
  background: #444444;
  padding: 30px;
  color: #FFF;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px;
  font-weight: normal; }
  .alert_loading span {
    padding-left: 60px;
    background: url("../img/loading.gif?052901") no-repeat left center;
    padding-top: 15px;
    padding-bottom: 15px; }

.alert_close {
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  cursor: pointer;
  font-size: 30px !important;
  color: black; }

.dialog {
  display: none;
  width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -175px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px; }

.dl_dialog {
  display: none;
  width: 400px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  font-weight: normal; }

.read_dialog {
  display: none;
  width: 400px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px; }

.overlay {
  opacity: 0.8;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
  z-index: 1; }

.error_txt {
  display: block;
  margin-top: 10px;
  color: #E84C3D;
  background: #FBE0DD;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
