@charset "utf-8";



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, strong, sub, sup, 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-style:normal;
	font-weight: normal;
	font-size: 98%;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	border-collapse: collapse;
	list-style: none;	
	color : #454545;
}


a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}

h1 {
		font-size: 2em;
		letter-spacing: -0.015em;
	}

h2 {
			font-size: 1.2em;
			letter-spacing: -0.015em;
		}

.margin100{
	margin:2em 2em;
}

#hi{
    	margin:30px auto;
	 width: 600px;
 	height: 450px;
 	background: #fff;
 	position:relative;
}

a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}

#hi{
    margin:30px auto;
	width: 80%;
 	height: 450px;
 	background: #fff;
 	position:relative;
	margin-left:auto;
	margin-right:auto;
}


}



@media screen and ( max-width : 375px ){


/* 375pixel end */
#hi{
    	margin:30px auto;
	 width: 375px;
 	height: 450px;
 	background: #fff;
 	position:relative;
}
a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}