/*
Theme Name: mblog
Theme URI:
Author: Manabu Bannai
Author URI:
Description: none
Version: 1
License: Don't use.
*/
@import "css/style.css";

.single > img:not(.img-responsive) {
    width: auto;
    max-width: 87.5%;
    margin-top: -10px;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}

header .blogname{
	margin-top: 15px;
	margin-bottom: 0;
}
header h1.title{
	margin-bottom: 0;
}
a.sitename:hover{
	text-decoration: none;
}
	span.sitename.main{
		color: #313131db;
		font-size: 30px;
		font-family: Helvetica Neue;
		letter-spacing: 0.1px;
		font-weight: 500;
	}
	span.sitename.sub{
		margin-top: 35px;
		font-family: "A-OTF-ShinGoPro-Regular";
		font-size: 13px;
		color: #6F6F6F;
		margin-left: 13px;
	}

@media screen and (max-width: 767px) {
	header .blogname{
		text-align: center;
		/*margin-top: 32px;*/
	}
	header h1.title{
	margin-bottom: 0;
	margin-top: 17px;
	}
	span.sitename.main{
		color: #fff;
		font-size: 20px;
	}
	span.sitename.sub{display: none;}

}
.single h2 {
background: #f7f7f7;
padding: 20px 15px 18px;
color: #333;
border-left: 9px solid #f08080;
line-height: 40px
}

.single h3 {
font-weight: 600;
color: #4663B4;
letter-spacing: 1.6px;
padding: 0px 15px 0px;
border-left: 9px solid #f08080;
color: #333;
font-weight: 600;
margin-top: 60px
}
.single p.point i {
color: #f08080;
}

hr {
    width: 20%;
    border: 1px solid #f08080;
}

header .nav-bg {
background:#bc8f8f;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

main {
background: #ffe4e1;
}

.credit {
background:#bc8f8f !important;
}

.marker {
background: linear-gradient(transparent 40%, #ffff66 0%) ;
}