@charset "utf-8";

/* ===========================================

 web site : www.y-buster.co.jp
 author : support center
 Updated day ： 09/01

=========================================== */

/* ----------------------
 business.css
---------------------- */

div#businessArea {
	padding: 0px 10px 15px;
}

div#businessArea h3 {
	font-weight: bold;
	color: #333333;
	background: #F6F6F6 url(../../img/common/icon_subtt_common.gif) no-repeat 2px;
	clear: both;
	padding: 3px 0px 3px 20px;
	margin-bottom: 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}



/**
 * 事業説明会テキスト
 */

div#businessTextArea {
	width: 650px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#businessText {
	width: 370px;
	float: left;
	padding-right: 20px;
}

div#businessArea h5 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background: url(../img/bg_tt_business.gif) no-repeat;
	height: 25px;
	padding-top: 20px;
	padding-left: 30px;
}



/**
 * 事業説明会テーブル
 */

div.businessBox {
	background: url(../img/bg_tt_business2.gif) no-repeat bottom;
	width: 590px;
	padding: 10px 30px 30px;
}

div.businessBox th{
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.businessBox td{
	padding-top: 5px;
	padding-bottom: 5px;
}



/**
 * 参加特典
 */

div#tokutenArea {
	background: #FEFFEC;
	width: 610px;
	float: left;
	padding: 4px 19px;
	margin-bottom: 10px;
}

div#tokutenText {
	width: 510px;
	float: left;
	padding-right: 20px;
}

div#tokutenText h6{
	font-weight: bold;
	color: #006699;
	margin-bottom: 10px;
}

div#sankaBtn{
	text-align: center;
	margin-bottom: 20px;
}


