*{
	box-sizing:border-box;
}

body{
	margin:0;
	font-family:sans-serif;
	color:#7C6859;
	padding-bottom:50px;
	
}

.BebasNeue, h1, h2, h3, h4, h5, h6 { 
	font-family: BebasNeue;
	font-weight: normal;
	font-style: normal;
	color:#3B3129;
}

a{
	color:#A06231;
}

header{
	width:100%;
	padding:40px;
	background:#fc9937;
	text-align:center;
	color:#fff !important;
	font-size:3em;
	margin-bottom:50px;
}

section{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:0 10px;
}

p.notice.info{
    background-color:#0073E6;
    border:1px solid #005AB4;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    padding:20px;
    border-radius: 10px;
    margin-bottom:60px;
}

.center{
	text-align:center;
}

.bio{
	padding:0 10%;
	margin-bottom:70px;
}

table.notice_lists{
	width:95%;
	margin:0 auto;
}

.notice_lists th{
	text-align:center;
	background:#F8F8F8;
	width:50%;
	border-bottom:5px solid white;
	padding:15px;
}

.notice_lists th img{
	width:100%;
	max-width:200px;
}

.notice_lists th a{
	text-decoration:none;
	padding:20px 15px;
	color:#F8F8F8;
	background:#72B014;
	border-radius:5px;
	display:inline-block;
}

.notice_lists td{
	text-align:center;
	padding:15px;
}

.notice_lists td img{
	width:100%;
	max-width:170px;
}

.notice_lists td:nth-child(1),.notice_lists td:nth-child(2){
	border-right:5px solid white;
}

.notice_lists tr:nth-child(even){
	background:#E8E8E8;
}

.notice_lists tr:nth-child(odd){
	background:#F1F1F1;
}

.notice_lists .dualhead{
	border-bottom:5px solid white;
	font-weight:bold;
	border-right:0 !important;
}

ol ol{
	list-style:square;
	padding-left:10px;
}

ol li{
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
}

ol ol li{
	font-weight:normal;
	padding-bottom:5px;
}

.formal{
	padding:10px;
}

.formal article{
	padding:20px;
	background:#E9E9E9;
	border-radius:20px;
}

.formal article h1{
	font-size:1.8em;
}

.formal article h2{
	font-size:1.3em;
}

table.data_table{
	border-collapse:collapse;
	border:1px solid #7C6859;
}

.data_table th{
	text-align:center;
	padding:15px;
	border-collapse:collapse;
	border:1px solid #7C6859;
	border-bottom:3px solid #7C6859;
}

.data_table th:nth-child(1){
	width:25%;
}

.data_table td{
	padding:10px;
	border-collapse:collapse;
	border:1px solid #7C6859;
}

.underline{
	display:block;
	text-decoration:underline;
}

.faq_table th{
    vertical-align: top;
    border-right: solid white 2px;
    border-bottom: solid white 2px;
    background-color:#E8E8E8;
    padding:5px;
}

.faq_table td{
    vertical-align: top;
    border-bottom: solid white 2px;
    background-color:#F1F1F1;
    padding:5px;
}

.faq_table tr:nth-child(even) td, .faq_table tr:nth-child(even) th{
    border-bottom: solid white 20px;
}