/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

header.entry-header{
	border-bottom: 1px solid rgb(226, 232, 240);
	padding-bottom: 1em;
}

.wp-block-image figure img{
	height: 250px !important;
	object-fit: cover;
}
figure.wp-block-image img{
	height: 250px !important;
	object-fit: cover;
}

.entry-content p{
	font-size:14.5px;
}
ul.ystdtb-icon-list li{
	    padding-bottom: 0.5em;
}
.ul.ystdtb-icon-list li: last-child	{
	padding-bottom:0;
	font-weight: 600;
}
.no-list{
	list-style:none !important;
}
p.mt0{
	margin-top:0px !important;
}
.access-div{
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(241, 241, 241, 1));
    border-bottom: 1px #687f89 dotted;
	border-bottom-width: 2px;
}
.access-div div{
	padding-bottom:4px;
}
/*PRリンクの下部スペース削除様*/
.PR-link-area-bottom0{
	margin-bottom:2em;
}
.center{
	text-align: center !important;
}
	
}