/*
Theme Name: KONFIG MEDIA THEME
Theme URI: 
Author: KONFIG TEAM
Author URI: https://www.konfig.co.jp
*/
#gnav .cover,
#gnav .menu {
	display: none;
}
	
/* Menu burderline */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 23px;
	/*padding: 15px 15px 12px;*/
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #161661;
	/*border-radius: 1px;*/
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}	
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-230deg);
	transform: translateY(10px) rotate(-230deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active span {
	background-color: #ee5e3c;
}



/*--------------------------------------------------------------
	Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {

/* Display and Hidden */
#header .socialbtns {
	display: none;
}
#gnav .socialbtns {
	display: block;
}

/* Fonts */
.description {
	font-size: 9px;
}
#contents {
	width: 100%;
	padding: 0px;
}
#main {
	width: 100%;
	float: none;
}
#sidebar {
	width: 100%;
	float: none;
}
#footer {
	width: 100%;
}
#header {
	width: 100%;
	min-width: 100%;
}
#header .header-inner {
	width: 100%;
}
#header #site-title {
	margin: 15px 0 11px 15px;
}
#header .description {
	margin-bottom: 0;
}
#site-title a,
#site-title span {
	width: 200px;
	height: 24px;
	background: url(/wp-content/themes/konfig_media/images/common/sitelogo2_sp.png) no-repeat left top;
	background-size: 100% auto;
}
#site-title .sub {
	width: 200px;
	padding: 0;
	font-size: 12px;
}
#header .adbanner {
	display: none;
	position: relative;
	top: 0;
	left: 0;
}
#header .search {
	position: relative;
	display: none;
}
#gnav {
	min-width: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	z-index: 1100;
}
#gnav .gnav-inner {
	width: 100%;
}
#gnav ul {
	width: 100%;
	padding-top: 50px;
}
#gnav li {
	float: none;
	padding: 0;
	border-bottom: solid 1px #3b4a82;
	text-align: center;
}
#gnav li a {
	font-size: 18px;
	padding: 10px 0;
}
#gnav .socialbtns {
	position: relative;
	top: 0;
	right: 0;
	border: none
	height: auto;
	padding: 30px 10px 30px;
	text-align: center;
}
#gnav .socialbtns a {
	margin: 10px;
}
#gnav .socialbtns a:hover {
	opacity: 0.8;
}
#gnav .socialbtns .fa-lg {
	font-size: 2em;
}
#gnav .menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 25px;
	height: 26px;
	padding: 20px;
	z-index: 1100;
}
#gnav .cover {
	display: block;
	position: fixed;
	background: #161661;
	width: 100%;
	height: 100%;
	z-index: 1099;
}
#footer {
	min-width: 100%;
}
#footer .footer-inner {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
#footer .footer-inner ul {
	width: 100%;
	float: none;
}
#footer ul.bottom-nav {
	width: 100%;
	padding: 7px;
}
#footer ul.bottom-nav li {
	font-size: 11px;
}
#footer .copyright {
	width: 100%;
	padding: 0 8px;
	line-height: 1.4em;
}

/*----------------------------------------------------
	Home
----------------------------------------------------*/
#new ul {
	padding: 10px 5px;
}
#new li {
	width: 50%;
}
#new li:nth-child(2n+1) {
	clear: left;
}
#new li .catname {
	padding: 5px 7px;
	font-size: 16px;
	line-height: 1;
	border-bottom: solid 2px #161661;
}
#new li .thumb {
	height: 120px;
}
#new li h2 {
	font-size: 14px;
	line-height: 1.4em;
	padding: 5px;
}

