@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body {
	color: #333;
	line-height: 170%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em,strong,th {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-family: 'Sawarabi Gothic', sans-serif;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}

/* Fonts
------------------------------------------------------------*/

body {
	font-size: 16px;
	*font-size: 100%; /* IE7 */
	font-size: 100%\9; /* IE8 */
	font-family: 'Sawarabi Gothic', sans-serif;
}
:root body {
   font-size: 16px \0/; /* IE9 */
}
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
body {font-size: 100%;}
}

@media screen and (max-width: 980px) {
body{ 
width: 980px; 
}
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}