@charset "utf-8";
/*============================================================
* pages
*============================================================*/
.logo a {
	display: inline-block;
	width: 115px;
	height: 33px;
	background: url('/assets/images/parts/logo/logo_jomo-news.png') no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.logo a img {
	display: none;
}

.gheader {
	position: relative;
}

.contents {
	padding-top: 0;
}

.sttl-set + .note {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.article-card {
	border: none;
}

.article-card .card-body {
	border: none;
	padding-right: 0;
	padding-left: 0;
}



/*============================================================
* mobile
*============================================================*/
@media screen and (max-width: 980px){

body {
	font-size: 13px;
}

#container {
	min-width: 320px;
}

.gheader {
	padding: 0;
	box-shadow: none;
	-ms-filter: none;
	filter: none;
}

.gheader .head-informations {
	height: 54px;
	margin: 0;
	padding: 15px 0;
}

.gheader .head-informations .logo {
	float: none;
	width: auto;
	text-align: center;
}

.logo a {
	width: 80px;
	height: 20px;
	background: url('/mb/assets/images/parts/logo/logo_jomo-news.png') no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.wrap,
.base-column .main,
.base-column .main .wrap {
	width: 100%;
}

.breadcrumbs,
.base-column .main,
.base-column .side {
	padding-right: 10px;
	padding-left: 10px;
}

.breadcrumbs {
	position: relative;
	z-index: 1;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 0 15px;
	padding: 10px 0;
	transition: all .3s linear;
	background: #f3f3f3;
	border-bottom: 1px solid #d6e0e9;
	-webkit-overflow-scrolling: touch;
}

.breadcrumbs-list {
	margin: 0 10px;
	white-space: nowrap;
}

.base-column {
	padding-bottom: 20px;
}

.base-column .main {
	float: none;
}

.base-column .side {
	float: none;
	width: auto;
}

.sttl-set {
	margin-bottom: 10px;
	border-top: 2px solid #c2d5e7;
}

.sttl-set:before {
	top: -2px;
	width: 110px;
	height: 2px;
	content: '';
}

.article-card .card-header {
	padding: 5px 15px;
}

.article-card .card-ttl {
	font-size: 15px;
	font-size: 1.5rem;
}

.gfooter .foot-pagetop {
	display: none;
}

}