.entry-header {
	padding: 15px 15px 0;
	margin-bottom: 0;
}
.entry-body {
	padding: 0 10px 15px;
	line-height: 1.6em;
}
.entry .entry-body img {
	width: 100%;
	height: auto;
}
.entry .eyecatch {
	padding: 0 10px;
}
.entry .eyecatch-s {
	width: 200px;
	padding: 0 10px;
	margin: 0 auto;
}
.entry-pretitle {
	font-size: 12px;
	line-height: 1.4em;
}
.entry-title,
.page-title {
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 0;
	padding-left: 0;
}
.entry-poster {
	float: right;
	width: 50px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.entry-footer {
	padding: 15px 10px 10px;
}
.entry .tags {
	margin: 0 10px 5px;
	padding: 0;
}
.entry .tags ul {
	margin: 0;
	padding: 0 5px;
}
.entry .tags li {
	padding-right: 5px;
	padding-bottom: 5px
}
.entry .tags a {
	display: block;
	padding: 4px 5px;
	font-size: 11px;
}
.entry p,
.entry ul,
.entry h3,
.entry h4 {
	margin: 20px 7px 30px;
	line-height: 1.6em;
}
.entry p {
	padding: 0;
	letter-spacing: 0.6pt;
	color: #444;
}
.entry .wp-caption {
	margin: 20px 0 30px;
	padding: 0 7px;
	width: 100% !important;
	box-sizing: border-box;
}

.entry br {
	/*display: none;*/
}
.entry h2 {
	font-size: 18px;
}
.entry .linkbox {
	border: solid 1px #EDEDED;
	padding: 10px;
	font-size: 11px;
}
.entry .linkbox img {
	width: 120px!important;
	height: auto!important;
	display: block;
}


/*----------------------------------------------------
	Members
----------------------------------------------------*/
#members td.column-1 img {
	width: 60px;
	height: auto;
}
#members td {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 1.6em;
}

#members td.column-1 {
	width: 70px;
}

#top-index li.large h2,
#archive-index li.large h2 {
	font-size: 18px;
}
#sidebar .adbanner,
#sidebar .linkbanner {
	width: 300px;
	margin: 0 auto;
}

/* -------------------------------
  Archive
--------------------------------*/
#archive-header {
	padding: 15px 0 10px;
}
#archive-header .intro {
	padding: 0 20px;
	line-height: 1.4em;
	color: #484848;
}
	#top-index li.large,
	#archive-index li.large {
		width: 100%;
		border-bottom: none;
	}
	#top-index li.large img,
	#archive-index li.large img {
		width: 100%;
		height: auto;
	}
	#top-index li.small,
	#archive-index li.small {
		float: none;
		width: 100%;
	}
	#top-index li .eyecatch,
	#archive-index li .eyecatch {
		float: none;
		margin: 0 auto 10px;
		padding-right: 0;
	}
	#top-index li.large .eyecatch,
	#archive-index li.large .eyecatch {
		width: 100%;
		height: 225px;
	}
	#top-index li.small .eyecatch,
	#archive-index li.small .eyecatch {
		float: left;
		padding-right: 10px;
	}

	.widget {
		margin-bottom: 0px;
	}

.breadlist {
	width: 100%;
	padding: 5px 5px 0;
	box-sizing: border-box;
}
.breadlist li {
	font-size: 8px;
	line-height: 1.4em;
}
.breadlist li.link:after {
	content: "/";
	padding-right: 2px;
	font-size: 8px;
	color: #AAA;
}
.breadlist li a,
.breadlist li span {
	padding: 0 2px;
}


/* WP Related Posted */
/*.wp_rp_wrap {
	padding: 15px 0 0;
}
.wp_rp_content {
	margin: 0!important;
	padding: 8px 0 0!important;
	border: solid 1px #DEDEDE;
}
.related_post_title {
	margin: 0 8px 10px!important;
	padding: 0!important;
	font-size: 14px!important;
}
ul.related_post {
	margin: 0!important;
	padding: 0 10px!important;
	overflow: hidden;
}
ul.related_post li {
	list-style-type: none!important;
	float: left;
	margin: 0;
	padding: 0 5px 5px;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
ul.related_post li:nth-child(2n+1) {
	clear: left;
}
ul.related_post li a {
	display: block;
	float: left;
}
ul.related_post li a.wp_rp_thumbnail {
	width: 100%;
}
ul.related_post li a.wp_rp_title {
	width: 100%;
	padding: 5px 2px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.4em;
}
ul.related_post li a.wp_rp_thumbnail img {
	width: 100%;
	height: auto;
}
*/

}

