/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jun 29 2025 | 02:05:23 (pm)
/*
/******* Do not edit this file *******/

/*メニュー切り替え白色*/
a.btn, .btn, .nav-main .btn, button, input[type="button"], input[type="submit"] {
    background-color: #78A2CF;
    background-image: -moz-linear-gradient(center top , #98C2EF, #78A2CF);
    border-color: #6791BE;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(255, 255, 255, 0.33);
}
/*タブメニュー切り替え白色*/
.active > .accordion-heading, .active > .toggle-heading, .tabs-wrapper > .tabs li.active, .page-excerpt .active > .accordion-heading, .page-excerpt .active > .toggle-heading, .page-excerpt .tabs-wrapper > .tabs li.active, .content .active > .accordion-heading, .content .active > .toggle-heading, .content .tabs-wrapper > .tabs li.active, .above-footer-widgets-wrap .active > .accordion-heading, .above-footer-widgets-wrap .active > .toggle-heading, .above-footer-widgets-wrap .tabs-wrapper > .tabs li.active, .footer .active > .accordion-heading, .footer .active > .toggle-heading, .footer .tabs-wrapper > .tabs li.active, .content .woocommerce-tabs > ul.tabs li.active {
    color: #FFFFFF;
}

/*header blue title*/
.header-blue {
  margin: 0px;
    background-color: #ffffff;
    color: #7c7c7c;
    padding-left: 10px;
    border-left:5px solid #78a2cf;
    font-size:20px;
   font-family:メイリオ;
  line-height:200%;
  box-shadow:5px 5px 3px #dedede;
    -moz-box-shadow:5px 5px 3px #dedede;
    -webkit-box-shadow:5px 5px 3px #dedede;

}
/*メインタイトル文字大きさと文字を横いっぱいに*/
h1, h2.h1-style, .size-huge {
    font-size: 1.2em;
}

.main-heading h1, .main-heading h2 {
    margin: 0 1% 0 0;
}