@charset "utf-8";
/*------------------------------------------------------------------------------

	index

------------------------------------------------------------------------------*/

/* main
------------------------------------------------------------------------------*/

#main {
	float: none;
}


/* tab
------------------------------------------------------------------------------*/

#contents .tab,
#contents .tab li {
	margin: 0;
}

#contents .tab {
	margin-right: -30px;
	margin-left: -30px;
	background-color: #FFF;
}

#contents .tab li {
	position: relative;
	float: left;
	margin-right: 20px;
	list-style: none;
	color: #FFF;
}

#contents .tab li:last-child {
	margin-right: 0;
}

#contents .tab li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 7px;
	background-color: #FFF;
}

#contents .tab li:hover::after {
	background-color: #333;
}

#contents .tab .active::after {
	opacity: 0;
}

#contents .tab span {
	display: block;
	padding: 15px 60px;
	text-decoration: none;
	line-height: 1;
	font-size: 1.875em;
}

#contents .tab li:hover {
	background-color: #333;
	cursor: pointer;
}

#contents .tab .active {
	color: inherit;
}

#contents .tab .active:hover span,
#contents .tab .active:hover::after {
	cursor: default;
}

@media screen and (max-width: 767px){

#contents .tab {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	background-color: inherit;
}

#contents .tab li {
	margin-right: 5px;
}

#contents .tab li:last-child {
	margin-right: 0;
}

#contents .tab li::after {
	display: none;
}

#contents .tab span {
	padding: 15px 18px;
	font-size: 1em;
}

}


/* tab_content
------------------------------------------------------------------------------*/

#contents .tab_content > .active {
	display: block;
}

#contents .tab_content > div {
	display: none;
}

#contents .tab_content .posts .bgw {
	position: relative;
	float: left;
	width: 555px;
	margin-right: 30px;
	padding-left: 38px;
}

#contents .tab_content .posts .no_entry {
	float: none;
	width: auto;
	margin-right: 0;
}

#contents .tab_content .posts .bgw:nth-child(2n) {
	margin-right: 0;
}

#contents .tab_content .posts .title {
	display: block;
}

@media screen and (max-width: 767px){

#contents .tab_content .posts .bgw {
	float: none;
	width: 100%;
	margin-right: 0;
	padding-left: 45px;
}

#contents .tab_content .posts .no_entry {
	padding-left: 30px;
}

}


/* more
------------------------------------------------------------------------------*/

.more {
	width: 70%;
}








