@CHARSET "UTF-8";
/* 

店舗一覧

 */
.tempo_list_table {
	margin: 50px auto;
	width: 1170px;
	font-size: 13px;
}

.tempo_list_table tr {
	background-color: #fefefe;
}

.tempo_list_table tr:nth-child(odd) {
	background-color: #effaf3;
}

.tempo_list_table tr:hover {
	background-color: #d6f1e2;
}

.tempo_list_table th {
	color: white;
	background-color: #2CA361;
	border: 2px solid #3CB371;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.tempo_list_table .name {
	/* 	width: 16%; */
	width: 19%;
}

.tempo_list_table .address {
	/* 	width: 22%; */
	width: 25%;
}

/* .tempo_list_table .payee { */
/* 	width: 21%; */
/* } */
.tempo_list_table .contact {
	/* 	width: 18%; */
	width: 25%;
}

.tempo_list_table .manager {
	/* 	width: 18%; */
	width: 25%
}

.tempo_list_table .control {
	width: 6%;
}

.tempo_list_table td {
	border: 2px solid #aee3c7;
	padding: 5px;
}

.tempo_list_table td:first-of-type {
	text-align: center;
	font-size: 15px;
}

.tempo_list_table td:last-child {
	text-align: center;
}

.tempo_list_table td div {
	padding: 1px;
}

.tempo_list_table td div .sub_header {
	color: #2CA361;
}

.tempo_list_table td input {
	width: 175px;
}

/*

店舗作成

*/
.modal_edit_tempo {
	display: none;
}

.modal_simple .modal_edit_tempo footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
}

.modal_simple .modal_edit_tempo footer button {
	float: left;
	width: 120px;
	height: 60px;
	font-size: 16px;
	margin-left: 10px;
}