@charset "utf-8";

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

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

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

/* ----------------------
 syuzai.css
---------------------- */

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

div#syuzaiArea 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#syuzaiArea div.formArea ul{
	clear: both;
}

div#syuzaiArea div.formArea li{
	width: 100px;
	float: left;
}



/**
 * 掲載・放送履歴
 */

div.syuzaiBox {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

div.syuzaiBox h5 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	clear: both;
}

div.syuzaiBox dl {
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 10px 5px;
}

div.syuzaiBox dt {
	width: 60px;
	float: left;
	clear: both;
}

div.syuzaiBox dd {
	padding-left: 90px;
	margin-bottom: 5px;
}

* html div.syuzaiBox dd {
	text-indent: -3px;	
}



