@charset "utf-8";

/* --------------------------------------------------------------------------------
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,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%;font:inherit;vertical-align:baseline;}
strong{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
sub,sup{margin:0;padding:0;border:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

*{word-break:break-all;-webkit-tap-highlight-color:rgba(255,255,0,0.5);-webkit-text-size-adjust:100%;}

a,a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:underline;}

h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1{font-size:128.57%;}
h2{font-size:128.57%;}
h3{font-size:114.29%;}
h4{font-size:114.29%;}
h5{font-size:100%;}
h6{font-size:100%;}

input[type=text],
input[type=email],
input[type=button],
input[type=submit],
textarea{-webkit-appearance:none;border-radius:0;}
input[type=text],
input[type=email],
textarea{color:#000;background-color:transparent;}

*.clearfix:before,
*.clearfix:after{content:"";display:table;}
*.clearfix:after{clear:both;}



/**/