@charset "UTF-8";
/* CSS Document */
html {
	font-size : 90%; 
	line-height :1.8;
	}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
h1, h2, h3 {
	font-family:HelveticaNeue-CondensedBold;
	font-weight:normal;
	}
 h4, h5, h6 {
	 font-family:Helvetica, sans-serif
	 }
.font {
	font-family:Arial, Helvetica, sans-serif;
	}
.palt {
	font-feature-settings : "palt";
	letter-spacing:0.1em;
	}
a { text-decoration:none; }
a:link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}
a:link		{ color:#FFF; }
a:visited	{ color:#FFF; }
a:hover		{ color:#B3B2B2; }
a:active		{ color:#FFF; }

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;
	}		
	
/*-------------------------------------------------------------------------
  768px
---------------------------------------------------------------------------*/
@media screen and (min-width : 768px){
html { 
	font-size : 82.5%; 
	}
}

/*-------------------------------------------------------------------------
  1024px
---------------------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
html {
	font-size : 100%; 
	}
}