@charset "utf-8";


/* --------------------------------------------- */

input{
  height : 1.6em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
input:focus,
textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
input#name_1{
  width : 250px;
}
input#mail_address,
input#mail_address_confirm{
  width : 250px;
}

textarea#mail_contents{
  width : 320px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
input.mail_submit_button{
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  border-radius : 3px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
  font-weight : bold;
	margin: 0 5px;
}
input.mail_submit_button:hover{
  cursor : pointer;
  color : #106dff;
  background : #e0e0e0;
}

/* --JavaScript------------------------------------------- */

#fanmail {margin: 20px auto; text-align:center;}
table   { width: 80%; margin: 0 auto;}
th, td  { padding: 10px; border-bottom: 1px solid #ddd; text-align:left; }

 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
th  { width: 25%; text-align: left; }


/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){

#fanmail{
  width : 95%;
}


input#name_1,
input#mail_address,
input#mail_address_confirm,
textarea#mail_contents{
  max-width : 100%;
}

    #fanmail { margin: 0 -10px; }
    th,
    td{
        width: 100%;
        display: block;
        border-top: none;
    }
    tr:first-child th   { border-top: 1px solid #ddd; }
}
/* 640pixel end */

