@charset "UTF-8";

body, .postImg {
	overflow-y: visible;
	overflow-x: visible;
}

#secEtc, footer, .sideColumn, .hamburger, #topicPath, nav, .footNav, #fixedHeaderWrap {
	display: none !important;
}

.headNav .logoWrap {
	display: block;
	width: 23%;
	min-width: 260px;
	margin: 15px 15px 15px 0;
	padding-left: 30px;
}

.logoWrap .logo {
	width: 80px;
}

.logoWrap > div {
	display: flex;
	align-items: center;
}

.logoWrap > div > span {
	font-size: 0.8rem;
	margin-top: 7px;
	margin-left: 10px;
	text-align: left;
}

header {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	position: absolute;
	border: medium;
	z-index: 10002;
}

.headNav {
	width: 100%;
	box-shadow: none;
	border-bottom: 1px solid #ddd !important;
	position: static;
	z-index: 10002;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header, .headNav {
	background: #FFF;
}

.sectWrap {
	padding-top: 80px;
}

.mainColumn {
	width: 100%;
}

#topCont .sectWrap {
	background: none !important;
}

.mainColumn > .postImg .ofi_img, .relationPosts .ofi_img {
	border: 1px solid #ddd;
}

.pixBox > div {
	width: calc( 50% - 10px ) !important;
}

.mainColumn {
	border: none;
}

.mainPost {
	padding-left: 0;
	padding-right: 0;
}

#linkCont .postContents td {
	display: table-cell;
	padding: 5px 0 !important;
}

#linkCont .postContents td:nth-child(2) {
	width: 180px !important;
}

#linkCont .postContents tr:first-child td {
	border-top: 1px solid #ddd !important;
}

#linkCont .postContents td {
	border-bottom: 1px solid #ddd !important;
}

.postListIndex {
	margin: 0;
}

.relationPosts li {
	width: calc(50% - 8px) !important;
}

.mainColumn > .postImg .postTag {
	position: static;
	width: 100%;
}