/*
Theme Name: Lightning Child Sample type Daito
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.h_lead_lang_JA {
	border-width: 1px;
    border-style: solid;
	display: inline-block;
    margin-left: 0px;
    padding: 4px 8px 3px;
    line-height: 1;
	a:link { color: #e6e9f0; }
	a:visited { color: #e6e9f0; }
	a:hover { color: #ff0000; }
	a:active { color: #ff8000; }
}
.h_lead_lang_EN {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    margin-left: 0px;
    padding: 4px 8px 3px;
    line-height: 1;
	color: #e6e9f0;     /* 文字色指定 */
	a:link { color: #e6e9f0; }
	a:visited { color: #e6e9f0; }
	a:hover { color: #ff0000; }
	a:active { color: #ff8000; }
}
.header-top {
background-color: #191970;
padding:4px 0;
font-size:12px;
color:#e6e9f0; /* ここの色指定は「大東マーク工業〜」のフォント適用されている */
}

.header-top__inner {
max-width:1200px;
width:100%;
margin:0 auto;
padding:0 10px;
display: flex;
align-items: center;
}
.header-top__items{
display:flex;
column-gap:12px;
justify-content:end;
align-items:center;
margin:0;
padding:0;
}
.header-top__description{
display: flex;
	text-align: center;
align-items: center;
margin-right: auto;
line-height: normal;
margin-block-start: auto;
margin-block-end: auto;
}
.header-top__menu{
display: flex;
align-items: center;
}
.header-top__item::not(:first-child){
margin-left:10px;
}
.header-top__item-link{
display:block;
}
.header-top__contact{
margin-left:12px;
}
.header-top__contact-link{
font-size:12px;
	color:white;
}
}


/*
ブロックカラムにリンク 2024/09/01
*/
.vk_post_imgOuter {
    position: static;
}

.vk_post_imgOuter>a::after {
    z-index: 1;
}