@charset "utf-8";
/* CSS Document */

/* ------------------------------ */
/* サイト全体ふわっと現れる */
#container{animation:fadeIn 2s ease 0s 1 normal;
-webkit-animation:fadeIn 2s ease 0s 1 normal;}
@keyframes fadeIn{0%{opacity:0} 100%{opacity:1}}
@-webkit-keyframes fadeIn{0%{opacity:0} 100%{opacity:1}}
/* ------------------------------ */

/* ------------------------------ */
/* リセット */
html,body,div,span,applet,object,iframe,
p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,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,tbody,
caption,tfoot,thead,tr,th,td{
vertical-align:baseline;padding:0;margin:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* ------------------------------ */
/* クリアフィクス */
.clearfix:after{
content:".";display:block;height:0; 
font-size:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;} 
.clear{clear:both;}
/* Hides from IE Mac */
* html.clearfix{height:1%;}
.clearfix{display:block;}
/* End Hack */
/* ------------------------------ */