@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述 
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html body { font-family: "Noto Sans Japanese";}

.profile-photo img {
width:150px;
height:150px;
}

.header-site-name {
font-weight:normal;
}

body .footer .copyright a,
body .footer .copyright small {
color:#FFF;!important
}

.header-site-name > a {
	letter-spacing: 2px;
	font-size: 34px;
	font-weight: bold;
}

.logo {
	width:180px;
	height:46px;
	margin:15px 0 0 10px;
	}
	
.logo-scroll {
	width: 140px;
	height: 35px;
	margin: 12px 0 0 10px;
}

#top #header-wrapper #gnav .global-nav .current-menu-item > a,
#top #header-wrapper #gnav .global-nav a:hover {
	color:#1ba3e4;
}

#top a:hover,
#top .header-site-name a:hover,
#top .global-nav a:hover,
#top .side-widget a:hover,
#top .side-widget li a:hover:before,
#top .header-follow-btn a:hover .fa,
#top #wp-calendar a:hover,
#top .entry-title a:hover,
#top .footer-follow-btn a:hover .fa {
	color:#1ba3e4;
}
#top .btn-border:hover {
	color:#FFF;
}
	
.modal-gloval-btn {
	display: none;
	}