/* * * * * * * * * * * * * * * * * * * *
 * edit.css
 * * * * * * * * * * * * * * * * * * * */

/*  Rei[  */
#container {
background-color : #fffde5;
position : relative;
margin : 0 auto;
padding : 5px;
max-width : 380px;
box-shadow : 0px 0px 1px 5px #730009;
-webkit-box-shadow : 0px 0px 1px 5px #730009;
}


/*  G[\  */
.st_red{
color : #ff0000;
font-size : 20px;
font-weight : bold;
-webkit-animation-name: "anime-blink";
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes "anime-blink"{
0%{opacity:0}
100%{opacity:1}
}

/*  tH[  */
.edit_form {
width : 98%;
height : 30px;
text-indent : 1em;
}

/*  g  */
.edit_waku {
border : solid 1px #e54221;
border-radius : 10px;
background-color : #ffffff;
color : #956025;
max-width : 400px;
margin-right : 5px;
margin-left : 5px;
padding : 10px;
box-shadow : 0 0 2px #666666;
-webkit-box-shadow : 0 0 2px #666666;
}

/*  {^  */
.edit_reg {
display : block;
width : 150px;
height : 30px;
margin-left : auto;
margin-right : auto;
margin-top : 8px;
margin-bottom : 8px;
text-align : center;
border-radius : 12px;
border : solid 1px #ffffff;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 60%,#b8b8b8 100%);
}

.edit_reg a{
padding : 30px;
color : ##956025;;
font-weight : bold;
text-decoration : none;
font-size : 16px;
}