@charset "utf-8";
/* initialization
------------------------------------------------------------ */

body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Verdana, Helvetica, arial, "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, input, textarea, table, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, em, th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
li {
	list-style-type: none;
}
br {
	letter-spacing: 0;
}



/*	anchor
------------------------------------------------------------ */

img {
	border: 0;
	vertical-align: bottom;
}



/* layout
------------------------------------------------------------ */
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	overflow: hidden;
}


/* clearfix
------------------------------------------------------------ */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

