@charset "UTF-8";
.top-banner img {
  width: 100%;
  height: auto;
}

.h1-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 15px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.h1-wrapper h1 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 3px;
}
.h1-wrapper img {
  width: auto;
  height: 2.5rem;
}

.h1-wrapper:before,
.h1-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 30px;
  transform: translate(0, -50%);
}

.h1-wrapper:before {
  left: 0px;
  background-color: #54c2f0;
}

.h1-wrapper:after {
  left: 15px;
  background-color: #fddb5d;
}

.music_topmenu_inner {
  /* width: 450px; */
  padding: 1.2rem;
  box-sizing: border-box;
}

.music_tmpl {
  border: 1px solid #faa4a9;
  background: #fcdee0;
}

.music_tmpl a:hover {
  color: #ef858c;
  background-color: #fcdee0;
}

.music_full {
  border: 1px solid #66ccc3;
  background: #d3f0ee;
}

.music_full a:hover {
  color: #25b7aa;
  background-color: #d3f0ee;
}

.music_option {
  width: 300px;
  border: 1px solid #f8b76d;
  background: #fcddbe;
}

.music_option a:hover {
  color: #ff9f32;
  background-color: #fcddbe;
}

.music_topmenu_title {
  padding: 0 0 1rem;
}

.music_topmenu_title a,
.music_topmenu_title p {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 1rem;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: left;
}

.music_tmpl_title a {
  border-bottom: 2px solid #ef858c;
}

.music_full_title a {
  border-bottom: 2px solid #25b7aa;
}

.music_option_title p {
  border-bottom: 2px solid #f18101;
}

.music_topmenu_title a:before {
  content: "●";
  font-size: 20px;
  line-height: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}

.music_topmenu_notice {
  text-align: left;
  margin-bottom: 10px;
}

.music_topmenu_content {
  display: flex;
  flex-direction: row;
}

.music_topmenu_block {
  padding-right: 1rem;
}

.music_topmenu_list li {
  border-top: 1px solid #fff;
}

.music_topmenu_foot {
  text-align: center;
  margin-top: 20px;
}

.bold {
  font-weight: bold;
}

.music_topmenu_catetitle {
  width: 100%;
  position: relative;
  padding: 0.3em 0em;
  border-width: 0 0 10px 0;
  border-style: solid;
  border-color: #ba997a;
}

.music_topmenu_catetitle span {
  position: relative;
  padding: 0.3em 0.3em 0.07em 1em;
  color: #fff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ba997a;
  background-color: #ba997a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

.music_topmenu_catetitle span::after {
  position: absolute;
  top: 0.01em;
  right: -0.49em;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 1.9em 0 0 0.5em;
  border-style: solid;
  border-color: transparent transparent transparent #ba997a;
}

.music_topmenu_catetitle2 {
  width: 100%;
  position: relative;
  padding: 0.3em 0em;
  border-width: 0 0 10px 0;
  border-style: solid;
  border-color: #ffa020;
}

.music_topmenu_catetitle2 span {
  position: relative;
  padding: 0.3em 0.3em 0.07em 1em;
  color: #fff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ffa020;
  background-color: #ffa020;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

.music_topmenu_catetitle2 span::after {
  position: absolute;
  top: 0.01em;
  right: -0.49em;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 1.9em 0 0 0.5em;
  border-style: solid;
  border-color: transparent transparent transparent #ffa020;
}

.music_topmenu_cateimg_btn {
  position: relative;
}

.music_topmenu_cateimg_btn a {
  position: absolute;
  bottom: -8%;
  left: 46%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 14px;
  border: solid #ccc 1px;
  padding: 7px 7px 7px 0px;
  color: black;
  text-decoration: none;
  width: 180px;
  height: 10px;
  text-align: center;
}

.music_topmenu_cateimg_btn a:hover {
  border: solid 3px rgb(255, 0, 0);
  opacity: 0.6;
  background: #ffd8b2;
}

.music_topmenu_cateimg_btn img {
  width: 100%;
}

.music_topmenu_cateimg a:hover {
  opacity: 0.6;
  background: #ffd8b2;
}

.btn_musictop_cateimg,
a.btn-radius-solid_dentop_cateimg,
button.btn_musictop_cateimg {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 2px solid #f18101;
}

a.btn-radius-solid_dentop_cateimg {
  border: 3px solid orange;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  margin-bottom: 3px;
}

.btn_musictop_cateimg,
a.btn-radius-solid_dentop_cateimg,
button.btn_musictop_cateimg {
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  width: 160px;
  margin: 5px 5px 0px 7px;
  height: 15px;
}

a.btn-radius-solid_dentop_cateimg:hover {
  border: solid 3px rgb(255, 0, 0);
  opacity: 0.6;
  background: #ffd8b2;
}

.w-full {
  width: 100%;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 10px;
}

.mt-6 {
  margin-top: 24px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5;
}

.text-right {
  text-align: right;
}

.indent {
  text-indent: 1em;
}

.music-h3-size {
  font-size: 19px;
}

.music-font-size {
  font-size: 1rem;
  line-height: 1.5;
}

.music-font-size2 {
  font-size: 13px;
}

.guide_title2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 21px;
  color: #6295e2;
  margin-left: 10px;
  border-bottom: 2px solid #6295e2;
}

.guide_title3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 21px;
  margin-left: 10px;
  border-bottom: 2px solid;
}

