/*
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.
*/

/*下線系*/
.entry-content h2{/*h2見出し*/
	background:transparent;/*背景色*/
	color:#000000;/*文字色*/
	border-left:7px solid #000000;/*左線の太さや色*/
	border-bottom:2px solid #000000;/*下線の太さや色*/
	padding:5px 20px;/*余白の幅*/
}
.entry-content h3{/*h3見出し*/
	background:transparent;/*背景色*/
	color:#000000;/*文字色*/
	border-bottom:2px solid #000000;/*下線の太さや色*/
	padding:0px 10px;/*余白の幅*/
	margin:50px 0 5px;/*見出し前後の幅*/
}
/*ここまで*/