@charset "utf-8";
/* CSS Document */

/* ====================================
インデックスページ開始
==================================== */
/* 開催日および会場テーブル */
.cont table.indextable{
	width:100%;
	margin:0 0 40px;
	background:#9ACFE0;
	font-size:110%;
}
.cont table.indextable th{
	min-width:80px;
	margin:0;
	padding:8px;
}
.cont table.indextable td{
	margin:0;
	padding:8px;
}
.cont table.indextable td input{
	margin-bottom:10px;
}

.cont table.indextable th,.cont table.indextable td{
	background-color:#ffffff;
}
.cont table.indextable tr:nth-child(odd) th,.cont table.indextable tr:nth-child(odd) td{
	background-color:#F7FCFD;
}
.cont table.indextable tr:first-child th,.cont table.indextable tr:first-child td{
	background-color:#00769D;
	color:#ffffff;
}
.cont table.indextable td.btn a{
	width:240px;
	display:inline-block;
	margin:5px;
	padding:8px 12px;
	border:1px solid #cccccc;
	border-bottom:1px solid #999999;
	background:url(../img/submit_btn.jpg) repeat-x left bottom;
	text-decoration:none;
	text-align:center;
	color:#333;
}
.cont table.indextable td.btn a:hover,.cont table.indextable td.btn a:active{
	background:#333;
	color:#fff;
	border:1px solid #333;
}


.cont table.indextable a{
	color:#006F93;
}

.cont table.indextable th.em{
	height:3.4em;
}


/* ====================================
インデックスページ終了
==================================== */
/* ====================================
プライバシーページ開始
==================================== */
.cont h3.privacy{
	padding:90px 0 0;
}

.cont ul.privacy{
	margin:0;
	padding:0 20px;
	line-height:180%;
	font-size:120%;
}

.cont ul.privacy li{
	margin:0;
	padding:0;
	list-style-image:url(../img/list4.jpg);
}
/* ====================================
プライバシーページ終了
==================================== */

/* ====================================
フォーム開始
==================================== */
/* ヘッダ */
.form div.head h1{
	margin:0;
	padding:70px 0 14px;
	color:#006F93;
	text-align:center;
	font-size:170%;
}
.form div.head h2{
	margin:0 0 40px;
	font-size:300%;
	text-align:center;
}
.form .cont h3{
	margin:60px 0 10px;
	padding:0 0 5px;
	border-bottom:3px solid #006F93;	
	font-size:180%;
}
.form .cont p{
	font-size:110%
}

/* 送信ボタン */
.cont input.submit_btn{
	padding:15px 30px;
	border:1px solid #cccccc;
	border-bottom:1px solid #999999;
	background:url(../img/submit_btn.jpg) repeat-x left bottom;
}

.verisign{
	padding:20px 0 10px;
}
.verisign img{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	position:relative;
	top:-10px;
}
/* 送信完了 */
.cont p.thanks_message{
	margin:50px 0 20px;
	font-size:130%;
}

/* ====================================
フォーム終了
==================================== */

/* ====================================
アンケート入り口ページ
==================================== */

.cont .btn a{
	width:240px;
	display:inline-block;
	margin:5px;
	padding:8px 12px;
	border:1px solid #cccccc;
	border-bottom:1px solid #999999;
	background:url(../img/submit_btn.jpg) repeat-x left bottom;
	text-decoration:none;
	text-align:center;
	color:#333;
}
.cont .btn a:hover,.btn a:active{
	background:#333;
	color:#fff;
	border:1px solid #333;
}
.cont img.max800{
	width:100%;
	max-width:800px;
	height:auto;;
}

/* ====================================
アンケート入り口ページ終了
==================================== */

