@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

index.html CSS

------------------------------------------------- */


#contactArea{
	
}
#contactArea h3{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-size:1.3em;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	margin:30px 0 15px;
	padding:10px 15px 8px;
	background-color:#16baef;
}
.contactTel{
	margin:30px 10px 0;
}
.contactTel strong{
	font-size:2em;
	letter-spacing:1px;
	padding:0 0 0 5px;
	width:220px;
	display:inline-block;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactTel span{
	font-size:1.25em;
	vertical-align:text-top;
	display:inline-block;
}


/* Table */
.notice{
	text-align:right;
}
.notice span{
	color:#f00;
	font-size:0.8em;
	padding-left:3px;
}
.table01{
	width:100%;
	margin:0 0 10px;
}
.table01 th{
	width:120px;
	font-weight:normal;
	text-align:left;
	background-color:#ddd;
}
.table01 th span{
	color:#f00;
	font-size:0.8em;
	padding-left:3px;
}
.table01 td{
	background-color:#fff;
}
.table01 td .colcmnt1{
	font-size:0.8em;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg {
	width:90%;
	background:#FFF;
	border:3px solid #f00;
	padding:20px;
	margin:0 auto 10px auto;
	text-align:left;
}
.formLayout .errmsg,
.formLayout .errmsg a,
.formLayout .errmsg a:link,
.formLayout .errmsg a:visited,
.formLayout .errmsg a:hover,
.formLayout .errmsg a:active {
	color:#F00;
}

/* 送信ボタンまわり
-------------------------------------------------*/
.formLayout .submit {
	padding:1.5em 30px;
	text-align:center;
	margin-top:15px;
}

.formLayout .submit p {
	text-align:left;
	padding-bottom:1em;
}

.formLayout .submit input {
	width:130px;
	height:33px;
	float:none;
	display:inline;
}

.formLayout .submit .submit_left,.formLayout .submit .submit_right{
	width:49%;
	text-align:center;
}
.formLayout .submit .submit_left{
	float:left;
}
.formLayout .submit .submit_right{
	float:right;
}
















