@charset "utf-8";

@import url('../../common/css/base.css');
/* CSS Document */

#header {
	position: relative;
	height: 400px;
	overflow: hidden;
	background: url(/event/images/bg_gray.gif);
	z-index: 1;
}

/* HeaderInner */
#header-inner {
	position:relative;
	width: 950px;
	height: 400px;
	margin: 0px auto;
	z-index: 2;
}

/* HeaderBackground */
#back-img {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#event {
	position: absolute;
	width: 950px;
	height: 250px;
	top: 150px;
	left: 0px;
	z-index: 2;
}

#event img.bt {
	top: 40px;
	left: 30px;
}

#page-navi {
	text-align: center;
}
/* Outline */
table#outline {
	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;
}

/* DemoSchedule */
.demo #main-inner {
	background: #FFF url(/event/fss2015/images/bg_cooking-show.jpg) no-repeat top right;
}
.main-inner {
	background: #FFF url(/event/fss2015/images/bg_cooking-show.jpg) no-repeat top right;
	padding:40px;
}
.demo-schedule p.read-copy {
	margin-bottom: 30px;
	font-size: 14px;
}
#main-container .demo-schedule h2 {
	margin-top:40px;
}
.cookeverio {
	margin-top: 20px;
}
.schedule {
	overflow: hidden;
}
.demo-contents {
	width: 420px;
}
.demo-contents h3 {
	margin-bottom: 20px;
}
.demo-contents h4 {
	margin: 20px 0px 10px;
	font-size: 16px;
}
.demo-contents p {
	padding-right: 220px;
	min-height:150px;
}
.demo01 {
	float: left;
	background: url(/event/fss2015/images/bg_demo01.jpg) right 42px no-repeat;
}
.demo02 {
	float: right;
	background: url(/event/fss2015/images/bg_demo02.jpg) right 42px no-repeat;
}