.guide_title4 {
  margin: 10px 0 3px 0;
  font-weight: bold;
  font-size: 21px;
  color: #6295e2;
}

.music-green {
  color: green;
  font-weight: bold;
  font-size: 15px;
}

.music-red {
  color: red;
}

.music-blue {
  color: blue;
}

#music-blue2 th:nth-child(3) {
  color: #0000ff;
}

.music-red-kigou {
  color: red;
  font-weight: bold;
  font-size: 20px;
}

.music-kigou {
  font-weight: bold;
  font-size: 20px;
}

.music-padding {
  padding: 0 12px;
}

.music-flex {
  display: flex;
  gap: 2rem;
}

.music-flex4 {
  display: flex;
  gap: 10px;
}

.music-flex5 {
  display: flex;
  gap: 4rem;
}

#music-table-color th,
#music-table-color td {
  background-color: white;
  padding: 4px;
}

#music-table-color td:nth-of-type(2) {
  font-size: 13px;
}

#music-table-color th {
  text-align: center;
  background-color: #b7e6b7;
}

#music-table-color th:nth-child(1) {
  width: 75px;
}

#music-table-color th:nth-child(3),
#music-table-color th:nth-child(4),
#music-table-color th:nth-child(5) {
  width: 32px;
}

#music-table-color td:nth-of-type(1) {
  text-align: center;
  font-size: 15px;
  background-color: #dcc2a4;
}

#music-table-color td:nth-child(3),
#music-table-color td:nth-child(4),
#music-table-color td:nth-child(5) {
  text-align: center;
}

#music-table-color2 th,
#music-table-color2 td {
  background-color: white;
  padding: unset;
  padding: 5px;
}

#music-table-color2 th {
  text-align: center;
  background-color: #b7e6b7;
  font-size: 15px;
}

#music-table-color2 th:nth-child(1) {
  width: 60px;
}

#music-table-color2 th:nth-child(2) {
  width: 80px;
}

#music-table-color2 td:nth-child(2) {
  font-size: 13px;
}

#music-table-color2 td:nth-child(3) {
  font-size: 13px;
}

#music-table-color2 th:nth-child(4),
#music-table-color2 th:nth-child(5),
#music-table-color2 th:nth-child(6) {
  width: 64px;
}

#music-table-color2 td:nth-of-type(1) {
  text-align: center;
  font-size: 15px;
  background-color: #dcc2a4;
}

#music-table-color2 td:nth-child(2),
#music-table-color2 td:nth-child(4),
#music-table-color2 td:nth-child(5),
#music-table-color2 td:nth-child(6) {
  text-align: center;
}

#music-table-color3 th,
#music-table-color3 td {
  background-color: white;
  padding: unset;
  padding: 5px;
}

#music-table-color3 th {
  text-align: center;
  width: 201px;
  background-color: #b7e6b7;
}

#music-table-color3 th:nth-of-type(1) {
  width: 100px;
}

#music-table-color3 th:nth-of-type(2) {
  text-align: center;
  width: 260px;
}

