/*
 Theme Name:   Twenty Sixteen Child for Hako no Naka
 Description:  Twenty Sixteen Child Theme
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hakononaka-16child
*/
body {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

blockquote {
    font-style: normal;
    font-size: inherit;
	border-left: 5px solid #cad1cb;
    padding-top: 1em;
    padding-bottom: 1em;
}

ul {
    margin: 0;
}
ul li {
    list-style-type: none;
}
.site-description {
	display: block;
}
.entry-footer {
    margin-bottom: 2em;
}
.widget {
	border-top: 4px solid #cad1cb;
}
.post-navigation {
	border-top: 4px solid #cad1cb;
	border-bottom: 4px solid #cad1cb;
}

.posted-on {
    font-weight: bold;
    font-size: 120%;
}
.comments-title,
.comment-reply-title {
    font-size: 100%;
}
.page-title {
    font-weight: normal;
}
.page-header {
    border-width: 0px;
    background-color: #f7f7f7;
    border-left: 5px solid #cad1cb;
    padding: 1em;
}
.pagination {
    border-top: 4px solid #cad1cb;
}
.post-navigation div + div {
	border-top: 4px solid #cad1cb;
}
.comments-title,
.comment-reply-title {
	border-top: 4px double #cad1cb;
}
.tagcloud {
    font-weight: 600;
}
.tagcloud a:hover {
    background-color: #d1f0d1;
}

.textwidget a {
    box-shadow: none;
}

@media screen and (min-width: 44.375em) {

    .post-navigation .post-title {
		 font-size: 23px; 
    }
	.entry-title {
		font-size: 30px;
	}
    .entry-footer {
        text-align: right;
    }
	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		 margin-left: inherit; 
	}
}
@media screen and (min-width: 61.5625em) {
	.entry-title {
        margin-bottom: 2em;
	}
}