/*-------------------------------------------------------------
|  一般用CSS
-------------------------------------------------------------*/
@import url(base.css);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps);
body{
/*  background-image: -moz-linear-gradient(top left, #c0e6d9, #61E9BA);
  background-image: -webkit-gradient(linear, left top, right bottom from(#c0e6d9), to(#61E9BA));
  background-image: linear-gradient(to bottom right, #c0e6d9 0%, #61E9BA 100%);
*/
  background-color: #61E9BA;
  text-align: center;
  min-height: 500px;
}
#header{
  width: 100%;
  text-align: center;
  background-color: #eee;
}
h1{
  font-family: 'Sonsie One', cursive;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: rgba(30,51,90,1);
  text-shadow: 2px 2px 3px rgba(211,211,211,1);
  -webkit-text-stroke: 1px rgba(30,90,51,0.8);
  -webkit-text-fill-color: rgba(30,51,90,1);
}
.header-logo{
  margin-top: 5px;
  padding: 10px 0;
}
.header-logo a{
/*  color: #ffffff;*/
  font-weight: bold;
  text-decoration: none;
  padding: 2px 10px;
  margin: 0 5px 0 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #084e86;
}
.header-logo a:link,
.header-logo a:visited{
  background-color: #fff;
  color: #084e86;
}
.header-logo a:hover,
.header-logo a:active{
  background-color: #084e86;
  color: #fff;
}
.m_name{
  font-weight: bold;
  margin-right: 2em;
  color: #666;
  font-size: 1.1em;
}
.mm_name{
  font-weight: bold;
  color: #000066;
  font-size: 1.5em;
}
#timer{
  margin:15px 0 0 0;
  padding:0;
  width:100%;
}
#timer p{
  margin:0;
  padding:0;
}
.time-date{
  font-size:1.4em;
}
.time-time{
  font-size:70px;
  line-height:70px;
  font-family: 'Oleo Script Swash Caps', cursive;
}
.button input{
  font-size: 24px;
  font-weight: bold;
  margin: 15px;
  padding: 10px 0 10px 0;
  width: 150px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#submit-start{
  color: #fff;
  background-color: #000088;
}
#submit-end{
  color: #fff;
  background-color: #008800;
}
.big-link{
  margin: 10px;
  padding: 15px;
}
.big-link a{
/*  color: #ffffff;*/
  font-weight: bold;
  text-decoration: none;
  padding: 2px 10px;
  margin: 0 5px 0 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #084e86;
}
.big-link a:link,
.big-link a:visited{
  background-color: #fff;
  color: #084e86;
}
.big-link a:hover,
.big-link a:active{
  background-color: #084e86;
  color: #fff;
}
#listForm{
  padding: 15px;
}
#listForm h2{
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #2e8b57;
}
.msg{
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 15px;
}
div#msg{
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 15px;
}
#listForm select{
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px;
}
#listForm .button input{
  font-size: 20px;
  font-weight: bold;
  margin: 15px;
  padding: 10px 0 10px 0;
  width: 150px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#listForm .d-button input{
  font-size: 20px;
  font-weight: bold;
  margin: 15px;
  padding: 10px 0 10px 0;
  width: 150px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/*-------------------------------------------------------------
|  入力チェックエラー
-------------------------------------------------------------*/
.box p.edit-error input[type="text"],
#my-login .edit-error input,
#edit-box td.edit-error input, 
#edit-box td.edit-error textarea, 
#edit-box td.edit-error select, 
#edit-box td.edit-error label{
  background: #ffcccc;
}
* html #edit-box td.edit-error label{
  background: none;
}
*+html #edit-box td.edit-error label{
  background: none;
}
#my-login td p.e-error-msg,
#edit-box td p.e-error-msg{
  margin: 0;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.box p.edit-error p.e-error-msg{
  margin: 0;
  color: #ff0000;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#edit-box .top-edit-msg{
  margin: 15px 25px;
}
#edit-box .top-edit-msg p.g-msg{
  color: #333;
  font-weight: normal;
  margin: 0 0 0 0;
  text-align: left;

}
.err-msg {
  color: #ff0000;
  font-weight: bold;
  margin: 15px 0 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

/*-------------------------------------------------------------
|  login画面
-------------------------------------------------------------*/
#my-login{
  margin: 15px 15px 15px 15px;
}
#my-login h2{
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #2e8b57;
}
#my-login table{
  margin:  15px auto 0 auto;
}
#my-login td{
  background-color: #d9f0d3;
  border: 1px solid #006600;
  color: #006600;
  font-weight: bold;
  padding: 5px 15px;
}
#my-login td input{
  padding: 10px 15px;
}
.keep{
  color: #666666;
  font-weight: bold;
  margin-top: 7px;
  text-align: center;
}
.keep input{
  margin-right: 5px;
}
