﻿#main_img{
    border-top: solid 5px #fff000 !important;
}

.border_color3 {
    border-color: #e61f19;
}

.border_color4 {
    border-color: #f2971c;
}

#page_title{
border-top:none;
}

#header_menu .jp{
color:black;
}

#footer .txt_color1{
color:black;
}

#footer .more a.bg_color2{
    background-color: #FF9E03;
}

#footer .more a.hvr_bg_color4:hover {
    background-color: #eeeeee;
}

#footer ul li.width_20{
    width: 80%;
}

#page7 .box h3, #page7 .box p{
color:black;
}

#page7 .box .box_item:first-child{
width:40% !important;
}

#page7 .box .box_item:nth-of-type(2){
width:60% !important;
}


.linkStyle{
color:black;
}

.bg_color1 .linkStyle, .bg_color3 .linkStyle{
color:white;
}

@media screen and (max-width: 667px){


#page7 .box .box_item:first-child{
width:100% !important;
}

#page7 .box .box_item:nth-of-type(2){
width:100% !important;
}


}