/*
Theme Name:     twenty sixteen-child
Description:    
Author:         nasupi
Template:       twentysixteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.site–header {
    padding–top: 0rem;
    padding–bottom: 0rem;
}
.entry-title {
        border-bottom: 1px solid #ccc;
}
 
@media screen and (min-width: 61.5625em) {
.entry-title {
		font-size: 40px;
		font-size: 2.25rem;
}
}
/*-----------------------------
ヘッダー分割
-----------------------------*/
#container #header #header-in #h-l {
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
float: left;
width: 50%;
}

#container #header #header-in #h-2 {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0px;
padding-left: 0px;
text-align: left;
float: right;
width: 468px;
}
