/*
Theme Name: first-child
Template:     first
*/
/*　フォントを変更　*/
* {
  font-family: 'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
 
/*　背景画像　*/
/*
body {
    background: #fff url(http://eyelash-nagoya.com/wp-content/uploads/2017/03/backgroundimagegray.gif) repeat;
}
*/
.site-header {
    border-bottom: none;
}
/* タイトル */
h1.entry-title {
/*
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
}

article#post-29 header.entry-header h1.entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    border-bottom: 3px double #ccc;
}
@media only screen and (max-device-width : 480px) {
/* スマートフォンだけ以下を適用 */
    article#post-29 header.entry-header h1.entry-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

h1, h2, h3, h4, h5, h6 {
/*
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
/*
    font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
*/
    font-family: 'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 400;
}

div.entry-meta.entry-header-meta {
    display: none;
    margin-bottom: 10.5px;
}

/*
.widget-area .widget a {
	color: #0044cc;
	text-decoration:none;
	font-size: 98%;
}
.widget-area .widget a:hover {
	color: #002266;
	text-decoration:underline;
}
*/
/*
a {
	outline: none;
	color: #0044cc;
	text-decoration:none;
}
a:hover {
	color: #002266;
	text-decoration:underline;
}
*/
/*
.entry-header .entry-title a {
	color: #0044cc;
	text-decoration: none;
}
.entry-header .entry-title a:hover {
	color: #002266;
	text-decoration:underline;
}
*/
div.nav-previous div.post-nav-title,
div.nav-next div.post-nav-title {
    display: none;
}
.home.blog #widgettotoppage{
    display: none;
}
.page-template-default.page.page-id-9 #widgetcontact {
    display: none;
}