@charset "UTF-8";
/*
Theme Name: MY THEME
Author: HIDEYOVIC
Description: How can I get job?
Version: 1.0
*/

/*
@import url(grid-blognews.css);
*/

html {
	font-size: 16px;
}

body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5;
	background-color: #daffff;
}

* {
	color: #0093e6;
}

/* ------- Basic Structure 基本構造 ------ */

/* Box ボックスの上下間隔 */
.sub-header {
	padding-top: 5px;
}

.contents {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sub {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 599px) {
	.contents {
		padding-top: 10px;
	}
}

/* Box ボックスの左右の余白 */
header,
footer,
.container,
.sub-header {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {

	/* コンテンツとサイドバーを横に並べる */
	.container:after {
		content: "";
		display: block;
		clear: both;
	}

	.contents {
		float: left;
		width: 70%;
	}

	.sub {
		float: left;
		width: 30%;
	}

	/* コンテンツとサイドバーの間隔(横並び時のみ) */
	.contents {
		padding-right: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (min-width: 1040px) {

	/* 全体の横幅 */
	.container,
	.header-inner,
	.footer-inner,
	.sub-header {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ------ Header ------ */

/* サイト名 */
.site h1 a {
	display: inline-block;
	padding: 10px;
	background-color: #0096e0;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	font-family: 'Kanit', sans-serif;
	font-style: italic;
	font-size: 2rem;
}

/* ------ Footer ------ */
/* description */
.copyright {
	color: #666666;
	font-size: 0.8rem;
}

.copyright p:nth-child(2) {
	margin-top: -10px;
}

.description {
	/*	font-family: 'Special Elite', sans-serif;*/
	font-family: 'Kanit', sans-serif;
}

.description b {
	font-size: 0.9rem;
}

/*
.copywight .description span {
	font-size: 1.25rem;
}
*/

/* ------ 記事の概要 ------ */

/* 概要 excerpt */
.gaiyou a {
	display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #00c6ff;
	color: #000000;
	text-decoration: none;
}

.gaiyou a:hover {
	background-color: #ffffdf;
}

.gaiyou a:after {
	content: "";
	display: block;
	clear: both;
}

.gaiyou img {
	float: left;
	width: 200px;
}

.gaiyou .text {
	float: none;
	width: auto;
	margin-left: 230px;
}

.gaiyou h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.gaiyou p {
	margin: 0;
	font-size: 0.875rem;
}

.gaiyou .kiji-date {
	margin-bottom: 8px;
}

@media (max-width: 399px) {
	.gaiyou a {
		padding: 10px 0;
	}

	.gaiyou img {
		width: 100px;
	}

	.gaiyou .text {
		margin-left: 110px;
	}

	.gaiyou p {
		visibility: hidden;
		height: 0;
	}

	.gaiyou .kiji-date {
		margin-bottom: 0;
	}
}

/* 概要 excerpt - large size */
.gaiyou-large a {
	display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #00c6ff;
	color: #000000;
	text-decoration: none;
}

.gaiyou-large:first-child a {
	padding-top: 0;
}

.gaiyou-large a:hover {
	background-color: #ffffdf;
}

.gaiyou-large h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.625rem;
}

.gaiyou-large p {
	margin: 0;
	font-size: 0.875rem;
}

.gaiyou-large .kiji-date {
	margin-bottom: 8px;
}

.gaiyou-large .thumb {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: 50% 50%;
}

@media (max-width: 599px) {
	.gaiyou-large a {
		padding: 10px 0;
	}

	.gaiyou-large h1 {
		font-size: 18px;
	}

	.gaiyou-large p {
		font-size: 0.75rem;
	}

	.gaiyou-large .thumb {
		height: 200px;
	}
}

/* ------ article 記事 ------ */

/* 記事 */

.kiji:after {
	content: "";
	display: block;
	clear: both;
}

.kiji h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 2.25rem;
}

.kiji p {
	margin-top: 0;
	margin-bottom: 20px;
}

@media (max-width: 599px) {
	.kiji h1 {
		font-size: 1.5rem;
	}

	.kiji p {
		font-size: 0.875rem;
	}
}

/* h2 小見出し */
.kiji h2 {
	position: relative;
	margin-top: 40px;
	padding-left: 8px;
	padding-bottom: 5px;
	color: #0093c0;
	border-bottom: solid 2px #0096e0;
	border-left: solid 6px #0096e0;
	font-size: 1rem;
	clear: both;
}

@media (max-width: 599px) {
	.kiji h2 {
		font-size: 1rem;
	}
}

/****** style format - スタイルフォーマット ******/

/* 補足情報 */
.point {
	position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	border-radius: 5px;
	background-color: #cffdb7;
	font-size: 0.825rem;
	clear: both;
}

.point::before {
	position: absolute;
	left: 18px;
	top: -8px;
	content: '\f02d';
	z-index: 2;
	width: 30px;
	height: 19px;
	padding-top: 3px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #6fedc7;
	color: #0083c6;
	font-family: 'FontAwesome';
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
}

.point::after {
	position: absolute;
	left: 30px;
	top: -8px;
	z-index: 1;
	content: 'reference';
	padding: 3px 10px 3px 20px;
	border-radius: 5px;
	background-color: #6fedc7;
	color: #0083c6;
	font-family: Verdana, Helvatica, sans-serif;
	font-weight: normal;
	line-height: 1;
}

.point a {
	text-decoration: none;
}

/* 注意書き */
.attention {
	position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 7px;
	background-color: #ffefef;
	font-size: 0.825rem;
	clear: both;
}

.attention::before {
	position: absolute;
	left: 20px;
	top: -12px;
	content: '\f071';
	background-color: #ffffff;
	color: #ff0000;
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	line-height: 1;
}

/* ピックアップ */
.pickup {
	background-color: #bfffe5;
	padding: 8px 12px;
}

/* ハイライト highlight */
.highlight {
	background-color: #ffff00;
	padding: 0 3px;
}

/* 整形済みコード */
.preformatted_code {
	background-color: #484848;
	color: #d9ecec;
	padding: 12px 20px;
	margin: 20px 0;
	border-radius: 7px;
	font-size: 0.825rem;
	line-height: 1.5;
	overflow: scroll;
}

.inline_code {
	background-color: #dedede;
    color: #697c7c;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 0.825rem;
}

/* 軽い注意書きあるいは主張 */
.insist {
	position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 7px;
	background-color: #ffefef;
	font-size: 1rem;
	clear: both;
}

/* 投稿日と更新日 */
.kiji-date {
	margin-bottom: 20px;
	color: #666666;
	font-size: 0.75rem;
}

@media (max-width: 599px) {
	.kiji-date {
		/*		font-size: 0.67px;*/
	}
}

/* tag タグ */
.kiji-tag {
	margin-bottom: 18px;
}

.kiji-tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kiji-tag li a {
	display: block;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 1px 5px;
	border-radius: 2px;
	background-color: #3fcda7;
	color: #ffffff;
	font-size: 0.8rem;
	text-decoration: none;
}

.kiji-tag li a:hover {
	background-color: #dadd6f;
}

.kiji-tag ul:after {
	content: "";
	display: block;
	clear: both;
}

.kiji-tag li {
	float: left;
	width: auto;
}

/* breadcrumb パンくずリスト */
.bread ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread li a {
	display: inline-block;
	padding: 5px 5px;
	color: #888888;
	font-size: 0.75rem;
	text-decoration: none;
}

.bread li a[href]:hover {
	background-color: #ffffdf;
}

.bread ol:after {
	content: "";
	display: block;
	clear: both;
}

.bread li {
	float: left;
	width: auto;
}

.bread li:after {
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888888;
}

.bread li:last-child:after {
	content: none;
}

.bread i {
	font-size: 0.825rem;
}

.bread span {
	display: inline-block;
	text-indent: -9999px;
}

@media (max-width: 599px) {
	.bread li:last-child {
		text-indent: -9999px;
	}
}

/* ------ Share button シェアボタン ------ */
.share {
	margin-top: 40px;
	clear: both;
}

.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share li a {
	display: block;
	padding: 8px 17px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 0.75rem;
	text-decoration: none;
}

.share li a:hover {
	opacity: 0.8;
}

.share ul:after {
	content: "";
	display: block;
	clear: both;
}

.share li {
	float: left;
	width: auto;
	margin-right: 5px;
}

.share-tw {
	background-color: #34acac;
}

.share-fb {
	background-color: #3b5998;
}

.share span {
	color: #00e3e3;
}

i.fab.fa-twitter::before,
i.fab.fa-facebook::before {
	color: #00e3e3;
}

@media (max-width: 599px) {
	.share span {
		display: inline-block;
		text-indent: -9999px;
	}

	.share li a {
		padding: 8px 10px;
	}
}

/* pagination ページネーション */
.pagination {
	margin: 40px 0 30px;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination li a,
.pagination li > span {
	display: block;
	margin: 0 6px;
	padding: 6px 8px;
	background-color: #6fedc7;
	border-radius: 5px;
	color: #0093e6;
	font-size: 0.825rem;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li > span:hover {
	background-color: #eded7f;
}

.pagination ul:after {
	content: "";
	display: block;
	clear: both;
}

.pagination li {
	float: left;
	width: auto;
}

/* index pagination - 記事一覧のページネーション */
.pagination-index li .dots {
	padding: 6px 2px;
	border-color: transparent;
	background-color: transparent;
}

@media (max-width: 599px) {

	.pagination-index li a,
	.pagination-index li > span {
		margin: 0;
		padding: 6px 8px;
		margin: 0 6px;
		border-left: none;
		font-size: 0.75rem;
	}

	.pagination-index li:first-child a,
	.pagination-index li:first-child > span {
		border-left: solid 1px #cccccc;
	}

	.pagination-index li .dots {
		border-right-color: #cccccc;
	}
}

/* single pagination - 個別ページのページネーション */
.pagination-single {
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}

.pagination-single .oldpage {
	float: left;
}

.pagination-single .newpage {
	float: right;
}

.pagination-single a {
	display: inline-block;
	padding: 2px 6px;
	margin-top: 2px;
	margin-bottom: 6px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #6fedc7;
}

.pagination-single a:hover {
	background-color: #eded7f;
}

.pagination-single:after {
	content: "";
	display: block;
	clear: both;
}

.post-page-numbers.current,
.post-page-numbers.current:hover,
.page-numbers.current,
.page-numbers.current:hover {
	background-color: #00c6ff;
	cursor: default;
}

.post-page-numbers.current span,
.post-page-numbers.current:hover span,
.page-numbers.current,
.page-numbers.current:hover {
	color: #ffffff;
}


/* ------ side bar ------ */

/* menu */

.mymenu:not(:first-child) {
	margin-top: 20px;
}

.mymenu h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 6px;
	border-bottom: solid 2px #0096e0;
	border-left: solid 6px #0096e0;
	font-size: 1.1rem;
}

.mymenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mymenu li a {
	display: block;
	padding: 10px 5px;
	color: #000000;
	font-size: 0.8rem;
	text-decoration: none;
}

.mymenu li a:hover {
	background-color: #ffffdf;
}

/* サムネイル画像を付けたメニューのデザイン */
.mymenu-thumb li a {
	padding: 5px 0;
	border-bottom: dotted 2px #00c6ff;
	color: #2288bb;
}

.mymenu-thumb li a:after {
	content: "";
	display: block;
	clear: both;
}

.mymenu-thumb li .thumb {
	float: left;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50% 50%;
}

.mymenu-thumb li .text {
	float: none;
	width: auto;
	margin-left: 75px;
}

.mymenu-thumb li span {
	display: block;
	color: #666666;
	font-size: 0.75rem;
}

/* 最近の投稿 */
.mymenu-news a {
	color: #0096e0;
}

/* 関連記事メニュー */
.mymenu-related {
	margin: 40px 0 0;
	padding: 20px;
}

.mymenu-related h2 {
	padding: 0 0 0 7px;
	border-left: solid 8px #0096e0;
	border-bottom: none;
	font-size: 1.25rem;
	font-weight: normal;
}

.mymenu-related h2::before {
	content: none;
}

.mymenu-related li a {
	border: none;
	color: #000000;
}

@media (max-width: 599px) {
	.mymenu-related {
		padding: 10px;
	}

	.mymenu-related li .thumb {
		width: 80px;
		height: 50px;
	}

	.mymenu-related li .text {
		margin-left: 95px;
	}
}

@media (min-width: 600px) {
	.mymenu-related ul:after {
		content: "";
		display: block;
		clear: both;
	}

	.mymenu-related li {
		float: left;
		width: 25%;
		padding: 0 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mymenu-related li .thumb {
		width: 100%;
		height: 80px;
		margin-bottom: 5px;
	}

	.mymenu-related li .text {
		margin-left: 0;
	}
}

/* サムネイル画像に文字を重ねたメニュー */

.mymenu-large li a {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
}

.mymenu-large li a:hover {
	opacity: 0.8;
}

.mymenu-large li .thumb {
	width: 100%;
	height: 130px;
	background-size: cover;
	background-position: 50% 50%;
}

.mymenu-large li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 400px) and (max-width: 767px) {
	.mymenu-large ul:after {
		content: "";
		display: block;
		clear: both;
	}

	.mymenu-large li {
		float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mymenu-large li:nth-child(odd) {
		clear: both;
		padding-right: 7px;
	}

	.mymenu-large li:nth-child(even) {
		padding-left: 7px;
	}
}

/* ------ widget - ウィジェット ------ */

/* research form - 検索フォーム */
.search-field {
	width: 100%;
	height: 44px;
	padding: 5px;
	border: solid 2px #dddddd;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	font-size: 0.825rem;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.screen-reader-text,
.search-submit {
	display: block;
	visibility: hidden;
	height: 0;
}

#searchform {
	background-color: #ececec;
	padding: 2px 0 5px 5px;
	border-radius: 5px;
}

/* recent entries - 最近の投稿 */
.mymenu.widget_recent_entries a {
	color: #0096e0;
}

/* tagcloud - タグクラウド */
.tagcloud a {
	display: inline-block;
	color: #2288bb;
	text-decoration: none;
}

/* ------ top page - トップページ ------ */

/* トップページにコンテンツメニュー */
.mymenu-top li a {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
}

.mymenu-top li a:hover {
	opacity: 0.8;
}

.mymenu-top li .thumb {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: 50% 50%;
}

.mymenu-top li h2 {
	margin: 6px 0 5px -6px;
	border: none;
	font-size: 1.25rem;
}

.mymenu-top li p {
	margin: 0;
	font-size: 0.875rem;
}

@media (max-width: 599px) {
	.mymenu-top li h2 {
		position: absolute;
		top: 50px;
		left: 16px;
		/*		margin-left: 6px;*/
		padding: 0 8px 0 8px;
		color: #daffff;
		background-color: #0096ed;
		box-shadow: 2px 1px 1px #000033;
	}

	.mymenu-top .text p {
		margin-top: 4px;
	}
}

@media (min-width: 600px) {
	.mymenu-top ul:after {
		content: "";
		display: block;
		clear: both;
	}

	.mymenu-top li {
		float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mymenu-top li:nth-child(odd) {
		clear: both;
		padding-right: 15px;
	}

	.mymenu-top li:nth-child(even) {
		padding-left: 15px;
	}
}

/* トップページの「最近の投稿」メニュー - recent article menu */
.mymenu-news {
	padding: 20px;
	border: solid 1px #0093e6;
}

.mymenu-news ul {
	list-style: none;
}

.mymenu-news li {
	position: relative;
	padding-left: 20px;
}

.mymenu-news li::before {
	position: absolute;
	left: 0px;
	top: 12px;
	content: '\f138';
	color: #0093e6;
	font-family: 'FontAwesome';
	line-height: 1;
}

.mymenu-news li a {
	color: #0093e6;
}

/* header image - ヘッダー画像 */
.hero-img {
	width: 100%;
	height: 300px;
	margin: 20px 0 10px;
	background-color: #dddddd;
}

/* ------ images 画像 ------ */

/* caption */
.wp-caption-text {
	margin: 0;
	color: #666666;
	font-size: 0.625rem;
	text-align: center;
}

.wp-caption-text a {
	color: #666666;
}

/* 画像の配置 */
.aligncenter {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 599px) {

	.alignleft,
	.alignright {
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 600px) {
	.alignleft {
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 30px;
	}

	.alignright {
		float: right;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 30px;
	}
}

/* IE10以下への対応 */
a img {
	border: none;
}

/* 大きい画像の表示設定 */
img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

/* アイキャッチ画像 */
.catch {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------ 外部コンテンツ ------ */
iframe {
	max-width: 100%;
}

/* YouTubeのビデオ */
.ytvideo {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* category/tag - カテゴリー・タグ */

.contents > h1 {
	margin-top: 0;
	font-size: 2.1rem;
}

@media (max-width: 599px) {
	.contents > h1 {
		font-size: 1.4rem;
	}

	.archive .bread {
		text-indent: 0;
	}
}

/* navigation menu - ナビゲーションメニュー */
#mainmenu {
	display: none;
}

.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainmenu li a {
	display: block;
	padding: 10px 20px 15px 15px;
	text-decoration: none;
	/*	font-family: 'Special Elite', sans-serif;*/
	font-family: 'Kanit', sans-serif;
	font-style: italic;
	font-size: 1.4rem;
}

.mainmenu li a:first-child {
	padding-left: 5px;
}

.mainmenu li a:hover {
	background-color: #ffffdf;
}

/* toggle button - トグルボタン */
.header-inner {
	position: relative;
}

#navbtn span {
	display: inline-block;
	text-indent: -9999px;
}

/* ナビゲーションメニューのリンクを横に並べる */
#mainmenu {
	display: block !important
}

.mainmenu {
	margin-top: 10px;
}

.mainmenu ul:after {
	content: "";
	display: block;
	clear: both;
}

.mainmenu li {
	float: left;
	width: auto;
}

/* toggle button */
#navbtn {
	display: none;
}

.site {
	margin-top: -24px;
	margin-bottom: -16px;
}

@media (min-width: 768px) {

	/* サイト名とナビゲーションメニューを横に並べる */
	.header-inner:after {
		content: "";
		display: block;
		clear: both;
	}

	.site {
		float: left;
		width: auto;
	}

	.sitenav {
		float: right;
		width: auto;
	}

}

/* ------ page - 固定ページ ------ */

/* page menu - ocntents menu - コンテンツメニュー */

.mymenu-page {
	padding: 6px;
	background-color: #000033;
}

.mymenu-page h2 {
	margin: 0;
	padding: 2px 0 4px 10px;
	font-family: 'Kanit', sans-serif;
	font-style: italic;
	font-size: 1.2rem;
	color: #00c6ff;
}

.mymenu-page li a {
	padding: 0 10px 0 10px;
	color: #00c6ff;
	border-left: solid 6px #00c6ff;
	margin: 12px 0 10px 10px;
}

/* header image - ヘッダー画像 */
.hero {
	position: relative;
}

.hero-img {
	width: 100%;
	height: 240px;
	margin: 20px 0 10px;
	background-color: #dddddd;
	background-size: cover;
	background-position: 50% 50%
}

.hero-text {
	position: absolute;
	top: 150px;
	right: 72px;
	color: rgba(0, 255, 255, 0.8);
	font-family: 'Kanit', sans-serif;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000000;
}

@media (max-width: 767px) {
	.hero-img {
		height: 160px;
	}

	.hero-text {
		top: 90px;
		right: 54px;
		font-size: 1.7rem;
	}
}

@media (max-width: 599px) {
	.hero-img {
		height: 120px;
	}

	.hero-text {
		top: 64px;
		right: 32px;
		font-size: 1.5rem;
	}
}

/* ------ アニメーション - animation ------ */

/* ヘッダー画像上のテキスト - text on header image */
.bounceInRight-delay {
	animation-delay: 0.3s;
}

/* ------ 404.php ------ */
.not-found {
	margin-top: 20px;
	margin-bottom: 30px;
}

.not-found a {
	display: inline-block;
	background-color: #bc9a00;
	color: #ededec;
	margin-top: 16px;
	padding: 10px;
	text-decoration: none;
	font-size: 1rem;
}

.not-found a:hover {
	color: #cacaca;
}

/* ====== 未分類 ====== */
/* ------ 記事に背景色をつける試み ------ */
.single-article,
.category-article,
.tag-article,
.search-article {
	padding: 12px;
}

.page-article {
	padding: 12px;
	margin-top: 0;
}

.page-article h1 {
	margin-top: -30px;
}

/* ------ ヘッダー背景色を変える試み ------ */
header,
footer {
	background-color: #000033;
}

header .sitenav a:hover {
	color: #00e6ff;
	background-color: #000033;
}

footer {
	color: #00a9d3;
}

/* clear both の汎用クラスの試み */
.clearboth {
	content: "";
	display: block;
	clear: both;
}

/* tagページとcategoryページと検索結果ページのh1の上を詰める */
.tag-article h1,
.category-article h1,
.search-article h1 {
	margin-top: 8px;
}

h1 {
	color: #0096e0;
}

h2,
h2.widgettitle,
.mymenu h2 {
	color: #0096e0;
}

article,
.mymenu-related {
	background-color: #ffffff;
}

/*
固定ページ各ページのh1の上を空けたいが、introduction をデフォルトテンプレートで作ってしまっているので、一律の適用ができず中断。
*/

/*
.page-template-page-web h1,
.page-template-page-job h1,
.page-template-page-music h1 {
	margin-top: -4px;
}
*/

/* intro,music 固定ページh3 */
.intro-h3 {
	border-left: 5px solid #0096e0;
	margin-top: 24px;
	margin-bottom: 16px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

.music-h3 {
	border-left: 5px solid #0096e0;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

