@charset "utf-8";
/*
Template: yswallow
Theme Name: swallow_custom
Theme URI:https://open-cage.com/swallow/
*/
/* 表で文字を折り返さず1行で表示 */
.scroll-table {
/*	white-space: nowrap;*/
	overflow-x: scroll;
}
table.layout-table {
	table-layout: fixed;
	text-align: center;
}
table.layout-table tr td:nth-child(1) {
	width: 60px;
	background: #f4f4f4;
}
table.layout-table tr td:nth-child(n+2) {
	width: 100px;
}
table.layout-table tr:nth-child(1) {
	background: #f4f4f4;
}

body {
	font-family: Helvetica, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.entry-content ul, .entry-content ol {
	margin-left: 35px;
}

.popular-posts h2 {
	background: #d35c5d;
	color: #fff;
	font-size: 1em;
	padding: 1em .8em;
	margin-top: 0;
	margin-bottom: .75em;
	overflow: hidden;
}

.popular-posts h2{
	background: #88889f;
	color: #fff;
}


