@charset "UTF-8";

/* =================================================
  Reset
================================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  outline:0;
  border:0;
  list-style:none;
}

/* element
================================= */
html {
  overflow-y:scroll;
  font-size:62.5%;
}

body {
  background:#fff;
  color:#333;
  font-weight:400;
  font-size:1.3em;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height:1.7;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

table {
  border-collapse:collapse;
  empty-cells:show;
  border-spacing:0;
}

table th,table td {
  font-size:100%;
}

a:link {
  color: #2a70be;
  text-decoration:underline;
}

a:visited {
  color: #1c4c82;
  text-decoration:underline;
}

a:hover {
  color: #2a70be;
  text-decoration:none;
}

a:active {
  color: #2a70be;
  text-decoration:none;
}

a img {
  border:none;
  text-decoration:none;
}

img {
  vertical-align:bottom;
}

@media screen and (max-width: 767px) {
  img {
  	display:block;
  	max-width:100%;
  	width:100%;
  	height:auto;
  }
}

textarea,input[type="text"],input[type="password"],input[type="button"],input[type="submit"] {
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

/* block
================================= */
*,:before,:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
}

.wrapper:after,.clear_fix:after {
  clear:both;
  display:block;
  content:"";
}