@charset "UTF-8";
/*
Theme Name: onlinesalon_theme
Theme URI: 
Author: 	
Author URI: 
Description: 		
Version: 1.0
Template: 
*/
/* 新規会員登録
-------------------------------------------------------------- */
body.page-bkp_entry.logged-in .logedIn{
	display: none;;
}
/* ヘッダー
------------------------------ */
/* フッター
------------------------------ *//* サイドバー
------------------------------ */
/*メルマガ登録フォーム */
#sidebar .mailpoet_form {
	background-color: #327ee2;
}
#sidebar .mailpoet_form input[type=submit].mailpoet_submit {
	background-color: #fabe02 !important;
}
#sidebar .mailpoet_form input[type=submit].mailpoet_submit:hover {
	background-color: #fff !important;
	color: #8B4513 !important;
}
form {
	margin-bottom: 0;
}
p.mailpoet_form_paragraph.last {
	margin-bottom: 0px;
}
h2.mailpoet-heading {
	margin: -10px 0 10px 0;
}
/* columns */
.mailpoet_column_with_background {
	padding: 10px;
}
/* space between columns */
.mailpoet_form_column:not(:first-child) {
	margin-left: 20px;
}
/* input wrapper (label + input) */
.mailpoet_paragraph {
	line-height: 20px;
	margin-bottom: 20px;
}
/* labels */
.mailpoet_segment_label, .mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label {
	display: block;
	font-weight: normal;
}
/* inputs */
.mailpoet_text, .mailpoet_textarea, .mailpoet_select, .mailpoet_date_month, .mailpoet_date_day, .mailpoet_date_year, .mailpoet_date {
	display: block;
}
.mailpoet_text, .mailpoet_textarea {
	width: 200px;
}
.mailpoet_form_loading {
	width: 30px;
	text-align: center;
	line-height: normal;
}
.mailpoet_form_loading > span {
	width: 5px;
	height: 5px;
	background-color: #5b5b5b;
}
/*メルマガ登録フォームここまで */