@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
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 {
  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;
  background-image: url(../images/bg.jpg);
   background-position: 50% 0%;
   background-repeat: no-repeat;
background-attachment: fixed;
}

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;
}

html, body {
  -webkit-overflow-scrolling: auto;
}

img {
	 line-height: 0;
	 margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a img:hover {
  transition: all .25s linear 0s;
  opacity: 0.9;
}

* {
  outline: none;
}






#conts {
  width: 1030px;
  margin:0 auto;
  text-align:center;
}

#footer {
  width: 1030px;
  margin:0 auto;
  text-align:center;
  background-color: #FFF;
}


.footNvi {
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}


.l-mg35{
	margin-left:35px;
}





 
