@charset "utf-8";

a	{
	color: #ff821f;
	text-decoration: none;
}

h1	{
	width: 730px;
	margin-bottom: 29px;
}

/* ----------------------------------------------------------------------------------------------------
   ナビゲーション
---------------------------------------------------------------------------------------------------- */
.report_navi	{
	margin-bottom: 23px;
	padding-left: 111px;
}

.report_navi li	{
	float: left;
	margin-right: 9px;
}

.report_navi_no	{
	padding-right: 17px;
	background: url(../report/images/report_bg001.jpg) no-repeat;
	background-position: right top;
}

/* ----------------------------------------------------------------------------------------------------
   スケジュール
---------------------------------------------------------------------------------------------------- */
#report_schedule	{
	width: 710px;
	margin-bottom: 33px;
	padding: 28px 0 49px 20px;
	background: url(../report/images/report_bg002.jpg) repeat-y;
}

#report_schedule h2	{
	margin-bottom: 20px;
}

#report_schedule_list	{
	margin-bottom: 34px;
}

#report_schedule_photo	{
	float: left;
	width: 162px;
	margin-right: 19px;
}

#report_schedule_list ul	{
	float: left;
	width: 510px;
	padding-top: 8px;
}

#report_schedule_list ul li	{
	width: 505px;
	margin-bottom: 15px;
	padding-bottom: 12px;
	background: url(../report/images/report_line001.gif) no-repeat;
	background-position: left bottom;
}

.report_schedule_txt	{
	float: left;
	padding-top: 2px;
}

.report_schedule_btn	{
	float: right;
}

#report_schedule h3	{
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------------------------------------------
   レポート
---------------------------------------------------------------------------------------------------- */
.report	{
	width: 692px;
	padding-top: 11px;
	padding-left: 19px;
}

.report_headline	{
	margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   撮影協力
---------------------------------------------------------------------------------------------------- */
#report_roll	{
	width: 711px;
	margin-bottom: 34px;
	padding: 29px 0 10px 19px;
	background: url(../report/images/report_bg002.jpg) repeat-y;
}

#report_roll h2	{
	margin-bottom: 29px;
}

.report_roll_box	{
	padding-bottom: 38px;
}

.report_roll_box p	{
	float: left;
	width: 270px;
	margin-right: 15px;
}

.report_roll_box dl	{
	float: left;
	width: 400px;
}

.report_roll_box dl dt	{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../report/images/report_line001.gif) no-repeat;
	background-position: left bottom;
	color: #ff821f;
	font-size: 1.2em;
}

/* ----------------------------------------------------------------------------------------------------
   共通部分
---------------------------------------------------------------------------------------------------- */
#contents	{
	width: 735px;
	padding-top: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   クリアフィクス
---------------------------------------------------------------------------------------------------- */
.report_navi:after,
#report_schedule_list:after,
#report_schedule_list ul li:after,
.report_roll_box:after,
.report_box:after,
.report_sbox:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

.report_navi,
#report_schedule_list,
#report_schedule_list ul li,
.report_roll_box,
.report_box,
.report_sbox	{
	display: block;
	#display: inline-block;
}

