/*
   Eirokuen
   Author: Ai Hubrel
   Date:   

   Filename:   index_styles.css (CSS for PC)
   Supporting Files: Eirokuen.Index.html

*/


/* style for formMain */

#formMain {
    margin: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: rgb(245, 246, 255);
    background-color: rgba(245, 246, 255, 0.74);
    border-radius: 10px;
    box-shadow: 0 0 5px #203a45;
    padding-right: 20px;
}


#formMain h1{
    font-size: 120%;
    text-align: center;
    text-shadow: 1px 1px 2px gray;
}

/* style for form */

form {
 margin-left: 50px;
}

#form label{
 display: block;
}

label, #subject span{
 font-weight: bold;
}


/* style for puzzle*/

#imNotRobot h5{
 color:blue;
}

#imNotRobot label{
 margin-bottom: 60px;
}

#puzzleMain{
 width: 165px;
 height: 160px;
}

#puzzleMain img{
  width: 80px;
  height: 75px;
  margin:  -2px;
}

#result span {
   font-size: 80%;
   color: #eb3477;
   font-weight: bold;
}

#control input {
 font-family: 游ゴシック;
 font-size: 15px;
 width: 100px;
 height: 30px;
}


/*
*{
 outline: 1px solid red;   
}

*/