@charset "utf-8";


body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 90%;
	line-height : 1.8;
}

a:link,
a:visited{
	color : #0000ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #0000ff;
	text-decoration : none;
}


#form_submit_button {
	margin-top: 50px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	padding: 0px 25px;
	margin-left: 40%;

	color: #fff;
	background-color: #f7931e !important;
	border-radius: 3px;
	font-family: inherit;
	font-size: 16pt;
	font-weight: bold;
	-webkit-appearance: none;
}


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

/* 640pixel start */
@media screen and (max-width : 640px){
  #form_submit_button {
	margin-top: 50px;
	margin-bottom: 50px;
	width: auto;
	height: auto;
	padding: 0px 25px;
	margin-left: 40%;

	color: #fff;
	background-color: #f7931e !important;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12pt;
	font-weight: bold;
	-webkit-appearance: none;
}

body{
	font-size : 100%;
}
  #form_submit_button {

}



}
/* 640pixel end */


#form_submit {

}


