@charset "utf-8";

/*　style reset
---------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}
q:after, q:before {
  content:'';
}
a, input {
  outline: none;
}
input, textarea {
  border-radius: 0;
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
	outline: none;
  padding: 0;
  cursor: pointer;
}
button {
	background: transparent;
  border: none;
  outline: none;
}
abbr, acronym {
  border: 0;
}
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*　image
---------------------------------------------------------------------------------------*/
img{
	border: 0px none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}
