@charset "utf-8";
@import url("base.css");
@import url("blockparts.css");

/*--// ページごとの独自スタイル //--*/

#header {
	background: url(../partimg/public/headBg.png) no-repeat 0px 0px;
}

/* ===================================================================
CSS information

 file name  :event.css
 author     :Naomi ITO(Jinstep Research,Inc.)
 style info :イベントコンテンツ関連
=================================================================== */

/* divisions
----------------------------------------------------------- */
.section {
	width: 710px;
	margin-bottom: 40px;
	font-size: 0.8em;
}

.section .route {
	width: 340px;
	float: left;
}

.section .map {
	width: 350px;
	float: right;
}

/* clearfix */
.section:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* DW向けおまじない */
.section {
	overflow:hidden;
}


/* headings
----------------------------------------------------------- */
h2 {
	width: 730px;
	height: 100px;
	margin: 0 0 50px -10px;
}

.content h3 {
	margin: 0 0 30px 0;
}

.content h4 {
	border-left: 8px solid #ffa319;
	line-height: 46px;
	font-size: 1.2em;
	padding-left: 8px;
	margin: 0 0 15px 0;
}

#leftBlock h3 {
	border-bottom: 1px solid #ffa319;
}

/* fieldset
----------------------------------------------------------- */
fieldset {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
}

fieldset legend {
	font-weight: bold;
	padding: 0 10px;
}

fieldset.spring{
	border: 1px solid #e5b000;
}

fieldset.summer{
	border: 1px solid #11aa78;
}

fieldset.autumn{
	border: 1px solid #ff6619;
}

fieldset.winter{
	border: 1px solid #4f8fd2;
}


/* tables
----------------------------------------------------------- */
fieldset th {
	text-align: right;
}

fieldset th,
fieldset td {
	padding: 5px;
}

fieldset.spring th {
	background: #e5b000;
}

fieldset.summer th {
	background: #11aa78;
}

fieldset.autumn th {
	background: #ff6619;
}

fieldset.winter th {
	background: #4f8fd2;
}


#pickUp th {
	width: 450px;
	padding: 10px;
}

#pickUp td {
	width: 250px;
	padding: 10px;
}
	

/* images
----------------------------------------------------------- */
.imgR {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

/* paragraph
----------------------------------------------------------- */
.section p {
	margin-bottom: 1em;
}

/* link type
----------------------------------------------------------- */
.section a[target^="_blank"] {
	padding-right: 15px;
	background: url(../images/ico_external.gif) right center no-repeat;
}

.section a[href$=".pdf"] {
	padding-right: 15px;
	background: url(../images/ico_pdf.gif) right center no-repeat;
}

/* unordered lists
----------------------------------------------------------- */
/* サイドメニュー */
#naviPod {
	width: 177px;
	background: #fbfbfb;
	border: 1px solid #f3f3f3;
}

#naviPod ul {
	margin: 10px 0 20px 0;
}

#naviPod ul li {
	list-style: none;
	line-height: 2;
	padding-left: 15px;
	border-bottom: 1px solid #d7d7d7;
	background: url(../event/images/bg_sideNav_li.gif) left center no-repeat;
}

#naviPod ul li a{
	display: block;
}

/* 四季の祭り・イベント */
#fourSeason {
	width: 700px;
	height: 150px;
	background: url(../event/images/bg_fourSeason.jpg) no-repeat;
}

#fourSeason li {
	list-style: none;
	width: 175px;
	height: 150px;
	float: left;
}

#fourSeason li a {
	width: 175px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}

#fourSeason li.spring a:hover,
#fourSeason li.spring a:focus {
	background: url(../event/images/bg_fourSeason.jpg) 0 -150px no-repeat;
}

#fourSeason li.summer a:hover,
#fourSeason li.summer a:focus {
	background: url(../event/images/bg_fourSeason.jpg) -175px -150px no-repeat;
}

#fourSeason li.autumn a:hover,
#fourSeason li.autumn a:focus {
	background: url(../event/images/bg_fourSeason.jpg) -350px -150px no-repeat;
}

#fourSeason li.winter a:hover,
#fourSeason li.winter a:focus {
	background: url(../event/images/bg_fourSeason.jpg) -525px -150px no-repeat;
}

