﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	会員管理
--------------------------------------------------------------------- */
table.customerlist_ th.biz_name_ {
	min-width: 250px;
}

table.customerlist_ th.name12_ {
	min-width: 250px;
}

table.customerlist_ th.tel_ {
	min-width: 150px;
}

table.customerlist_ th.mail_ {
	min-width: 200px;
}

table.customerlist_ th.status_ {
	min-width: 90px;
}

table.customerlist_ td.status_ {
	text-align: center;
}

div.go_customer_entry_ {
	margin: 0 auto 10px auto;
	float: right;
}

table.customerlist_ td.mail_ {
	max-width: 250px;
	overflow-wrap: break-word;
}

/* --------------------------------------------------------------------
	会員詳細
--------------------------------------------------------------------- */
.customer_detail_title_ {
	margin: 0 auto;
	margin-top: 10px;
	padding: 8px 0 8px 16px;
	color: #ffffff;
	background: var(--c-gray);
	font-size: 20px;
	font-weight: bold;
}

table.customer_ span.name_label_ {
	display: inline-block;
	font-size: 16px;
	width: 50px;
	text-align: center;
}

table.customer_ {
	table-layout: fixed;
}

table.customer_ input[type="text"] {
	max-width: 100%;
}

table.customer_ input[type="date"] {
	width: 160px;
}

table.customer_ select[name="biz"] {
	max-width: 100%;
}

.customer_header_button_block_ {
	margin-right: 0;
	text-align: right;
}

.customer_header_button_block_ span{
	margin: 4px;
	padding: 14px 16px;
	font-size: 18px;
	font-weight: bold;
	line-height: 17px;
	height: initial;
}
