@charset "utf-8";

@import url('../../common/css/base.css');
/* CSS Document */

#header {
	position: relative;
	height: 425px;
	overflow: hidden;
	background: url(/event/images/bg_gray.gif);
	z-index: 1;
}

/* HeaderInner */
#header-inner {
	position:relative;
	width: 950px;
	height: 425px;
	margin: 0px auto;
	z-index: 2;
}

/* HeaderBackground */
#back-img {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#event {
	position: absolute;
	width: 950px;
	height: 275px;
	top: 150px;
	left: 0px;
	z-index: 2;
}
#event img.bt {
	top: 40px;
	left: 30px;
}

#page-navi {
	text-align: center;
}
#main-container {
	margin: 0px;
}

/* Outline */
table#outline {
	width: 870px;
	margin-bottom: 30px;
}
table#outline th,table#outline td {
	color: #333;
	border-bottom: 2px dotted #CCC;
}
table#outline th {
	padding-right: 40px;
	white-space: nowrap;
	text-align: left;
}
table#outline td {
	padding: 10px 0px 10px 20px;
	border-left: 10px solid #C0F3FE;
}
table#outline td strong {
	font-size: 18px;
}
table#outline td em {
	color: #393;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
}
table#outline td div {
	position: relative;
}
table#outline td a.bigsite {
	position: absolute;
	padding: 3px 20px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	top: 20px;
	right: 0px;
	background: #00A358;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
}
table#outline td a.bigsite:hover {
	background: #33B67A;
}

/* movie */
.movie {
	background: #fff;
	padding:40px;
	margin-bottom:30px;
	text-align: center;
}

/* DemoSchedule */
.demo--inner {
	background-image: url(../images/bg_cooking-show.jpg) no-repeat top right;
	background-color: #fff;
	position: relative;
	padding: 30px 40px;
	overflow: hidden;
}
.demo--ttlbox {
	position: relative;
	overflow: hidden;
	zoom:1;
	border-bottom: 1px solid #f39800;
	padding-bottom:5px;
	margin-bottom:30px;
}
.demo--ttl{
	font-size: 46px;
	color: #d6e9c4;
	text-shadow: #6fba2c 2px 2px;
	letter-spacing: -1px;
	float:left;
	margin: 0 20px 20px 0;
	padding: 0;
}
.demo--lead{
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin:10px auto;
}
.demo--block {
	background-color: #ecf4d9;
	padding: 15px;
	margin-bottom:20px;
	position: relative;
	overflow: hidden;
	zoom:1;
	color: #595757;
}
.demo--block--l {
	width: 200px;
	float:left;
}
.demo--block--r {
	width: 630px;
	float:right;
}
.demo--block--ph {
	display: block;
	margin: 10px auto;
}
.demo--block--caption {
	display: block;
	font-size: 12px;
	text-align: center;
}
.demo--block--name {
	font-size: 21px;
	font-weight: bolder;
}
.demo--block--ttl {
	border-bottom:1px solid #6fba2c;
	font-size:21px;
	font-weight: bolder;
	margin-bottom:10px;
}
.demo--block--intro {
	margin-top:10px;
	font-size: 14px;
	line-height: 1.4;
}
.demo--block--caution {
	font-size: 12px;
}
.list_schedule {
	list-style: none;
	margin:0;
	padding:0;
}
.list_schedule--item {
	padding:5px 0;
}
.list_schedule--time {
	float: left;
	padding:0;
	width:110px;
	font-size: 16px;
	font-weight: bolder;
}
.list_schedule--target {
	float: left;
	padding:0;
	margin:5px 20px 0 0;
	width:150px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #fff;
	background: #6fba2c;
	border-radius: 10px;
}
.list_schedule--menu {
	float: left;
	padding:0;
	width:340px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bolder;
	padding-bottom:10px;
}
.list_schedule--menu_sml {
	font-size:12px;
}
.list_schedule--description {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.tbl_schedule {
	margin:0;
	padding:0;
	border-collapse: collapse;
}
.tbl_schedule--ttl {
	padding:5px;
	font-size: 17px;
	line-height: 1;
	text-align: left;
	border-right:1px solid #6fba2c;
	border-bottom:1px solid #6fba2c;
	width:20%;
}
.tbl_schedule--time {
	list-style: none;
	padding:5px;
	border-right:1px solid #6fba2c;
	width:20%;
	vertical-align: top;
}
.tbl_schedule--time_list {
	list-style: none;
}
.tbl_schedule--time_listitem {
	list-style: none;
	font-size: 16px;
	font-weight: bolder;
}
.tbl_schedule--date {
	font-size: 14px;
	line-height: 1;
	border-right:1px dotted #6fba2c;
	border-bottom:1px solid #6fba2c;
}
.tbl_schedule--date:last-child {
	border-right:none;
}
.tbl_schedule--chef {
	padding:10px 0;
	border-right:1px dotted #6fba2c;
	text-align: center;
}
.tbl_schedule--chef:last-child {
	border-right:none;
}

