﻿.article .nav.subnav > dl dt:nth-of-type(1) {
display: none;
}

.subnav dd {
font-size: 104%;
}
.subnav dd a {
padding: 0.7em 0.4em 0.5em 1.5em !important;
}

.subnav dd:nth-of-type(1):before {
content: "精神科デイケア";
font-size: 120%;
font-weight: bold;
display: block;
padding: 3% 5% 3% 5%;
background-color: #234A8F;
color: #fff;
}
.subnav dd:nth-of-type(5):before {
content: "学習系プログラム";
font-size: 120%;
font-weight: bold;
display: block;
padding: 3% 5% 3% 5%;
background-color: #234A8F;
color: #fff;
}
.subnav dd:nth-of-type(8):before {
content: "運動系プログラム";
font-size: 120%;
font-weight: bold;
display: block;
padding: 3% 5% 3% 5%;
background-color: #234A8F;
color: #fff;
}
.subnav dd:nth-of-type(10):before {
content: "趣味・興味プログラム";
font-size: 120%;
font-weight: bold;
display: block;
padding: 3% 5% 3% 5%;
background-color: #234A8F;
color: #fff;
}



.subnav dd> a.select_menu {
background: #6181E3!important;
color: #fff!important;