/*
Theme Name: Twenty Fifteen Child
Template: twentyfifteen
*/

@import url('../twentyfifteen/style.css');

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/********************************************************************************/
/* font                                                                         */
/********************************************************************************/
.site-title {
    font-size: 26px;
    color: #00ddff;
}
 
body,button,input,select,textarea {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', Meiryo, sans-serif;
}
 
.entry-title,.widecolumn h2 {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Meiryo, sans-serif;
}
 
.page-title {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
}
 
.entry-content {
    font-size: 16px;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Meiryo, sans-serif;
}
 
.entry-title {
    font-size: 20px;
}
 
.author-title {
    font-size: 12px;
}
 
.author-bio {
    font-size: 12px;
}
 
.post-navigation .post-title {
    font-size: 12px;
}
 
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
    font-size: 14px;
}
 
.comment-reply-title {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 14px;
}
 
.entry-content h1,.entry-summary h1,.page-content h1,.comment-content h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: .4em;
    margin-bottom: .3em;
}
 
.widget {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 13px;
}
 
blockquote {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.75;
    margin-bottom: .5em;
    margin-left: .05em;
    padding-left: .85em;
}