/* @charset "UTF-8"; */
/* modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Gothic Medium BBB","Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 1.7rem;
  /*17px*/
}

p.li {
  font-size: 1.7rem;
  /*17px*/
}

.header{
    clear: both;
}
h1 {
    clear: both;
  font-size: 1.9rem;
  /*19px*/
  font-weight: normal;
  font-family: "見出ゴMB31", "Midashi Go MB31", "Noto Sans JP", sans-serif;
}

h2 {
  font-size: 1.9rem;
  /*19px*/
  font-weight: normal;
  font-family: "見出ゴMB31", "Midashi Go MB31", "Noto Sans JP", sans-serif;
}

h3 {
  font-size: 1.8rem;
  /*20px*/
  font-weight: normal;
  font-family: "見出ゴMB31", "Midashi Go MB31", "Noto Sans JP", sans-serif;
}

h4 {
  font-size: 1.6rem;
  /*18px*/
  font-weight: normal;
  font-family: "見出ゴMB31", "Midashi Go MB31", "Noto Sans JP", sans-serif;
}

a {
    _color: #092d74;
    color: #2233aa;
    text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #2233aa;
}

#main_grids {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 202px 1fr 302px;
      grid-template-columns: 202px 1fr 302px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "left main right";
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#global_header {
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 calc((100% - 1400px) / 2);
  z-index: 99;
}

#grids_main {
  padding-top: 90px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  padding-right: 15px;
  padding-left: 15px;
}

#grids_left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
  padding-top: 90px;
}

#grids_right {
  padding-top: 90px;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: right;
}

#grids_right .tweet_wrapper a{
  font-size: 1.3rem;
  line-height: 1.5;
}

/* ---------------- main-header ---------------*/
#global_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

#global_header ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#global_header ul li {
  padding: 5px;
}

#global_header ul li a {
  font-size: 16px;
}

/* logo */
#logo {
    width: 140px;
}
#logo img {
  width: 130px;
  height: auto;
}
#description {
    width: 660px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
}
#global_menu_box{
    width: 310px;
    padding: 6px;
}
/* search */
.gsc-search-box table.gsc-search-box td.gsc-input {
  padding: 0;
}

.gsc-search-box table.gsc-search-box td.gsc-input .gsc-search-button {
  margin: 0;
}

button.gsc-search-button-v2 {
  padding: 10.5px 20px;
}

.gsc-input {
  width: 200px;
}

form.gsc-search-box {
  margin-bottom: 0;
}

#cse {
    height: auto;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    top: 72px;
    width: 870px;
    max-height: calc(100% - 100px);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    padding: 0;
    opacity: 0.95;
}
.gsc-control-cse {
    padding: 0 1em 0 1em !important;
}
#cse-search-form{
    width: 260px;
}
.gsc-selected-option-container{
    width: 80px;
}

#grids_main .day .body .section h2,
#grids_main h2.title,
body.pc.ITEM #grids_main h1{
  font-size: 2.8rem;
  line-height: 48px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, #bdbdbd4f));
  background: linear-gradient(transparent 50%, #bdbdbd4f 70%);
  color: #333;
  position: sticky;
}
body.pc.ITEM #grids_main h1{
  font-size: 2.6rem;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#grids_main h2.title a,
#grids_main .day .body .section h2 a{
  color: #092d74;
}
#grids_main h2.title a.DAY_info{
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    font-size: 1.4rem;
    line-height: 24px;
}

body.DAY #grids_main h2.title{
    display: none;
}

#grids_main .day .body .section .movie {
  float: none !important;
  width: 100%;
}

#grids_main .day .body .section .movie .yt-embed, #grids_main .day .body .section .movie .YouTube {
  width: 100%;
  height: 400px;
}

