@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: 250px;
	top: 150px;
	left: 0px;
	z-index: 2;
}
#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: 0px;
	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;
}
table#outline td .booth {
	font-size: 14px;
	border-radius: 5px;
	background: #008CFF;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	margin:10px 0 0 0;
	width: 145px
}
table#outline td .booth--number {
}

/* DemoSchedule */
.demo #main-inner {
	background: #FFF url(/event/fabex2015/images/bg_cooking-show.jpg) no-repeat top right;
}
.main-inner {
	background: #FFF url(/event/fabex2015/images/bg_cooking-show.jpg) no-repeat top right;
	padding:40px;
}
.demo-schedule {
	position: relative;
}
.demo-schedule p.read-copy {
	font-size: 14px;
}
#main-container .demo-schedule h2 {
	margin-top:40px;
}
.demo--ttl {
	font-size: 20px;
	margin-bottom: 20px;
}
.demo_chef {
	margin-bottom: 35px;
}
.demo_chef:after {
	content: '';
	clear: both;
	display: block;
}
.demo_chef_profile--name {
	display: block;
	position: absolute;
	top:27px;
	right:40px;
	width: 180px;
}
.demo_chef_profile {
	width: 660px;
	height: 130px;
	display: table;
}
.demo_chef_profile--txt {
	width: 660px;
	display: table-cell;
	height: 130px;
	vertical-align: middle;
	border-top: 1px solid #F39800;
	border-bottom: 1px solid #F39800;
}

.demo_menu:after {
	content: '';
	clear: both;
	display: block;
}
.demo_menu--01 {
	float: left;
	width: 415px;
}
.demo_menu--02 {
	float: right;
	width: 415px;
}
.demo_menu--ttl {
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
	background: #58342a;
	padding: 8px;
	margin-bottom: 15px;
	
}
.demo_menu--note {
	font-size: 12px;
	text-align: right;
	padding: 10px 0 0 0;
}