@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}



ol, ul {
  list-style: none;
  list-style-type: none;
}



* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	background-color: #F6D820;
  color: #333;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}



a:link {
  color: #10AED6;
  text-decoration: none;
}

a:visited {
  color: #21a4c5;
  text-decoration: none;
}

a:hover {
  color: #00b8e6;
  text-decoration: underline;
}

a:active {
  color: #00b8e6;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


img {
	 line-height: 0;
	 margin: 0;
	padding: 0;
	vertical-align: top;
}

a img:hover {
  transition: all .25s linear 0s;
  opacity: 0.9;
}

* {
  outline: none;
}



.contents {
  width: 1120px;
     margin:0 auto;
	 text-align:center;

 
}


.footNvi {
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
#sample_form_area{
	text-align:left;
}








 
