@charset "utf-8";


/* import
----------------------------------------- */

@import "/common/css/link.css";
@import "/common/css/header.css";
@import "/common/css/main.css";
@import "/common/css/footer.css";


/* global
----------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	}

body {
	text-align: center;
	color: #2F2F2F;
	background: #FFFFFF;
	font-size: small;
/* 	font-family: Arial, Helvetica, Verdana, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}

table,
td,
th,
tr {
	font-size: small;
/* 	font-family: Arial, Helvetica, Verdana, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}

.middle {
	vertical-align: middle;
	}

strong {
	font-weight: bold;
	}

#container,
#wrapper {
	width: 100%;
	}


/* clearfix
----------------------------------------- */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */
