/*!
Theme Name: mkosugi
Theme URI: http://underscores.me/
Author: Hide Tanigawa
Author URI: http://underscores.me/
Description: theme for mkosugi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mkosugi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mkosugi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.blog-detail  {
    padding: 0;
	border-bottom:solid 1px #eee;
	margin-bottom:2rem;
	padding-bottom:1rem;
	font-size:0.9375rem;
}
.section .section_heading {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 1rem;
}
.entry-date {margin-bottom: 0.5rem;color: #999;}
.blog-side {
    background: 
    #f5f5f5;
    float: none;
    margin-bottom: 30px;
    padding: 1.125rem 1.125rem 10px;
}
.blog-side .ttl {
    background:#f4abb2;
padding: 0.65rem 1rem;
font-size: 1rem;
font-weight: 500;
margin: -1.125rem -1.125rem 1rem;
color:
    #fff;
}.blog-side li {
    padding: 0.5rem 0rem;
    font-size: 0.8125rem;
    border-bottom: dotted 1px 
    #ddd;
}