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

/* =====================================
	展示会ページ
===================================== */
.eb_btn_bg{
	width:950px;
	height:330px;
	background:url(../img/exhibition/btn_bg.gif);
	position:relative;
}
.eb_btn{
	position:absolute;
	top:200px;
	left:304px;
}
.eb_title{
	display:block;
	height:60px;
	width:950px;
	background:url(../img/top/hr.gif) repeat-x bottom;
}
.eb_title02{
	display:block;
	height:50px;
	width:950px;
	background:url(../img/top/hr.gif) repeat-x bottom;
}
#contact {
	width: 800px;
	margin: 0 auto ;
}
#contact table {
	width: 800px;
	margin: 0 auto 30px;
	border-spacing: 0;
	border-collapse: collapse;
}
#contact th {
	width: 150px;
	padding: 15px 20px 15px 35px;
	word-spacing: noworp;
	background: url(../img/icon_02.gif) no-repeat 20px 21px #E4F3FC;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
}
#contact td {
	padding: 15px 20px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#contact .contact_txt {
	width: 300px;
	border: 1px solid #7F9DB9;
	padding: 4px;
}
#contact .contact_need {
	background: #FFFFBB;
	border: 1px solid #7F9DB9;
	padding: 4px;
}
#contact .contact_need_txt {
	color: #E10915;
	font-size: 10px;
}
#contact textarea {
	width: 450px;
	height: 200px;
	padding: 4px;
}

#tenjikai_table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#tenjikai_table th, #tenjikai_table tr, #tenjikai_table td {
    border: solid 1px #CCC;
    padding: 10px;
    background-color: #FFF;
}

#tenjikai_table th {
    background: #eeeeee;
    vertical-align: middle;
}

#tenjikai_table td{
	vertical-align: middle;
}

.caution {
	color: #f00f1d;
	font-weight: bold;
}