#grids_main .day .body .section .movie_type {
  float: right;
}
/*
#grids_main .day .body .section ul:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  overflow-wrap: break-word;
}

#grids_main .day .body .section ul:first-of-type li:last-of-type {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
*/
#grids_main .day .body .section h3 {
  background: #092d74;
  padding: 15px;
  color: white;
  font-size: 2.4rem;
  margin: 15px 0;
}
/*
#grids_main .day .body .section #p1, #grids_main .day .body .section #p2, #grids_main .day .body .section #p3, #grids_main .day .body .section #p4, #grids_main .day .body .section #p5, #grids_main .day .body .section #p6, #grids_main .day .body .section #p7 {
  padding-top: 100px;
  margin-top: -70px;
  background: linear-gradient(transparent 85px, #092d74 2.4rem);
  color: #fff;
}
*/
/*
#grids_main .day .body .section h1,
#grids_main .day .body .section h2,
*/
#grids_main .day .body .section h3,
#grids_main .day .body .section h4{
  padding-top: 100px;
/*  margin-top: -85px; */
  margin-top: -70px;
  background: linear-gradient(transparent 85px, #092d74 2.4rem);
  color: #fff;
}

#grids_main .day .body .section h3 #p1 {
  margin-top: -60px;
}
/*
#grids_main .day .body .section ul:nth-of-type(2), #grids_main .day .body .section ul:nth-of-type(3) {
  list-style: none;
  padding: 0;
}

#grids_main .day .body .section ul:nth-of-type(2) li, #grids_main .day .body .section ul:nth-of-type(3) li {
  padding-bottom: 5px;
}

#grids_main .day .body .section ul:nth-of-type(2) li a:hover, #grids_main .day .body .section ul:nth-of-type(3) li a:hover {
  border-bottom: #092d74 1px solid;
}

#grids_main .day .body .section ul:nth-of-type(3) {
  list-style: circle;
  padding-left: 30px;
}
*/

#grids_main .day .body .section h4{
    /* background: #d2d2d2; */
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
    color: #333;
    padding: 8px 12px;
    font-size: 2rem;
    margin-top : 12px;
    margin-bottom: 4px;
    clear:both;
}

#grids_main .day .body .section .member {
  border-bottom: 1px solid #888;
  padding: 10px 15px;
}

#grids_main .day .body .section .member h4 {
    font-size: 2rem;
/*
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, #bdbdbd4f));
  background: linear-gradient(transparent 50%, #bdbdbd4f 70%);
  padding: 0 5px;
*/
    padding: 0 5px 5px 0;
    background: #fff;
    color: #444;
    margin-top : 1px;
}
#grids_main .day .body .section .member h4 a {
    color: #2233aa;
}
#grids_main .day .body .section .member h4 a:hover {
  border-bottom: 2px solid #2233aa;
}

#grids_main .day .body .section .member p {
    padding-left: 8px;
    font-size: 1.4rem;
}

#grids_main .day .body .section #aitems .pagebar {
  text-align: center;
  padding: 15px;
}

#grids_main .day .body .section #aitems .pagebar p a {
  color: #092d74;
}

#grids_main .day .body .section #aitems .pagebar p a:hover {
  border-bottom: 2px solid #092d74;
}

#grids_main .day .body .section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #333;
}

#grids_main .day .body .section .item .image > p {
  width: 250px;
  line-height: 250px;
}

#grids_main .day .body .section .item .item-info {
  width: 100%;
  text-align: center;
}

#grids_main .day .body .section .item .item-info ul {
  display: block;
  margin: 0;
  margin-left: 15px;
}

#grids_main .day .body .section .item .item-info ul li {
  margin-bottom: 5px;
}

#grids_main .day .body .section .item .item-info ul li:last-of-type {
  text-align: left;
}

#grids_main .day .body .section .item .item-info ul .item_title {
  font-size: 2.2rem;
  font-weight: bold;
}

#grids_main .day .body .section .item .item-info ul .item_title a:hover {
  border-bottom: 2px solid #2233aa;
}

#grids_main .day .body .section .item .item-info ul .artist::before {
  content: 'アーティスト: ';
  color: #888;
}

#grids_main .day .body .section .item .item-info ul .date::before {
  content: '発売日: ';
  color: #888;
}

