/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* common */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: bold;
}
/* meiwa-mojimoji */
.text-small-70 {
	font-size: 70%;
}
.text-small-85 {
	font-size: 85%;
}
p.copyright {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #666;
}
.boldblue18 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #06C;
}
/* meiwa-common */
.clear {
	width: 1px;
	height: 1px;
	clear: both;
}
.center {
	width:100%;
	text-align: center;
	clear: both;
}
.comment-right {
	width:100%;
	text-align: right;
	clear: both;
	margin: 10px 0;
}
.hrbar01 {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #E6E6E6;
	border: 0;
	margin: 20px 0;
	clear: both;
}
/* underconstruction */
.page-underconstruction {
	background-color: #FFF;
	width: 680px;
	height: 520px;
	background-image: url(../images/page-underconstruction_bgimg.jpg);
	background-repeat: no-repeat;
}