@charset "utf-8";


#headerWrap {
	height: 40px;

}
#header .visible-xs h1 {
	line-height: 40px;
	text-align: center;
	display: block;
	width: auto;
	position: relative;
}

#header  .logo {
	width: 26px;
	height: auto;
}

.menu-trigger {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 999;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 4px;
	left: 5px;
	top: 0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span {
	position: absolute;
	left: 20%;
	width: 60%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 13px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	top: 27px;
}
.menu-trigger.open span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	-moz-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.open span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.open span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	-moz-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}


#headerWrap #header .spMenuBox {
	display: none;
	overflow: scroll;
	position: fixed;
	width: 100%;
	top: 0px;
	padding: 50px 20px 20px;
	background-color: #000;
}
#header .spMenuBox .navi a {
	font-size: 25px;
	line-height: 60px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
}
#header .spMenuBox .snsLinks {
	text-align: center;
	margin-top: 20px;
}
#header .spMenuBox .snsLinks li {
	display: inline-block;
	margin-right: 13px;
	margin-left: 13px;
}
#header .spMenuBox .snsLinks img {
	height: 22px;
	width: auto;
}



#contents {
	width: auto;
}
#contents #main {
	width: auto;
	padding-top: 0;
}
.sideBox  ul.floors.spCompact li:nth-child(3n)  {
	border-right-style:none;
}
.sideBox  ul.categories.spCompact li:nth-child(2n)  {
	border-right-style:none;
}
.spellBox.category li:nth-child(even) {
	width: 25%;
}
.spellBox.category li:nth-child(odd) {
	width: 25%;
}

#footerWrap {
	height: auto;
	padding-bottom: 20px;
}



#footer {
	font-size: 10px;
	padding-top: 45px;
	width: 235px;
	text-align: center;
}
#footerWrap #footer p {
	margin-bottom: 5px;
}
#footerWrap #footer .logo {
	position: relative;
	left: -5px;
}
#footerWrap .footerNews {
	position: relative;
    padding: 0;
    margin-top: 40px;
}
#footerWrap .footerNews .date {
	float: left;
}
#footerWrap .footerNews a {
	display: block;
	margin-left: 100px;
}

h1.page-title {
	line-height: 90px;
	margin: 0;
	text-align: center;
}
.btn-prev {
	font-size: 13px;
}
.btn-next {
	font-size: 13px;
}


table.tbl-responsive tr {
	display: block;
}
table.tbl-responsive th, table.tbl-responsive td {
	display: block;
	width: auto;
	text-align: left;
}
