@charset "UTF-8";
/*
Theme Name: テンプレート
Description: ホームページ用のテーマ
Author: 株式会社ティー・エム・シー
Version: 1.0
*/

/* Webフォント */
@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: 400;
	src: url("/wp/wp-content/themes/xxxxxxxxx/font/GenJyuuGothic-Medium.woff") format('woff');
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: bold;
	font-weight: 500;
	src: url("/wp/wp-content/themes/xxxxxxxxx/font/GenJyuuGothic-Bold.woff") format('woff');
}

.mincho {
	font-family: "Noto Serif JP" ,"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

/* 全体デザイン ここから */
body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

@media print {
	body{
		color: #000;
	}
}

header,footer,main,article,section,aside {
	display: block;
}

p {
	margin: 5px 0;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	transition: 0.2s;
	color: #0D47A1;
}

a:visited {
	
}

a:hover, a:active {
	text-decoration: underline;
}

a.button {
	display: block;
}

a.button:hover {
	opacity: 0.9;
	text-decoration: none;
}

ul {

}

ol {

}

img {
	display: block;
}

/* clearfix */
.clearfix:after{
	display : block;
	clear : both;
	height : 0px;
	line-height: 0px;
	visibility: hidden;
	content : ".";
	font-size: 1.0em;
}

/* FlexBox */
.flex-box {
	display: flex;
}

/* コンテンツ領域幅設定 */
.contents-area {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

/* 章スタイル */
.page h2 {
	
}

.page h3 {
	
}

/* table共通 */
.contents-area table {
	border-collapse: collapse;
	border-top: 1px #2E7D32 solid;
	border-right: 1px #2E7D32 solid;
}

.contents-area table th,
.contents-area table td {
	border-left: 1px #2E7D32 solid;
	border-bottom: 1px #2E7D32 solid;
	padding:5px;
}

.contents-area table thead th {
	background-color: #4CAF50;
	color: #FFF;
}

.contents-area table tbody th {
	background-color: #C8E6C9;
	font-weight: normal;
}

/* パンくずリスト */
#breadcrumbs {
	padding-top: 20px;
	font-size: 15px;
}

#breadcrumbs a {
	color: #1976D2;
}

/*外部リンクマーク付加設定*/
/*
.contents-area ul.ex-link li a::after,
.contents-area a.ex-link::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.8em;
	content: "\f35d";
	color: #808080;
	margin-left: 1.0em;
}
*/

/* 固定ページ */
.page #header-img {
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 10px #AAA;
}

.page #header-img h1 {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	text-shadow: 0px 0 8px #000;
}

.page h2 {
	display: table;
	margin: 40px auto 20px;
	border-bottom: dotted 3px #2961B4;
	color: #2961B4;
	font-size: 28px;
}


/* 記事ページ */
.single h1 {
	margin: 0;
	padding-bottom: 3px;
	border-bottom: dotted 3px #43A047;
	font-size: 1.5em;
	font-weight: bold;
}

/* アーカイブページ */
.archive h1 {
	font-size: 28px;
	text-align: center;
}

.archive #topics-list {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

.archive .topics-list-item {
	margin: 8px 0;
}

.archive .topics-list-item > a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	background: #E7E9F5;
	border-radius: 10px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
}

.archive .topics-list-item > a:hover {
	background: #D3D7F5;
	box-shadow: 2px 2px 5px #BBB;
}

.archive .topics-list-item > a:active {
	background: #C6CDF5;
	box-shadow: none;
}

.archive .topics-list-item-left {
	display: flex;
}

.archive .topics-date {
	width: 5.5em;
	margin-right: 1em;
	color: #E65100;
	font-size: 17px;
}


/* 404ページ */
#notfound-msg {
	margin: 100px 0;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
