@charset "utf-8";

/* ニュース＆トピックページ専用　Wordpress表示調整用　*/

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

header {
	clear:both;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top:0;
	z-index: 100;
	padding:13px 0 0;
	box-shadow: 10px 10px 10px rgba(0,0,0,.2);
}

header .header_inner {
    height: 41px;
}

.contents {
	clear:both;
	max-width: calc(100% - 40px);
	padding: 0;
	position: relative;
    top: -0.25em;
}
}

/* インデックスページ用　*/

.news_contents li.cf p {
	width:94%;
}


/* 詳細ページ用　*/

.news_details img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	align-self: center;
}

.news_details th {
	padding: 10px;
}
.news_details td {
	padding: 10px;
}

.news_details p {
	padding-top: 12px;
	padding-bottom: 12px;
}

.news_details strong {
    font-weight: bold;
}

/* 引用　*/

.news_details blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 30px;
    margin-inline-end: 30px;
    padding: 0.1em 2.0em;
    border-radius: 0.3em;
    background-color: #eee;
}

/* リストマーカー等　*/

.news_details li {
	list-style: initial;
}

.news_details ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 30px;
}

.news_details ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 30px;
}

.news_details ul.tag li {
	list-style: none;
}

.news_details .heading {
	border-bottom: 1px solid #000;
    padding-bottom: 0;
    margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.news_details .notes {
	font-size: 14px;
	display: block;
}

.news_details picture {
    text-align: center;
    margin: 15px 0;
    display: block;
}