/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}


/*記事のCSS
---------------------------------------------------------------------------------------------------*/

.entry-content h2 {
  padding: 0.5em 0;
  border-top: solid 3px #22b573 !important;
  border-bottom: solid 3px #22b573!important;
}

.entry-content h3 {
	border-bottom: double 5px #22b573!important;
}

.entry-content h4{
	padding: 0.25em 0.5em!important;
	background: transparent!important;
	border-left: solid 5px #22b573!important;
}

.entry-content h5 {
	border-bottom: dashed 2px #22b573!important;
}

.entry-content table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
	border: solid 1px #eee;
}

table th,table td{
  border: solid 1px #bcbcbc;
}


table tr:nth-child(odd){
  background-color: #F2F9F3;
}

.midashi {
　  padding: 1rem 2rem;
	border-bottom: solid 5px #22b573;
	font-weight: bold;
}

.attention {
	display:block;
	padding: 1em 2em;
	margin: 2em 0;
	background: #FFE6E6;
	border-left: solid 10px #FF5D5D;
}

.waku-box {
	display:block;
	padding: 1em 2em;
	margin: 2em 0;
	border: dashed 2px #78D395;
}

.comment-box {
    display:block;
    padding: 1em 2em;
    margin: 2em 0;
    border: double 5px #FFAD5C;
	background-color: #FFFFE6;
}

.marker2 {
	background: linear-gradient(transparent 50%, #ffff66 0%);
}

.bold {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

/* フォントサイズ調整 */

#breadcrumb ol li a, #breadcrumb ol li h1 a　{
	font-size: 14px;
}

.catname {
	font-size: 14px;
}

.blogbox p {
	font-size: 14px;
}

#footer .footermenust a {
	font-size: 14px;
}