「MediaWiki:Common.css」の版間の差分

提供:ヘイグ - 総合ゲームメディア
移動先:案内検索
編集の要約なし
編集の要約なし
1,356行目: 1,356行目:
         display: flex;
         display: flex;
         justify-content: center;
         justify-content: center;
}
/*twitter*/
span.widget-twitter {
    display: block;
}
}

2024年1月12日 (金) 09:07時点における版

/* ここに記述したCSSはすべての外装に反映されます */
/* 背景 */
div#mw-content-block {
background-color: #f2f7f9;
}
body,html {
width:100%;
height:100%;
padding:0;
margin:0
}
/*タイトルネーム*/
@media screen and (min-width: 1340px){
#p-logo-text {
min-width: 20em;
}
}
/*検索バー*/
div#p-search {
    width: 95%;
}
@media screen and (min-width: 851px) and (max-width: 1099px){
#p-logo-text a {
padding-left: 0;
padding-right: 0.5em;
}}
@media screen and (min-width: 1100px) and (max-width: 1339px){
#p-logo-text {
min-width: 20em;
}}
@media screen and (max-width: 850px){
#p-logo-text {
position: absolute;
top: 0.75em;
left: 4.45em;
text-align: left;
    padding: 0;
}
/*ヘッダーの幅*/
div#mw-header-container {
    width: auto!important;
}
/*ヘッダー文字サイズ*/
a#p-banner {
    font-size: 0.8em;
}

}
/*youtubeの幅*/
@media screen and (max-width: 768px) {
iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
}
iframe {
margin: 0 auto;
display: block;
}
/* 検索バー */
div#mw-header-container{
width:100%;
}
/* ナビメニュー */
/* Extension:ヤフーショッピング */
DIV.yjshopping {
width:90%;
clear: both;
min-height: 180px;
margin: 0 auto;
padding: 0.5em;
border: 2px solid #e7e7ea;
background:#f9fafe;
border-radius: 5px;
overflow: hidden;
}
DIV.yjshopping IMG.yjshoppingimg {
float: left;
margin: 0.1em 1em 0.1em 0.1em;
}
DIV.yjshopping P.yjshoppingname {
margin: 0;
font-size: 90%;
text-indent: 0;
}
DIV.yjshopping P.yjshoppingstore::before {
background-color: #bbb;
border-radius: 10%;
color: #fff;
font-size: smaller;
padding: 0 0.5em 0 0.5em;
margin-right: 0.5em;
content: "Ad";
}
DIV.yjshopping P.yjshoppingstore {
margin: 0;
font-size: 80%;
text-indent: 0;
}
DIV.yjshopping UL {
margin: 0;
}
DIV.yjshopping UL LI {
display: inline-block;
text-align: center;
list-style: none;
font-size: 85%;
width: 9em;
margin: 0.2em;
padding: 0.2em 0.5em 0.2em 0.5em;
border-radius: 0.5em;
white-space: nowrap;
}
DIV.yjshopping UL LI A {
color: #fff;
}
DIV.yjshopping UL LI.shoplinkyahoo {
background-color: #f55;
}
DIV.yjshopping UL LI.shoplinkamazon {
background-color: #f90;
}
DIV.yjshopping UL LI.shoplinkrakuten {
background-color: #c00;
}
DIV.yjshopping UL LI.shoplinksofmap {
background-color: #16f;
}
DIV.yjshopping UL LI.shoplinksofmapused {
background-color: #3ba;
}
DIV.yjshopping UL LI.shoplinknaturum {
background-color: #084;
}
DIV.yjshopping UL LI.shoplinkhonto {
background-color: #4af;
}
DIV.yjshopping UL LI.shoplink7net {
background-color: #153;
}
DIV.yjshopping UL LI.shoplinkwowma {
background-color: #f71;
}
DIV.yjshopping UL LI.shoplinknttxstore {
background-color: #06a;
}
DIV.yjshopping UL LI.shoplinkqoo10 {
background-color: #5af;
}
DIV.yjshopping UL LI.shoplinkanker {
background-color: #2ae;
}
DIV.yjshopping UL LI.shoplinkmercari {
background-color: #f00;
}
DIV.yjshopping UL LI.shoplinkkakakucom {
background-color: #02d;
}
/*image_slider*/
/* carousel */
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
}
 
@media screen and (max-width: 768px) {
.jcarousel {
    width: 300px;
}	
}
.jcarousel-wrapper {
    margin: 0;
    position: relative;
}
 
.jcarousel .jcarousel-list {
    width: 20000em;
    position: relative;
    margin: 0;
    padding: 0;
}
 
