
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*!
 *  Font Awesome 4.7.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";
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  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.3333333333em;
  line-height: 0.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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 13px;
  color: #8C7E6C;
  background-color: #DAD5CF;
  padding: 0;
  margin: 0;
}

.container {
  background-color: #F5F5ED;
  margin: 0 auto;
  position: relative;
}

.none {
  display: none;
}

.hidden {
  display: none;
}

#build-menu-page {
  left: 0;
  position: relative;
  background-color: #DAD5CF;
}

#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 280px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block;
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.staging_banner {
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  background-color: rgba(248, 63, 38, 0.6);
  position: fixed;
  z-index: 100000;
}

.staging_banner strong {
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@media all and (min-width: 769px) {
  .staging_banner {
    padding: 2px 28px;
  }
  .staging_banner strong {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .staging_banner {
    padding: 2px 28px;
  }
  .staging_banner strong {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .staging_banner {
    padding: 1px 14px;
  }
  .staging_banner strong {
    font-size: 12px;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* renewal at December 2019 */
/* style for mobile phone */
.commonFooter__content .links p {
  display: none;
}
.commonFooter__content .links dl dt {
  font-size: 14px;
  font-weight: bold;
  background-color: #DDD;
  border-bottom: 1px solid #FFF;
  padding: 7px 9px;
}
.commonFooter__content .links dl dt a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.commonFooter__content .links dl dd {
  font-size: 13px;
  color: #666;
  background: #EEE;
}
.commonFooter__content .links dl dd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.commonFooter__content .links dl dd ul li {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #FFF;
}
.commonFooter__content .links dl dd ul li:nth-child(odd) {
  border-right: 1px solid #FFF;
}
.commonFooter__content .links dl dd ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 9px 0;
}
.commonFooter__copy {
  background-color: #AAA;
}
.commonFooter__copy .copyWrite {
  font-size: 12px;
  color: #FFF;
  padding: 7.5px 0 5px;
}
.commonFooter__copy .copyWrite p {
  display: none;
}
.commonFooter__copy .copyWrite address {
  text-align: center;
}

@media all and (min-width: 641px) {
  /* style for tablet */
  .commonFooter__content .links dl dt {
    font-size: 28px;
    border-bottom-width: 2px;
    padding: 14px 18px;
  }
  .commonFooter__content .links dl dd {
    font-size: 26px;
  }
  .commonFooter__content .links dl dd ul li {
    border-bottom-width: 2px;
  }
  .commonFooter__content .links dl dd ul li:nth-child(odd) {
    border-right-width: 2px;
  }
  .commonFooter__content .links dl dd ul li a {
    padding: 18px 0;
  }
  .commonFooter__copy .copyWrite {
    font-size: 24px;
    padding: 15px 0 10px;
  }
}
@media all and (min-width: 769px) {
  /* style for large display */
  .commonFooter {
    background-color: #222;
  }
  .commonFooter__content {
    border-bottom: 1px solid #FFF;
    padding: 60px 0;
  }
  .commonFooter__content .links {
    display: flex;
    width: 1040px;
    margin: 0 auto;
  }
  .commonFooter__content .links p {
    display: block;
    width: 180px;
    align-self: center;
  }
  .commonFooter__content .links p img {
    display: block;
  }
  .commonFooter__content .links dl {
    width: 380px;
  }
  .commonFooter__content .links dl dt, .commonFooter__content .links dl dd {
    color: #FFF;
    text-align-last: left;
    background-color: #222;
  }
  .commonFooter__content .links dl dt {
    font-size: 16px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .commonFooter__content .links dl dd {
    font-size: 14px;
  }
  .commonFooter__content .links dl dd ul {
    line-height: 1.8;
  }
  .commonFooter__content .links dl dd ul li {
    border-bottom: none;
  }
  .commonFooter__content .links dl dd ul li:nth-child(odd) {
    border-right: none;
  }
  .commonFooter__content .links dl dd ul li a {
    display: inline;
    padding: 0;
  }
  .commonFooter__copy {
    background-color: transparent;
  }
  .commonFooter__copy .copyWrite {
    display: table;
    width: 1040px;
    font-size: 12px;
    margin: 0 auto;
  }
  .commonFooter__copy .copyWrite p, .commonFooter__copy .copyWrite address {
    display: table-cell;
  }
  .commonFooter__copy .copyWrite address {
    text-align: right;
  }
}
@media all and (min-width: 769px) {
  #side_opener {
    display: none;
  }
  #drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.7;
    z-index: 11;
  }
  #drawer_overlay.open {
    display: none;
  }
  #www_container #content_search {
    width: 1070px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #content_topic.show, #www_container #content_topic.list, #www_container #content_topic.shops, #www_container #content_search_result {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 30px auto;
  }
  #www_container #content_topic.show #main, #www_container #content_topic.list #main, #www_container #content_topic.shops #main, #www_container #content_search_result #main {
    width: 720px;
  }
  #www_container #content_topic.show #sub, #www_container #content_topic.list #sub, #www_container #content_topic.shops #sub, #www_container #content_search_result #sub {
    width: 300px;
  }
  #www_container .js-search-form {
    display: none;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  #www_container #www_header #www_header_inner {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 40%;
    padding-top: 30px;
    float: left;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form {
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form input[type=text] {
    width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 8px;
    outline: none;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form input[type=submit] {
    position: absolute;
    left: 168px;
    top: 7px;
    width: 30px;
    font-family: FontAwesome;
    cursor: pointer;
    background-color: #FFF;
    border: none;
    outline: none;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: none;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: none;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form {
    width: 100%;
    display: block;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements {
    display: table;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 6px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area input, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw input, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn input {
    font-size: 12px;
    border: none;
    outline: none;
    -webkit-appearance: none;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw {
    padding: 4px 0;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area input[type=text], #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw input[type=text] {
    color: #999;
    padding: 0 8px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw {
    border-left: 1px dotted #CCC;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn {
    background-color: #EEE;
    border-left: 1px solid #CCC;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn input[type=submit] {
    display: block;
    font-family: FontAwesome;
    background-color: #EEE;
    padding: 0 10px;
    cursor: pointer;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 20%;
    text-align: center;
    padding: 25px 0;
    float: left;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 92px;
    margin: 0 auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 40%;
    padding-top: 35px;
    float: left;
  }
  #www_container #www_header #www_header_inner #right_space #side_opener {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    text-align: right;
  }
  #www_container #www_header #www_header_inner #right_space ul li {
    display: inline;
    font-size: 13px;
    color: #333;
    margin-right: 10px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.totop {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice {
    padding-left: 5px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon {
    position: relative;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon i {
    display: inline-block;
    font-size: 18px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon em {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -6px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.ttl {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.subscriptions span.ttl {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.logout {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.nick_name a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  #www_container #www_header #www_header_inner #right_space ul li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li a i {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #333;
    z-index: 200;
    transform: translateX(-300px);
    transition: all 0.3s ease 0s;
  }
  #sidemenu.open {
    transform: translateX(0);
  }
  #sidemenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  #sidemenu ul li a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
  }
  #sidemenu ul li a .icon {
    width: 40px;
  }
  #sidemenu ul li a .icon i {
    font-size: 24px;
  }
  #sidemenu ul li a .icon em {
    display: none;
  }
  #sidemenu ul li a .icon img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #sidemenu ul li a .ttl em {
    display: inline-block;
    width: 2em;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 6px;
  }
  #drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.7;
    z-index: 11;
  }
  #drawer_overlay.open {
    display: none;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
  }
  #www_container #www_header #www_header_inner {
    width: 100%;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 20%;
    box-sizing: border-box;
    padding: 30px 28px 0 0;
    float: right;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space a.notice i {
    font-size: 40px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice em {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: table;
    margin-left: auto;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn, #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    display: table-cell;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn i, #www_container #www_header #www_header_inner #left_space .btns .notice_btn i {
    font-size: 40px;
    color: #777;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    padding-left: 20px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a em {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 60%;
    float: right;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 110px;
    margin: 25px auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 20%;
    box-sizing: border-box;
    padding: 30px 0 0 28px;
    float: right;
  }
  #www_container #www_header #www_header_inner #right_space #side_opener {
    color: #777;
    font-size: 40px;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space #sidemenu.open ul {
    display: block;
  }
  form.js-search-form {
    display: none;
  }
}
@media all and (max-width: 640px) {
  #sidemenu {
    width: 200px;
    transform: translateX(-200px);
  }
  #sidemenu ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  #sidemenu ul li a .icon {
    width: 30px;
    height: 20px;
  }
  #sidemenu ul li a .icon i {
    font-size: 16px;
  }
  #sidemenu ul li a .icon img {
    width: 20px;
    height: 20px;
  }
  #sidemenu ul li a .ttl em {
    font-size: 12px;
  }
  #www_container #www_header #www_header_inner #left_space {
    padding: 15px 14px 0 0;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    width: 20px;
    height: 20px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice i {
    font-size: 20px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice em {
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn i, #www_container #www_header #www_header_inner #left_space .btns .notice_btn i {
    font-size: 20px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    padding-left: 10px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a {
    width: 23px;
    height: 23px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a em {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #center_space img {
    width: 55px;
    margin: 12px auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    padding: 15px 0 0 14px;
  }
  #www_container #www_header #www_header_inner #right_space #side_opener {
    font-size: 20px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.remodal {
  padding: 40px 0 25px;
}
.remodal.login_modal_topic p.attention {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.remodal.login_modal_topic #new_entry {
  margin-bottom: 10px;
}
.remodal.login_modal_topic #new_entry a {
  display: block;
  width: 80%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border: 1px solid #F83F26;
  border-radius: 3px;
  padding: 15px 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #F83F26;
}
.remodal.login_modal_topic .line {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  margin: 30px 0;
}
.remodal.login_modal_topic .line p {
  width: 80%;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 50%;
}
.remodal.login_modal_topic .line p span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  padding: 0 10px;
  position: relative;
  top: -12px;
}
.remodal.login_modal_topic #social_login p {
  font-size: 18px;
  margin-bottom: 10px;
}
.remodal.login_modal_topic #social_login button, .remodal.login_modal_topic #social_login a, .remodal.login_modal_topic #social_login input[type=submit] {
  display: block;
  width: 80%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 0;
  margin: 0 auto 20px auto;
  cursor: pointer;
}
.remodal.login_modal_topic #social_login button.btn-sign-in-with-line, .remodal.login_modal_topic #social_login a.btn-sign-in-with-line, .remodal.login_modal_topic #social_login input[type=submit].btn-sign-in-with-line {
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  background-color: #06C755;
  border-width: 0;
  padding: 0;
  color: #FFF;
}
.remodal.login_modal_topic #social_login button.btn-sign-in-with-line img, .remodal.login_modal_topic #social_login a.btn-sign-in-with-line img, .remodal.login_modal_topic #social_login input[type=submit].btn-sign-in-with-line img {
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
.remodal.login_modal_topic #social_login button.btn-sign-in-with-line span, .remodal.login_modal_topic #social_login a.btn-sign-in-with-line span, .remodal.login_modal_topic #social_login input[type=submit].btn-sign-in-with-line span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.remodal.login_modal_topic #social_login button.fb, .remodal.login_modal_topic #social_login a.fb, .remodal.login_modal_topic #social_login input[type=submit].fb {
  background-color: #425F9B;
  border: 1px solid #425F9B;
}
.remodal.login_modal_topic #social_login button.tw, .remodal.login_modal_topic #social_login a.tw, .remodal.login_modal_topic #social_login input[type=submit].tw {
  background-color: #55ACEE;
  border: 1px solid #55ACEE;
}
.remodal.login_modal_topic #social_login button.normal, .remodal.login_modal_topic #social_login a.normal, .remodal.login_modal_topic #social_login input[type=submit].normal {
  color: #222;
  background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  border: 1px solid #DDD;
}

