/*
   Header
============================================================================= */

.header-global {
  background: url('../img/bg_nav.png') repeat-y left top;
}
.footer_info_inner {
  background: url('../img/bg_footer_info.png') no-repeat 20px bottom;
}
h2.title_section,
.content a,
.content a:hover,
.content a:active,
.content a:focus,
.myColor,
a.myColor,
a.myColor:hover,
a.myColor:active,
a.myColor:focus,
ul.hensei li p.className,
.main_head .main_title,
.access_inner .big_map_link a,
.access_inner .big_map_link a:hover,
.access_inner .big_map_link a:active,
.access_inner .big_map_link a:focus,
h3.title_care_special{
    color:#66d8f0;
}
.footer_info {
  border-top:4px solid #66d8f0;
}
table.gaiyo th,
dl.event_list dt,
dl.event_list dd,
p.colum_title{
    background:#66d8f0;
}
#pop .bg{
    background:#66d8f0;
}
h3.title_care_special{
    background:url('../img/daycare/bg_title_care_special.png') no-repeat center top;
}
.title_care_special_line{
    background:url('../img/daycare/bg_title_care_special_line.png') no-repeat center top;
}
.btn-up {
  background: url('../img/pagetop_arr.png') no-repeat center center;
  background-size:60px auto;
}
.gallery_inner .thum_list li .over_bg{
    position:absolute;
    top:0;
    width:152px;
    height:152px;

    border:5px solid #66d8f0;
    display:none;
}
@media screen and (max-width: 999px) {
.sp_head,
.nav-primary_inner {
    background:#66d8f0;
}
.nav-primary {
    background: url('../img/bg_nav_sp.png') repeat-x left bottom;
}
}
@media screen and (max-width: 640px) {
.footer_info {
  border-top:8px solid #66d8f0;
}    
h3.title_care_special{
    background:url('../img/daycare/bg_title_care_special_sp.png') no-repeat center 20px;
}
.title_care_special_line{
    background:url('../img/daycare/bg_title_care_special_line_sp.png') no-repeat center top;
}
.btn-up {
  background: url('../img/pagetop_arr.png') no-repeat center center;
  background-size:90px auto;
}
.gallery_inner .thum_list li .over_bg{
    width:200px;
    height:200px;
    border:10px solid #fd97af;
    display:none;
}
}