@charset "UTF-8";


html {overflow-y: scroll;}

/** ヘッダー **/
header {}

.title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.title :hover {
	text-decoration: none;
}
@media (min-width: 577px) {
	.title :hover {
		color: #007bff;
	}
}

/** ボディ **/
body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/** 画像 **/
img {
	border: none;
	padding: none;
}


/* ナビゲーションメニュー */
.navbar {
	height: 50px;
}

.nav-item {
	color:white;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	list-style: none;
	padding-top: 2px;
}
.nav-item :hover {
	height: 40px;
	background-color: gray;
}

#mcl_slidein_nav_btn {
	border-radius: 3px;
}

/* フッター */
footer {
	margin-top: 40px;
	padding:14px 0;
	background-color:#4a5f7e;
	color: #ffffff;
	text-align: center;
}


/* 見出し【アーカイブ】（カテゴリー、月別） */
.archive-title {}
.archive-title i {}


/* 本文中の画像 */
.article img {
	border: none;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin: 30px auto;
}

.alignleft {
	float: left;
	margin: 0 30px; 
}

.alignright {
	float: right;
	margin: 0 30px; 
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	margin: 0;
	color: #666666;
	font-size: 14px;
	text-align: center;
}

/* 個別投稿の記事トップの画像 */
/* .singlePhp-topImg {
	overflow: hidden;
} */


/* 記事の概要・サムネ */
.excerpt p {
	clear: both;
	font-size: 18px;
	margin: 20px;
	color: dimgray;
	line-height: 2.5;
}
@media (max-width: 576px) {
	.excerpt p {
		line-height: 2;
	}
}

.excerpt .more a {
	color: dimgray;
	display: block;
	text-decoration:none;
	padding: 15px 10px;
}
.excerpt .more a:hover {
	color: white;
	display: block;
	text-decoration:none;
	padding: 15px 10px;
}

.excerpt img {
	max-width: 100%;
	height:100%;
	display: block;
	margin: 0 auto;
}


/* 記事 */
article {
	padding: 10px 10px;
	background-color: white;
	border: solid 1px rgba(200,200,200,0.5);
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(200,200,200,0.5);
}

article h1 {
	font-family: Noto, Hiragino Sans,Helvetica,Arial,sans-serif;
	color: dimgray;
	margin: 0;
	font-size: 26px;
	font-weight:bold;
	text-align: center;
}

article h1 a {
	color: dimgray;
	text-decoration: none;
}

article h1 a:visited {
	color: dimgray;
	text-decoration: underline;
}

article h1 a:hover {
	color: dimgray;
	text-decoration: underline;
}

article p {
	font-size: 16px;
}

article h2 {
	font-weight: bold;
	font-size: 27px;
	margin: 100px 10px 50px 10px;
	padding: 16px 20px;
	border-left: solid 10px navy;
	background-color: rgba(192,192,192,0.3);
	border-bottom: solid 2px rgba(0,0,128,0.2);
}
article h3 {
	font-weight: bold;
	font-size: 21px;
	margin: 80px 10px 50px 10px;
	padding: 10px 20px;
	border-left: solid 15px navy;
	border-bottom: solid 2px rgba(0,0,128,0.2);
}
article h4 {
	font-weight: bold;
	font-size: 18px;
	margin: 60px 10px 30px 10px;
	padding: 6px 20px;
	border-left: solid 25px navy;
	border-radius: 5px;
	border-bottom: solid 1px rgba(0,0,128,0.2);
}
article h5 {
	font-weight: bold;
	font-size: 15px;
	margin: 60px 10px 30px 10px;
	padding: 4px 20px;
	border-left: solid 40px navy;
	border-radius: 5px;
}

article h6 {
	font-weight: bold;
	font-size: 12px;
	margin: 60px 10px 30px 10px;
	padding: 4px 20px;
	border-left: solid 50px navy;
	border-radius: 5px;
}


/* ページタイトル、更新日、カテゴリー */
.title-br-color {
	margin: 10px 0;
	background-color: #F2F2F2
}

.postinfo {
	margin: 30px 0;
	font-size: 14px;
	color: gray;
	text-align: center;
}

.postinfo:nth-child(1) {
	margin: 20px 0;
}

.postinfo a {
	text-decoration: none;
	color: #4773BA;
}

.postinfo a:hover {
	text-decoration: underline;
	color: #0275d8;
	opacity: 0.8;
}

.postinfo i {
	color: #888888;
}


/* 前後記事へのリンク */
.pagenav a {
	color: dimgray;
	text-decoration:none;
	display:block;
	padding: 15px 10px;
}
.pagenav a:hover {
	color: white;
	text-decoration:none;
	display:block;
	padding: 15px 10px;
}


/* ウジェット・メニュー */
.blogmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blogmenu .widget {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #e8e8e8;
}

.blogmenu .widgettitle {
	margin: 10px 0 20px 0;
	border-right: solid 10px #4a5f7e;
	border-bottom: solid 2px #4a5f7e;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
}
@media (max-width: 576px) {
	.blogmenu .widgettitle {
		border-left: solid 10px #4a5f7e;
		padding: 2px;
	}
}

.blogmenu li a {
	display: block;
	padding: 10px 5px;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	border-top: dotted 1px #6c757d;
}
.blogmenu ul > li:first-child a { border-top: none; }

.blogmenu li a:hover {
	background-color: #ffffff;
}

/* プロフィール・ウィジェット */
.profile-img img {
	display: block;
	margin: 0 auto;
}

.yourprofile p {
	text-align: center;
	font-weight: bold;
}

.profile-content p {
	text-align: center;
}

.profile-icon li a {
	display: block;
	width: 30px;
	margin: 0 auto;
	background-color: white;
	color: skyblue;
	text-align: center;
}

