@charset "UTF-8";
body {
	background: #fff0f0;
    background: #ffedf2;
}
.uk-navbar,
.side-menu h3 a {
    background: linear-gradient(#F38EB0, #f599b8);
    border-color: #F38EB0;
}
.side-menu h3 a {
	transition: none;
}
.nav_items li:hover,
.side-menu h3 a:hover {
    background: #f384aa;
}
#nav ul li ul li a {
    background: #F38EB0;
}
#nav ul li ul li a:hover,
.side-menu li a:hover {
    background-color: #ffecec;
}
.sheet th,
.title,
.title-voice,
table.table01 tbody th {
    background-color: #fff1ee;
}
table.table01 thead th {
    background-color: #a98d74;
}
.bg_gray,
.footer_sign_txt {
    background: #f8f8f8;
}

/* PC画面(最低横幅が768pxまで)の時、下記クラスが付いているエレメントは見えないように設定 */
@media screen and (min-width: 768px){
 .sp-only{
    display: none !important;
  }
}

/* SP画面(最大横幅が767pxまで)の時、下記クラスが付いているエレメントは見えないように設定 */
@media screen and (max-width: 767px){
  .pc-only{
    display: none !important;
  }
}