@charset "Shift_JIS";

/* --- base ---*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 16px;
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.3;
}

p,textarea,dt,dd,li,th,td {
	line-height: 1.5;
}

table {
	border-spacing:0;
}

* html table {
	border-collapse:collapse;
}

*:first-child+html table {
	border-collapse:collapse;
}

caption,th {
	text-align:left; font-weight:normal;
}

table,th,td,img {
	border:0;
}

img,input {
	vertical-align:middle;
}

q:before,q:after {
content:'';
}

ul {
	list-style: none;
}

a:link {
	color: #36c;
}

a:visited {
	color: #36c;
}

a:hover {  text-decoration: none }

a:active {}


/* -- clearfix -- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides From IE-mac */
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* End hide from IE-mac */