.jcarousel .jcarousel-item {
    float: left;
}
 
.jcarousel-item img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
 
.jcarousel-control-prev, .jcarousel-control-next {
position: absolute;
    margin: 0 20px;
    top: 45%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #0000006b;
    color: #ffffffd6;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial,sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
 
.jcarousel-control-prev {
    left: -15px;
}
 
.jcarousel-control-next {
    right: -15px;
}
 
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}
 
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
 
.jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
 
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    margin-right: 2px;
    opacity: .75;
}
 
.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}


/*ヘッダーメニュー*/
.hamburger ol,
ul {
    list-style: none;
    list-style-type: none;
}

.hamburger a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.hamburger {
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    background: #c8ccd1;
    padding: 10px;
        margin: 0 auto 20px auto;
    align-items: center;
}

.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: relative;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}

@media screen and (max-width: 600px) {
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
html {
	 scroll-behavior: smooth;
}
/*TOPへ*/
div#back-to-top {
	font-size: 2em;
    cursor: pointer;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    border-radius: 50%;
    background: #333;
    /* transform: translateY(100px); */
    transition: transform 0.5s;
}
/*DPLFORAM*/
/*---- DPL Forum ----*/
/* Forumheader style */
.forum-header {
	border: 1px solid #aaa; 
	background-color: #cedff2; 
	margin: 0 0 1em; 
	padding: 0 0.5em;
}
/* Forum table outside border */
table.forum-table {
	border: 1px solid lightgrey;
}
/* Forum table cell padding and borders for all table body cells */
table.forum-table > tbody > tr > td {
	border-top: 1px solid lightgrey;
	padding: 8px;
}
/* Forum table background color (show on odd rows) */
table.forum-table > tbody > tr {
	background-color:#fff;
}
/* Forum table background color (shows on even rows) */
table.forum-table > tbody > tr:nth-child(even) {
	background-color:#f5faff;
}
/* Forum table header row background, style and padding */
table.forum-table > tbody > tr > th {
	background-color:#cedff2;
	font-weight:bold;
	padding: 8px;
}

/*-- InputBox --*/
.inputbox-sidebar {
	width: 300px; 
	border: 1px solid lightgrey; 
	clear: right; 
	float: right; 
	margin: 3px; 
	padding:10px;
	margin-left: 2em;
}
/*hf-nsfooter*/
div#hf-nsfooter- {
    margin-top: 20em;
}
/*<comments />*/
.full {
    width: 100%!important;
}
.reply {
        margin-left: 5% !important;
    width: auto;
}
.f-message,.r-message {
    margin: 20px 5px !important;
    width: auto !important;
}
textarea#comment {
    width: 100%!important;
}




/*test*/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1030;
    background-color: #f8f9fa;
    padding: 20px 10px;
    width: 60px;
    box-shadow: 6px 6px 10px 0px rgb(182 182 182 / 40%); 
    overflow: visible;
}

.sidebar-sticky {
    position: sticky;
    top: 0; /* メニューを上部に固定 */
}

.nav-link {
    color: #007bff; /* 例: リンクの色 */
}

.nav-link:hover {
    background-color: #4582ec; /* 例: ホバー時の背景色 */
}
.navbar{
	    padding-left: 100px;
}

.menubar{
	max-width:330px;
}
.main-background {
background-image: linear-gradient(90deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));	
}
.flex-grow-1 {
    flex-grow: 1;
    flex-basis: 0;
}
.main-container {
    display: flex;
    flex-wrap: nowrap;
}
.mb-2.mt-4.container-fluid {
    padding-left: 100px;
}
button#toggleSize {
    align-items: center;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 12px 0 #0000004d;
    color: #969a9d;
    font-size: 1.1em;
    cursor: pointer;
    display: flex;
    height: 43px;
    width: 43px;
    justify-content: center;
    outline: none;
    transition: color .3s;
    top: 10px;
    position: absolute;
    margin-left: -40px;
    background: white;
}
button#toggleSize:hover {
    background: whitesmoke!important;
}
.vertical-menu {
    z-index: 1031;
    width: 60px;
    height: 80px;
    bottom: 0;
    position: fixed;
    margin-left: -15px;
}
.vertical-menu > div {
    background: #6ffacc;
    margin-left: -6px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
.vertical-menu a {
    margin-left: -7px!important;
}
.sidebar-nav-link {
    padding: 0;
}
.sidebar-btn {
    padding: 7px 13px;
    margin: 10px 0 15px -1px;
}
.sidebar-nav-link span {
display: block;
    font-size: 0.7em;
    text-align: center;
    margin: -4px 0 3px 0;
}
.sidebar-nav-link > i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
li.nav-item {
    margin-bottom: 10px;
}
a.sidebar-nav-link {
    color:#53586f;
    text-decoration: none;
}
.sidebar-nav-link:hover {
    color: #568dee;
    text-decoration: none;
}
.sidebar-nav-link:active {
    color: #eea956;
    text-decoration: none;
}
nav#mw-navigation {
    font-size: .9em;
    font-weight: bold;
    box-shadow: 0 3px 12px 0 #0000002e;
    z-index: 50;
    transition: all 0.5s 0s ease;
}
/* ナビゲーションが隠れるクラス */
.hidden-nav {
    top: -100%; /* ナビゲーションを画面外にスライドさせる */
    transition: all 0.5s 0s ease;
}
.fa-ellipsis-h:before, .navbar-more-tools:before {
    content: "\f013"!important;
        padding: 0 5px;
}
.header-navbar-link a {
    color: #b5cdf7!important;
}
div#p-contentnavigation a {
    color: #969a9d!important;
}
@media (max-height: 650px) {
    .vertical-menu {
        box-shadow: 0 3px 12px 0 #0000004d;
    }
}
.p-navbar .navbar-brand img {
    border-radius: 5px;
}

