
/* --------------------------------------------------
reset
-------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	font-size:100%;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd,
blockquote, form, input {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	border:none;
}

li, dt, dd {
	line-height:1.2;
}

table {
	font-size:100%;
	line-height:1.6;
}

form, input, select {
	font-size:100%; /* 変更しない */
}

a:link {
	color:#0000FF; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color:#0088BB;
}

li {
	list-style: none;
}

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

.clearfix {
	display: inline-block;
}

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


/* --------------------------------------------------
skip
-------------------------------------------------- */
.skip {
	width:1px; /* 変更しない */
	color:#000000; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	background-color:#FFFFFF; /* 変更しない */
	position:absolute; /* 変更しない */
	left:-3000px; /* 変更しない */
}


