/*
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;
}



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

.form-preview {
  border-collapse: collapse; /* セルの境界線を重ねる */
  border: none;              /* 外枠は消す */
  width: 100%;
}

.form-preview td,
.form-preview th {
  border: none;                      /* 縦線や外枠を消す */
  border-bottom: 1px solid #ccc;     /* 横線だけ残す */
  padding: 12px 8px;
}

/* 最上段の横線を残す */
.form-preview tr:first-child td,
.form-preview tr:first-child th {
  border-top: 1px solid #ccc;
}



.logged-in .hide-when-logged-in {
  display: none !important;
}

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

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


/*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プロフィールで共通で非表示にするここまで*/