@charset "utf-8";
/* CSS Document */

.leave-new h3 {
    margin: 30px 5px 10px;
    font-size: 1.2rem;
	border: none;
}
.leave-new table{
	width:100%;
	margin:-1px 0 0;
	border-top: 1px solid #c0a275 !important;
}
.leave-new table th {
    background-color: #fbf8f0 !important;
    border-bottom: 1px solid #c0a275 !important;
    width: 33%;
    padding: 20px 2%;
	font-size: .9rem;
}
.leave-new table td{
	border-bottom: 1px solid #c0a275 !important;
    padding: 20px 2%;
	font-size: .9rem;
}
.leave-new td li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.leave-attention {
    margin: 15px 0 40px;
    background: #f9f9f9;
    padding: 20px 2%;
}
.leave-attention li {
    padding: 5px 0;
}

@media screen and (max-width:500px) {
	.leave-new table th {
    		width: 100%;
	}
}