@media all and (max-width: 768px) {
  .remodal.login_modal_topic {
    width: 310px;
  }
}
.topicShareButtons {
  display: flex;
  justify-content: space-between;
  background-color: #EEE;
  padding: 0 11px 10px;
}
.topicShareButtons__button {
  width: 32%;
  font-size: 10px;
}
.topicShareButtons__button a {
  position: relative;
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
}
.topicShareButtons__button a .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/faSocialIcons-bdaebed7d00d331c886a75cf7cccf2766a47776301a4df04f0f190e99cce18ed.webp);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 20px 80px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.topicShareButtons__button a.x {
  background-color: #000;
}
.topicShareButtons__button a.x .icon {
  background-position-y: 0;
}
.topicShareButtons__button a.facebook {
  background-color: #1877F2;
}
.topicShareButtons__button a.facebook .icon {
  background-position-y: -40px;
}
.topicShareButtons__button a.line {
  background-color: #06C755;
}
.topicShareButtons__button a.line .icon {
  background-position-y: -60px;
}

.shareThisTopic {
  display: flex;
  align-items: center;
  border-top: 1px solid #E7E7E7;
  padding: 10px;
}
.shareThisTopic__image {
  width: 120px;
}
.shareThisTopic__image img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.shareThisTopic__detail {
  flex: 1;
  text-align: center;
}
.shareThisTopic__detail p {
  font-size: 12px;
  margin-bottom: 5px;
}
.shareThisTopic__detail p span {
  color: #F83F26;
}
.shareThisTopic__detail .fb-share-button, .shareThisTopic__detail .x {
  margin-top: 10px;
}

.topicShareButtonsBottom {
  border-top: 1px solid #EEE;
  padding: 5px 10px 0 10px;
  margin-bottom: 20px;
}
.topicShareButtonsBottom__header {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
}
.topicShareButtonsBottom__content {
  display: flex;
  max-width: 720px;
  justify-content: space-around;
  margin: 0 auto;
}
.topicShareButtonsBottom__content a {
  display: block;
  width: 48%;
  max-width: 330px;
  box-sizing: border-box;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
}
.topicShareButtonsBottom__content a .icon {
  width: 20px;
  height: 20px;
  background-image: url(/assets/faSocialIcons-bdaebed7d00d331c886a75cf7cccf2766a47776301a4df04f0f190e99cce18ed.webp);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 20px 80px;
  margin: 0 auto 5px;
}
.topicShareButtonsBottom__content a.x {
  background-color: #000;
}
.topicShareButtonsBottom__content a.x .icon {
  background-position-y: 0;
}
.topicShareButtonsBottom__content a.facebook {
  background-color: #1877F2;
}
.topicShareButtonsBottom__content a.facebook .icon {
  background-position-y: -40px;
}