/* ウィジェット・自作Webサービス記事 一覧　*/
.my-WebService-ul {
	background-color:white;
	border: solid 1px rgba(200,200,200,0.5);
	border-radius: 8px;
}
.my-WebService-img {
	max-width:75%;
	height:50%;
}
.my-WebService-li p a {
	display:initial;
	padding:initial;
	color: dimgray;
	font-size: 16px;
	border-top:initial;
}
.my-WebService-li p a:hover {
	text-decoration:underline;
}

/* 検索フォーム */
.fa-search {
	transform: scale(-1, 1);
}
 
.searchfield {
	width: 75%;
	font-size: 14px;
	margin: 3px auto;
	padding: 10px 15px;
	border: solid 1px #bbb;
	border-radius: 4px;
	box-sizing: border-box;
}
 
.searchsubmit {
	font-family: FontAwesome;
	font-size: 1.4em;
	position: absolute;
	top: 0;
	right: 8%;
	margin-top: 33px;
	padding: 0;
	cursor: pointer;
	color: #6297f5;
	border: none;
	background: transparent;
}

.searchsubmit:hover {
	opacity: .6;
}

.searchform {
  letter-spacing: -1em;
  white-space: nowrap;
}
.searchform label {
  letter-spacing: normal;
  white-space: normal;
}


/* コメント */
/*  #comments h3 {
	text-align: center;
} */

/* #comments footer {
	background: none;
	margin: 0;
	color: #000000;
	font-size: 12px;
} */

/* #comments footer a {
	color: #000000;
} */

/* #comments footer div {
	display: inline;
} */

/*#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments article {
	border: dotted 1px #aaaaaa;
	border-radius: 20px;
	margin: 10px;
	padding: 10px 20px 20px;
}

#comments .comment-content {
	margin-left: 30px;
}
 */

/* コメント投稿フォーム */
/* #comments {
	border: solid 2px silver;
	border-radius:10px;
}

#respond {
	margin-top: 40px;
	border: solid 1px silver;
	border-radius:10px;
}

#respond p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
}

#respond label {
	font-size: 14px;
}

#respond input,
#respond textarea {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#respond input[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	border: none;
	border-radius: 20px;
	background-color: #e6cc1c;
	-webkit-appearance: none;
	cursor: pointer;
}

#respond input[type="submit"]:hover {
	background-color: #ff8800;
}

#respond .required {
	color: #ff0000;
} */


/* お問い合わせフォーム */
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f0f0f0;
}

.wpcf7 input[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	border-color: rgba(247,247,247,0.8);
	border-width: 2px;
	border-radius: 20px;
	background-color: #f0ad4e;
	-webkit-appearance: none;
	cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
	border: none;
	padding: 12px 0;
	background-color: #ff8800;
}

.wpcf7-response-output {
	text-align: center;
}


/* プロフィール・(固定)ページ */
.post-44 {
	padding: 30px 0;
	background-color:white;
	border: solid 1px rgba(200,200,200,0.5);
	border-radius: 8px;
}

/* お問い合わせ・(固定)ページ */
.post-57 {
	padding: 30px 0;
	background-color:white;
	border: solid 1px rgba(200,200,200,0.5);
	border-radius: 8px;
}



/* トップページ */
.largeheader {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.home header {
	margin-bottom: 0;
}

.home footer {
	margin-top: 0;
}

/* トップページのメニュー */
.topmenu {
	padding: 40px 0;
}

.link {
	text-align: center;
	margin-bottom: 15px;
}

.link a {
	color: #aaaaaa;
	font-size: 20px;
	text-decoration: none;
}

.link i {
	display: block;
	margin: 0 auto 10px auto;
	width: 150px;
	line-height: 150px;
	border-radius: 75px;
	border: solid 3px gray;
	background-color: orange;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 50px;
}

.link:nth-child(2) i {
	background-color: gold;
}

.link:nth-child(3) i {
	background-color: skyblue;
}

@media (min-width: 500px) {
	.topmenu	{overflow: hidden;}
	.link 		{float: left;
				width: 33.3333%}
}



/* single(個別投稿)ページ */
.single-content p {
	clear: both;
	color: #3E3A39;
	font-size: 17px;
	line-height: 2;
}
@media (max-width: 576px) {
	.single-content p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.single-content h2 {
		font-weight: bold;
		font-size: 20px;
		margin: 100px 10px 50px 10px;
		padding: 16px 20px;
		border-left: solid 10px navy;
		background-color: rgba(192,192,192,0.3);
		border-bottom: solid 2px rgba(0,0,128,0.2);
	}
	.single-content h3 {
		font-weight: bold;
		font-size: 16px;
		margin: 80px 10px 50px 10px;
		padding: 10px 20px;
		border-left: solid 15px navy;
		border-bottom: solid 2px rgba(0,0,128,0.2);
	}
	.single-content h4 {
		font-weight: bold;
		font-size: 14px;
		margin: 60px 10px 30px 10px;
		padding: 6px 20px;
		border-left: solid 25px navy;
		border-radius: 5px;
	}
	.single-content h5 {
		font-weight: bold;
		font-size: 12px;
		margin: 60px 10px 30px 10px;
		padding: 4px 20px;
		border-left: solid 40px navy;
		border-radius: 5px;
	}

	.single-content h6 {
		font-weight: bold;
		font-size: 10px;
		margin: 60px 10px 30px 10px;
		padding: 4px 20px;
		border-left: solid 50px navy;
		border-radius: 5px;
	}
}

.single-content table { border: 1px; }
.single-content table li { padding-top: 15px;}

/* 目次 */
#toc_container {
	width: 100%;
	margin: 40px auto;
}

#toc_container li {
	margin: 5px 0 !important;
}