/*
Theme Name:yk-insatsu-child
Template:yk-insatsu
Version:1.0.0
*/

.site-bottom {
    color: #fff;
}
.site-bottom a {
    color: #fff;
}

.site-logo{
	position: absolute;
	top: 0;
	left: 10%;
}
.site-logo a:hover{
	opacity: .95;
}
/* トップバー */
.top-bar-main {
	color: #fff;
}
.top-bar-main li.top-bar-main-phone:before{
	color: #fff;
}
.top-bar-content{
	position: relative;
	right: 0;
}
.top-bar {
    padding-bottom: 4px;
    padding-top: 4px;
	height: 30px;
}
.top-bar-main li:last-child {
    position: absolute;
    right: 5px;
}
.top-bar-main li.top-bar-main-phone:before {
    content: "\f095";
}

@media screen and (max-width:800px){
	.top-bar-main li:last-child {
		display: none;
	}
}

/* ハンバーガーメニュー非表示 */
.drawer-hamburger{
	display: none;
}

/* スクロールしたら出るクローンメニューの非表示 */
.main-header-clone{
	display: none;
}

/* お知らせ埋め込みデザイン */
.post-info .entry-header{
	
}
.post-info h2{
	display: inline-block;
}
.post-info .entry-meta{
	display: inline-block;
}
.post-info .entry-summary p{
	display: inline-block;
}

div.whatsnew dl {
    border-top: 1px dashed #ccc;
}
div.whatsnew {
    font-size: 16px;
}
