@charset "utf-8";

fieldset,img{
  border: 0;
  vertical-align : middle;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}

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

form#mail_form{
  width : 700px;
  margin : 30px auto;
  border: 1px solid #cccccc;
  border-radius : 7px;
  text-shadow : 0px 1px 0px #ffffff;
  background:#FFF;
  font-size:108%;
}

form#mail_form dl{
  width : 650px;
  padding : 15px 25px;
  overflow : hidden;
}
form#mail_form dl dt{
  clear : both;
  width : 200px;
  float : left;
  text-align : right;
  border-top : 1px solid #cccccc;
padding : 14px 0 10px;
}
form#mail_form dl dd{
  width : 420px;
  float : left;
  border-top : 1px solid #cccccc;
	padding : 16px 0 10px 30px;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
  border : none;
  background : none;
}
form#mail_form dl dt span{
  display : block;
  font-size : 11px;
  color : #396;
  padding-top:5px;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #F60;
  font-weight : bold;
  margin-right : 1em;
  
}

form#mail_form dd p{
  font-size : 85%;
  line-height:1.6;
  padding-top:10px;
}

form#mail_form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  padding-top:5px;
  color : #ff0000;
}

form#mail_form select{
  height : 1.8em;
  border : 1px solid #cccccc;
  border-radius : 3px;
}

form#mail_form input{
  height : 1.8em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
  padding:0 5px;
}


form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}

form#mail_form input[type="text"]
{
  width : 300px;
}

form#mail_form input#name_1,
form#mail_form input#name_2{
  width : 130px;
}
form#mail_form input#read_1,
form#mail_form input#read_2{
  width : 130px;
}
form#mail_form input#phone{
  width : 200px;
}

form#mail_form input#postal{
  width : 100px;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
  width : 300px;
  display : block;
  margin-bottom : 7px;
}


form#mail_form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
  cursor : pointer;
}
form#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}

form#mail_form textarea#mail_contents{
  width : 400px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form 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;
}
form#mail_form input#mail_submit_button:hover{
  cursor : pointer;
  color : #106dff;
  background : #e0e0e0;
}

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




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

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

form#mail_form{
  width : 100%;
}
form#mail_form dl{
  width : auto;
  padding : 3% 5%;
}
form#mail_form dl dt{
  width : auto;
  float : none;
  text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}
form#mail_form dl dd{
  width : auto;
  float : none;
  border-top : none;
	padding : 0px 0 10px 0px;
	background : none;
}
form#mail_form dl dt span{
  font-weight : normal;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
	font-weight : bold;
}

form#mail_form input[type="text"],
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#phone,
form#mail_form input#postal,
form#mail_form input#address_1,
form#mail_form input#address_2,
form#mail_form textarea#mail_contents{
  width : 100%;
  margin-bottom:5px;
}


}
/* 640pixel end */

