/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*ヘッダーの文字サイズ*/
.site-header-logo.site-header-logo--scrolled--nav-center a span {
	font-size: .8em;
}

/*モバイルメニュー*/
/* モバイルメニューの背景を変更 */
.vk-mobile-nav,
.vk-mobile-nav ul,
.vk-mobile-nav__menu {
    background-color: #FFF !important;
}

/* ハンバーガー展開後のドロワーも変更 */
.vk-mobile-nav__drawer {
    background-color: #FFF !important;
}
/* モバイルメニューの文字を白に */
.vk-mobile-nav a {
    #color: #fff !important;
}
/*モバイルメニューここまで*/


/*お知らせ*/
figure.wp-block-table.news {
    padding: 0 20px 10px 0px;
    overflow-y: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 160px;
	
}

.news table tbody tr td {
	border-style: none;
	border-bottom: 1px dotted silver;
}

.news table tbody tr td:first-child{
	width: 10em;
}

/*お知らせここまで*/

/*フォーム*/
.hissu {
	background-color: #fce9f6;
	font-size: .7em;
	padding: 1px 5px 0;
	border-radius: 3px;
	margin-left: 5px;
	color: #b70000;
}

span.wpcf7-list-item {
    display: block;
}

/* ログイン情報を保存 */
div.swpm-remember-me {
    display: none;
}

/*SWPM Partial Protect*/
.swpm-partial-protection {
	display: none;
}
/*SWPM Partial Protectここまで*/

.swpm-form-username {
	background-color: #ececec!important;
    outline: none;
}
.swpm-form-username:hover {
    cursor:not-allowed;
}


/*SWPMプロフィールで共通で非表示にする*/
.localNav .subSection-title {
	display: none;
}
.localNav ul li.page_item a {
	display: none;
}

.swpm-form-username-label-wrap, .swpm-form-username-input-wrap {
#	display: none;
}

.swpm-form-email, .swpm-form-email-label-wrap {
#	display: none;
}

.swpm-form-firstname-label-wrap, .swpm-form-firstname {
	display: none;
}

.swpm-form-lastname-label-wrap, .swpm-form-lastname {
	display: none;
	
}
.swpm-form-phone-label-wrap, .swpm-form-phone {
	display: none;
}

.swpm-form-street-label-wrap,.swpm-form-street {
	display: none;
}
.swpm-form-city-label-wrap, .swpm-form-city {
	display: none;
}
.swpm-form-state-label-wrap, .swpm-form-state {
	display: none;
}
.swpm-form-zipcode-label-wrap, .swpm-form-zipcode {
	display: none;
}
.swpm-form-country-label-wrap, .swpm-form-country-input-wrap {
	display: none;
}
.swpm-form-company-label-wrap, .swpm-form-company-input-wrap {
	display: none;
}
.swpm-form-membership-level-label-wrap, .swpm-form-membership-level-input-wrap {
	display: none;
}

.swpm-logged-username-label {
	display: none;
}
.swpm-logged-username-value {
	display: none;
}
.swpm-logged-membership-label {
	display: none;
}
.swpm-logged-membership-value {
	display: none;
}

.swpm-logged-status-label {
	display: none;
}
.swpm-logged-status-value {
	display: none;
}
.swpm-logged-expiry-label {
	display: none;
}
.swpm-logged-expiry-value {
	display: none;
}
.swpm-form-membership-level-value {
	display: none;	
}

/*SWPMプロフィールで共通で非表示にするここまで*/
