@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Description : Top Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Takahira
	
	Update Description :
	[2015/12/22] 来場訴求期
	[2015/05/12] 新規作成

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

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Section [Visual] Setting
	3. Contents Setting
	4. Section [banner_link] Setting
	5. Section [banner_group] Setting
	*. Clear Fix
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#global_navi {
	margin: 0 auto 18px;
	padding-bottom: 7px;
}

section {
	width: 980px;
	margin: 0 auto 40px;
}

main .fb-page {
	float: right;
	width: 460px;
}

a:link { color: #333;}
a:visited { color: #333;}
a:hover {	color: #999;}





/*===== ■2. Section [Visual] Setting =====*/
#visual {
	position: relative;
	height: 315px;
	margin-bottom: 5px;
	padding-top: 5px;
	background: url(img/top/bg-visual.gif) repeat-x;
}

#v_inner {
	width: 980px;
	margin: 0 auto;
}

.v_slider {
	position: relative;
	float: left;
	width: 650px;
	height: 310px;
}

.v_slider:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 650px;
	height: 15px;
	background: url(../img/top/bg-slider.png) repeat-x;
	content: "";
	z-index: 1000;
}

.v_slider ul { display: none;}

.v_slider li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.v_slider li a:hover img { opacity: 0.8;}

.v_slider li span {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.flex-control-nav {
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 1200;
}

.flex-control-nav li {
	display: inline-block;
	width: 70px;
	height: 5px;
	margin: 0 5px;
	vertical-align: top;
}

.flex-control-paging li a {
	display: block;
	width: 70px;
	height: 5px;
	background: #000000;
	cursor: pointer;
	text-indent: -9999px;
}
	
.flex-control-paging li a:hover { background: #CCCCCC;}
.flex-control-paging li a.flex-active { background: #FFFFFF;}

#v_banner {
	float: right;
	width: 320px;
}

#v_banner li { margin: 5px 0 7px;}
#v_banner li:first-child { margin-top: 12px;}

#pr_info_area {
	width: 980px;
	margin: 0 auto 15px;
}

#pr_info_area #foodex2017 {
	display: block;
	margin: 20px 0;
}

#pr_info_area #foodex2017:hover { opacity: 0.6;}

#pr_area { float: left;}
#info_area { float: right;}

#pr_info_area dt { margin-bottom: 5px;}

#pr_area dd li {
	float: left;
	width: 190px;
	height: 60px;
	margin-right: 2px;
	padding: 1px;
	border: 1px solid #999999;
}

#info_area dd li {
	float: left;
	width: 194px;
	height: 64px;
}

#pr_info_area dd li a:hover { opacity: 0.6;}





/*===== ■3. Contents Setting =====*/
#contents { margin-bottom: 30px;}



/* top info */
#top_info {
	float: left;
	width: 480px;
}

#top_info section {
	position: relative;
	width: 460px;
	padding: 45px 0 0 20px;
}

#top_info section:before {
	position: absolute;
	top: 0;
	left: 0;
	content: url(img/top/mark-info.png);
}

#top_info h2 {
	margin-bottom: 15px;
	padding: 0 10px 15px;
	background: url(img/common/bg-title.gif) repeat-x bottom;
}

#top_info h2 a { float: right;}

#information .scroll_box {
	height: 540px;
	margin-bottom: 30px;
}

#press .scroll_box { height: 500px;}

#top_info .scroll_box li {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #999999;
}

#top_info .scroll_box li time { font-weight: bold;}

#top_info .scroll_box li.new time:after {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 5px;
	padding: 1px 5px 1px;
	background: #cc0000;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 110%;
	letter-spacing: 1px;
	content: 'new';
}

#press .scroll_box li a {
	padding-right: 15px;
	background: url(img/common/mark-pdf.png) no-repeat right bottom;
}



/* event */
#event {
	position: relative;
	padding: 45px 0 0 10px;
	width: 470px;
	float: right;
}

#event:before {
	position: absolute;
	top: 0;
	left: 0;
	content: url(img/top/mark-check.png);
}

#event h2 {
	width: 450px;
	margin: 0 0 05px 10px;
	padding: 0 0 15px 10px;
	background: url(img/common/bg-title.gif) repeat-x bottom;
}

#event ul { margin-left: 10px;}

#event li {
	float: left;
	margin: 10px 5px 0;
}

#event li a:hover img { opacity: 0.6;}



/* pr_large */
#pr_large {
	width: 480px;
	margin: 0 0 30px auto;
}

#pr_large a {
	display: block;
	width: 300px;
	height: 250px;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#pr_large a:hover { opacity: 0.6;}



/* special */
#special {
	position: relative;
	padding: 45px 0 0 10px;
	width: 470px;
	float: right;
}

#special:before {
	position: absolute;
	top: 0;
	left: 0;
	content: url(img/top/mark-check.png);
}

#special h2 {
	width: 450px;
	margin: 0 0 05px 10px;
	padding: 0 0 15px 10px;
	background: url(img/common/bg-title.gif) repeat-x bottom;
}

#special li { margin: 10px 0 0 20px;}

#special li a:hover img { opacity: 0.6;}

#special li a img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

#special li p {
	float: left;
	width: 340px;
}

#special li p a { display: block;}

#special li a span {
	padding-right: 20px;
	background: url(img/common/mark-arrow-circle.gif) no-repeat right center;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}

#special #bnr_beauty li {
	float: left;
	width: 190px;
	height: 60px;
	padding: 1px;
	border: 1px solid #999999;
	margin: 10px 0 0 20px;
}





/*===== ■4. Section [banner_link] Setting =====*/
#banner_link {
	float: left;
	width: 570px;
	margin-bottom: 60px;
}

#banner_link h3 {
	position: relative;
	height: 1px;
	margin-bottom: 30px;
	padding-top: 14px;
	border-bottom: 1px solid #333;
}

#banner_link h3 img {
	position: absolute;
	top: 0;
	left: 0;
}

#banner_link #link_slider { margin-left: 10px;}





/*===== ■5. Section [banner_group] Setting =====*/
#banner_group {
	float: right;
	width: 385px;
	margin-bottom: 60px;
}

#banner_group h3 {
	position: relative;
	height: 1px;
	margin-bottom: 30px;
	padding-top: 14px;
	border-bottom: 1px solid #333;
}

#banner_group h3 img {
	position: absolute;
	top: 0;
	left: 0;
}


#banner_group #group_slider { margin-left: 10px;}





/*===== ■*.Clear Fix  =====*/
#pr_info_area:after,
#pr_info_area dd ul:after,
#contents:after,
#event ul:after,
#special li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}
