/* =======================================
	下層ページヘッダー固定
======================================= */

header nav{
	position: fixed;
	z-index: 500;
}




#Navmenu #Nav_now .current{ background: #ea3425; color: #fff; height: 23px; margin-bottom: 20px;}
#Navmenu #Nav_kako .current{ background: #857d48; color: #fff; height: 23px;margin-bottom: 20px;}
#Navmenu #Nav_mirai .current{ background: #227fab; color: #fff; height: 23px;margin-bottom: 20px;}
#Navmenu #Nav_event .current{ background: #555555; color: #fff; height: 23px;margin-bottom: 20px;}


/* =======================================
	下層ページコンテンツ共通
======================================= */


@media screen and (min-width: 1200px){#Cont01,#Cont02,#Cont03,#Cont04{ padding: 180px 0;}}
@media screen and (max-width: 1199px){#Cont01,#Cont02,#Cont03,#Cont04{ padding: 120px 0;}}

/*ぱんくず！*/
#Pan{
	padding: 80px 0 0 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#Pan p{
	color: #fff;
	font-size: 11px;
	text-align: center;	
	margin: 0 auto;
	width: 100%;
}
	

/* =======================================
	過去
======================================= */


#Cont01{
	background: #e8e7dc;
	margin: 0 auto;
}

#Cont01 .history{
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 260px;
	position: relative;
}


#Cont01 .grid6{
	border: 1px solid #333;
	width: 438px;
}

#Cont01 .grid6 .linkbox{
	width: 419px;
	padding: 10px;
	position: relative;
	height: 440px;
	
}

#Cont01 .grid6 .linkbox .imgbox{
	width:418px;
	height:303px;
	z-index: 100;
}

#Cont01 .grid6 .linkbox .border{
	border: #ebe2ca 6px solid;
}

#Cont01 .grid6 .linkbox .border_02{
	border: #eae7dd 6px solid;
}

#Cont01 .grid6 .linkbox .textbox{
	width: 360px;
	padding: 20px;
	position: relative;
}

#Cont01 .grid6 .linkbox .textbox .ttl,#Cont01 .grid6 .linkbox .textbox .ttl_sub{
	text-align: center;
}

#Cont01 .grid6 .linkbox .btn{
	bottom: 0;
	right: 0;
    height: 25px;
    position: absolute;
}


#Cont01 .soon{
	border: 1px solid #cdcdcd;
	width: 438px;
}

/* =======================================
	現在
======================================= */


#Cont02{
	background: #ebeaec;
}

#Cont02 .contlink{
	position: relative;
	display: block;
}

#Cont02 .contlink .imgbox{
	width: 470px;
	height: 330px;
}

#Cont02 .style02 .imgbox{
	width: 470px;
	height: 330px;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 0;
}


#Cont02 .style01 .textbox{
	position: absolute;
	width: 410px;
	top: 80px;
	right: 0;
	border: 1px solid #333;
	padding: 40px;
}


#Cont02 .style02 .textbox{
	position: relative;
	width: 410px;
	border: 1px solid #333;
	padding: 40px;
}



#Cont02 .contlink .fs16{
	padding-top: 8px;
}

#Cont02 .contlink .ttl{
	text-align: center;
}

#Cont02 .contlink .ttl_sub{
	text-align: center;
}

#Cont02 .contlink .text{
	margin: 25px 0 15px 0;
	line-height: 1.8em;
	text-align: left;
}

#Cont02 .contlink .btn{
	right: 0;
	bottom: -8px;
	position: absolute;
}




/* =======================================
	未来
======================================= */



#Cont04{
	background: #ECF5F5;
	margin: 0 auto;
	text-align: center;
}

#Cont04 .contlink{
	margin: 0 auto;
    text-align: center;
    width: 800px;
    height: 260px;
    position: relative;
}



#Cont04 .newlink{
	padding: 30px 0 0 0;
	display: inline-block;
}

#Cont04 .newlink .newmark {
    width: 70px;
    height: 20px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    background-color: #E60012;
    position: relative;
	margin: 0;
	right: auto;
    left: 0px;
    top: 0px;
    font-weight: bold;
}

#Cont04 .newlink .link{
	margin-left: 20px;
	font-size: 18px;
}


/* =======================================
	イベント
======================================= */

#Cont03{
	background:url(../../images/bg_img.png) repeat;
}

#Cont03 .grid3{
	border: 1px solid #333;
	height: 310px;
	width: 217.7px;
}

#Cont03 .grid3 .linkbox{
	width: 198px;
	padding: 10px 10px 10px 10px;
	position: relative;
	height: 290px;
}

#Cont03 .grid3 .linkbox .textbox{
	width: 180px;
	padding: 10px;
	height: 130px;
	position: relative;
}

#Cont03 .grid3 .linkbox .textbox .ttl{
	font-size: 16px;
	line-height: 1.4em;
}

#Cont03 .grid3 .linkbox .textbox .ttl_sub{
	bottom: 10px;
	position: absolute;
}

#Cont03 .grid3 .linkbox .textbox .ttl_sub p{
	font-size: 11px;
	line-height: 1.5em;
}

#Cont03 .grid3 .linkbox .btn{
	bottom: 0px;
	right: 0px;
	height: 25px;
	position: absolute;
}





/* =======================================
	一覧へ戻るGotolist
======================================= */

#Gotolist{
	margin: 0 auto;
}

#Gotolist p{
	text-align: center;
}


#Gotolist hr{
	width: 100%;
	margin: 35px auto;
	background-color: #333;
	height: 1px;
	border: none;
	color: #333;
}




/* =======================================
	関連リンク
======================================= */



#Links .grid3{
	border: 1px solid #333;
	height: 310px;
	width: 218px;
}

#Links .grid3 .linkbox{
	width: 198px;
	padding: 10px 10px 10px 10px;
	position: relative;
	height: 290px;
}

#Links .grid3 .linkbox .textbox{
	width: 180px;
	padding: 10px;
	height: 130px;
	position: relative;
}

#Links .grid3 .linkbox .textbox .ttl{
	font-size: 16px;
	line-height: 1.4em;
}

#Links .grid3 .linkbox .textbox .ttl_sub{
	bottom: 10px;
	position: absolute;
}

#Links .grid3 .linkbox .textbox .ttl_sub p{
	font-size: 11px;
	line-height: 1.5em;
}

#Links .grid3 .linkbox .btn{
	bottom: 0px;
	right: 0px;
	height: 25px;
	position: absolute;
}


#Links #Linkshead {
	margin: 30px 0 30px 0;
	border-top: 1px #cdcdcd solid;
	padding-top: 50px;
}

#Links #Linkshead .title{
	padding-left: 5px;
	padding-bottom: 30px;
	display: inline;
}

#Links #Linkshead .listlink{
	padding-bottom: 30px;
	display: inline;
	padding-left: 20px;
	font-size: 13px;
}



/* =======================================
	マウスオーバー
======================================= */


#Cont02 .textbox a,#Cont03 .grid3 a,#Cont01 .history a,#Cont01 .linkbox a,#Links .grid3 a,#Cont04 .contlink a{
    position:absolute;
	top: 0;
	right: 0;
    width:100%;
    height:100%;
    text-indent:-999px;
	z-index: 1;
}



#Cont02 .textbox a:hover,#Cont03 .grid3 a:hover,#Cont01 .history a:hover,#Cont01 .linkbox a:hover,#Links .grid3 a:hover,#Cont04 .contlink a:hover{
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	border:solid 3px #333;
	margin: -3px;
	z-index: 1;
}



/* CSS Document */