@media all and (min-width: 641px) and (max-width: 768px) {
  .topicShareButtons {
    padding: 0 19px 20px;
  }
  .topicShareButtons__button {
    font-size: 20px;
  }
  .topicShareButtons__button a .icon {
    top: 15px;
  }
  .shareThisTopic {
    padding: 20px;
  }
  .shareThisTopic__image img {
    width: 200px;
    height: 200px;
  }
  .shareThisTopic__detail p {
    font-size: 28px;
  }
  .topicShareButtonsBottom {
    padding: 15px 20px;
  }
  .topicShareButtonsBottom__header {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .topicShareButtonsBottom__content a {
    font-size: 20px;
  }
}
@media all and (min-width: 769px) {
  .topicShareButtons {
    padding: 5px 19px 15px;
  }
  .topicShareButtons__button {
    font-size: 12px;
  }
  .shareThisTopic {
    border: 5px solid #E7E7E7;
    margin-bottom: 15px;
  }
  .shareThisTopic__image {
    width: 340px;
  }
  .shareThisTopic__image img {
    width: 320px;
    height: 200px;
  }
  .shareThisTopic__detail p {
    font-size: 24px;
  }
  .topicShareButtonsBottom {
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }
  .topicShareButtonsBottom__header {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .topicShareButtonsBottom__content a {
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
  }
  .topicShareButtonsBottom__content a .icon {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 15px;
  }
}
@media all and (min-width: 769px) {
  .error_pages {
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner {
    width: 1040px;
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 40px;
  }
  .error_pages .error_pages_inner p {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 160px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 6px 0;
    margin: 0 auto 20px auto;
  }
  .error_pages .error_pages_inner a.return {
    font-size: 14px;
    color: #369BFF;
  }
  .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 12px 19px 15px 19px;
  }
  .add_favorite #fb_like {
    padding-top: 10px;
    display: table-cell;
  }
  .add_favorite #add_btn {
    width: 160px;
    display: table-cell;
    text-align: right;
  }
  .add_favorite #add_btn a {
    display: inline-block;
    width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .add_favorite #add_btn a.add, .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .add_favorite #add_btn a.add i, .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #topic_summary {
    background-color: #F8F8F8;
    margin-bottom: 10px;
    table-layout: fixed;
  }
  #topic_summary #topic_summary_inner {
    border: 1px solid #EEE;
  }
  #topic_summary #topic_summary_inner #summary_header {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    padding: 10px 19px;
    overflow: hidden;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate {
    float: left;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate span {
    display: block;
    font-size: 10px;
    color: #999;
    padding-top: 8px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    float: right;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 18px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 14px;
    padding: 0 10px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    display: flex;
    padding: 19px 19px 0 19px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area {
    margin-bottom: 8px;
    margin-top: 2px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area a {
    display: flex;
    text-decoration: none;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area span {
    color: #616161;
    font-size: 14px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article {
    width: 50px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article span {
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.3em 0.4em;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_title {
    width: 460px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 span.pr {
    font-size: 16px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area p {
    font-size: 14px;
    color: #999;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp {
    display: none;
  }
  #topic_summary #topic_summary_inner .eventData {
    padding: 0 0 10px 189px;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
}
@media all and (max-width: 768px) {
  .error_pages {
    text-align: center;
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    padding: 60px;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }
  .error_pages .error_pages_inner p {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 256px;
    font-size: 24px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 auto 20px auto;
  }
  .error_pages .error_pages_inner a.return {
    display: inline-block;
    font-size: 24px;
    color: #369BFF;
  }
  .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 20px;
  }
  .add_favorite #fb_like {
    display: table-cell;
  }
  .add_favorite #add_btn {
    width: 200px;
    display: table-cell;
    text-align: right;
  }
  .add_favorite #add_btn a {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 5px 10px;
  }
  .add_favorite #add_btn a.add, .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .add_favorite #add_btn a.add i, .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #topic_summary {
    background-color: #F8F8F8;
  }
  #topic_summary #topic_summary_inner #summary_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #999;
    border-bottom: 2px solid #EEE;
    padding: 10px 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    display: flex;
    align-items: center;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
    margin-right: 5px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 20px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 24px;
    margin-left: 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 14px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    table-layout: fixed;
    width: 100%;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    width: 100%;
    vertical-align: top;
    margin-bottom: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 100%;
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item {
    padding: 0 10px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area {
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area a {
    display: flex;
    text-decoration: none;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area span {
    color: #616161;
    font-size: 20px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article {
    width: 70px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article span {
    border: 1px solid;
    border-radius: 4px;
    vertical-align: middle;
    padding: 0.3em;
    margin-right: 2%;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_title {
    width: 690px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area {
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 6px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 span.pr {
    font-size: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area p {
    font-size: 20px;
    color: #999;
    line-height: 120%;
    margin-bottom: 6px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp {
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a, #topic_summary #topic_summary_inner #writer_info__sp span {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 2px 10px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .image_area, #topic_summary #topic_summary_inner #writer_info__sp span .image_area {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .image_area .icon, #topic_summary #topic_summary_inner #writer_info__sp span .image_area .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area, #topic_summary #topic_summary_inner #writer_info__sp span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area dl dt, #topic_summary #topic_summary_inner #writer_info__sp span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area dl dd, #topic_summary #topic_summary_inner #writer_info__sp span .info_area dl dd {
    font-size: 16px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topic_summary #topic_summary_inner .eventData {
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 14px 14px 8px 14px;
    margin: 0 19px 23px 19px;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
  .dfpTag {
    padding: 10px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  .error_pages {
    text-align: center;
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    padding: 30px;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .error_pages .error_pages_inner p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 128px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 0;
    margin: 0 auto 10px auto;
  }
  .error_pages .error_pages_inner a.return {
    display: inline-block;
    font-size: 12px;
    color: #369BFF;
  }
  #topic_summary {
    background-color: #F8F8F8;
  }
  #topic_summary #topic_summary_inner #summary_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #999;
    border-bottom: 2px solid #EEE;
    padding: 10px 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    display: flex;
    align-items: center;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 20px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 24px;
    margin-left: 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 14px;
  }
  .dfpTag {
    padding: 5px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
}
body#www {
  color: #333;
  background-color: #F8F8F8;
}

@media all and (min-width: 769px) {
  .email-confirmation-alert {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 20px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 16px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 23px;
  }
  .alert-popup.fadeout {
    animation: fadeout 0.5s ease 0s forwards;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 30px;
    text-align: center;
    color: #FFF;
  }
  #www_container {
    background-color: #FFF;
  }
  #www_container #breadcrumbs {
    width: 100%;
    border-top: 1px solid #DDD;
    padding: 30px 0;
  }
  #www_container #breadcrumbs ol {
    width: 1040px;
    margin: 0 auto;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 10px;
  }
  #www_container #related_topics, #www_container #related_keywords, #www_container #nearest_shops, #www_container #serial_information, #www_container #serial__popularTopics {
    margin-bottom: 15px;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1, #www_container #serial_information > h1, #www_container #serial__popularTopics > h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 5px solid #DDD;
    padding: 0 20px 10px 20px;
    margin-bottom: 12px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element, #www_container #serial_information .topic_element, #www_container #serial__popularTopics .topic_element {
    border-bottom: 1px solid #DDD;
    margin: 0 20px;
  }
  #www_container #related_topics .topic_element .topic_element_inner, #www_container #related_keywords .topic_element .topic_element_inner, #www_container #nearest_shops .topic_element .topic_element_inner, #www_container #serial_information .topic_element .topic_element_inner, #www_container #serial__popularTopics .topic_element .topic_element_inner {
    display: table;
    width: 100%;
  }
  #www_container #related_topics .topic_element .topic_element_inner a, #www_container #related_keywords .topic_element .topic_element_inner a, #www_container #nearest_shops .topic_element .topic_element_inner a, #www_container #serial_information .topic_element .topic_element_inner a, #www_container #serial__popularTopics .topic_element .topic_element_inner a {
    display: block;
    text-decoration: none;
  }
  #www_container #related_topics .topic_element .topic_element_inner a .image_area, #www_container #related_keywords .topic_element .topic_element_inner a .image_area, #www_container #nearest_shops .topic_element .topic_element_inner a .image_area, #www_container #serial_information .topic_element .topic_element_inner a .image_area, #www_container #serial__popularTopics .topic_element .topic_element_inner a .image_area {
    width: 70px;
    display: table-cell;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #related_keywords .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #nearest_shops .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #serial_information .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #serial__popularTopics .topic_element .topic_element_inner a .image_area .eyecatch {
    width: 60px;
    height: 60px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics .topic_element .topic_element_inner a .topic_summary h1, #www_container #related_keywords .topic_element .topic_element_inner a .topic_summary h1, #www_container #nearest_shops .topic_element .topic_element_inner a .topic_summary h1, #www_container #serial_information .topic_element .topic_element_inner a .topic_summary h1, #www_container #serial__popularTopics .topic_element .topic_element_inner a .topic_summary h1 {
    height: 55px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul, #www_container #serial_information ul, #www_container #serial__popularTopics ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li, #www_container #serial_information ul li, #www_container #serial__popularTopics ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a, #www_container #serial_information ul li a, #www_container #serial__popularTopics ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
  #www_container #serial_information .topic_element {
    border-bottom: none;
  }
  #www_container #brand_topics {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .email-confirmation-alert {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 20px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 16px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 26px;
  }
  .alert-popup.fadeout {
    animation: fadeout 0.3s ease 0s forwards;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 30px;
    text-align: center;
    color: #FFF;
  }
  #www_container #breadcrumbs {
    background-color: #F8F8F8;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    padding: 18px 26px;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 12px;
  }
  #www_container #related_keywords {
    display: none;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1, #www_container #serial_information > h1, #www_container #serial__popularTopics > h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 15px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element, #www_container #serial_information .topic_element, #www_container #serial__popularTopics .topic_element {
    display: table;
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #www_container #related_topics .topic_element a, #www_container #related_keywords .topic_element a, #www_container #nearest_shops .topic_element a, #www_container #serial_information .topic_element a, #www_container #serial__popularTopics .topic_element a {
    display: block;
    text-decoration: none;
  }
  #www_container #related_topics .topic_element a .image_area, #www_container #related_keywords .topic_element a .image_area, #www_container #nearest_shops .topic_element a .image_area, #www_container #serial_information .topic_element a .image_area, #www_container #serial__popularTopics .topic_element a .image_area {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element a .image_area .eyecatch, #www_container #related_keywords .topic_element a .image_area .eyecatch, #www_container #nearest_shops .topic_element a .image_area .eyecatch, #www_container #serial_information .topic_element a .image_area .eyecatch, #www_container #serial__popularTopics .topic_element a .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics .topic_element a .topic_summary, #www_container #related_keywords .topic_element a .topic_summary, #www_container #nearest_shops .topic_element a .topic_summary, #www_container #serial_information .topic_element a .topic_summary, #www_container #serial__popularTopics .topic_element a .topic_summary {
    color: #333;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul, #www_container #serial_information ul, #www_container #serial__popularTopics ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li, #www_container #serial_information ul li, #www_container #serial__popularTopics ul li {
    font-size: 24px;
    color: #666;
    background-color: #F9F9F9;
    border: 2px solid #E7E7E7;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a, #www_container #serial_information ul li a, #www_container #serial__popularTopics ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px;
  }
}
@media all and (max-width: 640px) {
  .email-confirmation-alert {
    font-size: 12px;
    padding: 10px;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 10px;
  }
  .alert-popup {
    padding: 13px;
  }
  .alert-popup.fadeout {
    animation: fadeout 0.3s ease 0s forwards;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 15px;
  }
  #www_container #breadcrumbs {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 9px 13px;
  }
  #www_container #breadcrumbs ol li {
    font-size: 8px;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 6px;
  }
  #www_container #related_keywords {
    display: none;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1, #www_container #serial_information > h1, #www_container #serial__popularTopics > h1 {
    font-size: 14px;
    padding: 7.5px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element, #www_container #serial_information .topic_element, #www_container #serial__popularTopics .topic_element {
    border-bottom: 1px solid #DDD;
  }
  #www_container #related_topics .topic_element a, #www_container #related_keywords .topic_element a, #www_container #nearest_shops .topic_element a, #www_container #serial_information .topic_element a, #www_container #serial__popularTopics .topic_element a {
    display: block;
    text-decoration: none;
  }
  #www_container #related_topics .topic_element a .image_area, #www_container #related_keywords .topic_element a .image_area, #www_container #nearest_shops .topic_element a .image_area, #www_container #serial_information .topic_element a .image_area, #www_container #serial__popularTopics .topic_element a .image_area {
    width: 70px;
  }
  #www_container #related_topics .topic_element a .image_area .eyecatch, #www_container #related_keywords .topic_element a .image_area .eyecatch, #www_container #nearest_shops .topic_element a .image_area .eyecatch, #www_container #serial_information .topic_element a .image_area .eyecatch, #www_container #serial__popularTopics .topic_element a .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #www_container #related_topics .topic_element a .topic_summary .editor, #www_container #related_keywords .topic_element a .topic_summary .editor, #www_container #nearest_shops .topic_element a .topic_summary .editor, #www_container #serial_information .topic_element a .topic_summary .editor, #www_container #serial__popularTopics .topic_element a .topic_summary .editor {
    font-size: 10px;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul, #www_container #serial_information ul, #www_container #serial__popularTopics ul {
    padding: 10px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li, #www_container #serial_information ul li, #www_container #serial__popularTopics ul li {
    font-size: 12px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a, #www_container #serial_information ul li a, #www_container #serial__popularTopics ul li a {
    padding: 5px;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media all and (min-width: 769px) {
  #www_container .shopsMap {
    display: none;
    border: 2px solid #E7E7E7;
    padding: 12px 13px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 13px;
  }
  #www_container .shopsMap .shopsMap__display #js-topic-shops-map {
    width: 100%;
    height: 225px;
    background-color: #CCC;
  }
  #www_container .shopsMap .shopsMap__button {
    padding-top: 12px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 14px 0;
  }
  #www_container #categories h1, #www_container #brands h1, #www_container #shop_categories h1 {
    display: none;
  }
  #www_container #categories ul li, #www_container #brands ul li, #www_container #shop_categories ul li {
    font-size: 12px;
  }
  #www_container #categories ul li a, #www_container #brands ul li a, #www_container #shop_categories ul li a {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 8px 5px;
  }
  #www_container #categories ul li a.active, #www_container #categories ul li a:hover, #www_container #brands ul li a.active, #www_container #brands ul li a:hover, #www_container #shop_categories ul li a.active, #www_container #shop_categories ul li a:hover {
    color: #FFF;
    background-color: #333;
  }
  #www_container #shop_categories_accordion {
    display: none;
  }
  #www_container #brands dt {
    font-weight: bold;
  }
  #www_container #brands dt i.accordion_trigger {
    display: none;
  }
  #www_container #sub #writer_info__pc, #www_container .wwwShopLayout__sub #writer_info__pc {
    border: 2px solid #E7E7E7;
    margin-bottom: 15px;
  }
  #www_container #sub #writer_info__pc a, #www_container #sub #writer_info__pc span, #www_container .wwwShopLayout__sub #writer_info__pc a, #www_container .wwwShopLayout__sub #writer_info__pc span {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 14px 13px;
  }
  #www_container #sub #writer_info__pc a .image_area, #www_container #sub #writer_info__pc span .image_area, #www_container .wwwShopLayout__sub #writer_info__pc a .image_area, #www_container .wwwShopLayout__sub #writer_info__pc span .image_area {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #www_container #sub #writer_info__pc a .image_area img, #www_container #sub #writer_info__pc span .image_area img, #www_container .wwwShopLayout__sub #writer_info__pc a .image_area img, #www_container .wwwShopLayout__sub #writer_info__pc span .image_area img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub #writer_info__pc a .info_area, #www_container #sub #writer_info__pc span .info_area, #www_container .wwwShopLayout__sub #writer_info__pc a .info_area, #www_container .wwwShopLayout__sub #writer_info__pc span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #www_container #sub #writer_info__pc a .info_area dl dt, #www_container #sub #writer_info__pc span .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info__pc a .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info__pc span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #www_container #sub #writer_info__pc a .info_area dl dd, #www_container #sub #writer_info__pc span .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info__pc a .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info__pc span .info_area dl dd {
    color: #999;
  }
  #www_container #sub #set_logs, #www_container .wwwShopLayout__sub #set_logs {
    background-color: #F8F8F8;
    border: 2px solid #E7E7E7;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
  }
  #www_container #sub #set_logs label, #www_container .wwwShopLayout__sub #set_logs label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
  }
  #www_container #sub #set_logs i.fa.accordion-caret, #www_container .wwwShopLayout__sub #set_logs i.fa.accordion-caret {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  #www_container #sub #set_logs .input_if #topic-work-log-form, #www_container .wwwShopLayout__sub #set_logs .input_if #topic-work-log-form {
    display: flex;
  }
  #www_container #sub #set_logs .input_if #topic-work-log-form select, #www_container .wwwShopLayout__sub #set_logs .input_if #topic-work-log-form select {
    display: block;
    width: 200px;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    background-color: #FFF;
    margin: 0 10px 5px 0;
  }
  #www_container #sub #set_logs .input_if #topic-work-log-form input[type=submit], #www_container .wwwShopLayout__sub #set_logs .input_if #topic-work-log-form input[type=submit] {
    height: 30px;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 7px;
  }
  #www_container #sub #set_logs .input_if .display_logs p, #www_container .wwwShopLayout__sub #set_logs .input_if .display_logs p {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 4px 20px 4px 4px;
    margin: 4px 0;
    position: relative;
  }
  #www_container #sub #set_logs .input_if .display_logs p a, #www_container .wwwShopLayout__sub #set_logs .input_if .display_logs p a {
    text-align: right;
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  #www_container #sub .sub_elements, #www_container .wwwShopLayout__sub .sub_elements {
    background-color: #F8F8F8;
    border: 2px solid #E7E7E7;
    padding: 10px;
    position: sticky;
    top: 100px;
  }
  #www_container #sub .sub_elements #set_brand, #www_container #sub .sub_elements #set_events, #www_container .wwwShopLayout__sub .sub_elements #set_brand, #www_container .wwwShopLayout__sub .sub_elements #set_events {
    border-bottom: 2px solid #CCC;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #www_container #sub .sub_elements #set_brand label, #www_container #sub .sub_elements #set_events label, #www_container .wwwShopLayout__sub .sub_elements #set_brand label, #www_container .wwwShopLayout__sub .sub_elements #set_events label {
    cursor: pointer;
  }
  #www_container #sub .sub_elements #set_brand i.fa, #www_container #sub .sub_elements #set_events i.fa, #www_container .wwwShopLayout__sub .sub_elements #set_brand i.fa, #www_container .wwwShopLayout__sub .sub_elements #set_events i.fa {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 5px;
  }
  #www_container #sub .sub_elements #set_brand .input_if, #www_container #sub .sub_elements #set_events .input_if, #www_container .wwwShopLayout__sub .sub_elements #set_brand .input_if, #www_container .wwwShopLayout__sub .sub_elements #set_events .input_if {
    display: none;
  }
  #www_container #sub .sub_elements #set_features, #www_container .wwwShopLayout__sub .sub_elements #set_features {
    border-bottom: 2px solid #CCC;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #www_container #sub .sub_elements #set_features label, #www_container .wwwShopLayout__sub .sub_elements #set_features label {
    cursor: pointer;
  }
  #www_container #sub .sub_elements #set_features i.fa, #www_container .wwwShopLayout__sub .sub_elements #set_features i.fa {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 5px;
  }
  #www_container #sub .sub_elements #set_features .elements_if, #www_container .wwwShopLayout__sub .sub_elements #set_features .elements_if {
    display: none;
  }
  #www_container #sub .sub_elements #set_brand.change, #www_container #sub .sub_elements #set_events.change, #www_container .wwwShopLayout__sub .sub_elements #set_brand.change, #www_container .wwwShopLayout__sub .sub_elements #set_events.change {
    border: 0;
  }
  #www_container #sub .sub_elements #set_features.change, #www_container .wwwShopLayout__sub .sub_elements #set_features.change {
    border: 0;
  }
  #www_container #sub .sub_elements #writer_info, #www_container .wwwShopLayout__sub .sub_elements #writer_info {
    border: 2px solid #E7E7E7;
    margin-bottom: 15px;
  }
  #www_container #sub .sub_elements #writer_info a, #www_container #sub .sub_elements #writer_info span, #www_container .wwwShopLayout__sub .sub_elements #writer_info a, #www_container .wwwShopLayout__sub .sub_elements #writer_info span {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 14px 13px;
  }
  #www_container #sub .sub_elements #writer_info a .image_area, #www_container #sub .sub_elements #writer_info span .image_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .image_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .image_area {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
  }
  #www_container #sub .sub_elements #writer_info a .image_area .icon, #www_container #sub .sub_elements #writer_info span .image_area .icon, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .image_area .icon, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .image_area .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #sub .sub_elements #writer_info a .info_area, #www_container #sub .sub_elements #writer_info span .info_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .info_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #www_container #sub .sub_elements #writer_info a .info_area dl dt, #www_container #sub .sub_elements #writer_info span .info_area dl dt, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .info_area dl dt, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #www_container #sub .sub_elements #writer_info a .info_area dl dd, #www_container #sub .sub_elements #writer_info span .info_area dl dd, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .info_area dl dd, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .info_area dl dd {
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    background-color: #CCC;
    margin-bottom: 15px;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
  }
  #www_container #sub #input_tags, #www_container .wwwShopLayout__sub #input_tags {
    position: relative;
  }
  #www_container #sub #input_tags .fa-info-circle, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle {
    display: block;
  }
  #www_container #sub #input_tags .fa-info-circle:before, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle:before {
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 10px;
  }
  #www_container #sub #input_tags p, #www_container .wwwShopLayout__sub #input_tags p {
    display: none;
    width: 200px;
    color: #CCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px;
    background: #FFF;
    position: absolute;
    top: 67px;
    left: 65px;
    padding: 3px 6px;
  }
  #www_container #sub #input_tags p:after, #www_container .wwwShopLayout__sub #input_tags p:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 18px;
    top: -20px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    pointer-events: none;
    content: " ";
  }
  #www_container #sub #input_tags .fa-info-circle:hover + p, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle:hover + p {
    display: block;
  }
  #www_container #sub #set_original_topic, #www_container .wwwShopLayout__sub #set_original_topic {
    position: relative;
  }
  #www_container #sub #set_original_topic .fa-info-circle:before, #www_container .wwwShopLayout__sub #set_original_topic .fa-info-circle:before {
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 110px;
  }
  #www_container #sub #set_original_topic p, #www_container .wwwShopLayout__sub #set_original_topic p {
    display: none;
    width: 200px;
    position: absolute;
    color: #CCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px;
    background: #FFF;
    top: 30px;
    left: -60px;
    padding: 3px 6px;
  }
  #www_container #sub #set_original_topic p:after, #www_container .wwwShopLayout__sub #set_original_topic p:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: -20px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    pointer-events: none;
    content: " ";
  }
  #www_container #sub #set_original_topic .fa-info-circle:hover + p, #www_container .wwwShopLayout__sub #set_original_topic .fa-info-circle:hover + p {
    display: block;
  }
  #www_container #sub #input_tags #topic_tag_list, #www_container #sub #input_tags #topic_feature_ids, #www_container #sub #input_tags #features, #www_container #sub #input_tags #topic_brand_id, #www_container #sub #set_features #topic_tag_list, #www_container #sub #set_features #topic_feature_ids, #www_container #sub #set_features #features, #www_container #sub #set_features #topic_brand_id, #www_container #sub #set_sponsor #topic_tag_list, #www_container #sub #set_sponsor #topic_feature_ids, #www_container #sub #set_sponsor #features, #www_container #sub #set_sponsor #topic_brand_id, #www_container #sub #set_recommends #topic_tag_list, #www_container #sub #set_recommends #topic_feature_ids, #www_container #sub #set_recommends #features, #www_container #sub #set_recommends #topic_brand_id, #www_container #sub #set_events #topic_tag_list, #www_container #sub #set_events #topic_feature_ids, #www_container #sub #set_events #features, #www_container #sub #set_events #topic_brand_id, #www_container #sub #set_original_topic #topic_tag_list, #www_container #sub #set_original_topic #topic_feature_ids, #www_container #sub #set_original_topic #features, #www_container #sub #set_original_topic #topic_brand_id, #www_container #sub #set_brand #topic_tag_list, #www_container #sub #set_brand #topic_feature_ids, #www_container #sub #set_brand #features, #www_container #sub #set_brand #topic_brand_id, #www_container #sub #ghost_writer #topic_tag_list, #www_container #sub #ghost_writer #topic_feature_ids, #www_container #sub #ghost_writer #features, #www_container #sub #ghost_writer #topic_brand_id, #www_container .wwwShopLayout__sub #input_tags #topic_tag_list, #www_container .wwwShopLayout__sub #input_tags #topic_feature_ids, #www_container .wwwShopLayout__sub #input_tags #features, #www_container .wwwShopLayout__sub #input_tags #topic_brand_id, #www_container .wwwShopLayout__sub #set_features #topic_tag_list, #www_container .wwwShopLayout__sub #set_features #topic_feature_ids, #www_container .wwwShopLayout__sub #set_features #features, #www_container .wwwShopLayout__sub #set_features #topic_brand_id, #www_container .wwwShopLayout__sub #set_sponsor #topic_tag_list, #www_container .wwwShopLayout__sub #set_sponsor #topic_feature_ids, #www_container .wwwShopLayout__sub #set_sponsor #features, #www_container .wwwShopLayout__sub #set_sponsor #topic_brand_id, #www_container .wwwShopLayout__sub #set_recommends #topic_tag_list, #www_container .wwwShopLayout__sub #set_recommends #topic_feature_ids, #www_container .wwwShopLayout__sub #set_recommends #features, #www_container .wwwShopLayout__sub #set_recommends #topic_brand_id, #www_container .wwwShopLayout__sub #set_events #topic_tag_list, #www_container .wwwShopLayout__sub #set_events #topic_feature_ids, #www_container .wwwShopLayout__sub #set_events #features, #www_container .wwwShopLayout__sub #set_events #topic_brand_id, #www_container .wwwShopLayout__sub #set_original_topic #topic_tag_list, #www_container .wwwShopLayout__sub #set_original_topic #topic_feature_ids, #www_container .wwwShopLayout__sub #set_original_topic #features, #www_container .wwwShopLayout__sub #set_original_topic #topic_brand_id, #www_container .wwwShopLayout__sub #set_brand #topic_tag_list, #www_container .wwwShopLayout__sub #set_brand #topic_feature_ids, #www_container .wwwShopLayout__sub #set_brand #features, #www_container .wwwShopLayout__sub #set_brand #topic_brand_id, #www_container .wwwShopLayout__sub #ghost_writer #topic_tag_list, #www_container .wwwShopLayout__sub #ghost_writer #topic_feature_ids, #www_container .wwwShopLayout__sub #ghost_writer #features, #www_container .wwwShopLayout__sub #ghost_writer #topic_brand_id {
    display: none;
  }
  #www_container #sub #input_tags label, #www_container #sub #set_features label, #www_container #sub #set_sponsor label, #www_container #sub #set_recommends label, #www_container #sub #set_events label, #www_container #sub #set_original_topic label, #www_container #sub #set_brand label, #www_container #sub #ghost_writer label, #www_container .wwwShopLayout__sub #input_tags label, #www_container .wwwShopLayout__sub #set_features label, #www_container .wwwShopLayout__sub #set_sponsor label, #www_container .wwwShopLayout__sub #set_recommends label, #www_container .wwwShopLayout__sub #set_events label, #www_container .wwwShopLayout__sub #set_original_topic label, #www_container .wwwShopLayout__sub #set_brand label, #www_container .wwwShopLayout__sub #ghost_writer label {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #sub #input_tags .checkbox label, #www_container #sub #set_features .checkbox label, #www_container #sub #set_sponsor .checkbox label, #www_container #sub #set_recommends .checkbox label, #www_container #sub #set_events .checkbox label, #www_container #sub #set_original_topic .checkbox label, #www_container #sub #set_brand .checkbox label, #www_container #sub #ghost_writer .checkbox label, #www_container .wwwShopLayout__sub #input_tags .checkbox label, #www_container .wwwShopLayout__sub #set_features .checkbox label, #www_container .wwwShopLayout__sub #set_sponsor .checkbox label, #www_container .wwwShopLayout__sub #set_recommends .checkbox label, #www_container .wwwShopLayout__sub #set_events .checkbox label, #www_container .wwwShopLayout__sub #set_original_topic .checkbox label, #www_container .wwwShopLayout__sub #set_brand .checkbox label, #www_container .wwwShopLayout__sub #ghost_writer .checkbox label {
    font-size: 12px;
    font-weight: normal;
    position: relative;
  }
  #www_container #sub #input_tags .input_if, #www_container #sub #set_features .input_if, #www_container #sub #set_sponsor .input_if, #www_container #sub #set_recommends .input_if, #www_container #sub #set_events .input_if, #www_container #sub #set_original_topic .input_if, #www_container #sub #set_brand .input_if, #www_container #sub #ghost_writer .input_if, #www_container .wwwShopLayout__sub #input_tags .input_if, #www_container .wwwShopLayout__sub #set_features .input_if, #www_container .wwwShopLayout__sub #set_sponsor .input_if, #www_container .wwwShopLayout__sub #set_recommends .input_if, #www_container .wwwShopLayout__sub #set_events .input_if, #www_container .wwwShopLayout__sub #set_original_topic .input_if, #www_container .wwwShopLayout__sub #set_brand .input_if, #www_container .wwwShopLayout__sub #ghost_writer .input_if {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #sub #input_tags .input_if label, #www_container #sub #set_features .input_if label, #www_container #sub #set_sponsor .input_if label, #www_container #sub #set_recommends .input_if label, #www_container #sub #set_events .input_if label, #www_container #sub #set_original_topic .input_if label, #www_container #sub #set_brand .input_if label, #www_container #sub #ghost_writer .input_if label, #www_container .wwwShopLayout__sub #input_tags .input_if label, #www_container .wwwShopLayout__sub #set_features .input_if label, #www_container .wwwShopLayout__sub #set_sponsor .input_if label, #www_container .wwwShopLayout__sub #set_recommends .input_if label, #www_container .wwwShopLayout__sub #set_events .input_if label, #www_container .wwwShopLayout__sub #set_original_topic .input_if label, #www_container .wwwShopLayout__sub #set_brand .input_if label, #www_container .wwwShopLayout__sub #ghost_writer .input_if label {
    font-size: 12px;
    font-weight: normal;
  }
  #www_container #sub #input_tags .input_if input[type=text], #www_container #sub #set_features .input_if input[type=text], #www_container #sub #set_sponsor .input_if input[type=text], #www_container #sub #set_recommends .input_if input[type=text], #www_container #sub #set_events .input_if input[type=text], #www_container #sub #set_original_topic .input_if input[type=text], #www_container #sub #set_brand .input_if input[type=text], #www_container #sub #ghost_writer .input_if input[type=text], #www_container .wwwShopLayout__sub #input_tags .input_if input[type=text], #www_container .wwwShopLayout__sub #set_features .input_if input[type=text], #www_container .wwwShopLayout__sub #set_sponsor .input_if input[type=text], #www_container .wwwShopLayout__sub #set_recommends .input_if input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if input[type=text], #www_container .wwwShopLayout__sub #set_original_topic .input_if input[type=text], #www_container .wwwShopLayout__sub #set_brand .input_if input[type=text], #www_container .wwwShopLayout__sub #ghost_writer .input_if input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #input_tags .input_if #btn, #www_container #sub #set_features .input_if #btn, #www_container #sub #set_sponsor .input_if #btn, #www_container #sub #set_recommends .input_if #btn, #www_container #sub #set_events .input_if #btn, #www_container #sub #set_original_topic .input_if #btn, #www_container #sub #set_brand .input_if #btn, #www_container #sub #ghost_writer .input_if #btn, #www_container .wwwShopLayout__sub #input_tags .input_if #btn, #www_container .wwwShopLayout__sub #set_features .input_if #btn, #www_container .wwwShopLayout__sub #set_sponsor .input_if #btn, #www_container .wwwShopLayout__sub #set_recommends .input_if #btn, #www_container .wwwShopLayout__sub #set_events .input_if #btn, #www_container .wwwShopLayout__sub #set_original_topic .input_if #btn, #www_container .wwwShopLayout__sub #set_brand .input_if #btn, #www_container .wwwShopLayout__sub #ghost_writer .input_if #btn {
    display: none;
  }
  #www_container #sub #input_tags .input_if select, #www_container #sub #set_features .input_if select, #www_container #sub #set_sponsor .input_if select, #www_container #sub #set_recommends .input_if select, #www_container #sub #set_events .input_if select, #www_container #sub #set_original_topic .input_if select, #www_container #sub #set_brand .input_if select, #www_container #sub #ghost_writer .input_if select, #www_container .wwwShopLayout__sub #input_tags .input_if select, #www_container .wwwShopLayout__sub #set_features .input_if select, #www_container .wwwShopLayout__sub #set_sponsor .input_if select, #www_container .wwwShopLayout__sub #set_recommends .input_if select, #www_container .wwwShopLayout__sub #set_events .input_if select, #www_container .wwwShopLayout__sub #set_original_topic .input_if select, #www_container .wwwShopLayout__sub #set_brand .input_if select, #www_container .wwwShopLayout__sub #ghost_writer .input_if select {
    display: block;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    background-color: #FFF;
  }
  #www_container #sub #input_tags .input_if .input_form, #www_container #sub #set_features .input_if .input_form, #www_container #sub #set_sponsor .input_if .input_form, #www_container #sub #set_recommends .input_if .input_form, #www_container #sub #set_events .input_if .input_form, #www_container #sub #set_original_topic .input_if .input_form, #www_container #sub #set_brand .input_if .input_form, #www_container #sub #ghost_writer .input_if .input_form, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form, #www_container .wwwShopLayout__sub #set_features .input_if .input_form, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form, #www_container .wwwShopLayout__sub #set_events .input_if .input_form, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
  }
  #www_container #sub #input_tags .input_if .input_form label, #www_container #sub #set_features .input_if .input_form label, #www_container #sub #set_sponsor .input_if .input_form label, #www_container #sub #set_recommends .input_if .input_form label, #www_container #sub #set_events .input_if .input_form label, #www_container #sub #set_original_topic .input_if .input_form label, #www_container #sub #set_brand .input_if .input_form label, #www_container #sub #ghost_writer .input_if .input_form label, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form label, #www_container .wwwShopLayout__sub #set_features .input_if .input_form label, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form label, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form label, #www_container .wwwShopLayout__sub #set_events .input_if .input_form label, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form label, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form label, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form label {
    width: 15%;
    margin-right: 8px;
  }
  #www_container #sub #input_tags .input_if .input_form input[type=date], #www_container #sub #set_features .input_if .input_form input[type=date], #www_container #sub #set_sponsor .input_if .input_form input[type=date], #www_container #sub #set_recommends .input_if .input_form input[type=date], #www_container #sub #set_events .input_if .input_form input[type=date], #www_container #sub #set_original_topic .input_if .input_form input[type=date], #www_container #sub #set_brand .input_if .input_form input[type=date], #www_container #sub #ghost_writer .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_features .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_events .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form input[type=date] {
    width: 82%;
    display: block;
    font-size: 12px;
    border: 2px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #input_tags .input_if .input_form .form-group, #www_container #sub #set_features .input_if .input_form .form-group, #www_container #sub #set_sponsor .input_if .input_form .form-group, #www_container #sub #set_recommends .input_if .input_form .form-group, #www_container #sub #set_events .input_if .input_form .form-group, #www_container #sub #set_original_topic .input_if .input_form .form-group, #www_container #sub #set_brand .input_if .input_form .form-group, #www_container #sub #ghost_writer .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group {
    width: 85%;
    margin-bottom: 0;
  }
  #www_container #sub #input_tags .input_if .input_form .form-group input[type=text], #www_container #sub #input_tags .input_if .input_form .form-group input[type=url], #www_container #sub #set_features .input_if .input_form .form-group input[type=text], #www_container #sub #set_features .input_if .input_form .form-group input[type=url], #www_container #sub #set_sponsor .input_if .input_form .form-group input[type=text], #www_container #sub #set_sponsor .input_if .input_form .form-group input[type=url], #www_container #sub #set_recommends .input_if .input_form .form-group input[type=text], #www_container #sub #set_recommends .input_if .input_form .form-group input[type=url], #www_container #sub #set_events .input_if .input_form .form-group input[type=text], #www_container #sub #set_events .input_if .input_form .form-group input[type=url], #www_container #sub #set_original_topic .input_if .input_form .form-group input[type=text], #www_container #sub #set_original_topic .input_if .input_form .form-group input[type=url], #www_container #sub #set_brand .input_if .input_form .form-group input[type=text], #www_container #sub #set_brand .input_if .input_form .form-group input[type=url], #www_container #sub #ghost_writer .input_if .input_form .form-group input[type=text], #www_container #sub #ghost_writer .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group input[type=url] {
    width: 100%;
    border: 2px solid #DDD;
    margin-bottom: 0;
  }
  #www_container #sub #input_tags #display_tags, #www_container #sub #set_features #display_tags, #www_container #sub #set_sponsor #display_tags, #www_container #sub #set_recommends #display_tags, #www_container #sub #set_events #display_tags, #www_container #sub #set_original_topic #display_tags, #www_container #sub #set_brand #display_tags, #www_container #sub #ghost_writer #display_tags, #www_container .wwwShopLayout__sub #input_tags #display_tags, #www_container .wwwShopLayout__sub #set_features #display_tags, #www_container .wwwShopLayout__sub #set_sponsor #display_tags, #www_container .wwwShopLayout__sub #set_recommends #display_tags, #www_container .wwwShopLayout__sub #set_events #display_tags, #www_container .wwwShopLayout__sub #set_original_topic #display_tags, #www_container .wwwShopLayout__sub #set_brand #display_tags, #www_container .wwwShopLayout__sub #ghost_writer #display_tags {
    margin-bottom: 10px;
  }
  #www_container #sub #input_tags #display_tags span, #www_container #sub #set_features #display_tags span, #www_container #sub #set_sponsor #display_tags span, #www_container #sub #set_recommends #display_tags span, #www_container #sub #set_events #display_tags span, #www_container #sub #set_original_topic #display_tags span, #www_container #sub #set_brand #display_tags span, #www_container #sub #ghost_writer #display_tags span, #www_container .wwwShopLayout__sub #input_tags #display_tags span, #www_container .wwwShopLayout__sub #set_features #display_tags span, #www_container .wwwShopLayout__sub #set_sponsor #display_tags span, #www_container .wwwShopLayout__sub #set_recommends #display_tags span, #www_container .wwwShopLayout__sub #set_events #display_tags span, #www_container .wwwShopLayout__sub #set_original_topic #display_tags span, #www_container .wwwShopLayout__sub #set_brand #display_tags span, #www_container .wwwShopLayout__sub #ghost_writer #display_tags span {
    font-size: 10px;
    display: inline-block;
    color: #656565;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 3px 4px;
    margin: 0 5px 5px 0;
    cursor: pointer;
  }
  #www_container #sub #input_tags #display_tags span i, #www_container #sub #set_features #display_tags span i, #www_container #sub #set_sponsor #display_tags span i, #www_container #sub #set_recommends #display_tags span i, #www_container #sub #set_events #display_tags span i, #www_container #sub #set_original_topic #display_tags span i, #www_container #sub #set_brand #display_tags span i, #www_container #sub #ghost_writer #display_tags span i, #www_container .wwwShopLayout__sub #input_tags #display_tags span i, #www_container .wwwShopLayout__sub #set_features #display_tags span i, #www_container .wwwShopLayout__sub #set_sponsor #display_tags span i, #www_container .wwwShopLayout__sub #set_recommends #display_tags span i, #www_container .wwwShopLayout__sub #set_events #display_tags span i, #www_container .wwwShopLayout__sub #set_original_topic #display_tags span i, #www_container .wwwShopLayout__sub #set_brand #display_tags span i, #www_container .wwwShopLayout__sub #ghost_writer #display_tags span i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  #www_container #sub #input_tags p, #www_container #sub #set_features p, #www_container #sub #set_sponsor p, #www_container #sub #set_recommends p, #www_container #sub #set_events p, #www_container #sub #set_original_topic p, #www_container #sub #set_brand p, #www_container #sub #ghost_writer p, #www_container .wwwShopLayout__sub #input_tags p, #www_container .wwwShopLayout__sub #set_features p, #www_container .wwwShopLayout__sub #set_sponsor p, #www_container .wwwShopLayout__sub #set_recommends p, #www_container .wwwShopLayout__sub #set_events p, #www_container .wwwShopLayout__sub #set_original_topic p, #www_container .wwwShopLayout__sub #set_brand p, #www_container .wwwShopLayout__sub #ghost_writer p {
    font-size: 10px;
    color: #999;
    line-height: 130%;
  }
  #www_container #sub #set_original_topic input, #www_container .wwwShopLayout__sub #set_original_topic input {
    margin-right: 5px;
  }
  #www_container #sub #set_brand select, #www_container #sub #ghost_writer select, #www_container .wwwShopLayout__sub #set_brand select, #www_container .wwwShopLayout__sub #ghost_writer select {
    width: 100%;
  }
  #www_container #sub #set_recommends #topic_topic_type, #www_container .wwwShopLayout__sub #set_recommends #topic_topic_type {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #www_container #sub #set_recommends #topic_minimum_guarantee_page_view, #www_container .wwwShopLayout__sub #set_recommends #topic_minimum_guarantee_page_view {
    display: block;
    width: 180px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #set_events .input_if .form-group, #www_container .wwwShopLayout__sub #set_events .input_if .form-group {
    margin-bottom: 10px;
  }
  #www_container #sub #set_events .input_if .form-group .control-label, #www_container .wwwShopLayout__sub #set_events .input_if .form-group .control-label {
    display: block;
  }
  #www_container #sub #set_events .input_if .form-group input[type=text], #www_container #sub #set_events .input_if .form-group input[type=url], #www_container .wwwShopLayout__sub #set_events .input_if .form-group input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if .form-group input[type=url] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
    margin-bottom: 10px;
  }
  #www_container #sub #keywords, #www_container .wwwShopLayout__sub #keywords {
    margin-bottom: 15px;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    width: 100%;
    overflow: hidden;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
    max-width: 200px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
  #www_container #sub .access_ranking, #www_container #sub #recommend_topics, #www_container #sub #category_ranking, #www_container #sub #shop_new_open, #www_container #sub #new_notices, #www_container .wwwShopLayout__sub .access_ranking, #www_container .wwwShopLayout__sub #recommend_topics, #www_container .wwwShopLayout__sub #category_ranking, #www_container .wwwShopLayout__sub #shop_new_open, #www_container .wwwShopLayout__sub #new_notices {
    border: 2px solid #E7E7E7;
    padding: 13px 13px 3px 13px;
    margin-bottom: 15px;
  }
  #www_container #sub .access_ranking h1, #www_container #sub #recommend_topics h1, #www_container #sub #category_ranking h1, #www_container #sub #shop_new_open h1, #www_container #sub #new_notices h1, #www_container .wwwShopLayout__sub .access_ranking h1, #www_container .wwwShopLayout__sub #recommend_topics h1, #www_container .wwwShopLayout__sub #category_ranking h1, #www_container .wwwShopLayout__sub #shop_new_open h1, #www_container .wwwShopLayout__sub #new_notices h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #www_container #sub .access_ranking h1 a, #www_container #sub #recommend_topics h1 a, #www_container #sub #category_ranking h1 a, #www_container #sub #shop_new_open h1 a, #www_container #sub #new_notices h1 a, #www_container .wwwShopLayout__sub .access_ranking h1 a, #www_container .wwwShopLayout__sub #recommend_topics h1 a, #www_container .wwwShopLayout__sub #category_ranking h1 a, #www_container .wwwShopLayout__sub #shop_new_open h1 a, #www_container .wwwShopLayout__sub #new_notices h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    margin-bottom: 15px;
  }
  #www_container #sub .access_ranking .element:last-child, #www_container #sub #recommend_topics .element:last-child, #www_container #sub #category_ranking .element:last-child, #www_container #sub #shop_new_open .element:last-child, #www_container #sub #new_notices .element:last-child, #www_container .wwwShopLayout__sub .access_ranking .element:last-child, #www_container .wwwShopLayout__sub #recommend_topics .element:last-child, #www_container .wwwShopLayout__sub #category_ranking .element:last-child, #www_container .wwwShopLayout__sub #shop_new_open .element:last-child, #www_container .wwwShopLayout__sub #new_notices .element:last-child {
    margin-bottom: 0;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 60px;
    display: table;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    line-height: 150%;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    font-size: 14px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    font-size: 12px;
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 12px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  #www_container #sub .access_ranking .element a .image_area img, #www_container #sub #recommend_topics .element a .image_area img, #www_container #sub #category_ranking .element a .image_area img, #www_container #sub #shop_new_open .element a .image_area img, #www_container #sub #new_notices .element a .image_area img, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area img, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area img, #www_container .wwwShopLayout__sub #new_notices .element a .image_area img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub .access_ranking .element a .image_area span, #www_container #sub #recommend_topics .element a .image_area span, #www_container #sub #category_ranking .element a .image_area span, #www_container #sub #shop_new_open .element a .image_area span, #www_container #sub #new_notices .element a .image_area span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 14px;
    color: #333;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 10px;
    color: #ACACAC;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    display: table;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #www_container .shopsMap {
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 15px 20px;
  }
  #www_container .shopsMap .shopsMap__display {
    width: 100%;
    position: relative;
  }
  #www_container .shopsMap .shopsMap__display:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #www_container .shopsMap .shopsMap__display .shopsMap__displayInner {
    background-color: #CCC;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #www_container .shopsMap .shopsMap__button {
    padding: 25px 16px 0 16px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 24px;
  }
  #www_container #categories {
    display: none;
  }
  #www_container #shop_categories {
    display: none;
  }
  #www_container #shop_categories_accordion {
    padding-bottom: 6px;
  }
  #www_container #shop_categories_accordion dl a {
    text-decoration: none;
  }
  #www_container #shop_categories_accordion dl a dt {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #shop_categories_accordion dl dd ul {
    width: 100%;
    border-top: 2px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #shop_categories_accordion dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    float: left;
  }
  #www_container #shop_categories_accordion dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #shop_categories_accordion dl dd ul li .name {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 18px 0;
  }
  #www_container #brands dl dt {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #brands dl dt a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #brands dl dt i.accordion_trigger {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
  }
  #www_container #brands dl dd.accordion_content {
    display: none;
  }
  #www_container #brands dl dd ul {
    width: 100%;
    border-top: 2px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #brands dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    float: left;
  }
  #www_container #brands dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #brands dl dd ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 18px 0;
  }
  #www_container #sub #writer_info__pc, #www_container .wwwShopLayout__sub #writer_info__pc {
    display: none;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    text-align: center;
  }
  #www_container #sub .banner_area > div, #www_container .wwwShopLayout__sub .banner_area > div {
    margin: 0 auto;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
    margin: 0 auto;
  }
  #www_container #sub .access_ranking > h1, #www_container #sub #recommend_topics > h1, #www_container #sub #category_ranking > h1, #www_container #sub #shop_new_open > h1, #www_container #sub #new_notices > h1, #www_container .wwwShopLayout__sub .access_ranking > h1, #www_container .wwwShopLayout__sub #recommend_topics > h1, #www_container .wwwShopLayout__sub #category_ranking > h1, #www_container .wwwShopLayout__sub #shop_new_open > h1, #www_container .wwwShopLayout__sub #new_notices > h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #sub .access_ranking > h1 a, #www_container #sub #recommend_topics > h1 a, #www_container #sub #category_ranking > h1 a, #www_container #sub #shop_new_open > h1 a, #www_container #sub #new_notices > h1 a, #www_container .wwwShopLayout__sub .access_ranking > h1 a, #www_container .wwwShopLayout__sub #recommend_topics > h1 a, #www_container .wwwShopLayout__sub #category_ranking > h1 a, #www_container .wwwShopLayout__sub #shop_new_open > h1 a, #www_container .wwwShopLayout__sub #new_notices > h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    border-bottom: 2px solid #DDD;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 140px;
    width: 140px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 28px;
    line-height: 120%;
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 20px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 20px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 140px;
    display: table;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 140px;
    width: 140px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    height: 140px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    font-size: 28px;
    word-break: break-all;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    color: #2196f3;
    line-height: 115%;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    color: #a2a2a2;
    font-size: 20px;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    position: relative;
    width: 140px;
    height: 140px;
  }
  #www_container #sub .access_ranking .element a .image_area img, #www_container #sub #recommend_topics .element a .image_area img, #www_container #sub #category_ranking .element a .image_area img, #www_container #sub #shop_new_open .element a .image_area img, #www_container #sub #new_notices .element a .image_area img, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area img, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area img, #www_container .wwwShopLayout__sub #new_notices .element a .image_area img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub .access_ranking .element a .image_area span, #www_container #sub #recommend_topics .element a .image_area span, #www_container #sub #category_ranking .element a .image_area span, #www_container #sub #shop_new_open .element a .image_area span, #www_container #sub #new_notices .element a .image_area span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 28px;
    color: #000;
    line-height: 120%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 20px;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 20px;
    color: #999;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    padding: 14px 18px;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    padding: 20px 0 0 20px;
    overflow: hidden;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 24px;
    color: #000;
    text-align: center;
    background-color: #EEE;
    border: 2px solid #DDD;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    float: left;
    max-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 16px;
  }
}
@media all and (max-width: 640px) {
  #www_container .shopsMap {
    margin-bottom: 10px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 14px;
    padding: 7.5px 10px;
  }
  #www_container .shopsMap .shopsMap__button {
    padding: 12.5px 8px 0 8px;
  }
  #www_container .shopsMap .shopsMap__button a {
    font-size: 14px;
    border-radius: 5px;
    padding: 12px;
  }
  #www_container #shop_categories_accordion dl a dt {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #shop_categories_accordion dl dd ul {
    border-top: 1px solid #FFF;
  }
  #www_container #shop_categories_accordion dl dd ul li {
    font-size: 13px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #www_container #shop_categories_accordion dl dd ul li .name {
    padding: 9px 0;
  }
  #www_container #brands dl dt {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #brands dl dd ul {
    border-top: 1px solid #FFF;
  }
  #www_container #brands dl dd ul li {
    font-size: 13px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #www_container #brands dl dd ul li a {
    padding: 9px 0;
  }
  #www_container #sub #writer_info__pc, #www_container .wwwShopLayout__sub #writer_info__pc {
    display: none;
  }
  #www_container #sub .access_ranking > h1, #www_container #sub #recommend_topics > h1, #www_container #sub #category_ranking > h1, #www_container #sub #shop_new_open > h1, #www_container #sub #new_notices > h1, #www_container .wwwShopLayout__sub .access_ranking > h1, #www_container .wwwShopLayout__sub #recommend_topics > h1, #www_container .wwwShopLayout__sub #category_ranking > h1, #www_container .wwwShopLayout__sub #shop_new_open > h1, #www_container .wwwShopLayout__sub #new_notices > h1 {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #sub .access_ranking > h1 a, #www_container #sub #recommend_topics > h1 a, #www_container #sub #category_ranking > h1 a, #www_container #sub #shop_new_open > h1 a, #www_container #sub #new_notices > h1 a, #www_container .wwwShopLayout__sub .access_ranking > h1 a, #www_container .wwwShopLayout__sub #recommend_topics > h1 a, #www_container .wwwShopLayout__sub #category_ranking > h1 a, #www_container .wwwShopLayout__sub #shop_new_open > h1 a, #www_container .wwwShopLayout__sub #new_notices > h1 a {
    display: block;
    padding-top: 2px;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    border-bottom: 1px solid #DDD;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 70px;
    height: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    padding: 9px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 14px;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    font-size: 12px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    font-size: 12px;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    font-size: 14px;
    padding: 9px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    margin-bottom: 2.5px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    position: relative;
    width: 70px;
    height: 70px;
  }
  #www_container #sub .access_ranking .element a .image_area img, #www_container #sub #recommend_topics .element a .image_area img, #www_container #sub #category_ranking .element a .image_area img, #www_container #sub #shop_new_open .element a .image_area img, #www_container #sub #new_notices .element a .image_area img, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area img, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area img, #www_container .wwwShopLayout__sub #new_notices .element a .image_area img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub .access_ranking .element a .image_area span, #www_container #sub #recommend_topics .element a .image_area span, #www_container #sub #category_ranking .element a .image_area span, #www_container #sub #shop_new_open .element a .image_area span, #www_container #sub #new_notices .element a .image_area span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    padding: 9px;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 10px;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    padding-right: 5px;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 14px;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    padding: 7px 9px;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    padding: 10px 0 0 10px;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 12px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    max-width: 150px;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    padding: 8px;
  }
}
body#www {
  color: #333;
  background-color: #FFF;
}

