@charset "UTF-8";
/* CSS Document */
html {
	font-size : 90%;
	}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	line-height :2;
	font-feature-settings : "palt";
	color:#fff;
	text-align:center;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}
.font {
	}
a { text-decoration:none; }
a:link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}
a:link		{ }
a:visited	{ }
a:hover		{ }
a:active	{ }
a img {
	 -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}	
a img:hover {
	opacity:0.5;
	}
	
h1 {
	font-size : 1.5em;
	} 
h2 {
	font-size : 1.75em;
	} 
h3 {
	font-size : 1.5em;
	} 
h4 {
	font-size : 1.25em;
	}
h5 {
	font-size : 1em;
	}
h6 {
	font-size : 0.75em;
	}		
	
/*-------------------------------------------------------------------------
  1024px
---------------------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
html {
	font-size : 100%; 
	}
}