@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Anton);

/* drag
========================================== */
::selection { background: #ffdeaa; /* Safari */ }
::-moz-selection { background: #ffdeaa; /* Firefox */ }

/* contents
========================================== */
#Anniv,
#History{ display: none;}

/* Anniv
========================================== */
#Anniv #warapper{
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	/*-moz-background-size: 100% auto;*/
	/*background-size: 100% auto;*/
	-moz-background-size: cover;
	background-size: cover;
	background-color: #5eaccb;
	min-height: 100%;
	}
	
#Anniv #warapper .contentsArea{
	width: 980px;
	margin: 0 auto;
	padding: 165px 0 50px;
	color: #fff;
	position: relative;
	}
	
#Anniv #warapper .contentsArea .header{
	width: 700px;
	height: 196px;
	background: url(../images/header.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 140px;
	text-indent: -9999px;
	z-index: 1;
	}
	
#Anniv #warapper .contentsArea #movieArea{
	width: 730px;
	height: 469px;
	margin: 0 auto;
	background: url(../images/movie_bg.png) no-repeat top center;
	}
	
#Anniv #warapper .contentsArea #movieArea .movie{
	padding: 15px;
	text-align: center;
	position: relative;
	}

#Anniv #warapper .contentsArea #movieArea .movie .exa{
	width: 106px;
	height: 388px;
	position: absolute;
	top: 55px;
	left: 715px;
	}

#Anniv #warapper .contentsArea #movieArea .movie .buta{
	width: 36px;
	height: 27px;
	position: absolute;
	top: 518px;
	left: 620px;
	top: 533px\9;
	z-index: 1;
	}
	
#Anniv #warapper .contentsArea ul.comment{
	width: 980px;
	margin: 70px 0 0;
	overflow: hidden;
	text-align: justify;
    text-justify: distribute-all-lines;
	}
	
#Anniv #warapper .contentsArea ul.comment:after {
    content:"";
    display: inline-block;
    width: 100%;
    line-height:0;
    height: 0;
	}
 
#Anniv #warapper .contentsArea ul.comment li{
    width: 190px;
	height: 105px;
	display: inline-block;
	list-style: none;
	margin: 0 0 20px 0;
	}

/* History
========================================== */
#History{
	background: url(../images/body_bg.jpg) repeat;
	}

#History #warapper .contentsArea{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
	}
	
#History #warapper ul.header{
	width: 980px;
	height: 90px;
	margin: 0 auto;
	}
	
#History #warapper ul.header li{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	}	

#History #warapper ul.header li.logo{
	padding: 20px 0 0 0;
	}
	
#History #warapper ul.header li.link_year a{
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	color: #fff;	
	background: #5f93b4;
	padding: 5px 40px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}
	
#History #warapper ul.header li.link_year1 a{
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	color: #fff;	
	background: #5f93b4;
	padding: 5px 40px;
	margin: 0 0 0 100px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}
	
#History #warapper ul.header li.link_year a:hover,
#History #warapper ul.header li.link_year1 a:hover{
	color: #fff;	
	background: #ffb400;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}
	
	
#History #warapper .contentsArea .year{
	font-size: 90px;
	font-family: 'Anton', sans-serif;
	color: #333/*ff4c83*/;
    line-height: 100px;
	border-bottom: 1px dashed #333;
	margin: 0 0 50px;
	}
	
#History #warapper .contentsArea ul.gallery{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	}
 
#History #warapper .contentsArea ul.gallery li{
	width: 220px;
	margin: 0 25px 20px 0;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	}

#History #warapper .contentsArea ul.gallery li:nth-child(4n){
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	}
	
#History #warapper .contentsArea ul.gallery li img{
	width: 220px;
	height: 140px;
	border: 5px solid #fff;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
	}

#History #warapper .contentsArea ul.gallery li img:hover{
	opacity: 0.7;
	}

#History #warapper .contentsArea ul.gallery li img:before,
#History #warapper .contentsArea ul.gallery li img:after{
	content:"";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
	}
	
/* page top
========================================== */
#page_top {
	position: fixed;
	bottom: 0;
	right: 5px;
	font-size: 30px;
	}
	
#page_top a{
	width: 50px;
	background: #666;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.5;
	}
	
#page_top a:hover {
	text-decoration: none;
	background: #000;
	}
