/**

共通CSS

**/

/*************************************table*/

table.tbl1 {
	width: 100%;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	line-height: 140%;
}
* html table.tbl1 {
	font-size: 0.9em;
}
table.tbl1 th {
	padding: 5px;
	color: #ffffff;
	width: 30%;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
table.tbl1 td {
	padding: 5px;
	color: #ffffff;
	vertical-align: top;
	border-bottom: 1px solid #FFFFFF;
}

/*************************************form*/
.form_check {
	color: #A7F192;
	font-weight: bold;
}
input { color: #000000;}
.w30per { width: 30%;}
.w50per { width: 50%;}
.w80per { width: 80%;}
.w100per { width: 100%;}

.w500 { width: 500px;}

textarea { font-size: 1em;}
.form-box {
	text-align: left;
	width: 600px;
}

/*************************************ohter*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}