/*           フキダシ            */
.image-preview-bubble-bottom {
	display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 1032;
    bottom: 20px;
    left: 80%;
    margin-left: 20%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    border-left: 5px solid #eea956;
}
.image-preview-bubble-1 {
	display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 1032;
    top: 50px;
    left: 80%;
    margin-left: 20%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    border-left: 5px solid #eea956;
}
.image-preview-bubble-2 {
	display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 1032;
    top: 13%;
    left: 80%;
    margin-left: 20%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    border-left: 5px solid #eea956;
}
.image-preview-bubble-3 {
	display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 1032;
    top: 20%;
    left: 80%;
    margin-left: 20%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    border-left: 5px solid #eea956;
}
.image-preview-bubble-4 {
	display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 1032;
    top: 26%;
    left: 80%;
    margin-left: 20%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    border-left: 5px solid #eea956;
}
.image-preview-bubble-5 {
	display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    z-index: 1032;
    top: 30%;
    left: 80%;
    margin-left: 20%;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
    border-left: 5px solid #eea956;
}
.sidebar-nav-link:hover + .image-preview-bubble,
.image-preview-bubble:hover {
    display: block;
}
.image-row a {
    display: inline-block; /* ブロックとして扱う */
    text-align: center; /* テキストを中央揃えに */
    margin: 5px; /* 余白を設定 */
    /* 他のスタイル */
}
.image-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.image-row img {
    width: 100px; /* 画像のサイズ調整 */
    height: auto;
}

.image-container {
    display: inline-block; /* インラインブロック要素として配置 */
    text-align: center; /* 中央揃え */
    margin: 5px; /* 適切な余白 */
}

.image-container img {
    width: 150px; /* 画像のサイズ */
    height: auto;
}

.image-container span {
    display: block; /* ブロック要素として表示 */
}
div#preview-bubble span {
    font-size: 0.6em;
    display: block;
    padding: 5px 0 0 0;
}
div#preview-bubble img {
    border-radius: 10px;
    border: #ccc 1px solid;
}
/*画面はみ出防止*/
.row {
    margin-right: 0!important;
    margin-left: 0!important;
}
nav#mw-navigation {
    margin: 0 -15px 0 0;
}

/*Twitter*/
.twitter-area {
    width: 300px;
    height: 500px;
    position: relative;
    background-color: #FFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twitter-area > iframe {
    z-index: 2;
}

.twitter-timeline {
    position: absolute;
    z-index: 1;
}
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="amazon"] a{
        background: #ffcc80;
        color: #fd7e14;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
    }

