@charset "utf-8";


/* --------------------------------------------- */

form#mail_form{
	color:#507ABD;
	font-size : 100%;
	width : 100%;
	border-radius : 7px;
	background-image: url(../img/stripe70.png);
	background-repeat: repeat;
	padding-top: 5%;
	padding-bottom : 5%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
}
form#mail_form dl{
	width : 100%;
	height : auto;
	overflow : hidden;
	margin : 0;
	padding : 0;
}
form#mail_form dl dt{
	clear : both;
	width : 25%;
	height : auto;
	float : left;
	margin-left : 20px;
	text-align : right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
form#mail_form dl dd{
  width : 55%;
  height : auto;
  float : left;
  margin-top : 3%;
	margin-left : 25px;
　padding : 16px 0px;
}
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 : 85%;
	color:#5FBEDD;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #E42C55;
  font-weight : bold;
  margin-right : 1em;
}
form#mail_form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}

form#mail_form input{
  height : 1.6em;
  border : 1px solid #B9CED9;
  background : #ffffff;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #B9CED9;
  background : #ffffff;
}
form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 45%;
}
form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 45%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 90%;
}
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 input#postal{
  width : 30%;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
	width : 90%;
	display : block;
	margin-bottom : 7px;
}
form#mail_form input#phone{
	width : 50%;
}
form#mail_form textarea#mail_contents{
	width : 90%;
	height : 90%;
	resize : vertical;
	border-radius : 3px;
	border : 1px solid #B9CED9;
	background : #ffffff;
}
form#mail_form input#mail_submit_button{
	width : auto;
	height : auto;
	padding : 6px 38%;
	vertical-align : middle;
	color : #FFF;
	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;
	background-color: #3470C5;
}
form#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #FFF;
	background : #5FBEDD;
}

/* --JavaScript------------------------------------------- */




/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){

form#mail_form{
	width : 98%;
	margin:1% auto;
}
form#mail_form dl{
  width : auto;
  padding : 2.5% 2.5%;
}
form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	font-weight : bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}
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#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#postal,
form#mail_form input#address_1,
form#mail_form input#address_2,
form#mail_form input#phone,
form#mail_form textarea#mail_contents{
  max-width : 100%;
}


}
/* 640pixel end */
