@charset "utf-8";


body {
	color: #333333;
	background: #fff;
	font: 13px/1.231 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	*font:x-small;
}


img {
	border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#container {
	width:800px;
	margin: 0 auto;
	position: relative;
	font-size: 108%;
}
#contact-btn {
	position: absolute;
	top: 460px;
	left: 60px;
}
h1 {
	font-size:220%;
	padding: 30px 0;
}
h2 {
	font-size:153.9%;
	margin-bottom: 10px;
}
table.table-basic {
     width: 100%;
     border-collapse: collapse;
     border-spacing: 0;
     border: 1px solid #999;
     margin-bottom: 20px;
}
table.table-basic th,
table.table-basic td {
	padding: 10px 10px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
table.table-basic th {
     background: #F0F0F0;
     text-align: left;
     color: #666666;
     vertical-align: top;
}

.txt-red {
	color: #FF3333;
}

.bot1 {
	margin-bottom: 10px;
}

#submit {
	text-align: center;
	padding: 10px 0 30px;
}
#submit input {
	padding: 5px 10px;
}