@charset "utf-8";

.color-01 {
	color: #e68a00 !important;
}
.bg-color-01 {
	background-color: #e68a00 !important;
}
.color-02 {
	color: #995c00 !important;
}
.bg-color-02 {
	background: #995c00 !important;
}
.color-03 {
	color: #663d00 !important;
}
.bg-color-03 {
	background: #663d00 !important;
}
.bg-color-04 {
	background: #594b36 !important;
}
.bg-color-05 {
	background: #99815c !important;
}
.bg-img-01 {
	background:url('../../images/bg-201.jpg') repeat-x;
}
.bg-img-02 {
	background:url('../../images/bg-301.jpg') repeat-x;
}
.bg-img-03 {
	background:url('../../images/bg-401.jpg') repeat;
}
.bg-img-04 {
	background:url('../../images/bg-402.jpg') repeat;
}
.bg-img-04-01 {
	background:url('../../images/bg-403.jpg') repeat;
}
.btn-color-01 {
	background-color: #e68a00;
}
.btn-color-01:hover {
	background-color: #995c00;
}
.btn-color-02 {
	background-color: #666;
}
.btn-color-02:hover {
	background-color: #333;
}
.btn-color-03 {
	background-color: #594b36;
}
.btn-color-03:hover {
	background-color: #99815c;
}
.btn-color-01,
.btn-color-01:hover,
.btn-color-02,
.btn-color-02:hover,
.btn-color-03,
.btn-color-03:hover {
	color: #fff !important;
}
.btn_file_01 {
	text-align: center; padding:12px; color:#fff; background-color: #e68a00 !important;
}
.btn_file_01:hover {
	background: #995c00 !important;
}
.btn_file_01 {
	-webkit-transition: 300ms;
	   -moz-transition: 300ms;
		 -o-transition: 300ms;
			transition: 300ms;
}
.active-menu {
	color: #fff !important;
	background: #995c00 !important;
}
.menu-list div a{
	color: inherit;
	background: inherit;
}
.menu-list div a:hover{
	color: #fff;
	background: #663d00;
}
.go_to_top i,
#search-box a {
	color:#fff;
	background: #e68a00;
}
.go_to_top i:hover,
#search-box a:hover {
	color:#fff;
	background: #995c00;
}
.js-bul div { color: #e68a00; }
.js-bul div:hover, 
.js-bul .av:hover,
.js-bul .av {
	color: #663d00; 
}
.LayerCalendarWrap,
.LayerAlertWrap,
.LayerContWrap,
.LayerMsgWrap,
.DocTopWrap { 
	border-color: #e68a00;
}
.LayerCalendarWrap .info,
.LayerAlertWrap .info,
.LayerContWrap .info,
.LayerMsgWrap .info,
.LayerTopFix .info {
	background-color: #e68a00;
}
.sdC-mbanner .slides-list .js-ut {
	background-color: rgba(100, 60, 0, 0.75);
}

.pagination > li > a,
.pagination > li > span {
	color: #995c00;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #663d00;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #e68a00;
	border-color: #e68a00;
}