@charset "UTF-8";
/*
 Theme Name: andronavi
 Theme URI: https://andronavi.com/
 Author: andronavi
 Author URI: 
 Description: powered by sandbox
 Version: 2.0.0
 Tags: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

@charset 'UTF-8';
.appBlock__heading:after,
.appSearchBlock__btn:after,
.l-container:after,
.deviceArchive__summary:after,
.l-footer__logoWrap:after,
.l-footer__gNav:after,
.l-footer__Block:after,
.goodsTopReview:after,
.l-header__block:after,
.gNav__list:after,
.l-main__heading:after,
.rankingList__footer:after,
.searchBlock__brandList:after,
.searchList__button:after,
.sideAppRanking__tab:after,
.appDownload:after,
.postSingle__heading:after,
.postSingle__meta:after,
.postSingle__description .af-content-link-alignnormal:after,
.postSingle__previousNext:after,
.writerPost__item:after,
.topBlock:after,
.topSlider__list:after,
.topPostList:after,
.topPostList__meta:after,
.topPostList__tags:after,
.adBlock:after,
.affiliate:after,
.postList__meta:after,
.postList__metaList:after,
.postList__tags:after,
.postList__footer:after,
.postListSocial__social:after,
.postListSim__cat:after,
.postListSim__meta:after,
.postListSim__metaList:after,
.postListSim__tags:after,
.recommendTags:after,
.searchForm__item:after,
.searchForm__button:after,
.snsList__list:after,
.writerSingle:after
{
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

/* =============================================== */
/** The root element */
/* ----------------------------------------------- */
html
{
    font-family: sans-serif;
    height: 100%;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

/* =============================================== */
/** Sections */
/* ----------------------------------------------- */
body
{
    font: 13px/1.231 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    background-color: #f2f2f2;
    *font-size: small;
    *font: x-small;
}
body:before
{
    float: left;
    width: 0;
    height: 100%;
    margin-top: -32767px;

    content: '';
}

html > body
{
    font-size: small\10;
}

body,h1,h2,h3,h4,h5,h6{margin:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* =============================================== */
/** HTML5 display definitions */
/* ----------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary
{
    display: block;
    margin: 0;
}

audio,
canvas,
video,
progress
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;
    height: 0;
}

[hidden],
template
{
    display: none;
}

/* =============================================== */
/** Grouping content */
/* ----------------------------------------------- */
p,
dl,
dd,
blockquote,
figure,
pre,
ol,
ul,
li
{
    margin: 0;
    padding: 0;
}

ul,
li
{
    list-style-type: none;
}

pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

iframe
{
    vertical-align: middle;
}

/* =============================================== */
/** Text-level semantics */
/* ----------------------------------------------- */
a
{
    color: #6ab344;
    background: transparent;
}
a:active,
a:hover
{
    outline: 0;
}

b,
strong
{
    font-weight: bold;
}

small
{
    font-size: 92%;
}

q
{
    quotes: '\201C' '\201D' '\2018' '\2019';
}

abbr[title]
{
    cursor: pointer;

    border-bottom: 1px dotted;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, 'ＭＳ Ｐ ゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    line-height: 100%;

    *font-size: 108%;
}

mark
{
    color: #000;
    background: #fff;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* =============================================== */
/** Embedded content */
/* ----------------------------------------------- */
img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

/* =============================================== */
/** Tabular data */
/* ----------------------------------------------- */
table
{
    font: 100%;
    font-size: inherit;

    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/* =============================================== */
/** Forms */
/* ----------------------------------------------- */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    padding: 0;

    border: 0;
}

button,
input,
select,
textarea,
optgroup
{
    font: inherit;

    margin: 0;

    color: inherit;
}

button,
input
{
    line-height: normal;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    background-color: transparent;

    -webkit-appearance: button;
}

button[disabled],
input[disabled]
{
    cursor: default;
}

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

input[type='search']
{
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;

    vertical-align: top;
}

optgroup
{
    font-weight: bold;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face
{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;

    src: url('bower_components/fontawesome/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('bower_components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('bower_components/fontawesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('bower_components/fontawesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('bower_components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('bower_components/fontawesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
}
.fa
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg
{
    font-size: 1.33333em;
    line-height: .75em;

    vertical-align: -15%;
}

.fa-2x
{
    font-size: 2em;
}

.fa-3x
{
    font-size: 3em;
}

.fa-4x
{
    font-size: 4em;
}

.fa-5x
{
    font-size: 5em;
}

.fa-fw
{
    width: 1.28571em;

    text-align: center;
}

.fa-ul
{
    margin-left: 2.14286em;
    padding-left: 0;

    list-style-type: none;
}
.fa-ul > li
{
    position: relative;
}

.fa-li
{
    position: absolute;
    top: .14286em;
    left: -2.14286em;

    width: 2.14286em;

    text-align: center;
}
.fa-li.fa-lg
{
    left: -1.85714em;
}

.fa-border
{
    padding: .2em .25em .15em;

    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left
{
    float: left;
}

.fa-pull-right
{
    float: right;
}

.fa.fa-pull-left
{
    margin-right: .3em;
}
.fa.fa-pull-right
{
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right
{
    float: right;
}

.pull-left
{
    float: left;
}

.fa.pull-left
{
    margin-right: .3em;
}
.fa.pull-right
{
    margin-left: .3em;
}

.fa-spin
{
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}

.fa-pulse
{
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
.fa-rotate-90
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.fa-rotate-180
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.fa-rotate-270
{
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.fa-flip-horizontal
{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.fa-flip-vertical
{
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical
{
    -webkit-filter: none;
            filter: none;
}

.fa-stack
{
    line-height: 2em;

    position: relative;

    display: inline-block;

    width: 2em;
    height: 2em;

    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x
{
    position: absolute;
    left: 0;

    width: 100%;

    text-align: center;
}

.fa-stack-1x
{
    line-height: inherit;
}

.fa-stack-2x
{
    font-size: 2em;
}

.fa-inverse
{
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before
{
    content: '';
}

.fa-music:before
{
    content: '';
}

.fa-search:before
{
    content: '';
}

.fa-envelope-o:before
{
    content: '';
}

.fa-heart:before
{
    content: '';
}

.fa-star:before
{
    content: '';
}

.fa-star-o:before
{
    content: '';
}

.fa-user:before
{
    content: '';
}

.fa-film:before
{
    content: '';
}

.fa-th-large:before
{
    content: '';
}

.fa-th:before
{
    content: '';
}

.fa-th-list:before
{
    content: '';
}

.fa-check:before
{
    content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before
{
    content: '';
}

.fa-search-plus:before
{
    content: '';
}

.fa-search-minus:before
{
    content: '';
}

.fa-power-off:before
{
    content: '';
}

.fa-signal:before
{
    content: '';
}

.fa-gear:before,
.fa-cog:before
{
    content: '';
}

.fa-trash-o:before
{
    content: '';
}

.fa-home:before
{
    content: '';
}

.fa-file-o:before
{
    content: '';
}

.fa-clock-o:before
{
    content: '';
}

.fa-road:before
{
    content: '';
}

.fa-download:before
{
    content: '';
}

.fa-arrow-circle-o-down:before
{
    content: '';
}

.fa-arrow-circle-o-up:before
{
    content: '';
}

.fa-inbox:before
{
    content: '';
}

.fa-play-circle-o:before
{
    content: '';
}

.fa-rotate-right:before,
.fa-repeat:before
{
    content: '';
}

.fa-refresh:before
{
    content: '';
}

.fa-list-alt:before
{
    content: '';
}

.fa-lock:before
{
    content: '';
}

.fa-flag:before
{
    content: '';
}

.fa-headphones:before
{
    content: '';
}

.fa-volume-off:before
{
    content: '';
}

.fa-volume-down:before
{
    content: '';
}

.fa-volume-up:before
{
    content: '';
}

.fa-qrcode:before
{
    content: '';
}

.fa-barcode:before
{
    content: '';
}

.fa-tag:before
{
    content: '';
}

.fa-tags:before
{
    content: '';
}

.fa-book:before
{
    content: '';
}

.fa-bookmark:before
{
    content: '';
}

.fa-print:before
{
    content: '';
}

.fa-camera:before
{
    content: '';
}

.fa-font:before
{
    content: '';
}

.fa-bold:before
{
    content: '';
}

.fa-italic:before
{
    content: '';
}

.fa-text-height:before
{
    content: '';
}

.fa-text-width:before
{
    content: '';
}

.fa-align-left:before
{
    content: '';
}

.fa-align-center:before
{
    content: '';
}

.fa-align-right:before
{
    content: '';
}

.fa-align-justify:before
{
    content: '';
}

.fa-list:before
{
    content: '';
}

.fa-dedent:before,
.fa-outdent:before
{
    content: '';
}

.fa-indent:before
{
    content: '';
}

.fa-video-camera:before
{
    content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before
{
    content: '';
}

.fa-pencil:before
{
    content: '';
}

.fa-map-marker:before
{
    content: '';
}

.fa-adjust:before
{
    content: '';
}

.fa-tint:before
{
    content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before
{
    content: '';
}

.fa-share-square-o:before
{
    content: '';
}

.fa-check-square-o:before
{
    content: '';
}

.fa-arrows:before
{
    content: '';
}

.fa-step-backward:before
{
    content: '';
}

.fa-fast-backward:before
{
    content: '';
}

.fa-backward:before
{
    content: '';
}

.fa-play:before
{
    content: '';
}

.fa-pause:before
{
    content: '';
}

.fa-stop:before
{
    content: '';
}

.fa-forward:before
{
    content: '';
}

.fa-fast-forward:before
{
    content: '';
}

.fa-step-forward:before
{
    content: '';
}

.fa-eject:before
{
    content: '';
}

.fa-chevron-left:before
{
    content: '';
}

.fa-chevron-right:before
{
    content: '';
}

.fa-plus-circle:before
{
    content: '';
}

.fa-minus-circle:before
{
    content: '';
}

.fa-times-circle:before
{
    content: '';
}

.fa-check-circle:before
{
    content: '';
}

.fa-question-circle:before
{
    content: '';
}

.fa-info-circle:before
{
    content: '';
}

.fa-crosshairs:before
{
    content: '';
}

.fa-times-circle-o:before
{
    content: '';
}

.fa-check-circle-o:before
{
    content: '';
}

.fa-ban:before
{
    content: '';
}

.fa-arrow-left:before
{
    content: '';
}

.fa-arrow-right:before
{
    content: '';
}

.fa-arrow-up:before
{
    content: '';
}

.fa-arrow-down:before
{
    content: '';
}

.fa-mail-forward:before,
.fa-share:before
{
    content: '';
}

.fa-expand:before
{
    content: '';
}

.fa-compress:before
{
    content: '';
}

.fa-plus:before
{
    content: '';
}

.fa-minus:before
{
    content: '';
}

.fa-asterisk:before
{
    content: '';
}

.fa-exclamation-circle:before
{
    content: '';
}

.fa-gift:before
{
    content: '';
}

.fa-leaf:before
{
    content: '';
}

.fa-fire:before
{
    content: '';
}

.fa-eye:before
{
    content: '';
}

.fa-eye-slash:before
{
    content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before
{
    content: '';
}

.fa-plane:before
{
    content: '';
}

.fa-calendar:before
{
    content: '';
}

.fa-random:before
{
    content: '';
}

.fa-comment:before
{
    content: '';
}

.fa-magnet:before
{
    content: '';
}

.fa-chevron-up:before
{
    content: '';
}

.fa-chevron-down:before
{
    content: '';
}

.fa-retweet:before
{
    content: '';
}

.fa-shopping-cart:before
{
    content: '';
}

.fa-folder:before
{
    content: '';
}

.fa-folder-open:before
{
    content: '';
}

.fa-arrows-v:before
{
    content: '';
}

.fa-arrows-h:before
{
    content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before
{
    content: '';
}

.fa-twitter-square:before
{
    content: '';
}

.fa-facebook-square:before
{
    content: '';
}

.fa-camera-retro:before
{
    content: '';
}

.fa-key:before
{
    content: '';
}

.fa-gears:before,
.fa-cogs:before
{
    content: '';
}

.fa-comments:before
{
    content: '';
}

.fa-thumbs-o-up:before
{
    content: '';
}

.fa-thumbs-o-down:before
{
    content: '';
}

.fa-star-half:before
{
    content: '';
}

.fa-heart-o:before
{
    content: '';
}

.fa-sign-out:before
{
    content: '';
}

.fa-linkedin-square:before
{
    content: '';
}

.fa-thumb-tack:before
{
    content: '';
}

.fa-external-link:before
{
    content: '';
}

.fa-sign-in:before
{
    content: '';
}

.fa-trophy:before
{
    content: '';
}

.fa-github-square:before
{
    content: '';
}

.fa-upload:before
{
    content: '';
}

.fa-lemon-o:before
{
    content: '';
}

.fa-phone:before
{
    content: '';
}

.fa-square-o:before
{
    content: '';
}

.fa-bookmark-o:before
{
    content: '';
}

.fa-phone-square:before
{
    content: '';
}

.fa-twitter:before
{
    content: '';
}

.fa-facebook-f:before,
.fa-facebook:before
{
    content: '';
}

.fa-github:before
{
    content: '';
}

.fa-unlock:before
{
    content: '';
}

.fa-credit-card:before
{
    content: '';
}

.fa-feed:before,
.fa-rss:before
{
    content: '';
}

.fa-hdd-o:before
{
    content: '';
}

.fa-bullhorn:before
{
    content: '';
}

.fa-bell:before
{
    content: '';
}

.fa-certificate:before
{
    content: '';
}

.fa-hand-o-right:before
{
    content: '';
}

.fa-hand-o-left:before
{
    content: '';
}

.fa-hand-o-up:before
{
    content: '';
}

.fa-hand-o-down:before
{
    content: '';
}

.fa-arrow-circle-left:before
{
    content: '';
}

.fa-arrow-circle-right:before
{
    content: '';
}

.fa-arrow-circle-up:before
{
    content: '';
}

.fa-arrow-circle-down:before
{
    content: '';
}

.fa-globe:before
{
    content: '';
}

.fa-wrench:before
{
    content: '';
}

.fa-tasks:before
{
    content: '';
}

.fa-filter:before
{
    content: '';
}

.fa-briefcase:before
{
    content: '';
}

.fa-arrows-alt:before
{
    content: '';
}

.fa-group:before,
.fa-users:before
{
    content: '';
}

.fa-chain:before,
.fa-link:before
{
    content: '';
}

.fa-cloud:before
{
    content: '';
}

.fa-flask:before
{
    content: '';
}

.fa-cut:before,
.fa-scissors:before
{
    content: '';
}

.fa-copy:before,
.fa-files-o:before
{
    content: '';
}

.fa-paperclip:before
{
    content: '';
}

.fa-save:before,
.fa-floppy-o:before
{
    content: '';
}

.fa-square:before
{
    content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before
{
    content: '';
}

.fa-list-ul:before
{
    content: '';
}

.fa-list-ol:before
{
    content: '';
}

.fa-strikethrough:before
{
    content: '';
}

.fa-underline:before
{
    content: '';
}

.fa-table:before
{
    content: '';
}

.fa-magic:before
{
    content: '';
}

.fa-truck:before
{
    content: '';
}

.fa-pinterest:before
{
    content: '';
}

.fa-pinterest-square:before
{
    content: '';
}

.fa-google-plus-square:before
{
    content: '';
}

.fa-google-plus:before
{
    content: '';
}

.fa-money:before
{
    content: '';
}

.fa-caret-down:before
{
    content: '';
}

.fa-caret-up:before
{
    content: '';
}

.fa-caret-left:before
{
    content: '';
}

.fa-caret-right:before
{
    content: '';
}

.fa-columns:before
{
    content: '';
}

.fa-unsorted:before,
.fa-sort:before
{
    content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before
{
    content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before
{
    content: '';
}

.fa-envelope:before
{
    content: '';
}

.fa-linkedin:before
{
    content: '';
}

.fa-rotate-left:before,
.fa-undo:before
{
    content: '';
}

.fa-legal:before,
.fa-gavel:before
{
    content: '';
}

.fa-dashboard:before,
.fa-tachometer:before
{
    content: '';
}

.fa-comment-o:before
{
    content: '';
}

.fa-comments-o:before
{
    content: '';
}

.fa-flash:before,
.fa-bolt:before
{
    content: '';
}

.fa-sitemap:before
{
    content: '';
}

.fa-umbrella:before
{
    content: '';
}

.fa-paste:before,
.fa-clipboard:before
{
    content: '';
}

.fa-lightbulb-o:before
{
    content: '';
}

.fa-exchange:before
{
    content: '';
}

.fa-cloud-download:before
{
    content: '';
}

.fa-cloud-upload:before
{
    content: '';
}

.fa-user-md:before
{
    content: '';
}

.fa-stethoscope:before
{
    content: '';
}

.fa-suitcase:before
{
    content: '';
}

.fa-bell-o:before
{
    content: '';
}

.fa-coffee:before
{
    content: '';
}

.fa-cutlery:before
{
    content: '';
}

.fa-file-text-o:before
{
    content: '';
}

.fa-building-o:before
{
    content: '';
}

.fa-hospital-o:before
{
    content: '';
}

.fa-ambulance:before
{
    content: '';
}

.fa-medkit:before
{
    content: '';
}

.fa-fighter-jet:before
{
    content: '';
}

.fa-beer:before
{
    content: '';
}

.fa-h-square:before
{
    content: '';
}

.fa-plus-square:before
{
    content: '';
}

.fa-angle-double-left:before
{
    content: '';
}

.fa-angle-double-right:before
{
    content: '';
}

.fa-angle-double-up:before
{
    content: '';
}

.fa-angle-double-down:before
{
    content: '';
}

.fa-angle-left:before
{
    content: '';
}

.fa-angle-right:before
{
    content: '';
}

.fa-angle-up:before
{
    content: '';
}

.fa-angle-down:before
{
    content: '';
}

.fa-desktop:before
{
    content: '';
}

.fa-laptop:before
{
    content: '';
}

.fa-tablet:before
{
    content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before
{
    content: '';
}

.fa-circle-o:before
{
    content: '';
}

.fa-quote-left:before
{
    content: '';
}

.fa-quote-right:before
{
    content: '';
}

.fa-spinner:before
{
    content: '';
}

.fa-circle:before
{
    content: '';
}

.fa-mail-reply:before,
.fa-reply:before
{
    content: '';
}

.fa-github-alt:before
{
    content: '';
}

.fa-folder-o:before
{
    content: '';
}

.fa-folder-open-o:before
{
    content: '';
}

.fa-smile-o:before
{
    content: '';
}

.fa-frown-o:before
{
    content: '';
}

.fa-meh-o:before
{
    content: '';
}

.fa-gamepad:before
{
    content: '';
}

.fa-keyboard-o:before
{
    content: '';
}

.fa-flag-o:before
{
    content: '';
}

.fa-flag-checkered:before
{
    content: '';
}

.fa-terminal:before
{
    content: '';
}

.fa-code:before
{
    content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before
{
    content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before
{
    content: '';
}

.fa-location-arrow:before
{
    content: '';
}

.fa-crop:before
{
    content: '';
}

.fa-code-fork:before
{
    content: '';
}

.fa-unlink:before,
.fa-chain-broken:before
{
    content: '';
}

.fa-question:before
{
    content: '';
}

.fa-info:before
{
    content: '';
}

.fa-exclamation:before
{
    content: '';
}

.fa-superscript:before
{
    content: '';
}

.fa-subscript:before
{
    content: '';
}

.fa-eraser:before
{
    content: '';
}

.fa-puzzle-piece:before
{
    content: '';
}

.fa-microphone:before
{
    content: '';
}

.fa-microphone-slash:before
{
    content: '';
}

.fa-shield:before
{
    content: '';
}

.fa-calendar-o:before
{
    content: '';
}

.fa-fire-extinguisher:before
{
    content: '';
}

.fa-rocket:before
{
    content: '';
}

.fa-maxcdn:before
{
    content: '';
}

.fa-chevron-circle-left:before
{
    content: '';
}

.fa-chevron-circle-right:before
{
    content: '';
}

.fa-chevron-circle-up:before
{
    content: '';
}

.fa-chevron-circle-down:before
{
    content: '';
}

.fa-html5:before
{
    content: '';
}

.fa-css3:before
{
    content: '';
}

.fa-anchor:before
{
    content: '';
}

.fa-unlock-alt:before
{
    content: '';
}

.fa-bullseye:before
{
    content: '';
}

.fa-ellipsis-h:before
{
    content: '';
}

.fa-ellipsis-v:before
{
    content: '';
}

.fa-rss-square:before
{
    content: '';
}

.fa-play-circle:before
{
    content: '';
}

.fa-ticket:before
{
    content: '';
}

.fa-minus-square:before
{
    content: '';
}

.fa-minus-square-o:before
{
    content: '';
}

.fa-level-up:before
{
    content: '';
}

.fa-level-down:before
{
    content: '';
}

.fa-check-square:before
{
    content: '';
}

.fa-pencil-square:before
{
    content: '';
}

.fa-external-link-square:before
{
    content: '';
}

.fa-share-square:before
{
    content: '';
}

.fa-compass:before
{
    content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before
{
    content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before
{
    content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before
{
    content: '';
}

.fa-euro:before,
.fa-eur:before
{
    content: '';
}

.fa-gbp:before
{
    content: '';
}

.fa-dollar:before,
.fa-usd:before
{
    content: '';
}

.fa-rupee:before,
.fa-inr:before
{
    content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before
{
    content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before
{
    content: '';
}

.fa-won:before,
.fa-krw:before
{
    content: '';
}

.fa-bitcoin:before,
.fa-btc:before
{
    content: '';
}

.fa-file:before
{
    content: '';
}

.fa-file-text:before
{
    content: '';
}

.fa-sort-alpha-asc:before
{
    content: '';
}

.fa-sort-alpha-desc:before
{
    content: '';
}

.fa-sort-amount-asc:before
{
    content: '';
}

.fa-sort-amount-desc:before
{
    content: '';
}

.fa-sort-numeric-asc:before
{
    content: '';
}

.fa-sort-numeric-desc:before
{
    content: '';
}

.fa-thumbs-up:before
{
    content: '';
}

.fa-thumbs-down:before
{
    content: '';
}

.fa-youtube-square:before
{
    content: '';
}

.fa-youtube:before
{
    content: '';
}

.fa-xing:before
{
    content: '';
}

.fa-xing-square:before
{
    content: '';
}

.fa-youtube-play:before
{
    content: '';
}

.fa-dropbox:before
{
    content: '';
}

.fa-stack-overflow:before
{
    content: '';
}

.fa-instagram:before
{
    content: '';
}

.fa-flickr:before
{
    content: '';
}

.fa-adn:before
{
    content: '';
}

.fa-bitbucket:before
{
    content: '';
}

.fa-bitbucket-square:before
{
    content: '';
}

.fa-tumblr:before
{
    content: '';
}

.fa-tumblr-square:before
{
    content: '';
}

.fa-long-arrow-down:before
{
    content: '';
}

.fa-long-arrow-up:before
{
    content: '';
}

.fa-long-arrow-left:before
{
    content: '';
}

.fa-long-arrow-right:before
{
    content: '';
}

.fa-apple:before
{
    content: '';
}

.fa-windows:before
{
    content: '';
}

.fa-android:before
{
    content: '';
}

.fa-linux:before
{
    content: '';
}

.fa-dribbble:before
{
    content: '';
}

.fa-skype:before
{
    content: '';
}

.fa-foursquare:before
{
    content: '';
}

.fa-trello:before
{
    content: '';
}

.fa-female:before
{
    content: '';
}

.fa-male:before
{
    content: '';
}

.fa-gittip:before,
.fa-gratipay:before
{
    content: '';
}

.fa-sun-o:before
{
    content: '';
}

.fa-moon-o:before
{
    content: '';
}

.fa-archive:before
{
    content: '';
}

.fa-bug:before
{
    content: '';
}

.fa-vk:before
{
    content: '';
}

.fa-weibo:before
{
    content: '';
}

.fa-renren:before
{
    content: '';
}

.fa-pagelines:before
{
    content: '';
}

.fa-stack-exchange:before
{
    content: '';
}

.fa-arrow-circle-o-right:before
{
    content: '';
}

.fa-arrow-circle-o-left:before
{
    content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before
{
    content: '';
}

.fa-dot-circle-o:before
{
    content: '';
}

.fa-wheelchair:before
{
    content: '';
}

.fa-vimeo-square:before
{
    content: '';
}

.fa-turkish-lira:before,
.fa-try:before
{
    content: '';
}

.fa-plus-square-o:before
{
    content: '';
}

.fa-space-shuttle:before
{
    content: '';
}

.fa-slack:before
{
    content: '';
}

.fa-envelope-square:before
{
    content: '';
}

.fa-wordpress:before
{
    content: '';
}

.fa-openid:before
{
    content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before
{
    content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before
{
    content: '';
}

.fa-yahoo:before
{
    content: '';
}

.fa-google:before
{
    content: '';
}

.fa-reddit:before
{
    content: '';
}

.fa-reddit-square:before
{
    content: '';
}

.fa-stumbleupon-circle:before
{
    content: '';
}

.fa-stumbleupon:before
{
    content: '';
}

.fa-delicious:before
{
    content: '';
}

.fa-digg:before
{
    content: '';
}

.fa-pied-piper:before
{
    content: '';
}

.fa-pied-piper-alt:before
{
    content: '';
}

.fa-drupal:before
{
    content: '';
}

.fa-joomla:before
{
    content: '';
}

.fa-language:before
{
    content: '';
}

.fa-fax:before
{
    content: '';
}

.fa-building:before
{
    content: '';
}

.fa-child:before
{
    content: '';
}

.fa-paw:before
{
    content: '';
}

.fa-spoon:before
{
    content: '';
}

.fa-cube:before
{
    content: '';
}

.fa-cubes:before
{
    content: '';
}

.fa-behance:before
{
    content: '';
}

.fa-behance-square:before
{
    content: '';
}

.fa-steam:before
{
    content: '';
}

.fa-steam-square:before
{
    content: '';
}

.fa-recycle:before
{
    content: '';
}

.fa-automobile:before,
.fa-car:before
{
    content: '';
}

.fa-cab:before,
.fa-taxi:before
{
    content: '';
}

.fa-tree:before
{
    content: '';
}

.fa-spotify:before
{
    content: '';
}

.fa-deviantart:before
{
    content: '';
}

.fa-soundcloud:before
{
    content: '';
}

.fa-database:before
{
    content: '';
}

.fa-file-pdf-o:before
{
    content: '';
}

.fa-file-word-o:before
{
    content: '';
}

.fa-file-excel-o:before
{
    content: '';
}

.fa-file-powerpoint-o:before
{
    content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before
{
    content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before
{
    content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before
{
    content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before
{
    content: '';
}

.fa-file-code-o:before
{
    content: '';
}

.fa-vine:before
{
    content: '';
}

.fa-codepen:before
{
    content: '';
}

.fa-jsfiddle:before
{
    content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before
{
    content: '';
}

.fa-circle-o-notch:before
{
    content: '';
}

.fa-ra:before,
.fa-rebel:before
{
    content: '';
}

.fa-ge:before,
.fa-empire:before
{
    content: '';
}

.fa-git-square:before
{
    content: '';
}

.fa-git:before
{
    content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before
{
    content: '';
}

.fa-tencent-weibo:before
{
    content: '';
}

.fa-qq:before
{
    content: '';
}

.fa-wechat:before,
.fa-weixin:before
{
    content: '';
}

.fa-send:before,
.fa-paper-plane:before
{
    content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before
{
    content: '';
}

.fa-history:before
{
    content: '';
}

.fa-circle-thin:before
{
    content: '';
}

.fa-header:before
{
    content: '';
}

.fa-paragraph:before
{
    content: '';
}

.fa-sliders:before
{
    content: '';
}

.fa-share-alt:before
{
    content: '';
}

.fa-share-alt-square:before
{
    content: '';
}

.fa-bomb:before
{
    content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before
{
    content: '';
}

.fa-tty:before
{
    content: '';
}

.fa-binoculars:before
{
    content: '';
}

.fa-plug:before
{
    content: '';
}

.fa-slideshare:before
{
    content: '';
}

.fa-twitch:before
{
    content: '';
}

.fa-yelp:before
{
    content: '';
}

.fa-newspaper-o:before
{
    content: '';
}

.fa-wifi:before
{
    content: '';
}

.fa-calculator:before
{
    content: '';
}

.fa-paypal:before
{
    content: '';
}

.fa-google-wallet:before
{
    content: '';
}

.fa-cc-visa:before
{
    content: '';
}

.fa-cc-mastercard:before
{
    content: '';
}

.fa-cc-discover:before
{
    content: '';
}

.fa-cc-amex:before
{
    content: '';
}

.fa-cc-paypal:before
{
    content: '';
}

.fa-cc-stripe:before
{
    content: '';
}

.fa-bell-slash:before
{
    content: '';
}

.fa-bell-slash-o:before
{
    content: '';
}

.fa-trash:before
{
    content: '';
}

.fa-copyright:before
{
    content: '';
}

.fa-at:before
{
    content: '';
}

.fa-eyedropper:before
{
    content: '';
}

.fa-paint-brush:before
{
    content: '';
}

.fa-birthday-cake:before
{
    content: '';
}

.fa-area-chart:before
{
    content: '';
}

.fa-pie-chart:before
{
    content: '';
}

.fa-line-chart:before
{
    content: '';
}

.fa-lastfm:before
{
    content: '';
}

.fa-lastfm-square:before
{
    content: '';
}

.fa-toggle-off:before
{
    content: '';
}

.fa-toggle-on:before
{
    content: '';
}

.fa-bicycle:before
{
    content: '';
}

.fa-bus:before
{
    content: '';
}

.fa-ioxhost:before
{
    content: '';
}

.fa-angellist:before
{
    content: '';
}

.fa-cc:before
{
    content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before
{
    content: '';
}

.fa-meanpath:before
{
    content: '';
}

.fa-buysellads:before
{
    content: '';
}

.fa-connectdevelop:before
{
    content: '';
}

.fa-dashcube:before
{
    content: '';
}

.fa-forumbee:before
{
    content: '';
}

.fa-leanpub:before
{
    content: '';
}

.fa-sellsy:before
{
    content: '';
}

.fa-shirtsinbulk:before
{
    content: '';
}

.fa-simplybuilt:before
{
    content: '';
}

.fa-skyatlas:before
{
    content: '';
}

.fa-cart-plus:before
{
    content: '';
}

.fa-cart-arrow-down:before
{
    content: '';
}

.fa-diamond:before
{
    content: '';
}

.fa-ship:before
{
    content: '';
}

.fa-user-secret:before
{
    content: '';
}

.fa-motorcycle:before
{
    content: '';
}

.fa-street-view:before
{
    content: '';
}

.fa-heartbeat:before
{
    content: '';
}

.fa-venus:before
{
    content: '';
}

.fa-mars:before
{
    content: '';
}

.fa-mercury:before
{
    content: '';
}

.fa-intersex:before,
.fa-transgender:before
{
    content: '';
}

.fa-transgender-alt:before
{
    content: '';
}

.fa-venus-double:before
{
    content: '';
}

.fa-mars-double:before
{
    content: '';
}

.fa-venus-mars:before
{
    content: '';
}

.fa-mars-stroke:before
{
    content: '';
}

.fa-mars-stroke-v:before
{
    content: '';
}

.fa-mars-stroke-h:before
{
    content: '';
}

.fa-neuter:before
{
    content: '';
}

.fa-genderless:before
{
    content: '';
}

.fa-facebook-official:before
{
    content: '';
}

.fa-pinterest-p:before
{
    content: '';
}

.fa-whatsapp:before
{
    content: '';
}

.fa-server:before
{
    content: '';
}

.fa-user-plus:before
{
    content: '';
}

.fa-user-times:before
{
    content: '';
}

.fa-hotel:before,
.fa-bed:before
{
    content: '';
}

.fa-viacoin:before
{
    content: '';
}

.fa-train:before
{
    content: '';
}

.fa-subway:before
{
    content: '';
}

.fa-medium:before
{
    content: '';
}

.fa-yc:before,
.fa-y-combinator:before
{
    content: '';
}

.fa-optin-monster:before
{
    content: '';
}

.fa-opencart:before
{
    content: '';
}

.fa-expeditedssl:before
{
    content: '';
}

.fa-battery-4:before,
.fa-battery-full:before
{
    content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before
{
    content: '';
}

.fa-battery-2:before,
.fa-battery-half:before
{
    content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before
{
    content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before
{
    content: '';
}

.fa-mouse-pointer:before
{
    content: '';
}

.fa-i-cursor:before
{
    content: '';
}

.fa-object-group:before
{
    content: '';
}

.fa-object-ungroup:before
{
    content: '';
}

.fa-sticky-note:before
{
    content: '';
}

.fa-sticky-note-o:before
{
    content: '';
}

.fa-cc-jcb:before
{
    content: '';
}

.fa-cc-diners-club:before
{
    content: '';
}

.fa-clone:before
{
    content: '';
}

.fa-balance-scale:before
{
    content: '';
}

.fa-hourglass-o:before
{
    content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before
{
    content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before
{
    content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before
{
    content: '';
}

.fa-hourglass:before
{
    content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before
{
    content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before
{
    content: '';
}

.fa-hand-scissors-o:before
{
    content: '';
}

.fa-hand-lizard-o:before
{
    content: '';
}

.fa-hand-spock-o:before
{
    content: '';
}

.fa-hand-pointer-o:before
{
    content: '';
}

.fa-hand-peace-o:before
{
    content: '';
}

.fa-trademark:before
{
    content: '';
}

.fa-registered:before
{
    content: '';
}

.fa-creative-commons:before
{
    content: '';
}

.fa-gg:before
{
    content: '';
}

.fa-gg-circle:before
{
    content: '';
}

.fa-tripadvisor:before
{
    content: '';
}

.fa-odnoklassniki:before
{
    content: '';
}

.fa-odnoklassniki-square:before
{
    content: '';
}

.fa-get-pocket:before
{
    content: '';
}

.fa-wikipedia-w:before
{
    content: '';
}

.fa-safari:before
{
    content: '';
}

.fa-chrome:before
{
    content: '';
}

.fa-firefox:before
{
    content: '';
}

.fa-opera:before
{
    content: '';
}

.fa-internet-explorer:before
{
    content: '';
}

.fa-tv:before,
.fa-television:before
{
    content: '';
}

.fa-contao:before
{
    content: '';
}

.fa-500px:before
{
    content: '';
}

.fa-amazon:before
{
    content: '';
}

.fa-calendar-plus-o:before
{
    content: '';
}

.fa-calendar-minus-o:before
{
    content: '';
}

.fa-calendar-times-o:before
{
    content: '';
}

.fa-calendar-check-o:before
{
    content: '';
}

.fa-industry:before
{
    content: '';
}

.fa-map-pin:before
{
    content: '';
}

.fa-map-signs:before
{
    content: '';
}

.fa-map-o:before
{
    content: '';
}

.fa-map:before
{
    content: '';
}

.fa-commenting:before
{
    content: '';
}

.fa-commenting-o:before
{
    content: '';
}

.fa-houzz:before
{
    content: '';
}

.fa-vimeo:before
{
    content: '';
}

.fa-black-tie:before
{
    content: '';
}

.fa-fonticons:before
{
    content: '';
}

/* =============================================== */
/** about */
/* ----------------------------------------------- */
.aboutPage__catch
{
    font-size: 124%;
    font-weight: bold;

    margin-bottom: 20px;
    padding: 10px;

    text-align: center;

    color: #6ab344;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.aboutPage__linkUrl
{
    word-wrap: break-word;
}
.aboutPage__table thead td
{
    font-weight: bold;

    text-align: center;

    background-color: #f0f0f0;
}
.aboutPage__table td
{
    font-size: 93%;

    padding: 10px;

    border: 1px solid #e5e5e5;
}

/* =============================================== */
/** app */
/* ----------------------------------------------- */
.appBlock
{
    position: relative;

    margin-bottom: 20px;

    border-top: 4px solid #6ab344;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.appBlock .postList
{
    margin-bottom: 0;
}
.appBlock--sim
{
    margin-top: 20px;
}
.appBlock--search
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.appBlock--none
{
    background-color: transparent;
    box-shadow: none;
}
.appBlock__heading
{
    padding: 15px;
}
.appBlock__heading--search
{
    padding: 15px 15px 22px;
}
.appBlock__title
{
    font-size: 108%;
    font-weight: bold;

    float: left;

    width: 45%;
}
.appBlock__title--none
{
    float: none;

    width: auto;
}
.appBlock__description
{
    padding: 20px 15px 20px;

    border-top: 1px solid #e5e5e5;
}
.appBlock__description--none
{
    padding: 0;
}
.appBlock__hit
{
    font-size: 93%;

    float: right;

    width: 55%;

    text-align: right;
}
.appBlock__more
{
    font-size: 93%;

    float: right;

    width: 55%;

    text-align: right;
    text-decoration: none;

    color: #6ab344;
}
.appBlock__number
{
    font-size: 77%;

    clear: both;

    padding-top: 5px;

    color: #999;
}
.appBlock__footer
{
    padding: 15px;
}
.appBlock__footer--center
{
    text-align: center;
}
.appBlock__footer--sidebar
{
    font-size: 108%;
    line-height: 24px;

    text-align: right;
}
.appBlock__footer--sidebar a
{
    text-decoration: none;
}
.appBlock__footer--sidebar i
{
    font-size: 124%;

    margin-left: 15px;
}
.appBlock__footer .btn
{
    font-size: 93%;
}

/* アプリtop widget
---------------------------------------- */
.appTopWidget
{
    font-weight: bold;
    line-height: 1.5;

    margin: 0 10px 10px;
    padding: 10px 15px;

    color: #6ab344;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
.appTopWidget a
{
    text-decoration: none;
}
.appTopWidget__tn
{
    width: 45px;
}
.appTopWidget__tn img
{
    max-width: 100%;
    height: auto;
}

/* アプリ
---------------------------------------- */
.appList__item
{
    padding: 10px 0;

    border-top: 1px solid #ccc;
}
.appList__item:nth-child(7)
{
    border-top: none;
}
.appList__inner
{
    display: table;

    width: 100%;
    min-height: 80px;
}
.appList__tnWrap
{
    position: relative;

    display: table-cell;

    width: 80px;
    height: 80px;
    padding: 10px 0;

    text-align: center;
}
.appList__tn
{
    overflow: hidden;

    height: 80px;
}
.appList__tn img
{
    width: 80px;
    height: auto;
}
.appList__block
{
    display: table-cell;

    padding: 10px 0 10px 10px;

    vertical-align: top;
}
.appList__cat
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

    color: #fff;
    border: 0;
    background-color: rgba(0, 0, 0, .6);
}

.appGoodsList__item
{
    padding: 10px 0;

    border-top: 1px solid #ccc;
}
.appGoodsList__inner
{
    display: table;

    width: 100%;
    min-height: 80px;
}
.appGoodsList__tn
{
    overflow: hidden;

    height: 80px;
}
.appGoodsList__tn img
{
    width: 80px;
    height: auto;
}
.appGoodsList__block
{
    display: table-cell;

    padding: 10px 0 10px 10px;

    vertical-align: top;
}

.appSearchBlock
{
    margin-bottom: 10px;

    border-top: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.appSearchBlock__form
{
    margin: 20px 15px;

    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-size: 24px 24px;
}
.appSearchBlock__option
{
    display: none;

    border-top: 1px solid #e0e0e0;
}
.appSearchBlock__formItem
{
    font-size: 108%;

    padding: 12px 10px;

    border-bottom: 1px solid #e0e0e0;
}
.appSearchBlock__btn
{
    padding: 10px;
}
.appSearchBlock select
{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;

    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: url(../../img/icon_triangle-down.png) 98% center no-repeat;
    background-size: 24px 24px;

    -webkit-appearance: none;
}
.appSearchBlock input[type='search']
{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;

    border: 1px solid #e0e0e0;
}
.appSearchBlock input[type='submit']
{
    font-size: 108%;

    display: block;

    box-sizing: border-box;
    width: 100%;
    padding: 8px 20px;

    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #6ab344;
}

.appSearchPopular
{
    overflow: hidden;

    padding: 0 15px 20px;
}
.appSearchPopular__title
{
    font-weight: bold;

    float: left;

    margin-right: 10px;
}
.appSearchPopular__list li
{
    display: inline-block;
}

.appCategorySearch
{
    margin-bottom: 10px;
    padding-top: 20px;

    border-top: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.appCategorySearch .toggleSearchForm__item--cat label
{
    float: none;

    width: auto;
    margin-bottom: 5px;
}
.appCategorySearch .toggleSearchForm__item--price label
{
    width: 55px;
}

/* =============================================== */
/** category */
/* ----------------------------------------------- */
.categorySearchCount
{
    position: relative;

    padding: 20px 15px;

    border-top: 1px solid #e0e0e0;
}
.categorySearchCount__title
{
    float: left;
}
.categorySearchCount__total
{
    font-weight: bold;

    float: right;
}
.categorySearchCount__number
{
    font-size: 93%;

    clear: both;

    padding-top: 5px;

    color: #999;
}
.categorySearchCount__number--newly
{
    position: absolute;
    top: -22px;
    left: 16px;
}

.categoryChildNav
{
    padding: 15px;
}
.categoryChildNav__list li
{
    line-height: 170%;

    position: relative;

    margin: 3px 0;
}
.categoryChildNav__list li:before
{
    top: 10px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 8px solid #6ab344;
    border-left: 8px solid transparent;
}
.categoryChildNav__genre
{
    margin-top: 10px;
}
.categoryChildNav__genre li
{
    line-height: 170%;

    display: inline-block;

    margin-right: 10px;
}

/* =============================================== */
/** container */
/* ----------------------------------------------- */
.l-container
{
    width: 940px;
    margin: 0 auto;
    padding: 20px 20px 28px;
}

/* =============================================== */
/** device */
/* ----------------------------------------------- */
.deviceList
{
    overflow: hidden;

    margin-bottom: 10px;

    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.deviceList__data
{
    font-size: 77%;

    margin: 0 0 10px 15px;

    color: #999;
}
.deviceList__list
{
    overflow: hidden;
}
.deviceList__list > a
{
    display: block;
    float: left;

    box-sizing: border-box;
    width: 284px;
    margin-right: 20px;
    margin-bottom: 20px;

    text-decoration: none;
    text-decoration: none;
}
.deviceList__list > a:nth-child(even)
{
    margin-right: 0;
}
.deviceList__list > a:nth-child(even) .deviceList__pic
{
    background-color: #effff3;
}
.deviceList__item
{
    position: relative;

    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.deviceList__pic
{
    box-sizing: border-box;
    height: 120px;
    padding: 10px;

    text-align: center;

    background-color: #f6ffff;
}
.deviceList__pic img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
}
.deviceList__meta
{
    padding: 10px;
}
.deviceList__name
{
    font-size: 139%;

    overflow: hidden;

    width: 270px;
    margin-bottom: 5px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}
.deviceList__carrier img
{
    width: auto;
    height: 15px;
}
.deviceList__link
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.deviceRankingList__more
{
    padding: 10px;

    text-align: center;
}
.deviceRankingList__more a
{
    font-size: 108%;
}

.deviceSearchForm
{
    margin-bottom: 10px;

    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.deviceBlock
{
    margin-bottom: 20px;
    padding: 10px 15px;

    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.deviceBlock__sns
{
    margin: 0 -15px;
    padding-bottom: 10px;

    border-bottom: 1px solid #e5e5e5;
}
.deviceBlock__title
{
    font-size: 185%;
    font-weight: normal;
    line-height: 170%;

    margin: 0 0 20px;
    padding-top: 20px;
}
.deviceBlock__subTitle
{
    font-size: 108%;
    font-weight: normal;
    line-height: 150%;

    margin: 0 0 20px;
}
.deviceBlock__tags
{
    margin: 0 0 20px;
}
.deviceBlock__tagItem
{
    font-size: 9px;
    font-weight: bold;

    display: inline;
}
.deviceBlock__tagItem::after
{
    content: '、';
}
.deviceBlock__tagItem:last-child::after
{
    content: '';
}
.deviceBlock__content
{
    line-height: 170%;

    margin-bottom: 30px;
}
.deviceBlock__nav
{
    overflow: hidden;

    margin-bottom: 20px;
}
.deviceBlock__nav a
{
    font-size: 108%;

    text-decoration: none;
}
.deviceBlock__back
{
    float: left;
}
.deviceBlock__specMore
{
    float: right;
}
.deviceBlock__priceBtn
{
    width: 100%;
    margin-bottom: 10px;
}
.deviceBlock__mvno
{
    margin-bottom: 20px;
}
.deviceBlock__linkSim
{
    text-align: center;
    text-decoration: none;
}
.deviceBlock__linkSim a
{
    font-size: 93% !important;

    color: #333 !important;
}
.deviceBlock__sim
{
    margin-bottom: 20px;
}
.deviceBlock__sim .postListSim
{
    border-top: 1px solid #e5e5e5;
}
.deviceBlock__sim .postListSim__title
{
    margin-bottom: 5px;
}
.deviceBlock__sim .postListSim__title a
{
    text-decoration: none;

    color: #333;
}
.deviceBlock__sim .postListSim__title a:hover
{
    text-decoration: underline;
}
.deviceBlock__sim .postListSim__summary
{
    display: table-cell;
}
.deviceBlock__sim .postListSim__block
{
    padding: 10px 0;

    border-bottom: 1px solid #e5e5e5;
}
.deviceBlock__sim .postListSim__request
{
    display: table-cell;

    width: 155px;
    margin-top: 10px;

    vertical-align: middle;
}
.deviceBlock__sim .postListSim__request a
{
    font-size: 93%;

    color: #fff;
}

.deviceImageBlock
{
    position: relative;

    margin: 0 15px 20px;
    padding: 15px;

    text-align: center;

    border-bottom: 1px solid #e5e5e5;
}
.deviceImageBlock__item
{
    display: none;

    margin-bottom: 15px;
}
.deviceImageBlock__item:first-child,
.deviceImageBlock__item.is-show
{
    display: block;
}
.deviceImageBlock__item img
{
    width: auto;
    height: 300px;
}
.deviceImageBlock__meta
{
    position: relative;

    margin-bottom: 10px;
}
.deviceImageBlock__title
{
    font-size: 162%;

    margin-top: 20px;
    margin-bottom: 20px;
}
.deviceImageBlock__name
{
    font-size: 162%;
}
.deviceImageBlock__colors
{
    text-align: center;
}
.deviceImageBlock [class^='tab_']
{
    display: inline-block;

    width: 27px;
    height: 27px;
    margin: 0 5px;

    cursor: pointer;

    border: 1px solid #ccc;
    border-radius: 50%;
}
.deviceImageBlock .tab_black
{
    background-color: #000;
}
.deviceImageBlock .tab_white
{
    background-color: #fff;
}
.deviceImageBlock .tab_gray
{
    background-color: #676767;
}
.deviceImageBlock .tab_red
{
    background-color: #e33c3c;
}
.deviceImageBlock .tab_blue
{
    background-color: #377add;
}
.deviceImageBlock .tab_green
{
    background-color: #38cd0a;
}
.deviceImageBlock .tab_pink
{
    background-color: #f75bc5;
}
.deviceImageBlock .tab_orange
{
    background-color: #ff9c00;
}
.deviceImageBlock .tab_gold
{
    background-color: #e3a81c;
}

.device__carrier
{
    text-align: right;
}
.device__carrier img
{
    width: auto;
    height: 15px;
}

.deviceSpecTable
{
    width: 100%;
    margin: 0 0 20px;
}
.deviceSpecTable caption
{
    font-size: 108%;
    font-weight: bold;

    padding: 10px;

    text-align: left;

    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
    background: #f4f4f4;
}
.deviceSpecTable th,
.deviceSpecTable td
{
    font-size: 108%;

    padding: 10px;

    text-align: left;

    border: 1px #ccc solid;
}
.deviceSpecTable th
{
    font-weight: bold;

    width: 150px;

    white-space: nowrap;
}
.deviceSpecTable td
{
    padding: 10px 15px !important;
}

.caseList
{
    margin-bottom: 10px;

    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.caseList__item
{
    padding: 15px;

    border-top: 1px solid #e0e0e0;
}
.caseList__inner
{
    font-size: 93%;

    display: table;

    width: 100%;
    min-height: 80px;

    text-decoration: none;
}
.caseList__tnWrap
{
    display: table-cell;

    width: 80px;

    text-align: center;
}
.caseList__tn
{
    overflow: hidden;

    width: 80px;
    height: 80px;

    border: 1px solid #e0e0e0;
}
.caseList__tn img
{
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 80px;
}
.caseList__block
{
    display: table-cell;

    padding-left: 10px;

    vertical-align: top;
}
.caseList__postTitle
{
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 5px;

    color: #333;
}
.caseList__brand
{
    margin-bottom: 5px;
}

.deviceImageList
{
    overflow: hidden;

    max-height: 360px;
}
.deviceImageList__item
{
    text-align: center;
}
.deviceImageList__item img
{
    display: block;

    width: auto;
    max-width: 100%;
    height: 360px;
    margin: 0 auto;
}

.deviceImageColor
{
    display: inline-block;

    margin: 20px 0;

    text-align: center;
}
.deviceImageColor__item
{
    display: inline-block;

    margin-left: 20px;
}
.deviceImageColor__item:first-child
{
    margin-left: 0;
}
.deviceImageColor__item a
{
    display: block;
    overflow: hidden;

    width: 20px;
    height: 0;
    padding-top: 20px;

    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.deviceImageColor__item .black
{
    background-color: #000;
}
.deviceImageColor__item .white
{
    background-color: #fff;
}
.deviceImageColor__item .gray
{
    background-color: #676767;
}
.deviceImageColor__item .red
{
    background-color: #e33c3c;
}
.deviceImageColor__item .blue
{
    background-color: #377add;
}
.deviceImageColor__item .green
{
    background-color: #38cd0a;
}
.deviceImageColor__item .pink
{
    background-color: #f75bc5;
}
.deviceImageColor__item .orange
{
    background-color: #ff9c00;
}
.deviceImageColor__item .gold
{
    background-color: #e3a81c;
}

.deviceArchive > a
{
    display: block;

    text-decoration: none;

    color: #333;
    border-top: 1px solid #e5e5e5;
}
.deviceArchive > a:hover
{
    background: #fafafa;
}
.deviceArchive > a:first-child
{
    border-top: none;
}
.deviceArchive__article
{
    padding: 15px;
}
.deviceArchive__heading
{
    margin-bottom: 10px;
}
.deviceArchive__title
{
    font-size: 124%;
    line-height: 130%;

    margin-bottom: 5px;
}
.deviceArchive__thumb
{
    position: relative;

    float: left;

    width: 140px;
    height: 120px;
    margin-right: 10px;

    text-align: center;
}
.deviceArchive__thumb img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: auto;
    max-width: 130px;
    max-height: 100%;
    margin: auto;
}
.deviceArchive__description
{
    float: left;

    width: 440px;
}
.deviceArchive__contents
{
    font-size: 93%;
    line-height: 130%;
}
.deviceArchive__table
{
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;

    table-layout: fixed;

    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.deviceArchive__table td,
.deviceArchive__table th
{
    font-size: 93%;

    padding: 5px;

    color: #666;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.deviceArchive__table th
{
    width: 80px;

    text-align: left;

    background: #f4f4f4;
}
.deviceArchive__more
{
    font-size: 93%;

    margin-top: 10px;

    text-align: right;

    color: #6ab344;
}
.deviceArchive__icons
{
    font-size: 8px;
    font-weight: normal;
    line-height: 1;

    margin-right: 5px;
}

/* =============================================== */
/** footer */
/* ----------------------------------------------- */
.l-footer
{
    position: relative;

    margin-top: 150px;
    padding: 50px 0;

    border-top: 1px solid #ccc;
}
.l-footer__inner
{
    position: relative;

    width: 940px;
    margin: 0 auto;
}
.l-footer__logoWrap
{
    margin-bottom: 10px;
}
.l-footer__logo
{
    float: left;

    margin-right: 40px;
}
.l-footer__logo a
{
    display: inline-block;
    overflow: hidden;

    width: 193px;
    height: 0;
    padding-top: 32px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -96px;
    background-size: 300px 276px;
}
.l-footer__catchcopy
{
    font-size: 108%;

    float: left;

    padding-top: 10px;

    color: #666;
}
.l-footer__gNav
{
    margin-bottom: 20px;
}
.l-footer__Block
{
    margin-bottom: 20px;
}
.l-footer__socialIcon .socialIcon__title
{
    font-size: 93%;
    font-weight: normal;

    margin-bottom: 10px;

    color: #666;
}
.l-footer__socialIcon li
{
    float: left;

    margin-right: 10px;
}
.l-footer__appBnr
{
    display: inline-block;

    height: 40px;

    vertical-align: top;

    color: #666;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.l-footer__appBnr a
{
    font-size: 93%;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 30px;

    text-decoration: none;

    color: #666;
}
.l-footer__appBnr a i
{
    margin-top: -3px;
    margin-right: 10px;

    vertical-align: middle;
}
.l-footer__detail
{
    font-size: 70%;

    display: none;

    margin-bottom: 10px;

    color: #666;
}
.l-footer__detail li
{
    line-height: 150%;

    display: inline;
}
.l-footer__detail a
{
    color: inherit;
}
.l-footer__copyright
{
    font-size: 70%;

    color: #666;
}
.l-footer__copyright a
{
    text-decoration: none;

    color: #666;
}
.l-footer__pagetop
{
    position: fixed;
    right: 20px;
    bottom: 20px;

    opacity: 0;
}
.l-footer__pagetop a
{
    display: inline-block;

    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding-top: 15px;

    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
}
.l-footer__pagetop a i
{
    vertical-align: middle;
}

.fNav
{
    margin-bottom: 10px;
}
.fNav__list
{
    display: inline-block;
}
.fNav__item
{
    display: inline-block;

    margin-left: 10px;
    padding-right: 10px;

    border-right: 1px solid #ccc;
}
.fNav__item:first-child
{
    margin-left: 0;
}
.fNav__item a
{
    color: #666;
}
.fNav__item a:hover
{
    text-decoration: none;
}

/* =============================================== */
/** device */
/* ----------------------------------------------- */
.goodsTopReview
{
    margin: 0 -10px;
}
.goodsTopReview__count
{
    margin-bottom: 20px;
}
.goodsTopReview__item
{
    float: left;

    width: 300px;
    margin: 0 10px 20px;

    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.goodsTopReview__item:nth-child(odd)
{
    clear: left;
}
.goodsTopReview__item--latest
{
    float: none;

    width: 100%;
    margin: 0 0 20px;
}
.goodsTopReview__item--ad
{
    padding: 0;
}
.goodsTopReview__inner
{
    display: block;

    text-decoration: none;

    color: inherit;
}
.goodsTopReview__tn img
{
    max-width: 100%;
    height: auto;
}
.goodsTopReview__block
{
    padding: 10px 15px;
}
.goodsTopReview__postTitle
{
    line-height: 170%;

    margin-bottom: 5px;
}
.goodsTopReview__date
{
    font-size: 93%;

    display: block;

    margin-bottom: 5px;

    color: #666;
}
.goodsTopReview__cat
{
    font-size: 93%;
}
.goodsTopReview__cat li
{
    display: inline;
}
.goodsTopReview__cat li::after
{
    content: '、';
}
.goodsTopReview__cat li:last-child::after
{
    display: none;
}
.goodsTopReview__more
{
    margin-bottom: 20px;

    text-align: center;
}
.goodsTopReview__moreButton
{
    font-size: 108%;

    position: relative;

    display: inline-block;

    margin-top: 20px;
    padding: 12px 40px;

    cursor: pointer;
    transition: all .2s;

    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.goodsTopReview__moreButton:hover
{
    opacity: .6;
}
.goodsTopReview__moreButton i
{
    position: absolute;
    top: 13px;
    right: 10px;
}

/* =============================================== */
/** header */
/* ----------------------------------------------- */
.l-header
{
    background-color: #fff;
}
.l-header--home
{
    min-height: 0;

    text-align: center;
}
.l-header__inner
{
    position: relative;

    width: 940px;
    margin: 0 auto;
    padding-top: 10px;
}
.l-header__inner--home
{
    padding-top: 25px;
}
.l-header__block
{
    position: relative;

    margin-bottom: 10px;
}
.l-header__logoWrap
{
    float: left;

    width: 195px;

    text-align: center;
}
.l-header__logoWrap--home
{
    float: none;

    width: auto;
    margin-bottom: 10px;
}
.l-header__logo
{
    margin-top: 12px;
    margin-bottom: 0;
}
.l-header__logo a
{
    display: inline-block;
    overflow: hidden;

    width: 193px;
    height: 0;
    padding-top: 32px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -54px;
    background-size: 300px 276px;
}
.l-header__logo--home
{
    margin-top: 0;
}
.l-header__logo--home a
{
    display: inline-block;
    overflow: hidden;

    width: 266px;
    height: 0;
    padding-top: 44px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 0;
    background-size: 300px 276px;
}
.l-header__catchcopy
{
    font-size: 85%;
    font-weight: normal;
    line-height: 160%;

    margin-top: 5px;

    text-align: left;
}
.l-header__catchcopy--home
{
    font-size: 100%;

    position: absolute;
    top: 12px;
    left: 60px;

    width: 200px;
    margin-top: 0;
}
.l-header__socialIcon
{
    position: absolute;
    top: 7px;
    left: 0;

    width: 42px;
}
.l-header__socialIcon li
{
    float: left;

    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.l-header__socialIcon li i
{
    display: block;

    vertical-align: top;
}
.l-header__adbanner
{
    float: right;
}

/* headerSearch
---------------------------------------- */
.headerSearch
{
    position: absolute;
    right: 0;
    bottom: -44px;

    background-color: #fff;
}
.headerSearch--home
{
    position: absolute;
    top: 12px;
    right: 0;
    bottom: auto;
}
.headerSearch__keyword
{
    font-size: inherit;
    line-height: 34px;

    display: block;

    box-sizing: border-box;
    width: 190px;
    height: 34px;
    padding: 0 10px 0 35px;

    border: 2px solid #6ab344;
    border-radius: 2px;
    outline: none;
    background: url(shared/img/site/icon_search_gray.png) no-repeat 5px 50%;
    background-color: #fff;
    background-size: 24px 24px;
}
.headerSearch input[type='submit']
{
    display: none;
}

/* headerPopularCategory
---------------------------------------- */
.popularCat
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: inline-block;
}
.popularCat a
{
    text-decoration: none;

    color: #666;
}
.popularCat__title
{
    font-size: 108%;
    font-weight: bold;
    line-height: 1;

    display: block;

    box-sizing: border-box;
    padding: 14px 20px;

    background: #fff url(shared/img/site/icon_toggle_down.png) no-repeat right center;
    background-size: 24px 24px;
}
.popularCat__list
{
    position: absolute;
    z-index: 10;
    top: 42px;
    right: 0;

    display: none;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
.popularCat__list li
{
    font-size: 108%;

    position: relative;

    padding: 5px 10px 5px 15px;

    word-wrap: normal;
    word-break: keep-all;
}
.popularCat__list li:before
{
    position: absolute;
    top: 9px;
    left: 5px;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 6px solid #ccc;
    border-left: 6px solid transparent;
}

/* gNav
---------------------------------------- */
.gNav__list{
    font-size: 108%;
    font-weight: bold;
}
.gNav__item{
    float: left;
}
.gNav__item a{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 11px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none;
    color: #666;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.gNav__item a.is-active{
    color: #fff;
    background: #6ab344;
}
.gNav__item a:before{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    content: '';
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property:         transform;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    background: #6ab344;
}
.gNav__item a:hover{
    border-color: #6ab344;
}
.gNav__item a:hover:before{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.gNav__item i{
    display: block;
    margin: 0 auto 5px;
}
.new{
	background-color:#FF0004;
	color:#FFF;
	font-size:8px;
	padding:2px;
	margin-left:2px;
	vertical-align:text-top;
}
/* =============================================== */
/** main */
/* ----------------------------------------------- */
.l-main
{
    float: left;

    width: 620px;
}
.l-main__title
{
    font-size: 185%;
    font-weight: normal;
    line-height: 1;

    padding: 20px 0;
}
.l-main__title--harf
{
    display: block;
    float: left;
}
.l-main__heading
{
    position: relative;

    width: 100%;
}
.l-main__summary--harf
{
    float: right;

    margin-top: 27px;
}

/* =============================================== */
/** ranking */
/* ----------------------------------------------- */
.rankingList a
{
    text-decoration: none;
}
.rankingList a .rankingList__name,
.rankingList a .rankingList__description
{
    text-decoration: none;

    color: #000;
}
.rankingList__item
{
    padding: 10px 15px;

    border-top: 1px solid #e0e0e0;
}
.rankingList__inner
{
    line-height: 170%;

    display: table;

    width: 100%;
    min-height: 70px;

    table-layout: fixed;

    text-decoration: none;

    color: #333;
}
.rankingList__rankWrap
{
    display: table-cell;

    width: 40px;

    text-align: left;
    vertical-align: middle;
}
.rankingList__rank
{
    text-align: center;

    color: #fff;
}
.rankingList__rank--01
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -34px -222px;
    background-size: 300px 276px;
}
.rankingList__rank--02
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -68px -222px;
    background-size: 300px 276px;
}
.rankingList__rank--03
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -238px -54px;
    background-size: 300px 276px;
}
.rankingList__rank--none
{
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;

    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background-color: #fff;
}
.rankingList__tn
{
    position: relative;

    display: table-cell;

    width: 80px;

    text-align: center;
    vertical-align: middle;
}
.rankingList__tn img
{
    max-width: 80px;
    height: auto;
}
.rankingList__tn--goods
{
    width: 150px;
}
.rankingList__tn--device
{
    width: 120px;
}
.rankingList__tn--device img
{
    max-width: 120px;
    max-height: 105px;
}
.rankingList__tn--sim
{
    height: auto;
}
.rankingList__tn--sim img
{
    max-width: 100%;
    height: auto;
}
.rankingList__cat
{
    font-size: 93%;
}
.rankingList__cat--app
{
    display: inline;

    padding-left: 10px;
}
.rankingList__cat--newly
{
    margin-bottom: 10px;
}
.rankingList__cat li
{
    font-size: 77%;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    margin-top: 5px;
    margin-right: 1px;
    padding: 4px 8px;

    color: #fff;
    background: #6ab344;
}
.rankingList__block
{
    line-height: 170%;

    position: relative;

    display: table-cell;

    padding: 0 0 0 20px;

    vertical-align: top;
}
.rankingList__block a
{
    text-decoration: none;
}
.rankingList__block--sim
{
    padding-bottom: 0;

    vertical-align: middle;
}
.rankingList__name
{
    font-size: 124%;
    font-weight: bold;
    line-height: 150%;

    display: block;

    margin-bottom: 5px;
}
.rankingList__name a
{
    color: inherit;
}
.rankingList__description
{
    font-size: 100%;
    line-height: 150%;

    display: block;
}
.rankingList__writerDescription
{
    font-size: 100%;

    margin-bottom: 25px;
}
.rankingList__carrier
{
    position: absolute;
    bottom: 0;
    left: 10px;
}
.rankingList__carrier img
{
    width: auto;
    height: 15px;
}
.rankingList__price
{
    font-size: 93%;
    font-weight: bold;
    line-height: 1;
}
.rankingList__dev
{
    font-size: 93%;
    line-height: 1;

    padding-left: 10px;
}
.rankingList__more
{
    position: absolute;
    right: 0;
    bottom: 0;

    color: #6ab344;
}
.rankingList__more--static
{
    position: static;

    text-align: right;
}
.rankingList__more a
{
    font-size: 93%;
}
.rankingList__footer
{
    padding: 10px;
}
.rankingList__footer--center
{
    text-align: center;
}
.rankingList__footer .btn
{
    font-size: 93%;
}
.rankingList__adbanner
{
    padding: 0;
}
.rankingList__adbanner img,
.rankingList__adbanner span
{
    vertical-align: bottom;
}

/* =============================================== */
/** search */
/* ----------------------------------------------- */
.searchBlock
{
    position: relative;

    margin-bottom: 20px;

    border-top: 4px solid #6ab344;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.searchBlock__heading
{
    position: relative;

    padding: 22px 20px 22px;
}
.searchBlock__title
{
    font-size: 108%;
    font-weight: bold;
}
.searchBlock__nav
{
    position: absolute;
    top: 11px;
    right: 18px;
}
.searchBlock__nav a
{
    font-size: 100%;
}
.searchBlock__description
{
    padding: 20px;

    border-top: 1px solid #e5e5e5;
}
.searchBlock__section
{
    margin-top: 20px;
}
.searchBlock__section:first-child
{
    margin-top: 0;
}
.searchBlock__sectionTitle
{
    font-size: 108%;

    margin-bottom: 15px;
}
.searchBlock__sectionTitle--sidebar
{
    font-size: 93%;

    margin-bottom: 10px;
    padding-left: 5px;

    border-left: 5px solid #6ab344;
}
.searchBlock__brand
{
    border-top: 1px solid #e5e5e5;
}
.searchBlock__brandList
{
    display: table;

    box-sizing: border-box;
    width: 100%;

    table-layout: fixed;

    border-left: 1px solid #e5e5e5;
}
.searchBlock__brandList--sidebar > li
{
    width: 33%;
}
.searchBlock__brandItem
{
    display: table-cell;

    box-sizing: border-box;
    width: 20%;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.searchBlock__brandItem a
{
    font-size: 10px;

    display: block;

    padding: 15px;

    text-decoration: none;

    color: #333;
}
.searchBlock__brandItem a img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.searchBlock__inlineItem
{
    font-size: 93%;
    line-height: 160%;

    display: inline-block;

    margin-left: 5px;
}
.searchBlock__inlineItem:before
{
    content: ' / ';
}
.searchBlock__inlineItem:first-child
{
    margin-left: 0;
}
.searchBlock__inlineItem:first-child:before
{
    content: none;
}

.searchList
{
    display: table;

    width: 100%;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.searchList:first-child
{
    border-top: 1px solid #e5e5e5;
}
.searchList__title
{
    display: table-cell;

    width: 130px;
    padding: 10px 20px;

    vertical-align: middle;
}
.searchList__subTitle
{
    font-size: 85%;

    margin-bottom: 5px;
}
.searchList__description
{
    display: table-cell;

    padding: 10px 10px;

    vertical-align: middle;
}
.searchList__description--rows
{
    display: block;
}
.searchList__description--rows + .searchList__description--rows
{
    padding-top: 0;
}
.searchList__description--point .inlineBox
{
    min-width: 0;
}
.searchList__button
{
    margin-top: 20px;

    text-align: right;
}
.searchList select
{
    font-size: inherit;

    box-sizing: content-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px;

    vertical-align: middle;
    text-indent: .01px;
    text-indent: .01px;
    text-overflow: '';
    text-overflow: '';

    color: inherit;
    border: 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    border-radius: 4px;
    outline: none;
    background: none transparent;
    background: url(shared/img/site/icon_toggle_down.png) 98% center no-repeat;
    background-size: 24px 24px;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
}
.searchList__reset
{
    display: inline-block;
}
.searchList__reset input[type='reset']
{
    font-size: 93%;

    display: block;

    width: 100%;
    padding: 8px 30px;

    color: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #f0f0f0;

    -webkit-appearance: none;
}
.searchList__submit
{
    display: inline-block;

    margin-right: 10px;
}
.searchList__submit input[type='submit']
{
    font-size: 93%;

    display: block;

    width: 100%;
    padding: 8px 60px;

    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #6ab344;

    -webkit-appearance: none;
}

:-moz-any(select):before
{
    z-index: 1;

    pointer-events: none;

    background-color: #fff;
}

.inlineBox
{
    line-height: 190%;

    display: inline-block;

    min-width: 100px;
    margin-right: 10px;

    cursor: pointer;
}
.inlineBox__name
{
    font-size: 93%;

    display: inline-block;
}

/* =============================================== */
/** sidebar */
/* ----------------------------------------------- */
.l-sidebar
{
    float: right;

    width: 300px;
}
.l-sidebar--margin
{
    padding-top: 64px;
}
.l-sidebar--is-fixed
{
    position: fixed;
}

/* post list
---------------------------------------- */
.sidePostList__item
{
    line-height: 170%;

    padding: 15px;

    border-top: 1px solid #e0e0e0;
}
.sidePostList__item a
{
    text-decoration: none;

    color: inherit;
}
.sidePostList__inner
{
    display: table;
}
.sidePostList__tn
{
    display: table-cell;

    height: 40px;

    vertical-align: middle;
}
.sidePostList__tn img
{
    width: 40px;
    height: auto;
}
.sidePostList__block
{
    display: table-cell;

    padding-left: 15px;

    vertical-align: top;
}
.sidePostList__postTitle
{
    font-size: 93%;
    font-weight: normal;

    margin-bottom: 6px;
}
.sidePostList__cat
{
    font-size: 77%;
    font-weight: bold;
}
.sidePostList__cat li
{
    display: inline;
}
.sidePostList__cat li::after
{
    content: '、';
}
.sidePostList__cat li:last-child::after
{
    display: none;
}
.sidePostList__title,
.sidePostList__catch
{
    font-size: 108%;
    line-height: 170%;

    color: #333;
}
.sidePostList__footer
{
    text-align: center;
}

/* ranking list
---------------------------------------- */
.sideAppRanking__tab > li
{
    float: left;

    width: 60px;
    margin-left: 30px;
}
.sideAppRanking__tab > li > a
{
    font-size: 93%;
    font-weight: bold;

    display: block;

    padding-bottom: 10px;

    text-align: center;
    text-decoration: none;

    color: inherit;
    border-bottom: 4px solid transparent;
}
.sideAppRanking__tab > li > a:hover,
.sideAppRanking__tab > li > a.on
{
    border-color: #6ab344;
}

.sideRankingList__item
{
    padding: 15px;

    border-top: 1px solid #e0e0e0;
}
.sideRankingList__inner
{
    font-size: 108%;
    line-height: 170%;

    display: table;

    width: 100%;

    text-decoration: none;

    color: #333;
}
.sideRankingList__rankWrap
{
    display: table-cell;

    width: 35px;

    text-align: left;
    vertical-align: middle;
}
.sideRankingList__rank
{
    text-align: center;

    color: #fff;
}
.sideRankingList__rank--1
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -34px -222px;
    background-size: 300px 276px;
}
.sideRankingList__rank--2
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -68px -222px;
    background-size: 300px 276px;
}
.sideRankingList__rank--3
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -238px -54px;
    background-size: 300px 276px;
}
.sideRankingList__rank--none,
.sideRankingList__rank--4,
.sideRankingList__rank--5
{
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;

    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background-color: #fff;
}
.sideRankingList__updown
{
    text-align: center;

    color: #fff;
}
.sideRankingList__updown--up
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -188px;
    background-size: 300px 276px;
}
.sideRankingList__updown--down
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -237px -96px;
    background-size: 300px 276px;
}
.sideRankingList__updown--nochange
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    vertical-align: bottom;

    background-image: url(shared/img/sprite.png);
    background-position: -234px -138px;
    background-size: 300px 276px;
}
.sideRankingList__tn
{
    display: table-cell;

    width: 40px;

    vertical-align: middle;
}
.sideRankingList__tn img
{
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
}
.sideRankingList__cat
{
    font-size: 77%;

    color: #999;
}
.sideRankingList__block
{
    font-size: 93%;
    line-height: 170%;

    position: relative;

    display: table-cell;

    padding-left: 10px;

    vertical-align: middle;
}
.sideRankingList__postTitle,
.sideRankingList__name
{
    font-weight: bold;
}
.sideRankingList__price
{
    font-size: 85%;
    line-height: 1;

    padding-right: 10px;

    color: #999;
}
.sideRankingList__footer
{
    font-size: 108%;
    line-height: 24px;

    padding: 0 15px 15px;

    text-align: right;
}
.sideRankingList__footer a
{
    text-decoration: none;
}
.sideRankingList__footer i
{
    font-size: 124%;

    margin-left: 15px;
}

.sideAdbanner
{
    margin-bottom: 20px;
}
.sideAdbanner span,
.sideAdbanner img
{
    vertical-align: bottom;
}

/* 編集部からのお知らせ
---------------------------------------- */
.sideWidgetAnnounce
{
    line-height: 170%;

    margin-bottom: 20px;
    padding: 15px;

    background-color: #e5e5e5;
}
.sideWidgetAnnounce__title
{
    margin-bottom: 10px;

    color: #757575;
}

/* andyのおすすめ記事
---------------------------------------- */
.andyRecommend i
{
    margin-right: 15px;

    vertical-align: middle;
}
.andyRecommend__text
{
    line-height: 170%;

    padding: 15px;

    text-decoration: none;

    border-top: 1px solid #e0e0e0;
}
.andyRecommend__text a
{
    display: block;

    text-decoration: none;

    color: inherit;
}
.andyRecommend__text a:hover
{
    text-decoration: underline;
}

/* =============================================== */
/** sim */
/* ----------------------------------------------- */
.simSpec
{
    margin: 0 20px 20px;
}
.simSpec__title
{
    padding: 5px 10px;

    border: 1px solid #e5e5e5;
}
.simSpec__btn
{
    margin-top: 20px;
}
.simSpec table
{
    box-sizing: border-box;
    width: 100%;

    border-left: 1px solid #e5e5e5;
}
.simSpec th
{
    font-size: 100%;

    width: 30%;

    text-align: left;
    vertical-align: middle;

    color: #333;
}
.simSpec td
{
    font-size: 100%;
    line-height: 160%;

    width: 70%;

    color: #666;
}
.simSpec td,
.simSpec th
{
    box-sizing: border-box;
    padding: 5px 10px;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.simSpec__btn
{
    text-align: center;
}

.simDevice
{
    margin-top: 20px;

    border-bottom: 1px solid #e5e5e5;
}
.simDevice__title
{
    font-size: 108%;

    margin-bottom: 20px;
    padding: 20px 15px 0;
}
.simDevice__item
{
    padding: 15px 15px;

    border-top: 1px solid #e5e5e5;
}
.simDevice__item a
{
    display: table;

    width: 100%;

    text-decoration: none;
}
.simDevice__thumb
{
    display: table-cell;

    box-sizing: border-box;
    width: 70px;
    padding-right: 10px;
}
.simDevice__thumb img
{
    display: block;

    max-width: 100%;
    height: auto;
}
.simDevice__description
{
    display: table-cell;

    vertical-align: middle;
}
.simDevice__name
{
    font-size: 108%;
    font-weight: bold;

    margin-bottom: 20px;

    color: #333;
}
.simDevice__price
{
    margin-bottom: 5px;

    color: #333;
}
.simDevice__period
{
    color: #333;
}

/* =============================================== */
/** single */
/* ----------------------------------------------- */
.singleCategory
{
    padding: 10px 20px 0;

    border-bottom: 1px solid #e5e5e5;
}
.singleCategory__list
{
    width: 530px;
}
.singleCategory__item
{
    font-size: 77%;
    line-height: 150%;

    display: inline-block;

    margin-bottom: 10px;
}
.singleCategory__item a
{
    font-weight: normal;

    padding: 4px 8px;

    text-decoration: none;

    color: #fff;
    background: #6ab344;
}
.singleCategory__item a::after
{
    content: '、';
}
.singleCategory__item a:last-child::after
{
    display: none;
}

.appDownload
{
    padding: 10px 20px;

    text-align: center;

    border-top: 1px solid #e5e5e5;
}
.appDownload__information
{
    display: table;
    float: left;

    box-sizing: border-box;
    width: 300px;
    margin: 0 auto;
}
.appDownload__thumb
{
    display: table-cell;

    width: 90px;
}
.appDownload__description
{
    display: table-cell;

    text-align: left;
    vertical-align: middle;
}
.appDownload__icon
{
    width: 70px;
    min-height: 70px;
}
.appDownload__developer
{
    font-size: 93%;

    display: block;

    margin-bottom: 5px;
}
.appDownload__name
{
    font-size: 108%;
    font-weight: bold;

    display: block;

    margin-bottom: 3px;
}
.appDownload__price
{
    font-size: 93%;

    display: block;
}
.appDownload__link
{
    font-size: 93%;

    display: block;

    margin-top: 15px;

    text-align: center;
    text-decoration: none;

    color: #6ab344;
}
.appDownload__tag li
{
    font-size: 77%;

    display: inline;
}
.appDownload__tag li::after
{
    content: '、';
}
.appDownload__tag li:last-child::after
{
    display: none;
}
.appDownload__tag a
{
    text-decoration: none;

    color: inherit;
}
.appDownload__download
{
    display: block;
    float: right;

    width: 200px;

    text-align: center;
    text-decoration: none;
}
.appDownload__download a
{
    font-size: 93%;

    margin-bottom: 5px;

    text-decoration: none;
}
.appDownload__qr
{
    clear: both;

    padding-top: 10px;

    text-align: center;
}

.postSingle
{
    margin-bottom: 20px;

    border-top: 4px solid #6ab344;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.postSingle--sim
{
    margin-bottom: 10px;
}
.postSingle + .appBlock
{
    margin-top: 10px;
}
.postSingle__heading
{
    position: relative;

    border-bottom: 1px solid #e5e5e5;
}
.postSingle__title
{
    font-size: 216%;
    font-weight: normal;
    line-height: 120%;

    margin-bottom: 10px;
    padding: 15px 20px 0;
}
.postSingle__title--page
{
    margin-bottom: 0;
    padding-top: 15px;
}
.postSingle__pr
{
    position: absolute;
    top: 15px;
    right: 10px;
}
.postSingle__meta
{
    font-size: 85%;

    margin-bottom: 10px;
    padding: 5px 20px;
}
.postSingle__time
{
    display: block;
    float: left;

    padding-top: 3px;
}
.postSingle__sns
{
    float: right;
}
.postSingle__brand
{
    padding: 5px 0;

    text-align: center;

    border-bottom: 1px solid #e5e5e5;
}
.postSingle__brand img
{
    max-width: 500px;
    height: auto;
}
.postSingle__eyecatch
{
    margin-bottom: 20px;

    text-align: center;
}
.postSingle__excerpt
{
    font-size: 93%;
    line-height: 140%;

    padding: 15px 20px;
}
.postSingle__deviceDescription
{
    font-size: 108%;

    margin-bottom: 20px;
}
.postSingle__description
{
    padding: 20px 20px;
}
.postSingle__description p
{
    font-size: 108%;
    line-height: 150%;
}
.postSingle__description p:first-child
{
    margin-top: 0;
}
.postSingle__description img
{
    max-width: 100%;
    height: auto;
}
.postSingle__description .wp-caption
{
    width: auto;

    text-align: center;
}
.postSingle__description .wp-caption img
{
    display: block;

    max-width: 100% !important;
    height: auto !important;
}
.postSingle__description .post-caption
{
    font-size: 124%;
    font-weight: bold;

    padding-bottom: 15px;
}
.postSingle__description .wp-caption-text
{
    font-size: 93%;

    display: block;

    margin-bottom: 10px;
    padding-top: 5px;

    text-align: center;

    color: #666;
}
.postSingle__description .dl_button
{
    display: block;

    margin: 0 auto;
    padding: 10px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    background: #6ab344;
}
.postSingle__description ul
{
    margin-top: 15px;
}
.postSingle__description li
{
    line-height: 150%;

    position: relative;

    margin: 3px 0;
}
.postSingle__description li:before
{
    top: 10px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 8px solid #6ab344;
    border-left: 8px solid transparent;
}
.postSingle__description a
{
    color: #6ab344;
}
.postSingle__description .spacer
{
    line-height: 1em;

    height: 1em;
}
.postSingle__description table
{
    box-sizing: border-box;
    width: 100%;

    table-layout: fixed;

    white-space: normal;
}
.postSingle__description td
{
    padding: 5px;

    white-space: normal;
    word-break: break-all;
}
.postSingle__description .af-content-link-alignnormal
{
    margin-top: 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
.postSingle__description .af-content-link-alignnormal .green-ttl
{
    font-size: 108%;
    font-weight: bold;

    padding: 5px;

    color: #fff;
    background: #6ab344;
}
.postSingle__description .af-content-link-alignnormal .af-content-link-item
{
    font-size: 93%;

    padding: 10px;
}
.postSingle__description .af-content-link-alignnormal .af-content-link-item img
{
    max-width: 100%;
    height: auto;
}
.postSingle__banner
{
    margin-bottom: 10px;

    text-align: center;
}
.postSingle__previousNext
{
    padding: 15px;

    border-bottom: 1px solid #e0e0e0;
}
.postSingle__previousLink
{
    line-height: 1.6;

    position: relative;

    float: left;

    width: 48%;
}
.postSingle__previousLink a
{
    display: block;

    padding-left: 20px;
}
.postSingle__previousLink:before
{
    position: absolute;
    top: 40%;

    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-bottom: 3px solid #6ab344;
    border-left: 3px solid #6ab344;
}
.postSingle__previousLinkHeading
{
    padding-left: 20px;
}
.postSingle__nextLink
{
    line-height: 1.6;

    position: relative;

    float: right;

    width: 48%;
}
.postSingle__nextLink a
{
    display: block;

    padding-right: 20px;
}
.postSingle__nextLink:after
{
    position: absolute;
    top: 40%;
    right: 0;

    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 3px solid #6ab344;
    border-right: 3px solid #6ab344;
}
.postSingle__nextLinkHeading
{
    padding-right: 20px;

    text-align: right;
}
.postSingle__note
{
    padding: 15px;
}
.postSingle__note p
{
    font-size: 85%;
    line-height: 150%;
}
.postSingle__widget
{
    padding-bottom: 10px;
}
.postSingle__footer--bt
{
    border-top: 1px solid #e5e5e5;
}
.postSingle__footer .postSingle__sns
{
    float: none;
}
.postSingle__footer .snsList
{
    margin: 0 0 0;
    padding: 20px 20px;

    border-top: 1px solid #e5e5e5;
}
.postSingle__back
{
    margin: 0 15px;
    padding: 0 0 20px;
}
.postSingle__back a
{
    font-size: 93%;

    color: #6ab344;
}

.writer
{
    position: relative;

    padding: 15px;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.writer > a
{
    display: table;

    width: 100%;

    text-decoration: none;

    color: #333;
}
.writer__thumb
{
    display: table-cell;
}
.writer__thumb img
{
    border-radius: 60px;
}
.writer__description
{
    display: table-cell;

    padding: 0 0 0 10px;

    vertical-align: top;
}
.writer__name
{
    font-size: 108%;
    font-weight: bold;
    line-height: 150%;
}
.writer__job
{
    font-size: 70%;

    display: inline-block;

    margin-right: 10px;
    padding: 0 10px;

    background: #e5e5e5;
}
.writer__profile
{
    font-size: 108%;
    line-height: 170%;

    margin: 10px 0;
}
.writer__more
{
    margin-top: 20px;

    text-align: right;
}
.writer__more:after
{
    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 3px solid #6ab344;
    border-right: 3px solid #6ab344;
}

.writerPost
{
    line-height: 170%;
}
.writerPost__heading
{
    font-size: 108%;
    font-weight: bold;

    margin-bottom: 5px;
}
.writerPost__item
{
    margin-bottom: 5px;
}
.writerPost__item time
{
    display: table-cell;
}
.writerPost__item a
{
    display: table-cell;

    padding-left: 10px;
}

.editorsComment
{
    padding: 15px;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

/* =============================================== */
/** sitemap */
/* ----------------------------------------------- */
.sitemap
{
    font-size: 93%;

    margin-bottom: 10px;
    padding: 10px;

    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.sitemap__catWrap
{
    padding-left: 20px;
}
.sitemap__listInline li
{
    line-height: 1.8;

    display: inline;
}
.sitemap__listInline li::after
{
    content: ' / ';
}
.sitemap__listInline li:last-child::after
{
    content: '';
}
.sitemap h1
{
    margin-bottom: 20px;
}
.sitemap h2
{
    font-weight: bold;

    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;

    border-bottom: 1px solid #ccc;
}
.sitemap h3
{
    margin-top: 20px;
    margin-bottom: 10px;
}
.sitemap p
{
    margin-bottom: 1em;
}
.sitemap ul
{
    margin-bottom: 1em;
    padding-left: 20px;
}
.sitemap li
{
    margin-bottom: 5px;
}
.sitemap li > ul
{
    margin-top: 5px;
}
.sitemap section
{
    margin-bottom: 30px;
}

/* =============================================== */
/** top */
/* ----------------------------------------------- */
.topBlock
{
    margin: 0 -10px;
}

.topBlock__column
{
    float: left;

    width: 300px;
    margin: 0 10px;
}

/* スライダー
---------------------------------------- */
.topSlider
{
    overflow: hidden;

    width: 940px;
    margin-left: -4px;
    padding: 0 4px;
}
.topSlider__list
{
    overflow: visible !important;
}
.topSlider .jcarousel-clip
{
    left: -10px;
}
.topSlider__inner
{
    display: block;

    text-decoration: none;

    color: inherit;
}
.topSlider__item
{
    width: 460px;
    margin: 0 11px;

    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.topSlider__img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin: 0 auto;

    text-align: center;
}
.topSlider__block
{
    padding: 15px;
}
.topSlider__title
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    margin: 0 0 4px;
}
.topSlider__description
{
    font-size: 10px;
    font-weight: bold;
}
.topSlider__control
{
    clear: both;

    padding: 20px 0;

    text-align: center;
}
.topSlider__control a
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 10px;

    text-decoration: none;
    text-indent: -9999px;

    border-radius: 50%;
    background: #ccc;
}
.topSlider__control a:hover,
.topSlider__control a.pp-on
{
    background-color: #6ab344;
}
.topSlider .jcarousel-prev
{
    position: absolute;
    bottom: -34px;
    left: 40%;

    display: inline-block;
    overflow: hidden;

    width: 8px;
    height: 0;
    padding-top: 12px;

    cursor: pointer;

    background-image: url(shared/img/sprite.png);
    background-position: -580px -464px;
    background-size: auto;
}
.topSlider .jcarousel-next
{
    position: absolute;
    right: 40%;
    bottom: -34px;

    display: inline-block;
    overflow: hidden;

    width: 8px;
    height: 0;
    padding-top: 12px;

    cursor: pointer;

    background-image: url(shared/img/sprite.png);
    background-position: -552px -464px;
    background-size: auto;
}

/* 臨時枠バナー
---------------------------------------- */
.topWidgetBanner
{
    margin-bottom: 20px;

    text-align: center;
}

/* 記事一覧
---------------------------------------- */
.topPostList
{
    position: relative;

    margin: 0 -20px 0 0;
}
.topPostList__item
{
    font-size: 108%;

    position: relative;

    float: left;

    width: 300px;
    margin: 0 20px 20px 0;
    padding-bottom: 50px;

    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.topPostList__item:nth-child(3n + 1)
{
    clear: left;
}
.topPostList__inner
{
    display: block;

    text-decoration: none;

    color: inherit;
}
.topPostList__inner:hover img
{
    opacity: .8;
}
.topPostList__tn
{
    text-align: center;
}
.topPostList__tn .alignleft
{
    display: block;
    float: none;

    margin: 0 auto;
}
.topPostList__tn img
{
    max-width: 100%;
    height: auto;
}
.topPostList__appIcon
{
    margin-top: 5px;
}
.topPostList__appIcon img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 142px;
}
.topPostList__block
{
    padding: 15px;
}
.topPostList__metaItem
{
    font-size: 77%;
    line-height: 130%;

    float: left;

    margin-right: 5px;
    padding-right: 5px;

    color: #999;
    border-right: 1px solid #999;
}
.topPostList__metaItem:last-child
{
    padding-right: 0;

    border-right: none;
}
.topPostList__tagsItem
{
    float: left;
}
.topPostList__tagsItem:before
{
    padding-right: 0;

    content: ', ';
}
.topPostList__tagsItem:first-child:before
{
    content: none;
}
.topPostList__category
{
    font-size: 77%;
    font-weight: bold;

    position: absolute;
    bottom: 10px;

    display: block;

    width: 300px;

    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
}
.topPostList__category li
{
    font-weight: normal;

    display: inline-block;

    margin-right: 2px;
    margin-bottom: 2px;
    padding: 4px 8px;

    color: #fff;
    background: #6ab344;
}
.topPostList__title
{
    font-size: 93%;
    font-weight: normal;
    line-height: 1.5;

    min-height: 36px;
    margin-bottom: 4px;
}
.topPostList__icons
{
    position: absolute;
    top: 5px;
    right: 5px;
}

/* もっと読む
---------------------------------------- */
.topPost
{
    position: relative;
}
.topPost__loading
{
    display: none;

    text-align: center;
}
.topPost__more
{
    text-align: center;
}
.topPost__more a
{
    font-size: 108%;

    position: relative;

    display: inline-block;

    margin-top: 20px;
    padding: 12px 40px;

    transition: all .2s;
    text-align: center;
    text-decoration: none;

    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.topPost__more a:hover
{
    opacity: .6;
}
.topPost__more a i
{
    position: absolute;
    top: 13px;
    right: 10px;
}

/* =============================================== */
/** ad */
/* ----------------------------------------------- */
.adbanner
{
    line-height: 1;

    padding: 5px 0;

    text-align: center;

    background: #e5e5e5;
}
.adbanner img,
.adbanner span
{
    display: block;

    margin: 0 auto;
}
.adbanner--bgnone
{
    border-top: none;
    background: #fff;
}
.adbanner--header
{
    padding: 5px 0;
}
.adbanner--floatleft
{
    float: left;
}

.asideBanner + .adbanner
{
    padding-top: 0;
}

.adbanner + .adbanner
{
    border-top: 1px solid #e5e5e5;
}

.adBlock
{
    line-height: 1;

    margin-bottom: 20px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.adBlock img,
.adBlock span
{
    display: block;

    vertical-align: bottom;
}

.adApp
{
    margin: 10px 0 0;
}

.affiliate
{
    padding: 30px 40px;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.affiliate__item
{
    float: left;

    width: 260px;

    border: 1px solid #e5e5e5;
}
.affiliate__item:nth-child(even)
{
    float: right;
}
.affiliate__item a
{
    text-decoration: none;

    color: #000;
}
.affiliate__figure
{
    max-width: 200px;
    height: auto;
    padding: 10px 10px 15px;

    text-align: center;

    border-bottom: 1px solid #e5e5e5;
}
.affiliate__img
{
    max-width: 200px;
    height: auto;
}
.affiliate__logo
{
    display: block;

    margin-top: 10px;
}
.affiliate__check
{
    display: block;

    margin-top: 10px;

    text-decoration: underline;
}
.affiliate__check:hover
{
    text-decoration: none;
}
.affiliate__title
{
    font-size: 93%;
    font-weight: bold;
    line-height: 1.6;

    margin: 0;
    padding: 10px;
}

/* =============================================== */
/** breadcrumbs */
/* ----------------------------------------------- */
.breadcrumbs
{
    font-size: 93%;
    line-height: 1;

    margin-bottom: 15px;

    color: #808080;
}
.breadcrumbs span
{
    color: #808080;
}

.btn
{
    font-size: 16px;

    display: inline-block;

    box-sizing: border-box;
    padding: 10px 15px;

    text-align: center;
    text-decoration: none;

    border-radius: 4px;
}
.btn--default
{
    color: #333;
    border: 1px solid #e0e0e0;
    background-color: #f0f0f0;
}
.btn--primary
{
    color: #fff;
    background-color: #6ab344;
}

/* facebook page
---------------------------------------- */
.fbpageBlock
{
    min-height: 214px;
    margin: 0 auto 20px;

    text-align: center;

    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}

.icon-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -552px -68px;
    background-size: auto;
}
.icon-sim
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -552px -272px;
    background-size: auto;
}
.icon-goods
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -340px -444px;
    background-size: auto;
}
.icon-knowhow
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -552px 0;
    background-size: auto;
}
.icon-apli
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -406px -192px;
    background-size: auto;
}
.icon-internet
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -476px -444px;
    background-size: auto;
}
.icon-flag
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -272px -444px;
    background-size: auto;
}
.icon-human
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -408px -444px;
    background-size: auto;
}
.icon-search
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -552px -136px;
    background-size: auto;
}
.icon-close
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -444px;
    background-size: auto;
}
.icon-twitter
{
    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 0;
    padding-top: 40px;

    background-image: url(shared/img/sprite.png);
    background-position: -150px -138px;
    background-size: 300px 276px;
}
.icon-facebook
{
    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 0;
    padding-top: 40px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -138px;
    background-size: 300px 276px;
}
.icon-googleplay
{
    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 0;
    padding-top: 40px;

    background-image: url(shared/img/sprite.png);
    background-position: -100px -138px;
    background-size: 300px 276px;
}
.icon-rss
{
    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 0;
    padding-top: 40px;

    background-image: url(shared/img/sprite.png);
    background-position: -50px -138px;
    background-size: 300px 276px;
}
.icon-twitter-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 0;
    padding-top: 20px;

    background-image: url(shared/img/sprite.png);
    background-position: -60px -256px;
    background-size: 300px 276px;
}
.icon-facebook-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 0;
    padding-top: 20px;

    background-image: url(shared/img/sprite.png);
    background-position: -276px -202px;
    background-size: 300px 276px;
}
.icon-googleplay
{
    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 0;
    padding-top: 20px;

    background-image: url(shared/img/sprite.png);
    background-position: -30px -256px;
    background-size: 300px 276px;
}
.icon-rss-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 0;
    padding-top: 20px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -256px;
    background-size: 300px 276px;
}
.icon-arrow-left
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -400px -276px;
    background-size: auto;
}
.icon-arrow-right
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -468px -276px;
    background-size: auto;
}
.icon-arrow-left-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    background-image: url(shared/img/sprite.png);
    background-position: -200px -138px;
    background-size: 300px 276px;
}
.icon-arrow-right-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    background-image: url(shared/img/sprite.png);
    background-position: -234px -138px;
    background-size: 300px 276px;
}
.icon-arrow-up
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -376px;
    background-size: auto;
}
.icon-arrow-down
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -474px -192px;
    background-size: auto;
}
.icon-arrow-up-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    background-image: url(shared/img/sprite.png);
    background-position: 0 -188px;
    background-size: 300px 276px;
}
.icon-arrow-down-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    background-image: url(shared/img/sprite.png);
    background-position: -237px -96px;
    background-size: 300px 276px;
}
.icon-boldarrow-up
{
    display: inline-block;
    overflow: hidden;

    width: 22px;
    height: 0;
    padding-top: 22px;

    background-image: url(shared/img/sprite.png);
    background-position: -276px -170px;
    background-size: 300px 276px;
}
.icon-chevron-left
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -272px -376px;
    background-size: auto;
}
.icon-chevron-right
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -408px -376px;
    background-size: auto;
}
.icon-chevron-left-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    background-image: url(shared/img/sprite.png);
    background-position: -136px -188px;
    background-size: 300px 276px;
}
.icon-chevron-right-mobile
{
    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 0;
    padding-top: 24px;

    background-image: url(shared/img/sprite.png);
    background-position: -204px -188px;
    background-size: 300px 276px;
}
.icon-chevron-up
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -204px -444px;
    background-size: auto;
}
.icon-chevron-down
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -136px -376px;
    background-size: auto;
}
.icon-triangle-left
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -340px -376px;
    background-size: auto;
}
.icon-triangle-right
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -204px -376px;
    background-size: auto;
}
.icon-triangle-up
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -68px -376px;
    background-size: auto;
}
.icon-triangle-down
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -476px -376px;
    background-size: auto;
}
.icon-crown1
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -68px -444px;
    background-size: auto;
}
.icon-crown2
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -136px -444px;
    background-size: auto;
}
.icon-crown3
{
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 0;
    padding-top: 48px;

    background-image: url(shared/img/sprite.png);
    background-position: -476px -108px;
    background-size: auto;
}
.icon-andy
{
    display: inline-block;
    overflow: hidden;

    width: 25px;
    height: 0;
    padding-top: 27px;

    background-image: url(shared/img/sprite.png);
    background-position: -203px -54px;
    background-size: 300px 276px;
}
.icon-new
{
    font-size: 77%;
    font-weight: normal;
    font-style: normal;

    display: inline-block;

    padding: 3px 5px;

    color: #fff;
    border: 1px solid #ea5514;
    background: #ea5514;
}
.icon-recommend
{
    font-size: 70%;
    font-weight: normal;
    font-style: normal;

    display: inline-block;

    box-sizing: border-box;
    padding: 3px 5px;

    color: #6ab344;
    border: 1px solid #6ab344;
    background: #fff;
}
.icon-pr
{
    font-size: 70%;
    font-weight: normal;

    display: inline-block;

    padding: 3px 5px;

    background: #e5e5e5;
}
.icon-menu
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 2px;

    background: #7f7f7f;
}
.icon-menu:after,
.icon-menu:before
{
    top: 50%;
    left: 0;

    display: block;

    width: 18px;
    height: 2px;

    content: '';

    background: #7f7f7f;
}
.icon-menu:before
{
    margin-top: -10px;
}
.icon-menu:after
{
    margin-top: 3px;
}

.pageNavi
{
    margin: 30px 0 0;
    padding-bottom: 30px;

    text-align: center;
}
.pageNavi__item
{
    display: inline-block;

    padding: 0 5px;
}
.pageNavi__item a,
.pageNavi__item span
{
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

    text-align: center;
    text-decoration: none;

    color: #333;
    background-color: #e5e5e5;
}
.pageNavi__item .icon
{
    vertical-align: middle;
}
.pageNavi__item--current a,
.pageNavi__item--current span
{
    color: #fff;
    background-color: #6ab344;
}
.pageNavi--ranking a,
.pageNavi--ranking span
{
    width: auto;
    padding: 0 5px;
}

.singlePageNav
{
    padding-bottom: 20px;

    text-align: center;
}
.singlePageNav a,
.singlePageNav span
{
    line-height: 32px;

    display: inline-block;

    width: 32px;
    height: 32px;
    margin-left: 10px;

    text-align: center;
    text-decoration: none;

    color: #333;
    background-color: #e5e5e5;
}
.singlePageNav a:first-child,
.singlePageNav span:first-child
{
    margin-left: 0;
}
.singlePageNav > span
{
    color: #fff;
    background-color: #6ab344;
}
.singlePageNav i
{
    vertical-align: middle;
}

.wp-pagenavi
{
    margin: 20px 0 0;
    padding-bottom: 30px;

    text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a
{
    line-height: 32px;

    display: inline-block;

    width: 32px;
    height: 32px;
    margin-left: 20px;

    text-align: center;
    text-decoration: none;

    color: #333;
    background-color: #e5e5e5;
}
.wp-pagenavi span:first-child,
.wp-pagenavi a:first-child
{
    margin-left: 0;
}
.wp-pagenavi .current
{
    color: #fff;
    background-color: #6ab344;
}
.wp-pagenavi .nextpostslink
{
    position: relative;

    text-indent: -9999px;
}
.wp-pagenavi .nextpostslink:after
{
    position: absolute;
    top: 50%;
    right: 13px;

    display: block;

    width: 7px;
    height: 7px;
    margin-top: -6px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 3px solid #333;
    border-right: 3px solid #333;
}
.wp-pagenavi .previouspostslink
{
    position: relative;

    text-indent: -9999px;
}
.wp-pagenavi .previouspostslink:after
{
    position: absolute;
    top: 50%;
    right: 10px;

    display: block;

    width: 7px;
    height: 7px;
    margin-top: -6px;

    content: '';
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);

    border-top: 3px solid #333;
    border-right: 3px solid #333;
}

.postColumn
{
    display: table;

    width: 100%;

    table-layout: fixed;

    border-top: 1px solid #e0e0e0;
    background: #fff;
}
.postColumn__item
{
    display: table-cell;

    box-sizing: border-box;
    width: 25%;

    border-right: 1px solid #e0e0e0;
}
.postColumn__item:last-child
{
    border-right: none;
}
.postColumn__item a
{
    text-decoration: none;

    color: #333;
}
.postColumn__inner
{
    display: block;
}
.postColumn__tn
{
    line-height: 155px;

    box-sizing: border-box;
    height: 155px;
    padding: 10px;

    text-align: center;
}
.postColumn__tn img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 118px;

    vertical-align: middle;
}
.postColumn__block
{
    font-size: 93%;

    padding: 0 10px 10px;
}
.postColumn__title
{
    font-weight: bold;
    line-height: 170%;

    margin-bottom: 10px;

    color: #333;
}
.postColumn__price
{
    font-weight: bold;

    display: block;
    float: left;

    color: #333;
}
.postColumn__footer
{
    padding: 10px;

    text-align: center;

    border-top: 1px solid #e0e0e0;
}
.postColumn__footer .btn
{
    font-size: 93%;

    padding-right: 40px;
    padding-left: 40px;
}

.postList
{
    margin-bottom: 20px;

    background: #fff;
}
.postList a
{
    text-decoration: none;
}
.postList--index
{
    margin-bottom: 0;
}
.postList--block
{
    margin-bottom: 10px;
}
.postList--relative a
{
    text-decoration: none;

    color: inherit;
}
.postList__item
{
    position: relative;

    padding: 15px;

    border-top: 1px solid #e0e0e0;
}
.postList__item--adbanner
{
    padding: 0;
}
.postList__inner
{
    display: table;

    width: 100%;
    min-height: 80px;

    table-layout: fixed;
}
.postList__tn
{
    display: table-cell;
    overflow: hidden;

    width: 80px;
}
.postList__tn img
{
    max-width: 100%;
    height: auto;
}
.postList__tn--app
{
    width: 80px;
}
.postList__tn--large
{
    width: 140px;
}
.postList__block
{
    position: relative;

    display: table-cell;

    padding-left: 20px;

    vertical-align: top;
}
.postList__cat
{
    font-size: 93%;
}
.postList__cat--app
{
    display: inline;

    padding-left: 10px;
}
.postList__cat--newly
{
    margin-bottom: 10px;
}
.postList__cat li
{
    font-size: 77%;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    margin-top: 5px;
    margin-right: 1px;
    padding: 4px 8px;

    color: #fff;
    background: #6ab344;
}
.postList__metaList
{
    margin-bottom: 10px;
}
.postList__metaItem
{
    font-size: 93%;
    line-height: 130%;

    float: left;

    margin-right: 5px;
    padding-right: 5px;

    color: #999;
    border-right: 1px solid #999;
}
.postList__metaItem:last-child
{
    padding-right: 0;

    border-right: none;
}
.postList__tagsItem
{
    float: left;
}
.postList__tagsItem:before
{
    padding-right: 0;

    content: ', ';
}
.postList__tagsItem:first-child:before
{
    content: none;
}
.postList__category
{
    font-size: 77%;
    font-weight: bold;

    position: absolute;
    bottom: 10px;

    display: block;

    width: 300px;

    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
}
.postList__category li
{
    font-weight: normal;

    display: inline-block;

    margin-right: 2px;
    margin-bottom: 2px;
    padding: 4px 8px;

    color: #fff;
    background: #6ab344;
}
.postList__icons
{
    font-size: 10px;
    line-height: 1;

    display: inline-block;
}
.postList__postTitle
{
    font-size: 124%;
    font-weight: bold;
    line-height: 150%;

    display: inline-block;

    margin-bottom: 5px;

    color: #333;
}
.postList__postTitle a
{
    text-decoration: none;

    color: inherit;
}
.postList__postTitle .postList__icons
{
    margin-top: -2px;

    vertical-align: middle;
}
.postList__description
{
    font-size: 100%;
    line-height: 150%;

    color: #333;
}
.postList__catch
{
    font-size: 100%;
    line-height: 150%;

    margin-bottom: 5px;

    color: #333;
}
.postList__more
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.postList__more a
{
    text-decoration: none;
}
.postList__snsScore
{
    font-size: 93%;
    font-weight: bold;

    color: red;
}
.postList__footer
{
    padding: 10px;
}
.postList__footer--center
{
    text-align: center;
}
.postList__footer .btn
{
    font-size: 93%;
}
.postList__price
{
    font-size: 93%;
    font-weight: bold;
}
.postList__dev
{
    font-size: 93%;

    float: right;
}
.postList__ad
{
    border-top: 1px solid #e5e5e5;
}

.postListPP
{
    margin-bottom: 10px;

    background-color: #fff;
}
.postListPP__count
{
    margin-bottom: 20px;
}
.postListPP__item
{
    padding: 15px;

    border-top: 1px solid #e5e5e5;
}
.postListPP__inner
{
    display: block;

    text-decoration: none;
}
.postListPP__tn img
{
    max-width: 100%;
    height: auto;
}
.postListPP__title
{
    font-size: 93%;
}
.postListPP__ad
{
    padding: 10px 0;

    text-align: center;

    border-top: 1px solid #e5e5e5;
}

.postListSocial__item
{
    display: table;

    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;

    table-layout: fixed;

    border-top: 1px solid #e5e5e5;
}
.postListSocial__item a
{
    text-decoration: none;

    color: #333;
}
.postListSocial__thumb
{
    display: table-cell;

    width: 80px;

    text-align: center;
    vertical-align: middle;
}
.postListSocial__thumb img
{
    display: block;

    max-width: 100%;
    height: auto;
}
.postListSocial__socialIcon
{
    font-size: 77%;

    display: block;
    float: left;

    width: 50%;
    padding: 3px 0;

    text-align: center;

    color: #fff;
}
.postListSocial__socialIcon--twitter
{
    background: #00aced;
}
.postListSocial__socialIcon--facebook
{
    background: #3b5998;
}
.postListSocial__description
{
    font-size: 108%;
    line-height: 170%;

    display: table-cell;

    padding: 0 0 0 15px;

    vertical-align: middle;
}
.postListSocial__description a
{
    display: block;

    text-decoration: none;
}

.postList.postListSim > a
{
    border-top: 1px solid #e5e5e5;
}
.postList.postListSim > a:first-child
{
    border-top: 1px solid #e5e5e5;
}

.postListSim > a
{
    display: block;

    padding: 20px 20px;

    transition: .5s ease;
    text-decoration: none;

    border-top: 1px solid #e5e5e5;
}
.postListSim > a:first-child
{
    border-top: none;
}
.postListSim__title
{
    font-size: 124%;
    font-weight: bold;
    line-height: 150%;

    margin-bottom: 5px;
}
.postListSim__description
{
    display: table;

    width: 100%;

    table-layout: fixed;
}
.postListSim__thumb
{
    display: table-cell;

    width: 100px;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}
.postListSim__thumb img
{
    max-width: 90%;
    height: auto;
}
.postListSim__summary
{
    font-size: 100%;
    line-height: 160%;

    display: table-cell;

    padding: 0 0 0 20px;

    vertical-align: middle;

    color: #000;
}
.postListSim__cat
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.postListSim__spec
{
    font-size: 93%;

    color: #666;
}
.postListSim .adbanner
{
    border-top: 1px solid #e5e5e5;
}
.postListSim__metaList
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.postListSim__metaItem
{
    font-size: 93%;
    line-height: 130%;

    float: left;

    margin-right: 5px;
    padding-right: 5px;

    color: #999;
    border-right: 1px solid #999;
}
.postListSim__metaItem:last-child
{
    padding-right: 0;

    border-right: none;
}
.postListSim__tagsItem
{
    float: left;
}
.postListSim__tagsItem:before
{
    padding-right: 0;

    content: ', ';
}
.postListSim__tagsItem:first-child:before
{
    content: none;
}
.postListSim__category
{
    font-size: 77%;
    font-weight: bold;

    position: absolute;
    bottom: 10px;

    display: block;

    width: 300px;

    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
}
.postListSim__category li
{
    font-weight: normal;

    display: inline-block;

    margin-right: 2px;
    margin-bottom: 2px;
    padding: 4px 8px;

    color: #fff;
    background: #6ab344;
}

.simCachback
{
    font-size: 77%;

    float: right;

    margin-top: 3px;
}

.simCategory
{
    float: left;

    width: 190px;
    margin-right: 10px;
}
.simCategory__list
{
    display: inline-block;
}
.simCategory__item
{
    font-size: 77%;
    line-height: 1;

    display: inline-block;

    padding: 4px 8px;

    color: #fff;
    background: #ccc;
}
.simCategory__item.is-active
{
    background: #6ab344;
}

.topRecommendTags
{
    margin-top: 40px;
}
.topRecommendTags--sidebar
{
    margin-top: 20px;
}

.recommendTags__item
{
    float: left;

    margin-right: 8px;
    margin-bottom: 5px;
}
.recommendTags__item:before
{
    color: #ccc;
}
.recommendTags__item:first-child:before
{
    content: none;
}
.recommendTags__item a
{
    font-size: 93%;
    font-weight: normal;

    display: inline-block;

    margin-right: 5px;
    margin-bottom: 2px;
    padding: 4px 8px;

    text-decoration: none;

    color: #fff;
    background: #6ab344;
}

.searchForm
{
    margin: 0 15px;

    border: 1px solid #e0e0e0;
}
.searchForm__title
{
    font-size: 124%;
    font-weight: bold;

    padding: 10px;
}
.searchForm__option
{
    border-top: 1px solid #e0e0e0;
}
.searchForm__item
{
    font-size: 108%;

    padding: 12px 10px;

    border-bottom: 1px solid #e0e0e0;
}
.searchForm__item label
{
    display: block;
    float: left;

    width: 120px;
    margin-right: 25px;
}
.searchForm__item select
{
    float: left;
}
.searchForm__item--price div
{
    margin-bottom: 5px;
}
.searchForm__item--price input
{
    margin-right: 5px;
    margin-left: 10px;
}
.searchForm__item--price input:first-of-type
{
    margin-left: 0;
}
.searchForm__keyword
{
    box-sizing: border-box;
    width: 420px;
}
.searchForm__button
{
    padding: 10px 0;

    text-align: center;
}
.searchForm__reset
{
    float: left;

    box-sizing: border-box;
    width: 40%;
    padding-right: 15px;
    padding-left: 15px;
}
.searchForm__reset > a,
.searchForm__reset input[type='reset']
{
    font-size: 124%;

    display: inline-block;
    display: block;

    box-sizing: border-box;
    width: 100%;
    padding: 7px 0;

    text-align: center;
    text-decoration: none;

    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #f0f0f0;

    -webkit-appearance: none;
}
.searchForm__submit
{
    float: left;

    box-sizing: border-box;
    width: 60%;
    padding-right: 15px;
}
.searchForm__submit input[type='submit']
{
    font-size: 124%;

    display: block;

    width: 100%;
    padding: 8px 50px;

    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #6ab344;

    -webkit-appearance: none;
}
.searchForm__submit--center
{
    float: none;

    margin: 0 auto;
}
.searchForm__submit--full
{
    float: none;

    width: auto;
    padding: 0 15px;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../shared/fonts/slick.eot');
    src: url('../../shared/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../shared/fonts/slick.woff') format('woff'), url('../../shared/fonts/slick.ttf') format('truetype'), url('../../shared/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* sns
---------------------------------------- */
.snsList__item
{
    float: left;

    margin-left: 10px;
}
.snsList__item:first-child
{
    margin-left: 0;
}
.snsList__item img
{
    display: none;
}
.snsList a.sharrre,
.snsList__lineBtn
{
    font-size: 92%;
    line-height: 1.1;

    display: inline-block;

    padding: 4px 5px 4px 23px;

    text-decoration: none;

    color: #fff;
}
.snsList .socialCount
{
    font-size: 10px !important;

    position: relative;

    display: inline-block;

    margin-left: 3px;
    padding: 3px 8px;

    text-decoration: none;

    color: #000;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
}
.snsList .socialCount:after,
.snsList .socialCount:before
{
    position: absolute;
    top: 50%;
    right: 100%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}
.snsList .socialCount:after
{
    margin-top: -4px;

    border-width: 4px;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
}
.snsList .socialCount:before
{
    margin-top: -5px;

    border-width: 5px;
    border-color: transparent;
    border-right-color: #ccc;
}

/* widget
---------------------------------------- */
.top_intro_v
{
    position: relative;

    margin-bottom: 20px;
    padding: 20px 15px;

    border-top: 4px solid #6ab344;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.top_intro_v .thumb img
{
    width: auto;
    height: 50px;
}

.picup-thumb
{
    position: relative;

    overflow: hidden;

    margin-bottom: 20px;
    padding: 20px 15px;

    border-top: 4px solid #6ab344;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
}
.picup-thumb > li
{
    float: left;

    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 35px;
}
.picup-thumb .spacer
{
    display: none;
}
.picup-thumb .widgettitle
{
    font-weight: bold;

    margin-bottom: 10px;
}
.picup-thumb .thumb_v
{
    margin-bottom: 5px;
}
.picup-thumb .content_v
{
    display: block;

    margin-bottom: 10px;
}
.picup-thumb .info_v
{
    overflow: hidden;
}
.picup-thumb .info_v .title
{
    font-weight: bold;

    display: block;
}
.picup-thumb .info_v .price
{
    display: block;

    margin-bottom: 5px;
}
.picup-thumb .info_v .cat_img
{
    display: block;
}
.picup-thumb .picup-icon
{
    float: left;

    margin-right: 10px;
}
.picup-thumb .picup-icon > img
{
    max-width: 80px;
    height: auto;
}

/* WordPressの編集画面で付与されるstyle
---------------------------------------- */
.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignright
{
    float: right;

    margin: 0 0 10px 10px;
}

.alignleft
{
    float: left;

    margin: 0 10px 10px 0;
}

.writerSingle
{
    padding: 22px 15px;
}
.writerSingle__avatar
{
    float: left;

    width: 75px;
    margin-right: 20px;
}
.writerSingle__block
{
    float: left;

    width: 495px;
}
.writerSingle__name
{
    font-size: 139%;

    margin: 0 0 10px;
}
.writerSingle__description
{
    line-height: 1.7;
}

.u-textRight
{
    text-align: right;
}

.alignleft
{
    margin-right: 10px;
}

/** 記事中アフィリエイト */
.af-content-link-alignnormal,
.af-content-link-alignleft,
.af-content-link-alignright
{
    width: 280px;
    margin: 25px auto;

    border: 1px solid #ccc;
}

.af-content-link-alignleft
{
    float: left;
}

.af-content-link-alignright
{
    float: right;
}

.af-content-link-alignright-cf
{
    clear: both;
}

.af-content-a
{
    padding-right: 0 !important;

    background: none !important;
}

.af-content-a img
{
    max-width: 160px;
    max-height: 135px;
}

.af-content-link-item
{
    line-height: 1.3;

    padding: 10px 7px 0 7px;

    text-align: center;
}

.af-content-link-item p
{
    margin-bottom: 10px;
}

.cus-general-overview
{
    font-size: 108%;
    line-height: 170%;

    margin: 0 20px;
}

.green-ttl
{
    font-size: 100%;
    font-weight: bold;
    line-height: 1;

    padding: .7em .7em .7em 9px;

    color: #555;
    border: 1px #ccc solid;
    border-top: none;
    background: linear-gradient(to bottom, #fff 0%, #a8c450 93%, #fff 100%);
}

.dl-btn-small
{
    display: block;
    overflow: hidden;

    width: 160px;
    height: 33px;
    margin-bottom: 2px;

    text-indent: -9999px;

    background: url('img/sprite.png') no-repeat 0 -350px;
}

.margin-auto
{
    display: block;

    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}
.textwidget iframe{
	width:300px !important;
	display:block !important;
	float:left !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
}

/* =============================================== */
/** apridownloadbutton */
/* ----------------------------------------------- */

.downloadBtn a{
  border-radius: 8px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,125,0) 0%, rgb(247,122,0) 14%, rgb(255,124,0) 54%, rgb(255,167,61) 72%, rgb(255,160,60) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,125,0) 0%, rgb(247,122,0) 14%, rgb(255,124,0) 54%, rgb(255,167,61) 72%, rgb(255,160,60) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,125,0) 0%, rgb(247,122,0) 14%, rgb(255,124,0) 54%, rgb(255,167,61) 72%, rgb(255,160,60) 100%);
  box-shadow: 1px 1.732px 2.55px 0.45px rgba(22, 12, 64, 0.2);
  display:block;
  color:#fff;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  font-size: 120%;
  letter-spacing:-1px;
}
.downloadBtn a:before{
  content:url("shared/img/site/icon_downloadbtn.png");
  top: 2px;
  left:0px;
  position: relative;
}

.post-downloadBtn a{
  width:200px;
  text-align: center;
  margin:0 auto;
  text-decoration:none;
  border-radius: 8px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,125,0) 0%, rgb(247,122,0) 14%, rgb(255,124,0) 54%, rgb(255,167,61) 72%, rgb(255,160,60) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,125,0) 0%, rgb(247,122,0) 14%, rgb(255,124,0) 54%, rgb(255,167,61) 72%, rgb(255,160,60) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,125,0) 0%, rgb(247,122,0) 14%, rgb(255,124,0) 54%, rgb(255,167,61) 72%, rgb(255,160,60) 100%);
  box-shadow: 1px 1.732px 2.55px 0.45px rgba(22, 12, 64, 0.2);
  display:block;
  color:#fff;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  font-size: 115%;
  letter-spacing:-1px;
}
.post-downloadBtn a:before{
  content:url("shared/img/site/icon_downloadbtn.png");
  top: 2px;
  left: -3px;
  position: relative;
}