/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
#logo{
	width:30%;

}
.header-logo #nav{
	width:68%;
}
div.logo_title{
	font-size:150%;
	line-height:1.5;
}
#nav_fixed div.logo_title{
		font-size:150%;
}
.header-logo #nav ul li a,#nav_fixed #nav ul li a{
	padding:1em 0.8em;
}
.single_title, #comment-area .comment_title{
	color:#333;
}
.widgettitle,.hentry .single-post-category{
	background:#F8BE0E !important;
}
.diver_firstview_simple{
	min-height:100px;
}
@media screen and (max-width: 768px) {
#logo{
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
	.header-logo #nav{
		width:100%;
	}
}