@charset "utf-8";
/* CSS Document */

body	{
	margin:0;
	padding:0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #000;
	line-height:24px;
}

img {
	border:none !important;
	padding:0px;
	margin:0px;
}

#page	{
	width:100%;
	height:100%;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
	min-height: 1960px;
    margin: 0 auto;		
	background-image:url(images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


#gagunb {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    margin:0px;
	padding:0px;
}
#gfooter {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 144px;
    margin: 0 auto;
}
#header	{
	margin:0px auto;
	padding:0px;
	height: 425px;
}

.logo	{
	width: 216px;
	height: 77px;
	float: left;
	margin-left: 120px;
	margin-top: 15px;
}
.sns{
	width: 400px;
	height:46px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: -20px;
}
#menu{
	margin-bottom: 40px;	
}
#wrapper{
	width: 1200px;
/*    margin: 510px auto 50px; */
	margin-left:auto;
	margin-right:auto;
    text-align: center;
    line-height: 24px;
}

#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px auto;
	color:#FFF;
}
#spacer{
	height:50px;	
}
#spacer-md{
	height:15px;	
}
#menu ul{
	display: flex;
	margin-left:40px;
}
.section-spacer {
	padding-top:550px;
}

.section1{
	width: 1193px;
    height: 567px;
	margin-left:auto;
	margin-right:auto;
    background-size: cover;	
}
.section2{
    margin: 50px auto;
    width: 1030px;	
}
.section2 table.list{
	margin: 50px auto;
    width: 1030px;	
}
.section2 table.list tr th{
	padding-bottom: 20px;
}
.section2 table.list tr td{
	vertical-align: top;
}

.section3 {
	padding-top:50px;
}

#calendar {
	background: url('images/calendar.png') top center no-repeat;
	width:966px;
	height:609px;
	margin-top:100px;
	margin-right:-91px;
	padding-bottom:50px;
}

ul.left{
	float: left;
	margin-top: 90px;
/*	margin-left: -100px; */
}
ul.left li{
/*	margin: -2px 0; */
	margin-left:-40px;
    text-align: right;
	padding-bottom:10px;
}
ul.right{
	float: right;
	margin-top: 90px;
/*	margin-right: -50px;  */
}
ul.right li{
/*	margin: -2px 0; */
    text-align: right;
	padding-bottom:10px;
}
ul.right li img, ul.left li img{
	cursor: pointer;	
}
/* font start */
.ff1 {
	font-size:25px;
	color:#010101;
	font-weight:bolder;
}

.ff2 {
	font-size:21px;
	color:#000000;
}

.ff3 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	font-stretch: ultra-condensed;
	color:#083842;
}

.ff4 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:21px;
	font-stretch: ultra-condensed;
	color:#083842;	
}

.ff5 {
	font-size:27px;
	color:#000000;
}

.ff6 {
	font-size:16px;
	color:#000000;
}
/* font end */


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width:428px;
    text-align: center;
	padding:0px;
    position: absolute;
    z-index: 1;
	left:-214px;
/*    top:-400px; */
	font-size:14px;
	color:#fff7dd !important;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* tooltip end */

/* generic footer start */
footer[role="contentinfo"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
}

footer {
  background-image: url(/wp-content/themes/elsword3/images/bg-footer.jpg);
  font-size: 12px;
  font-size: 0.857142857rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  min-width: 1024px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  height: 144px;
}

.footernormal {
	font-size:12px;
	color:#4679ba;
	text-align:left;
	font-weight:normal;
}

a.footerlinks:link {color: #4679ba; text-decoration:none; line-height:16px; }
a.footerlinks:active {color: #4679ba; }
a.footerlinks:visited {color: #4679ba; }
a.footerlinks:hover {color: #4679ba; }

.footersections {
	font-size:12px;
	color:#FFF;
	font-weight: bold;
}

.footercopyright {
	font-size:12px;
	color:#FFF;
}
/* generic footer end */


@media only screen and (max-width: 1600px) {

  .subtitle	{
    left: 44%;
    
}