/* 個別商品ページ */
#grids_main .day .body .section #main_item .item .image > p{
    width: 360px;
}
#grids_main .day .body .section #main_item .item .item-info ul .buy_link a::before {
    left: calc(650px + (100vw - 1400px) /2);
}
#grids_main .day .body .section #main_item .item .item-info ul .buy_link a{
    width: 90%;
}
body.pc.ITEM #grids_main .day .body .section #main_item .item_title {
    display: none;
}

#grids_main .day .comment {
  border: 2px solid #092d74;
  margin: 4px 15px;
  padding: 0 10px;
}

#grids_main .day .comment br {
  display: none;
}

#vkdb_comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-columns: 1fr 320px;
      grid-template-columns: 1fr 320px;
      grid-template-areas: "comment comment-side";
}

#vkdb_comment .panels {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: comment;
  width: auto !important;
}

#vkdb_comment .panels .tab {
  display: none;
}

#vkdb_comment .current_panel {
  height: 585px;
  overflow-y: scroll;
}

#vkdb_comment .comment_side {
  width: 320px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: comment-side;
}

#leftbar > h2, #leftbar h3 {
  background: #092d74;
  padding: 10px;
  color: white;
  font-size: 1.8rem;
  margin: 10px 0;
}

h2 a, h3 a {
  color: white;
}

#leftbar > h4 {
/*
  background: linear-gradient(transparent 15px, #092d7440 1rem);
  display: inline-block;
  padding-right: 5px;
  font-size: 1.4rem;
*/
    border-bottom: 1px solid #888;
    margin: 8px 0 5px;
    font-size: 1.2rem;
    color: #888;
}

#leftbar > h2 {
  margin-top: 0;
}

#leftbar ul {
  list-style: none;
  padding: 0;
}

#leftbar > ul {
  margin: 0;
}

#leftbar > ul li{
    font-size: 1.2rem;
    padding-left: 5px;
}

#leftbar .recent_trend ul {
  margin: 0;
  padding: 0;
}

#leftbar .recent_trend h4 {
    border-bottom: 1px solid #888;
/*  margin: 5px 0; */
    margin: 8px 0 5px;
    font-size: 1.1rem;
    color: #888;
}

.recent_trend ul {
  margin-bottom: 10px;
}

#leftbar .recent_trend ul li {
  font-size: 1.2rem;
}

.recent_trend ul li .yyyymmdd::after{
    content: "…";
    margin-left: 1px;
    margin-right: 1px;
}
.recent_trend ul li .artist_name{
    background-color: #FABB0C;
    padding: 4px;
/*
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
*/
    margin-right: 4px;
}
.recent_trend ul li .artist_name::after{
    content: "\A" ;
	white-space: pre ;
}

#bottom_grids {
  background-color: #e6e6e6;
}

#footer_links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: max-content auto;
      grid-template-rows: -webkit-max-content auto;
      grid-template-rows: max-content auto;
      grid-template-areas: "v v" "e e1";
  width: 1240px;
  margin: 0 auto;
}

#footer_links h3 {
  font-size: 2rem;
  padding: 10px 15px;
  background-color: #092d74;
  color: white;
  margin: 15px 0;
}

#footer_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

#footer_links ul li {
  margin: 0 30px;
}

#footer_links .vkdb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: v;
}

#footer_links .vkdb p {
  margin-left: 15px;
}

#footer_links .vkdb ul {
  list-style-type: disc;
  margin-left: 7.5px;
}

#footer_links .ex {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: e1;
  padding-left: 15px;
  width: calc(1240px - 30px)/2;
}

#footer_links .ex ul {
  display: block;
}

#footer_links .ex br {
  display: none;
}

#footer_links .ex .a_img a img {
  padding: 10px 15px;
  padding-top: 0;
}

#footer_links .ex p > .wikipage {
  margin: 10px 30px;
  display: inline-block;
}

#footer_links .ex-l {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: e;
  padding-right: 15px;
  width: calc(1240px - 30px)/2;
}

#footer_links .ex-l .image3 {
  width: 70%;
}

#footer_menu {
  width: 1240px;
  margin: 15px auto;
