@charset "UTF-8";
/*
Theme Name: 株式会社シルビア Theme
Theme URI: https://silvia.co.jp/
Description: This is silvia theme.
Version: 1.0
Author: ryo
*/

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
	page-break-before:avoid;
	page-break-after:avoid;
	vertical-align: baseline;
	background: transparent;
}

img {
	border:none;
	vertical-align:top;
}

html {
	/*font-size:62.5%;*/
	height: 100%;
		font-family :
		YuGothic,    /* Mac用 */
		'Yu Gothic', /* Windows用 */
		sans-serif;
}

#clear {clear:both;}

p a.more-link {text-align:right;}

/* コンテナ */

div#container {
	width:100%;
	min-height:146px;
	margin:0 auto;
	font-family :
		YuGothic, /* Mac用 */
		'Yu Gothic', /* Windows用 */
		sans-serif;
}

p#pagetitle {
	width:688px;
	font-size:12px;
	font-weight:normal;
	color:#4d4d4d;
	border-bottom:1px solid #c8c9cc;
	text-align:left;
	padding:8px 0 8px 56px;
	margin-bottom:10px;
}

/* コンテンツ */

div#content {
	width:calc(100% - 40px);
	padding:20px;
}

div#covid-info {
	width:980px;
	padding:20px 0;
    margin: 0 auto;
}
div#covid-info h2 {
    padding: 20px 0;
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-family: 'Sawarabi Gothic', sans-serif;
	font-weight: 600;
	margin-bottom:10px;
}

@media screen and ( max-width:980px ) {
	div#content {
		width:96%;
		padding:10px 2%;
	}
}

/* 記事 */

div.post {
	width:100%;
	margin:0;
	padding:10px 0;
}
div.post ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
}
div.post li {
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
div.post li:first-child {
	width:18%;
}
div.post li:last-child {
	width:82%;
}
div.post li:last-child a {
	color:#000;
}
div.post li:last-child a:hover {
	text-decoration:underline;
}
div.post h2 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
div.post h2 a {
	text-decoration:none;
	color:#646464;
}

.media_container div.post h2 {
    text-align: center;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}

h2#single {
	color:#000000;
	font-size:17px;
	line-height:105%;
	margin:0;
	padding:8px 0;
	border-bottom:solid 1px #c8c9cc;
}
h2#single a {
	text-decoration:none;
	color:#000;
}

div.info {
	padding:15px 0;
}

div.post p {
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	padding-bottom:10px;
}

p.postinfo {
	color:#000;
	padding-bottom:10px;
}
p.postinfo a {
	color:#000;
}

div#back {
	margin-top:14px;
	padding:12px 0;
	text-align:left;
	border-top:1px solid #c8c9cc;
}
div#back p {
	font-size:12px;
	line-height:1.6;
}
div#back p a {
	text-decoration:none;
}

div.time {
	text-align:left;
	padding-top:20px;
}
div.time p {
	color:#B3B3B3;
	font-weight:normal;
}

div.info p {
	font-weight:normal;
}

@media screen and ( max-width:980px ) {
	div.post li {
		font-size:14px;
		line-height:16px;
	}
	
	div.post h2 {
		font-size:14px;
		line-height:16px;
	}
}
@media screen and ( max-width:748px ) {
	div.post li {
		font-size:14px;
		line-height:16px;
	}
	
	div.post li:first-child {
		width:35%;
	}
	div.post li:last-child {
		width:65%;
	}
	
	div.post h2 {
		font-size:14px;
		line-height:16px;
	}
}

/* 記事内の画像 */

.aligncenter {
	display:block;
	margin:0 auto;
}
div.post img {
	border:none;
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:2px;
}

/* ページリンク */

p.pagelink a {
	font-size:12px;
	color:#2b76cc;
}
span.pageprev {
	float:left;
}
span.pagenext {
	float:right;
}

/* フッター */

div#footer {
	border-top:solid 1px #b1b1b1;
	clear:both;
	text-align:right;
}
address {
	font-size:12px;
	font-style:normal;
	font-family:Verdana, sans-serif;
	padding-top:6px;
}
address a {
	color:#000;
}

/*.covid-footer_nav,
.media-footer_nav {
	background-color: #5CBEE0;
	height: 55px;
	width: 100%;
}
.covid-footer_nav ul,
.media-footer_nav ul {
	width: 980px;
	margin: 0 auto;
}
.covid-footer_nav ul a:nth-child(odd),
.media-footer_nav ul a:nth-child(odd) {
	text-align: center;
	background-color: #5CB1E0;
	float: left;
	width: 122px;
	height: 55px;
	font-size: 17px;
	line-height: 57px;
}
.covid-footer_nav ul a:nth-child(even),
.media-footer_nav ul a:nth-child(even) {
	text-align: center;
	background-color: #5CBEE0;
	float: left;
	width: 122px;
	height: 55px;
	font-size: 17px;
	line-height: 57px;
}
.covid-footer_nav ul a:hover,
.media-footer_nav ul a:hover {
	text-align: center;
	background-color: #5CB1E0;
	float: left;
	width: 122px;
	height: 55px;
	font-size: 17px;
	line-height: 57px;
	opacity: 50%;
}*/
