/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: http://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:サイト高速化、Google PageSpeed Insightsでの高得点獲得に重点を置きながら、比較的カスタマイズしやすい形を目指したテーマystandardの子テーマ
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://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.
*/

/*メニュー太字と反転*/
.global-nav li {
font-weight:bold;
}
.global-nav a:hover {
 color: #e84545;
}

/*タグクラウドのデザイン*/
.widget_tag_cloud .tagcloud a {
 display: inline-block;
 background:#e5e5e5;
 color:#656565
 border:none;
 padding:4px;
 margin:4px;
 font-size:12px !important;
 /*font-weight: bold;*/
}
.widget_tag_cloud .tagcloud a:hover {
 background: #e84545;
 color: #ffff;
}

/*全体の文字反転*/
a:hover {
	color: #e84545;
}

/*フッターの文字反転*/
.site__footer a:hover {
	text-decoration: none;
	color: #e84545;
}


 /*元のカラーは#409ad5*/