#music-table-color3 td:nth-child(1) {
  font-size: 16px;
  background-color: #dcc2a4;
}

#music-table-color4 th {
  background-color: #b3e4ff;
  text-align: center;
}

#music-table-color4 td:nth-child(2),
#music-table-color4 td:nth-child(3),
#music-table-color4 td:nth-child(4),
#music-table-color4 td:nth-child(5),
#music-table-color4 td:nth-child(6) {
  background-color: white;
  text-align: center;
  font-size: 14px;
}

#music-bg-white td {
  background-color: white;
  text-align: center;
  font-size: 14px;
}

#music-bg-orange td:nth-child(1) {
  background-color: #ffd68a;
  text-align: center;
}

.music-center {
  text-align: center;
}

.music-border-hasen1 {
  border: 1px solid #ced4da;
  display: flex;
  gap: 10px;
  padding: 3px 6px;
  justify-content: space-between;
  color: #1c57b8;
  font-size: 13px;
}

.music-border-hasen1 a {
  color: #1c57b8;
  display: block;
  margin-top: 5px;
}

.music-border-hasen1 a:hover {
  color: red;
}

.music-border-hasen2 {
  border: 1px solid #ced4da;
  display: flex;
  gap: 10px;
  padding: 6px 6px;
  justify-content: space-between;
  color: #1c57b8;
  font-size: 13px;
}

.music-border-hasen2 a {
  color: #1c57b8;
  display: block;
  margin-top: 5px;
}

.music-border-hasen2 a:hover {
  color: red;
}

.music-border-hasen3 {
  border: 1px solid #ced4da;
  border-top: none;
  display: flex;
  gap: 10px;
  padding: 3px 6px;
  justify-content: space-between;
  color: #1c57b8;
  font-size: 13px;
}

.music-border-hasen3 a {
  color: #1c57b8;
  display: block;
  margin-top: 5px;
}

.music-border-hasen3 a:hover {
  color: red;
}

.music-border-box {
  border: 1px solid #1c57b8;
  padding: 3px;
  width: 164px;
  text-align: center;
}

.music-border-box2 {
  border: 1px solid #1c57b8;
  width: 100px;
  text-align: center;
}

.music-green-box {
  border: 2px solid green;
  padding: 5px 10px;
  font-size: 14px;
}

.music-download {
  background: linear-gradient(to bottom, #0073b2, #0000ff);
  padding: 3px 0px;
  width: 250px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
}
.music-download a {
  color: white;
}

.music-download:hover {
  opacity: 0.5;
}

.music-bg-color {
  background-color: #da8e03;
  color: white;
}

.music-text-none {
  text-align: unset;
}

.text-indent-padding {
  padding-left: 12px;
}
.text-indent-padding .text-indent {
  text-indent: -12px;
}

.text-indent-padding2 {
  padding-left: 22px;
}
.text-indent-padding2 li {
  margin-top: 5px;
}
.text-indent-padding2 .text-indent {
  text-indent: -12px;
}

.music-green-box2 {
  border: 2px solid green;
  padding: 5px;
}

.music-green-box3 {
  border: 2px solid green;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 5px;
}

.music-flex2 {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.music-flex3 {
  display: flex;
  gap: 2rem;
  align-items: center;
  border-bottom: 2px solid #6295e2;
}

.music-vertical-top {
  vertical-align: top;
}

.music-a-link a {
  color: blue;
  border-bottom: 1px solid blue;
  font-size: 13px;
}

.music-a-link a:hover {
  color: red;
  border-bottom: 1px solid red;
}

.music-a-link2 a {
  color: blue;
  text-decoration: underline blue;
}

.music-a-link2 a:hover {
  color: red;
  text-decoration: underline red;
}

.mt-5 {
  margin-top: 2rem;
}

#music-color-none td:nth-of-type(1) {
  background-color: white;
}

.music-list-none li {
  list-style: none;
}

#mainContent td.online-design {
  border: unset;
  padding: 10px 20px 15px 5px;
  background-color: #ffdfc0;
  box-sizing: border-box;
}
#mainContent td.online-design a:hover {
  opacity: 0.5;
}
#mainContent td.online-design img {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 2px #333;
}/*# sourceMappingURL=style_music_topmenu.css.map */