@charset "utf-8";
/* CSS Document */
@-ms-viewport{
  width: device-width;
}

html {
	margin:0;
	padding:0;	
}

body	{
	margin:0;
	padding:0;	
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	background-color:#000;
	color: #ffffff;
	line-height:20px;
}

img {
	border:none !important;
	padding:0px;
	margin:0px;
}

#page	{
	width:100%;
	height:100%;
	margin:0px auto;
    position: relative;
/*    overflow: hidden; */
    min-width: 1663px; /* adjust value if background image is cur-off when viewed responsive */
    max-width: 2000px;
    min-height: 650px;
	background:#000000 url(images/bgb.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#gagunb {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1150px;
    max-width: 2000px;
/*    min-height: 45px; */
	height:45px;
    margin:0px;
	padding:0px;
}
#gfooter {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1150px;
    max-width: 2000px;
    min-height: 144px;
    margin: 0 auto;
}

#menu {
}

#wrapper	{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.logo	{
	float:left;
	margin-left:150px;
	margin-top:5px;
}
.sns	{
	width:270px;
	height:45px;
	float:right;
	margin-right:0px;
	margin-top:15px;
}

.header	{
	width:1000px;
	height:412px;
}

#masthead {
	height:750px;
	display:block;
}

#content	{
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size:19px;
	line-height: normal;
	height:3500px;
}

/* tbl imgs start */
#box1 {
	width:841px;
	height:154px;
    border-radius: 15px;
    background: #930f45;
    padding: 5px; 
}
/* tbl imgs end */

/* font start */
.ff1 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#7c61bc;
}
.ff2 {
	font-size:16px;
}
.ff3 {
	font-size:28px;
	color:#c11f2b;
}
.ff4 {
	color:#b32fff;
}
.ff5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.ff7 {
	font-size:24px;
	color:#dcfc5b;
}
.ff8 {
	font-size:18px;
}
.ff9 {
	font-size:28px;
	color:#e7f144;
}
.ff10 {
	color:#33cbf1;
	text-decoration:underline;
}
.ff11 {
	font-size:28px;
	color:#dcfc5b;
}
/* font end */

/* spacer start */
#spacer1 {
	height:580px;
}
#spacer2 {
	height:25px;
}
#spacer3 {
	height:240px;
}
#spacer4 {
	height:70px;
}
#spacer5 {
	height:1250px;
}
#spacer6 {
	height:430px;
}
/* spacer end */

/* misc start */
#si-01 {
	background:url('images/si-01.png');
	background-position:top center;
	background-repeat:no-repeat;
	width:665px;
	height:166px;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 862px;
    background-color:#0f0a1c;
    text-align: center;
    
    border-radius:0px;
	border:#16528a solid 1px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	
    bottom: 80%;
    left: 50%; 
    margin-left:-400px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 932px;
    background-color: transparent;
    text-align: center;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	
    top: 50%;
    left: 50%; 
    margin-left:-365px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}
/* misc end */

/* generic footer start */
footer[role="contentinfo"] {
  padding-top: 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 */
