/**
 *      ul > li > span
 */
div.mainEntryBasePerm ul#toc li,
div#perm_body ul#toc li {
    padding-left: 1em;
    text-indent: -1em;
}
div.mainEntryBasePerm ul#toc li span:before,
div#perm_body ul#toc li span:before {
    content: initial;
}
div.mainEntryBasePerm ul,
div#perm_body ol, 
div#perm_body ul {
    margin: 0 0 10px 0;
    padding: 0 5px;
    list-style-position: inside;
    font-size: 14px;
    font-weight: bold;
    line-height: 220%;
}
div.mainEntryBasePerm ul li span:not([class]),
div#perm_body ul li span:not([class]) {
    font-weight: normal;
}
div.mainEntryBasePerm ul li:not([class]) span:not([class]):before,
div#perm_body ul li:not([class]) span:not([class]):before {
    font-family: 'Genericons';
    content: "\f452";
    background: initial;
    color: #333;
}
div.mainEntryBasePerm ul li span:before,
div#perm_body ul li span:before {
    background: #00a4c5;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 5px;
    text-align: left;
    position: initial;
    margin: 0 5px 0 0;
    font-weight: bold;
}
div#perm_body ul li span:before {
    padding: 3px 5px;
    font-size: 13px;
}
div.mainEntryBasePerm ul li span.relate:before,
div#perm_body ul li span.relate:before {
    content: "関連";
}
div.mainEntryBasePerm ul li span.release:before,
div#perm_body ul li span.release:before {
    content: "リリース";
    background: #333;
}
div.mainEntryBasePerm ul li span.review:before,
div#perm_body ul li span.review:before {
    content: "レビュー";
}
div.mainEntryBasePerm ul li span.how:before,
div#perm_body ul li span.how:before {
    content: "使い方";
}
div.mainEntryBasePerm ul li span.alert:before,
div#perm_body ul li span.alert:before {
    content: "注意";
    background: crimson;
}
div.mainEntryBasePerm ul li span.external:before,
div#perm_body ul li span.external:before {
    content: "外部";
    background: #333;
}
div.mainEntryBasePerm ul li:not([class]) span[class],
div#perm_body ul li:not([class]) span[class] {
    text-indent: -3em;
    padding-left: 3em;
    display: inline-block;
    margin: 0 0 5px 0;
}
div.mainEntryBasePerm ul li:not([class]) span.how,
div#perm_body ul li:not([class]) span.how {
    text-indent: -4em;
    padding-left: 4em;
}
div.mainEntryBasePerm ul li:not([class]) span.release,
div#perm_body ul li:not([class]) span.release,
div.mainEntryBasePerm ul li:not([class]) span.review,
div#perm_body ul li:not([class]) span.review {
    text-indent: -5em;
    padding-left: 5em;
}
a.box_button.rakuten {
    background: #bb0711;
    color: #FFF;
}
a.box_button.line {
    background: #04BD41;
    color: #FFF;
}
a.box_button.nifmo {
    background: #1650a2;
    color: #FFF;
}
a.box_button.apple {
    background: #40a0eb;
    color: #FFF;
}
a.box_button.googleplay {
    background: #ed3b3b;
    color: #FFF;
}
a.box_button.ymobile {
    background: #f03;
    color: #FFF;
}
a.box_button.uq {
    background: #f354a4;
    color: #FFF;
}
a.box_button.au {
    background: #eb5505;
    color: #FFF;
}
a.box_button.docomo {
    background: #cc0033;
    color: #FFF;
}
a.box_button.softbank {
    background: #b7bbbe;
    color: #FFF;
}
a.box_button.amazon {
    background: #F90;
    color: #FFF;
}
a.box_button.iij {
    background: #e751aa;
    color: #FFF;
}
/** 目次に戻る */
.back-toc {
    text-align: right;
}
div.back-toc>a {
    text-align: center;
    display: inline-block;
    width: 35%;
    background: #eee;
    color: #333;
    font-size: 85%;
    border: 1px solid #ccc;
}
div.back-toc>a:before {
    font-family: "Genericons";
    content: "\f435";
    text-decoration: none;
    position: relative;
    right: 5px;
    top: 4px;
    font-size: 20px;
}
div.back-toc>a:link,
div.back-toc>a:visited,
div.back-toc>a:hover {
    text-decoration: none;
}
/** badge */
span.badge.silver {
    background: gray;
}
span.badge.silver:after {
    content: " おすすめ";
}
span.badge.silver.after_none:after {
    content: "";
}
/** 57039 */
td.rank_meter {
    background: url(http://keiken-xeno.sakura.ne.jp/images/pokemongo/rank_meter.jpg);
    background-repeat: repeat-x;
    background-position: left center;
}
td.rank_meter.rank1 {
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
td.rank_meter.rank2 {
    background-size: 50%;
}
td.rank_meter.rank3 {
    background-size: 33%;
}
td.rank_meter.rank4 {
    background-size: 25%;
}
td.rank_meter.rank5 {
    background-size: 20%;
}