@charset "utf-8";
/* CSS Document */

/*==========================reset=====================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*html5 set*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display:block
}
img {
	vertical-align:top;
}
figure {
	margin: 0px;
	padding: 0px;
}
/*==========================reset=====================================*/

body{
	background: url(../images/bg.jpg) #F8ECDC;
	background-repeat: no-repeat;
	background-position: center 30px;	
}

.header , .footer{
	background: #c8a024; /* Old browsers */
	background: -moz-linear-gradient(left,  #c8a024 11%, #c8a024 63%, #a16c20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(11%,#c8a024), color-stop(63%,#c8a024), color-stop(100%,#a16c20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c8a024 11%,#c8a024 63%,#a16c20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c8a024 11%,#c8a024 63%,#a16c20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c8a024 11%,#c8a024 63%,#a16c20 100%); /* IE10+ */
	background: linear-gradient(to right,  #c8a024 11%,#c8a024 63%,#a16c20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8a024', endColorstr='#a16c20',GradientType=1 ); /* IE6-9 */
	height: 35px;
	padding-top: 15px;
	color: white;
	font-size: 1em;
	width: 100%;
	display:none;
}

.header img{
	height: 50px;
	margin-top: -15px;
	float: left;
}
.header p a{
	color: white;
	text-decoration: none;
	padding-left: 15px;
	letter-spacing: 0.1em;
}
.footer{
	padding: 5px 0;
	text-align: center;
}
header{
	background: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;		
	width: 100%;
	min-width: 1000px;
	height: 62px;	
}
header p{
	font-size: 0.8em;
	width: 890px;
	margin: 0 auto;
	padding-top: 40px;
	color: white;
	text-align: left;
	padding-left: 110px;
}
header a{
	color: white;
	text-decoration: none;
}
footer{
	background: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-width: 1000px;
	height: 65px;
}
footer p{
	font-size: 0.8em;
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	color: white;
}
article{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.titleblock{
	padding-top: 195px;
}

.title{
	background: url(../images/titleblock.png);
	background-repeat: no-repeat;
	background-position: 0px 65px;
	width: 820px;
	height: 254px;
	padding-top: 0px;
	float: right;
}
.btn{
	padding-left: 550px;
	padding-top: 60px;	
}

.light{
	background: url(../images/light.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	width: 178px;
	height: 310px;
	padding-top: 55px;
	text-align: center;
	float: left;
}
.light a{
	color: white;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.5em;
}
.pagetitle{
	background: url(../images/pagetitle.png);
	background-repeat: no-repeat;
	width: 50%;
	height: 34px;
	margin: 30px 0 30px 30px;
	padding: 20px 2% 0 40%;
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #605235;
	border-bottom: 1px solid #d3b15e;
}
.pagetitle a{
	color: #605235;
	text-decoration: none;
}


.menuitem{
	padding-top: 140px;
}
.menuitem li{
	float: left;
	margin-left: 10px;
}
.fgs img , .fgsbmc img{
	display: block;
	margin-bottom: 20px;
	margin-left: 50px;
}

.container{
	margin: 0 auto;
	width: 95%;
}
.schedule{
	width: 95%;
	margin: 0 auto;

}
.schedule li{
	border-bottom: 1px solid #6D661C;
	line-height: 2em;
}
.schedule li span{
	display: inline-block;
	text-align: left;

}
.sch_time{
	font-size: 1.2em;
	font-weight: bolder;
	color: #605235;
}

.schedule li span:nth-child(1){
	width: 22%;
	text-align: center;

}
.schedule li span:nth-child(2){
	width: 33%;
}
.schedule li span::nth-child(3){
	width: 45%;
}
.schedule li:last-child{
	border: 0;
	margin-bottom: 30px;
}


.container:after, .header:after , .titleblock:after , .menuitem:after {
  content: " ";
  display: table;
  clear: both;
}
#fgsbmcschedule{
	display: none;
}
#schedule1 , #schedule2{
	cursor: pointer;
}
@media only screen and (min-width: 1200px) {

article{
	min-width: 1200px;
	margin: 0 auto;
}
.light {
	margin-left: 100px;
}
.title{
	margin-right: 100px;
}

footer p{
	width: 1100px;
}
.titleblock{
	height: 370px;
}
.menuitem{
}
.menuitem li{
}
.pagetitle{
	width: 42%;
	padding: 20px 0 0 50%;
}
.container h5{
	background-position: left 28px;
	padding-top: 20px;	
}
}




#firework_photo {
	background: url(../images/01.png);
	height: 585px;
	width: 1000px;
}
#photo {
	width: 670px;
	margin-top: 115px;
	margin-left: 198px;
	height: 445px;
	float: left;
}