/*
  background-color: #d2d2d2;
  padding: 15px;
*/
}
div.adminmenu{
  background-color: #d2d2d2;
  padding: 15px;
}
#grids_right div.adminmenu{
  padding: 10px;
}

#footer_footer {
  background-color: #333;
  color: white;
  padding: 10px 0;
  margin-top: 10px;
  z-index: 9;
}

#footer_footer br {
  _display: none;
}

#footer_footer .footer {
  text-align: center;
}

#footer_footer .footer div {
  font-size: 1.4rem;
  float: none !important;
}

#footer_footer .footer div a {
  color: white;
  font-size: 1.4rem;
}

#grids_right #page_menu:hover ul {
  display: block;
}

#grids_right #page_menu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
/*
  border: 1px solid #092d74;
  background-color: #e6e6e6;
*/
  font-size: 1.5rem;
}
#grids_right #page_menu ul li {
    padding: 4px 8px;
    border-bottom: 1px solid #ccc;
}

/*
#grids_right #page_menu ul li {
  border-bottom: 1px solid #333;
  padding: 4px;
}

#grids_right #page_menu ul li:hover {
  background-color: #092d74;
}

#grids_right #page_menu ul li:hover a {
  color: white;
}

#grids_right #page_menu ul li:last-of-type {
  border: none;
}

#grids_right #page_menu ul li a {
  _display: block;
  padding: 10px 0;
  margin: 0 5px;
}
*/

#grids_right #page_menu span{
    color: #bbb;
}
#grids_right #page_menu {
    background-color: #eee;
    border: 1px solid #eee;
    color: #888;
    position: fixed;
    bottom: 0px;
    z-index: 3;
    position: fixed;
    width: 70px;
    height: 32px;
    padding: 3px;
    right: calc((100% - 1400px) / 2 - 74px );
    overflow: hidden;
    transition-property: height;
    -webkit-transition: .1s;
    transition: .1s;
}

#grids_right #page_menu:hover{
    width: 320px;
    height: auto;
}
#grids_right #page_menu:hover span{
    color: #888;
}

#grids_right #page_menu .adminmenu {
  font-size: 1.35rem;
}

#grids_right #page_menu .adminmenu a {
  display: inline-block;
  padding: 3px 0;
  color: #092d74;
}

#grids_right #page_menu .adminmenu a:hover {
  border-bottom: none;
}

#spotify_widget > iframe {
  width: 100%;
}

#amzn_assoc_ad_div_adunit_0 > #__mobileAssociatesSearchWidget_adunit_0 {
  width: 100% !important;
}

/*# sourceMappingURL=main.css.map */

/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */

/*
#grids_main .day .body .section ul:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  overflow-wrap: break-word;
}

#grids_main .day .body .section ul:first-of-type li:last-of-type {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
*/


/* 画像と動画が並んでいた場合 */
#grids_main .day .body .section div.image3 ~ div.movie {
    float: right !important;
    width: calc(100% - 352px);
    margin-bottom: -50px;
}
#grids_main .day .body .section > div.image3:first-of-type{
    margin-bottom: 4px;
}
.image3{
    margin:0 0 8px;
}

#grids_main .day .body .section h3 {
    clear: both;
}

/* 商品購入リンク */
.section .item ul {
  list-style: none;
  padding: 0;
}

#grids_main .day .body .section .item .item-info ul .buy_link a {
  display: block;
  padding: 10px 30px;
  width: 70%;
  margin: auto;
  color: #092d74;
  text-align: center;
  border: 1px solid #2233aa;
  -webkit-transition: .3s;
  transition: .3s;
}

#grids_main .day .body .section .item .item-info ul .buy_link a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #2233aa;
  position: absolute;
  left: calc(600px + (100vw - 1400px) /2);
  margin-top: 6px;
}

#grids_main .day .body .section .item .item-info ul .buy_link a:hover {
  color: white;
  background-color: #2233aa;
}

#grids_main .day .body .section .item .item-info ul .buy_link a:hover::before {
  border-color: transparent transparent transparent white;
}

#grids_main .day .body .section .item .item-info ul .buy_link a[href*="amazon.co.jp"]:hover {
    background-color: #FF9900;
    color: #000;
}

