@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;		
}


#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: 795px;
}

.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{
	width:834px;
	height:134px;
	margin:0px auto;
}
#wrapper{
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
    line-height: 24px;
}

#maincontent p {
	font-family: Verdana, Geneva, sans-serif;
}
.title {
	padding-top:5px;
}
/* font start */
.ff1 {
	font-weight:500;
	color:#000000;
}

.ff2 {
	color:#f90808;
}

.ff3 {
	font-size:14px;
}

.ff4 {
	font-size:16px;
	color:#f0ebd9;
}

.ff5 {
	font-size:20px;
	font-weight:bold;
	color:#e2db20;
}
.ff6 {
	font-size:16px;
	color:#e2db20;
}
.ff7 {
	font-size:22px;
	font-weight:bold;
	text-decoration:underline;
}
/* font end */

/* misc start */
#tbl_random_item {
	background:url('images/tbl_random_item.png') top center no-repeat;
	width:792px;
	height:198px;
	margin:0px auto;
}

.tbl {
	width:920px;
	margin:0px auto;
	background-color:#2f0101;
	color:#e2db20;
	line-height:20px;
	border:1px solid #f0ebd9;
	padding:5px;
}

.tbl td, tr {
	border:1px solid #f0ebd9;
}

#pkg td,tr {
	border:none !important;
}

#hdr {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#011a01;
	background-color:#3ac53a;
	height:31px;
	vertical-align:middle;
	text-transform:uppercase;
	display: table-cell;
	width:391px;
}

/* misc end */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width:395px;
    text-align: center;
	padding:0px;
    position: absolute;
    z-index: 1;
	left:-50px;
	font-size:15px;
	color:#FFF !important;
	background-color:#250101;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext td {
	border:1px solid #57110d;
}
/* 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%;
    
}