/*infobox用*/    
.pi-group[data-item-name="links"] {
    display: flex;
    flex-wrap: wrap;
}
.pi-group[data-item-name="links"] .pi-data {
    flex: 1 1 50%; /* 各アイテムは50%の幅を取る */
    box-sizing: border-box; /* パディングとボーダーを幅に含める */
}
section[data-item-name="links"] {
    border-bottom: none;
    display: inline-block;
}
td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing a {
    justify-content: center;
}
td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing {
    border: none;
    vertical-align: middle;
}
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="amazon"] a{
        background: #ffcc80;
        color: #fd7e14;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    a[href*="amazon.com"]:after {
        background: #ffcc80;
        color: #fd7e14;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
}
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="rakuten"] a{
        background: #f48fb1;
        color: #990034;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="yahoo"] a{
        background: #ce93d8;
        color: #070013;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.7em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="dmm"] a{
        background: #80cbc4;
        color: #004d40;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="estore"] a{
        background: #80deea;
        color: #426064;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="animate"] a{
        background: #9fa8da;
        color: #7810f2;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="geo"] a{
        background: #c5e1a5;
        color: #827717;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="tsutaya"] a{
        background: #86aef3;
        color: #1626a2;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="yamada"] a{
        background: #5ad1a5;
        color: #1c6449;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="sofmap"] a{
        background: #68c0ed;
        color: #046496;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="7net"] a{
        background: #f5ca8c;
        color: #b37c2e;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="netoff"] a{
        background: #e68f8c;
        color: #af3a36;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="charaani"] a{
        background: #dcb8dd;
        color: #bd53c1;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="download"] a{
        background: #cacfd4;
        color: #667789;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="officialsite"] a{
        background: #4582ec;
        color: #e2edff;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="ecapcom"] a{
        background: #c5cae9;
        color: #596397;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="premiumbandai"] a{
        background: #ffcd4a;
        color: #b17e34;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.7em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="takaratomymole"] a{
        background: #c9e7ca;
        color: #4f7a51;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.7em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="ichibankuji"] a{
        background: #b2ebf2;
        color: #6e9298;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
    td.pi-horizontal-group-item.pi-data-value.pi-font.pi-border-color.pi-item-spacing[data-source="microsoft"] a{
        background: #b2dfdb;
        color: #5e7774;
        padding:7px 13px;
        border-radius:5px;
        font-size:0.8em;
        display: flex;
    }
a.amazon {
        background: #ffcc80;
        color: #fd7e14;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
[data-source="btnlink"] a.amazon {
        background: #ffcc80;
        color: #fd7e14;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.rakuten {
        background: #f48fb1;
        color: #990034;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
[data-source="btnlink"] a.rakuten {
        background: #f48fb1;
        color: #990034;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.yahoo {
        background: #ce93d8;
        color: #070013;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.yahoo {
        background: #ce93d8;
        color: #070013;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.dmm {
        background: #80cbc4;
        color: #004d40;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.dmm {
        background: #80cbc4;
        color: #004d40;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.estore {
        background: #80deea;
        color: #426064;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.estore {
        background: #80deea;
        color: #426064;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.ecapcom {
        background: #c5cae9;
        color: #596397;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.ecapcom {
        background: #c5cae9;
        color: #596397;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.premiumbandai {
        background: #ffcd4a;
        color: #b17e34;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.premiumbandai {
        background: #ffcd4a;
        color: #b17e34;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.takaratomymole {
        background: #c9e7ca;
        color: #4f7a51;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    
    [data-source="btnlink"] a.takaratomymole {
        background: #c9e7ca;
        color: #4f7a51;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.ichibankuji {
        background: #b2ebf2;
        color: #6e9298;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.ichibankuji {
        background: #b2ebf2;
        color: #6e9298;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.microsoft {
        background: #b2dfdb;
        color: #5e7774;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.microsoft {
        background: #b2dfdb;
        color: #5e7774;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.animate {
        background: #9fa8da;
        color: #7810f2;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.animate {
        background: #9fa8da;
        color: #7810f2;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.geo {
        background: #c5e1a5;
        color: #827717;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.geo {
        background: #c5e1a5;
        color: #827717;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.tsutaya {
        background: #86aef3;
        color: #1626a2;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.tsutaya {
        background: #86aef3;
        color: #1626a2;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.yamada {
        background: #5ad1a5;
        color: #1c6449;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.yamada {
        background: #5ad1a5;
        color: #1c6449;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.sofmap {
        background: #68c0ed;
        color: #046496;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.sofmap {
        background: #68c0ed;
        color: #046496;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.sevennet {
        background: #f5ca8c;
        color: #b37c2e;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.sevennet {
        background: #f5ca8c;
        color: #b37c2e;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.netoff {
        background: #e68f8c;
        color: #af3a36;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.netoff {
        background: #e68f8c;
        color: #af3a36;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.charaani {
        background: #dcb8dd;
        color: #bd53c1;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.charaani {
        background: #dcb8dd;
        color: #bd53c1;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.download {
        background: #cacfd4;
        color: #667789;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.download {
        background: #cacfd4;
        color: #667789;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
    a.officialsite {
        background: #4582ec;
        color: #e2edff;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
    }
    [data-source="btnlink"] a.officialsite {
        background: #4582ec;
        color: #e2edff;
        padding: 8px 13px;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        justify-content: center;
}
/*twitter*/
span.widget-twitter {
    display: block;
}