@charset "UTF-8";

#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;
}

.edit_total {
	width: 900px;
	margin: 0 auto 10px;
}
.edit_total th {
	width: 180px;
	padding: 3px;
}
.edit_total td {
	padding: 3px;
}
.edit_total th span {
	display: block;
	width: 135px;
	background-color: #41e6e6;
	border-radius: 4px;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
}
.edit_total input[type='text'] {
	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_total .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_total_textarea {
	width: 300px;
	height: 80px;
}
#form_total_regist_back {
	width: 49%;
	float: left;
	text-align: right;
}
#form_total_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;
}
.comp_msg {
	margin: 55px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.comp_button {
	text-align: center;
}
.vtp {
	vertical-align: top;
}
#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;
}