#grids_main .day .body .section .item .item-info ul .buy_link a[href*="tower.jp"]:hover {
    background-color: #FDCE00;
    color: #D6000F;
}

#grids_main .day .body .section .item .item-info ul .buy_link a[href*="shopping.yahoo.co.jp"]:hover {
    background-color: #FF0032;
    color: #fff;
}

/* アイコン */
a[href*="youtube.com"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f167';
    color: #FF0102;
    padding-right: 2px;
    opacity:1;
}
a[href*="twitter.com"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f099';
    color: #1DA2F1;
    padding-right: 2px;
    opacity:1;
}
a[href*="instagram.com"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f16d';
    color: #FE7F16;
    padding-right: 2px;
    opacity:1;
}
a[href*="line.me"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f3c0';
    color: #09B801;
    padding-right: 2px;
    opacity:1;
}
a[href*="spotify.com"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f1bc';
    color: #1BD760;
    padding-right: 2px;
    opacity:1;
}
a[href*="itunes"]::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f3b4';
    color: #F96882;
    padding-right: 2px;
    opacity:1;
}
a[href*="wikipedia.org"]::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f266';
    color: #000;
    padding-right: 2px;
    opacity:1;
}
a[href*="joysound"]::before,
a[href*="clubdam"]::before {
    font-family: "Font Awesome 5 Free";
    content: '\f3c9';
    color: #000;
    padding-right: 2px;
    opacity:1;
}
a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    opacity:0.6;
    padding-right: 2px;
}
a[href*="vkdb.jp"]::before,
a[href*="html?action"]::before,
a[href^="javascript"]::before,
a[href^="wiki"]::before,
a[href^="./"]::before,
a[href^="/"]::before,
a[href^="#"]::before,
a.inside::before,
a.wikipage::before,
.amazonb a::before,
div.ex a::before{
    content: "";
    padding-right: 0px;
}
a[href*="valuecommerce"]::before,
a[href*="yahoo"]::before{
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    opacity:0.6;
    padding-right: 2px;
}
/*
a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    _font-size: 12pt;
    _position: absolute;
    opacity:0.6;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
a[href*="vkdb.jp"]::after,
a[href*="html?action"]::after,
a[href^="javascript"]::after,
a[href^="wiki"]::after,
a[href^="./"]::after,
a[href^="/"]::after,
a[href^="#"]::after,
a.wikipage::after {
    content: "";
    margin-right: 0rem;
    margin-left: 0rem;
}
a[href*="valuecommerce"]::after,
a[href*="yahoo"]::after{
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    font-size: 12pt;
    _position: absolute;
    opacity:0.6;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
*/
span.category {
    background-color: #FABB0C;
    padding: 4px;
    color: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 4px;
    border: 1px solid #fff;
}

li.category ~ li{
    clear: left;
}
#grids_main .day .body .section ul:first-of-type li.category{
    list-style: none;
    float: left !important;
    clear: none;
    margin: 3px 1px;
}

dt{
  border-bottom: 1px solid #aaa;
  margin: 8px 0 5px;
  font-size: 1.2rem;
  color: #000;
}
dd{
    padding-left: 1rem;
}

.outline_menu > ol{
    margin: 0;
    padding: 0;
}
#outline_box{
    position: fixed;
    padding: 3px;
    padding-bottom: 20px;
    height: 36px;
    height: 10px;
    width: 300px;
    overflow: hidden;
    transition-property: height;
    -webkit-transition: .1s;
    transition: .1s;

  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
          box-sizing: initial;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #fff;
    opacity:1;
    top: 75px;
}
#outline_box:hover{
    height: 80%;
    overflow-y: auto;
}
#rightbar{
    padding-top:20px;
}
ol.outline3{
    list-style: none;
    margin: 0;
    padding-left: 12px;
}
#outline_box a{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    padding-right: 4px;
    font-weight: 400;
}
ol.outline3 a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    padding-right: 4px;
}

#grids_right{
    background-image:url(vico_m.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
}

.unlink{
    opacity: 0.6;
}