@media all and (min-width: 769px) {
  .topicShop--device-notpc {
    margin-bottom: 40px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    font-size: 20px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 1px 3px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.closed {
    color: #E73E26;
    background-color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.delivery, .topicShop--device-notpc .topicShop__shopData .shopData__name span.takeout {
    color: #000;
    font-weight: bold;
    background-color: #FCD500;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    font-size: 16px;
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 40px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span i, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span i {
    padding-top: 8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "";
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 24px;
    color: #DDD;
    vertical-align: middle;
    margin-right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a.release i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a.release i {
    color: #F83E26;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    width: 260px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #f83E26;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
  }
  .topicShop--device-notpc .menu_data {
    margin: 20px 0;
  }
  .topicShop--device-notpc .menu_data .menu_image {
    width: 100%;
    height: 100%;
  }
  .topicShop--device-notpc .menu_data span {
    text-decoration: none;
    color: #000;
    font-size: 16px;
  }
  .topicShop--device-notpc .menu_data .text_area {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .topicShop--device-notpc .menu_data .text_area.private, .topicShop--device-notpc .menu_data .text_area.deleted {
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 40px;
  }
  .topicShop--device-notpc .menu_data .text_area.private p, .topicShop--device-notpc .menu_data .text_area.deleted p {
    margin: auto;
    font-size: 18px;
  }
  .topicShop--device-notpc .menu_data.nodata {
    text-align: center;
  }
  .topicShop--device-notpc .menu_data.nodata p {
    font-size: 18px;
    font-weight: bold;
  }
  #www_container #draftview_banner {
    position: fixed;
    z-index: 100;
    width: 100%;
    font-size: 32px;
    text-align: center;
    background-color: rgba(255, 39, 0, 0.8);
    border-bottom: 2px solid #FF2700;
    padding: 20px 0;
  }
  #www_container #draftview_banner p {
    color: #FFF;
    font-weight: bold;
  }
  #www_container #draftview_banner p span {
    font-size: 20px;
  }
  #www_container #draftview_banner a {
    display: block;
    color: #FFF;
    margin-top: 10px;
  }
  #www_container .topic_element {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
  }
  #www_container .topic_element.ranking {
    margin-bottom: 20px;
  }
  #www_container .topic_element .topic_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    vertical-align: top;
  }
  #www_container .topic_element .topic_element_inner .rank_num span {
    padding-left: 10px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    position: relative;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 14px;
    font-weight: normal;
    color: #F83F26;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .views {
    float: left;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 70px;
    text-align: right;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: block;
    width: 60px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 0;
    margin: 0 0 10px auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show {
    padding: 0 0 100px 0;
  }
  #www_container #content_topic.show .sponsor {
    margin: 30px 0;
    display: block;
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 5px solid #DDD;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 span {
    font-size: 12px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    color: #333;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 20px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 6px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 130px;
    height: 130px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #f83e26;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    max-width: 680px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    display: block;
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 16px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    border-left: 6px solid #DDD;
    padding-left: 12px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p {
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p i {
    color: #DDD;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed .embed-youtube iframe {
    width: 100%;
    height: 390px;
  }
  .topic-shop-brand {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 130px;
    height: 130px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 40%;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #f83e26;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 3px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
@media all and (max-width: 768px) {
  iframe {
    width: 100%;
  }
  .instagram-media {
    max-width: 100% !important;
  }
  .topicShop--device-notpc {
    margin-bottom: 20px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    font-size: 18px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 1px 3px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.closed {
    color: #E73E26;
    background-color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.delivery, .topicShop--device-notpc .topicShop__shopData .shopData__name span.takeout {
    color: #000;
    font-weight: bold;
    background-color: #FCD500;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 30px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 20px;
    height: 20px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    display: block;
    width: 90%;
    color: inherit;
    text-decoration: none;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 16px;
    color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a.release i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a.release i {
    color: #F83E26;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83E26;
    border-radius: 3px;
    padding: 10px;
  }
  .topicShop--device-notpc .menu_data {
    margin-bottom: 20px;
  }
  .topicShop--device-notpc .menu_data .menu_image {
    width: 100%;
    height: 100%;
  }
  .topicShop--device-notpc .menu_data span {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-align: right;
  }
  .topicShop--device-notpc .menu_data .text_area {
    padding: 5px;
    margin-bottom: 10px;
  }
  .topicShop--device-notpc .menu_data .text_area.private, .topicShop--device-notpc .menu_data .text_area.deleted {
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 40px;
    text-align: center;
  }
  .topicShop--device-notpc .menu_data .text_area.private p, .topicShop--device-notpc .menu_data .text_area.deleted p {
    margin-top: 10px;
    font-size: 14px;
  }
  .topicShop--device-notpc .menu_data.nodata {
    text-align: center;
  }
  .topicShop--device-notpc .menu_data.nodata p {
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #draftview_banner {
    position: fixed;
    z-index: 100;
    width: 100%;
    font-size: 32px;
    text-align: center;
    background-color: rgba(255, 39, 0, 0.8);
    border-bottom: 2px solid #FF2700;
    padding: 20px 0;
  }
  #www_container #draftview_banner p {
    color: #FFF;
    font-weight: bold;
  }
  #www_container #draftview_banner p span {
    font-size: 20px;
  }
  #www_container #draftview_banner a {
    display: block;
    color: #FFF;
    margin-top: 10px;
  }
  #www_container .topic_element {
    border-bottom: 2px solid #EEE;
  }
  #www_container .topic_element .topic_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    display: table-cell;
    width: 160px;
    vertical-align: top;
    position: relative;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 20px;
    font-weight: normal;
    color: #e85a3c;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    display: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    width: 100%;
    font-size: 20px;
    color: #999;
    overflow: hidden;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .views {
    float: left;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 90px;
    text-align: right;
    padding: 18px;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: inline-block;
    width: 80px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 5px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .topic_element .topic_element_inner .edit_this a:last-child {
    margin-bottom: 0;
  }
  #www_container #content_topic.show .sponsor {
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents {
    padding: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 36px;
    word-break: break-all;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 span {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 36px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 560px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 2px solid #f83e26;
    border-radius: 10px;
    padding: 28px 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed .embed-youtube iframe {
    width: 100%;
    height: 390px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    display: table;
    width: 100%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    width: 140px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 120px;
    height: 120px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel {
    width: 370px;
    background-color: #00A3D9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    margin: 0 10px 20px 0;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #FB3D15;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 28px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 4px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image, #www_container #content_topic.show #topic_contents .topic-image-reference, #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure, #www_container #content_topic.show #topic_contents .topic-image-reference figure, #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    margin-bottom: 10px;
    word-wrap: normal;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure img, #www_container #content_topic.show #topic_contents .topic-image-reference figure img, #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q, #www_container #content_topic.show #topic_contents .topic-image-reference figure q, #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q a, #www_container #content_topic.show #topic_contents .topic-image-reference figure q a, #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content, #www_container #content_topic.show #topic_contents .topic-image-reference .content, #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content a, #www_container #content_topic.show #topic_contents .topic-image-reference .content a, #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    border-left: 12px solid #DDD;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    font-size: 36px;
    font-weight: bold;
    padding-left: 28px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  #www_container #content_topic.show p.attention__salableAccount {
    margin: 0 10px 20px;
  }
  .topic-shop-brand {
    padding: 30px;
    border-bottom: 2px solid #DDD;
  }
  .topic-shop-brand .topic-shop_inner {
    display: table;
    width: 100%;
  }
  .topic-shop-brand .topic-shop_inner figure, .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure {
    width: 140px;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 120px;
    height: 120px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel {
    width: 370px;
    background-color: #00A3D9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 70%;
    max-height: 38px;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    margin: 0 10px 20px 0;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #FB3D15;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 28px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 4px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
@media all and (max-width: 640px) {
  .instagram-media {
    width: 414px !important;
    max-width: 100% !important;
    min-width: initial !important;
  }
  #www_container #draftview_banner {
    border-bottom-width: 1px;
    box-sizing: border-box;
    padding: 10px;
  }
  #www_container #draftview_banner p {
    font-size: 20px;
  }
  #www_container #draftview_banner p span {
    font-size: 12px;
  }
  #www_container #draftview_banner a {
    font-size: 20px;
    margin-top: 5px;
  }
  #www_container .topic_element {
    border-bottom: 1px solid #EEE;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    width: 30px;
    font-size: 10px;
    padding-top: 5px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    width: 80px;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    font-size: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    padding: 9px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    padding: 2px 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    font-size: 14px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    padding-right: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 15px;
    height: 15px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    font-size: 8px;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    width: 50px;
    padding: 9px;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    display: inline-block;
    width: 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 2.5px;
    padding: 2.5px 0;
    margin: 0 0 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents {
    padding: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 18px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 5px;
    padding: 14px 10px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    font-size: 18px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed iframe {
    max-width: 100%;
  }
  #www_container #content_topic.show #topic_contents .topic-embed .embed-youtube iframe {
    height: 220px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    width: 110px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 100px;
    height: 100px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 18px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel {
    width: 180px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    font-size: 20px;
    padding: 3px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    height: 35px;
    margin: 0 5px 10px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    font-size: 14px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 14px;
    margin-left: 2px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure, #www_container #content_topic.show #topic_contents .topic-image-reference figure, #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure img, #www_container #content_topic.show #topic_contents .topic-image-reference figure img, #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q, #www_container #content_topic.show #topic_contents .topic-image-reference figure q, #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    font-size: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content, #www_container #content_topic.show #topic_contents .topic-image-reference .content, #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 16px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    border-left: 6px solid #DDD;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    font-size: 18px;
    padding-left: 14px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 10px;
  }
  .topic-shop-brand {
    border-bottom: 1px solid #DDD;
    padding: 15px;
  }
  .topic-shop-brand .topic-shop_inner {
    margin-bottom: 10px;
  }
  .topic-shop-brand .topic-shop_inner figure {
    width: 110px;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 100px;
    height: 100px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 18px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    font-size: 13px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel {
    width: 180px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    font-size: 20px;
    padding: 3px 0;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 5px;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    height: 35px;
    margin: 0 5px 10px 0;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    font-size: 14px;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 14px;
    margin-left: 2px;
  }
}
@media all and (max-width: 640px) {
  #topic_summary {
    background-color: #F8F8F8;
  }
  #topic_summary #topic_summary_inner #summary_header {
    font-size: 10px;
    padding: 10px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    font-size: 10px;
    margin-right: 5px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 10px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 11px;
    margin-left: 10px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    background-color: #FFF;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    width: 100%;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 100%;
    height: 200px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area {
    margin-bottom: 8px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area span {
    color: #616161;
    font-size: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article {
    width: 42px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article span {
    border-radius: 3px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_title {
    width: 300px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 {
    font-size: 18px;
    line-height: 1.3;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 span.pr {
    font-size: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #topic_summary #topic_summary_inner #writer_info__sp {
    background-color: #FFF;
    padding: 5px 0;
    margin: 0;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .image_area, #topic_summary #topic_summary_inner #writer_info__sp span .image_area {
    width: 50px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .image_area .icon, #topic_summary #topic_summary_inner #writer_info__sp span .image_area .icon {
    width: 40px;
    height: 40px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area dl dt, #topic_summary #topic_summary_inner #writer_info__sp span .info_area dl dt {
    font-size: 14px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area dl dd, #topic_summary #topic_summary_inner #writer_info__sp span .info_area dl dd {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #topic_summary #topic_summary_inner .eventData {
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 7px 7px 4px 7px;
    margin: 0 9.5px 11.5px 9.5px;
  }
  #topic_summary #topic_summary_inner .eventData dl {
    line-height: 1.2;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
    letter-spacing: 0.1em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
  #topic_summary #topic_summary_inner .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 10px;
  }
  #topic_summary #topic_summary_inner .add_favorite #fb_like {
    display: table-cell;
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn {
    width: 90px;
    display: table-cell;
    text-align: right;
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn a {
    display: inline-block;
    width: 90px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 2px 5px;
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn a span {
    display: none;
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn a.add, #topic_summary #topic_summary_inner .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn a.add i, #topic_summary #topic_summary_inner .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  #topic_summary #topic_summary_inner .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #topic_contents {
    padding: 10px !important;
  }
  #topic_contents .topic-heading {
    word-break: break-word;
    margin-bottom: 5px;
  }
  #topic_contents .topic-heading h2 {
    font-size: 18px;
    font-weight: bold;
  }
  #topic_contents .topic-text {
    font-size: 15px !important;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #topic_contents .topic-image, #topic_contents .topic-image-reference, #topic_contents .topic-image-file, #topic_contents .topic-image-url {
    margin-bottom: 30px;
  }
  #topic_contents .topic-image figure, #topic_contents .topic-image-reference figure, #topic_contents .topic-image-file figure, #topic_contents .topic-image-url figure {
    margin-bottom: 5px;
    word-break: normal;
  }
  #topic_contents .topic-image figure img, #topic_contents .topic-image-reference figure img, #topic_contents .topic-image-file figure img, #topic_contents .topic-image-url figure img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #topic_contents .topic-image figure q, #topic_contents .topic-image-reference figure q, #topic_contents .topic-image-file figure q, #topic_contents .topic-image-url figure q {
    font-size: 10px;
    color: #999;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  #topic_contents .topic-image figure q a, #topic_contents .topic-image-reference figure q a, #topic_contents .topic-image-file figure q a, #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #topic_contents .topic-image .content, #topic_contents .topic-image-reference .content, #topic_contents .topic-image-file .content, #topic_contents .topic-image-url .content {
    font-size: 16px !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  #topic_contents .topic-image .content a, #topic_contents .topic-image-reference .content a, #topic_contents .topic-image-file .content a, #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
}
