@charset "UTF-8";
/* CSS Document */
html {
	font-size : 70%; /*レスポンシブタイプセッティングの指定*/
	line-height :2
	}
	
body{
	font-family : Helvetica, sans-serif;
	color: #000;
	}

a			{ text-decoration:none;}
a:link		{ color: #000; }
a:visited	{ color: #000; }
a:hover		{ color: #666;}
a:active	{ color: #000; }

h1 {
	font-weight:bold;
	font-size : 3.5em; /* 49px */
	line-height : 1; /* 49px */
	margin-bottom : 0.5em
	} 
h2 {
	font-weight:bold;
	font-size : 1.875em; /* 26px */
	line-height : 1.6; /* 41.6px */
	margin-bottom : 0.5em
	} 
h3 {
	font-weight:bold;
	font-size : 1.125em; /* 15.75px */
	line-height : 1; /* 15.75px */
	margin : 0.5em 0em 1em;
	letter-spacing:0.125em;
	} 
h4 {
	font-size : 1em; /* 14px */
	line-height : 2; /* 18px */
	margin-bottom : 2em
	}
	
	
/*-------------------------------------------------------------------------
  768px
---------------------------------------------------------------------------*/
@media screen and (min-width : 768px){
html { 
	font-size : 87.5%; /*14px*/
	}
}

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