@charset "UTF-8";

.not_disp {
	display: none;
}

#page_title {
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #c14376;
}

article {
	margin: 10px 0 0;
}

table.customer_list {
	border-collapse:  collapse;
	width: 950px;
	margin: 0 auto 30px;
}
table.customer_list th,
table.customer_list td {
	border: solid 1px #63bb82;
	vertical-align: middle;
}
table.customer_list td {
	padding: 2px;
}
th.pd5,
td.pd5 {
	padding: 5px;
}
table.customer_list tr.customer_header {
	background-color: #79d082;
}
td.lf {
	text-align: left;
}
td.rg {
	text-align: right;
}
td.ct {
	text-align: center;
}
a.regist_link,
a.regist_link:visited {
	color: #f59518;
	text-decoration: none;
}
a.regist_link:hover {
	text-decoration: underline;
}
.sub_memu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
}
.sub_memu_customer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}
.sub_memu .sub_memu_new,
.sub_memu .sub_memu_history {
    display: block;
    width: 150px;
    float: left;

}
.sub_memu .sub_memu_csv {
    position: relative;
    display: block;
    width: 124px;
    height: 29px;
    float: right;
}
button.add_customer,
button.send_history {
    padding: 1em 1.5em;
    border: none;
    display: inline-block;
    background-color: #f33dce;
    font-size: 11px;
    line-height: 1;
    color: #fff;
	border-radius: 2px;
    box-shadow: 2px 2px #842570;
	position: relative;
    cursor: pointer;
}
button.csv_customer {
    padding: 1em 1.5em;
    border: none;
    display: inline-block;
    background-color: #5c42ec;
    font-size: 11px;
    line-height: 1;
    color: #fff;
	border-radius: 2px;
    box-shadow: 2px 2px #130752;
	position: relative;
    cursor: pointer;
}
.edit_customer {
	width: 900px;
	margin: 0 auto 10px;
}
.edit_customer th {
	width: 180px;
	padding: 3px;
}
.edit_customer td {
	padding: 3px;
}
.edit_customer th span {
	display: block;
	width: 135px;
	background-color: #41e6e6;
	border-radius: 4px;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
}
.edit_customer input[type='text'] {
	width: 500px;
	padding: 3px;
}
.edit_customer input[type='email'] {
	width: 500px;
	padding: 3px;
}
.button_block {
	width: 900px;
	margin: 0 auto 10px;
	text-align: center;
}
.button_block .button_cancel, 
.button_block .button_back {
	padding: 1em 1.5em;
    border: none;
    display: inline-block;
    background-color: #a7ada8;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px #6e6f6e;
    position: relative;
    cursor: pointer;
}
.button_block .button_confirm,
.button_block .button_regist {
	padding: 1em 1.5em;
    border: none;
    display: inline-block;
    background-color: #1fce2a;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px #1f7d25;
    position: relative;
    cursor: pointer;
}
.edit_customer .email_number {
	width: 135px;
	background-color: #b9d06f;
	border-radius: 4px;
	text-align: center;
	padding: 5px 10px;
	font-size: 11px;
	margin-right: 3px;
}
.edit_customer .payer_number {
	width: 135px;
	background-color: #b9d06f;
	border-radius: 4px;
	text-align: center;
	padding: 5px 10px;
	font-size: 11px;
	margin-right: 3px;
}
.edit_customer .inline_input {
	margin-bottom: 3px;
}
.edit_customer .select_opt {
	width: 230px;
	height: 26px;
	padding: 3px;
	font-size: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
.edit_customer .att {
	font-size: 11px;
	color: #00f;
	margin-left: 3px;
}
#form_customer_regist_back {
	width: 49%;
	float: left;
	text-align: right;
}
#form_customer_regist_done {
	width: 49%;
	float: right;
	text-align: left;
}
.errBlock {
	width: 600px;
	padding: 5px;
	color: #f00;
	font-size: 12px;
	margin: 5px auto;
	border: 1px solid #f00;
}
.attention {
	width: 900px;
	margin: 0px auto;
	color: #f00;
}
.comp_msg {
	margin: 55px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.comp_button {
	text-align: center;
}
#return_list {
	padding: 1em 1.5em;
    border: none;
    display: inline-block;
    background-color: #1fce2a;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px #1f7d25;
    position: relative;
    cursor: pointer;
}
.ft11 {
	font-size: 11px;
}

.customerSearchBox {
	width: 900px;
	height: 135px;
	margin: 0px auto 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 10px;
}
.customerSearchBox p {
	text-align: center;
	background-color: #ccc;0 2px #34920
	color: #888;
	padding: 3px 0;
	margin-bottom: 10px;
}
.customerSearchBox table {
	width: 80%;
	margin: 10px auto;
}
.customerSearchBox table th {
	padding: 2px;
	text-align: left;
}
.customerSearchBox table td {
	padding: 2px;
}
.customerSearchBox .search_button_block {
	text-align: center;
}
.customerSearchBox .search_select {
	width: 230px;
	height: 26px;
	padding: 3px;
	font-size: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
.customerSearchBox .search_text {
	width: 225px;
	height: 24px;
}
