@charset "Shift_JIS";

/* COMMON STYLE
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #333;
	background: #fff;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: center;
}
* html body {
	font-size: x-small;
}
* html body table {
	font-size: 100%;
}
*:first-child+html body {
	font-size: small;
}
head~/* */body #container {
	/* for ie8 */ font-size: small; 
}
html:not(:target) #container {
	/* for ie9 */ font-size: small;
}
h1,
h2,
h3,
h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
p {
	line-height: 1.5;/*1.45;*/
}
ul {
	list-style: none;
}
img,
a img {
	border: none;
}
a:link,
a:visited {
	color: #002672;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #999;
	text-decoration: none;
}


/* CLEARFIX
---------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE6/IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE6/IE Mac */


