@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Misc.
   ========================================================================== */
a {
  color: #666666; }
  a:hover, a:focus {
    text-decoration: none; }

.align-center {
  text-align: center; }

/* ==========================================================================
   レイアウト
   ========================================================================== */
body {
  font-size: 14px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 20px; }

#header {
  width: 100%;
  height: 215px; }

.container {
  display: table;
  margin: 0 auto;
  width: 1048px;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }

.main-wrapper {
  position: relative;
  padding: 0 0 120px; }

.main {
  float: left;
  margin-right: 18px;
  min-height: 420px;
  width: 730px; }

.side {
  position: relative;
  float: right;
  width: 300px;
  z-index: 101; }
  body.streetstyle.action-index .side .side-primary {
    height: 729px !important; }
  body.shops.action-index .side .side-primary {
    height: 722px !important; }
  body.shops.action-show .side .side-primary {
    height: 661px !important; }
  body.shops_category.action-index .side .side-primary {
    height: 724px !important; }
  body.shops.shops-shop-list .side .side-primary {
    height: 650px !important; }
  body.newtribe.action-index .side .side-primary {
    height: 737px !important; }
  body.streetstyle.action-index .side .side-secondary {
    position: relative;
    left: -20px;
    padding: 0 20px;
    width: 300px; }

.wide {
  clear: both;
  *zoom: 1;
  width: 100%; }
  .wide:before, .wide:after {
    display: table;
    content: "";
    line-height: 0; }
  .wide:after {
    clear: both; }

#footer {
  clear: both;
  width: 100%; }

/**
 * ==================================================
 * Landscepe Layout
 * ==================================================
**/
body.landscape {
  position: relative; }
  body.landscape #header {
    height: 217px;
    width: 100%; }
  body.landscape .container {
    position: relative;
    margin: 0 auto;
    width: 1048px;
    *zoom: 1; }
    body.landscape .container:before, body.landscape .container:after {
      display: table;
      content: "";
      line-height: 0; }
    body.landscape .container:after {
      clear: both; }
    body.landscape .container .inner {
      margin-bottom: 0; }
  body.landscape .main {
    position: absolute;
    float: none;
    margin: 0;
    width: 100%;
    z-index: 100; }
  body.landscape .side {
    position: relative;
    right: -20px;
    padding: 0 20px 0;
    width: 300px;
    z-index: 101; }
  body.landscape .side-secondary {
    padding-top: 15px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75); }
    .no-rgba body.landscape .side-secondary {
      background-image: url(/assets/img/alpha-white.png); }
  body.landscape .wide {
    clear: both;
    *zoom: 1;
    width: 100%; }
    body.landscape .wide:before, body.landscape .wide:after {
      display: table;
      content: "";
      line-height: 0; }
    body.landscape .wide:after {
      clear: both; }
  body.landscape #footer {
    clear: both;
    width: 100%; }

/* ==========================================================================
   Grid
   ========================================================================== */
.row {
  margin-left: -20px;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }
  .row [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.date {
  border-bottom: 5px solid #e3e3e3;
  color: #29abe2;
  font-size: 20px; }
  .date .year {
    color: #666666;
    font-size: 11px; }
  .date.date-border-none {
    border: none; }

/* ==========================================================================
   グローバルメニュー
   ========================================================================== */
.global {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }
  .global ul {
    position: relative;
    height: 35px;
    padding: 0;
    margin: 0;
    list-style: none; }
    .global ul li {
      float: left;
      width: 131px;
      height: 32px; }
      .global ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 35px;
        border-bottom: 3px solid transparent; }
      .global ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 1048px;
        background-color: #F4F4F4;
        border: 1px solid transparent;
        z-index: 1;
        overflow: hidden;
        height: 0;
        -moz-transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -ms-transition: 400ms;
        transition: 400ms;
        -webkit-transition-delay: 310ms;
        -moz-transition-delay: 310ms;
        -ms-transtion-delay: 310ms;
        transition-delay: 310ms; }
        .global ul li ul li {
          padding: 0 1em;
          width: auto;
          font-size: 12px; }
    .global ul li.active > ul,
    .global ul li:hover > ul {
      height: 35px;
      border-color: #CCCCCC; }
  .global li a {
    color: #666666;
    text-decoration: none; }
  .global li.active > a, .global li:hover > a {
    color: #29abe2;
    border-bottom: 3px solid #979797; }
  .global li.active ul, .global li:hover ul {
    z-index: 1150; }
  .global li:hover > a {
    border-bottom-color: #cacaca; }
  .global li:hover ul {
    z-index: 1151; }

/* ==========================================================================
   ヘッダー
   ========================================================================== */
#slide-nav {
  position: fixed;
  top: -114px;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 200;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  -webkit-transition: height 300ms, -webkit-transform 600ms;
  -moz-transition: height 300ms, -moz-transform 600ms;
  transition: height 300ms, transform 600ms; }
  .no-rgba #slide-nav {
    background-image: url(/assets/img/alpha-black.png); }
  #slide-nav .global ul ul {
    display: none; }
  #slide-nav .global .container {
    position: relative; }
  #slide-nav .global .search {
    position: absolute;
    top: -47px;
    right: 0; }
    #slide-nav .global .search input {
      background-color: #ffffff; }
  #slide-nav.affix {
    -webkit-transition-delay: 310ms;
    -moz-transition-delay: 310ms;
    -ms-transtion-delay: 310ms;
    transition-delay: 310ms;
    -webkit-transform: translateY(105px) translateZ(0);
    -moz-transform: translateY(105px);
    -ms-transform: translateY(105px);
    transform: translateY(105px); }
  #slide-nav .affixoff {
    -webkit-transform: translateY(0px) translateZ(0);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  #slide-nav.down {
    height: 60px; }
  #slide-nav #brand {
    margin: 0 auto;
    width: 1048px;
    height: 60px; }
    #slide-nav #brand a {
      display: inline-block;
      width: 240px;
      height: 42px; }
      #slide-nav #brand a img {
        max-width: 100%; }
  #slide-nav #brand.logo-only a div {
    display: inline-block;
    float: left;
    width: 50px;
    overflow: hidden; }
    #slide-nav #brand.logo-only a div img {
      max-width: none !important; }
  #slide-nav #brand.logo-only h2 {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 42px; }

#header {
  -webkit-transition: height 200ms;
  -moz-transition: height 200ms;
  -ms-transition: height 200ms;
  transition: height 200ms; }
  #header .header-sub {
    position: relative;
    height: 35px;
    background-color: #e2e2e2;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    #header .header-sub.logged-in {
      background-color: #D59E9D; }
    #header .header-sub #logged-in {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      float: right;
      min-width: 128px;
      color: #FFF;
      font-size: 12px;
      vertical-align: middle; }
      #header .header-sub #logged-in div#current-user {
        padding: 5px;
        height: 25px;
        color: white;
        cursor: pointer;
        text-align: right;
        line-height: 25px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #header .header-sub #logged-in div#current-user > img {
          display: inline-block;
          margin-left: 5px;
          max-width: 24px;
          vertical-align: middle; }
    #header .header-sub #logged-in-popover {
      display: none;
      position: absolute;
      top: 50px;
      right: 22px;
      min-width: 360px;
      padding: 20px;
      border: 1px solid #dddddd;
      color: black;
      background-color: white;
      box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.2);
      cursor: default;
      line-height: 24px;
      z-index: 1888; }
      #header .header-sub #logged-in-popover a {
        color: #29ABE2; }
      #header .header-sub #logged-in-popover div.row > div {
        position: relative;
        float: left;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; }
      #header .header-sub #logged-in-popover div.row > div:first-child {
        width: 150px; }
        #header .header-sub #logged-in-popover div.row > div:first-child img {
          max-width: 100%; }
      #header .header-sub #logged-in-popover div.row > div:last-child {
        float: left;
        height: 120px; }
      #header .header-sub #logged-in-popover .logged-in-popover-meta {
        height: 90px; }
      #header .header-sub #logged-in-popover .current-user-name {
        font-weight: bold; }
      #header .header-sub #logged-in-popover .current-user-email {
        font-size: 11px; }
      #header .header-sub #logged-in-popover .btn-group {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%; }
      #header .header-sub #logged-in-popover .allow {
        border-color: transparent;
        border-bottom-color: #fff;
        border-style: dashed dashed solid;
        border-width: 0 12px 12px;
        position: absolute;
        right: 12px;
        top: -12px;
        z-index: 1;
        height: 0;
        width: 0; }
    #header .header-sub .container {
      position: relative; }
    #header .header-sub .langs {
      position: absolute;
      top: 5px;
      left: 0;
      margin: 0;
      padding: 0;
      height: 30px;
      outline: none;
      list-style: none; }
      #header .header-sub .langs li {
        display: inline-block;
        width: 70px;
        border-right: 1px solid #B7B7B7; }
        #header .header-sub .langs li a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 1px 0 1px 8px;
          color: #736F66;
          font-size: 12px; }
          #header .header-sub .langs li a:hover {
            background-color: #B7B7B7;
            text-decoration: none; }
        #header .header-sub .langs li.active a {
          background-color: #B7B7B7;
          text-decoration: none; }
    #header .header-sub h1 {
      font-size: 12px;
      color: #333333;
      text-align: center;
      font-weight: normal; }
    #header .header-sub .sns {
      position: absolute;
      top: 10px;
      right: 0;
      margin: 0;
      padding: 0;
      list-style: none; }
      #header .header-sub .sns li {
        display: inline-block;
        margin-right: 12px; }
        #header .header-sub .sns li a:hover {
          opacity: .35; }
      #header .header-sub .sns li.contactus {
        margin-right: 0;
        font-size: 10px; }
        #header .header-sub .sns li.contactus a:hover {
          opacity: 1; }
  #header .global {
    position: relative;
    bottom: 0; }

#brand a {
  display: block;
  margin: 10px auto 0;
  width: 301px;
  height: 43px; }

#header-title {
  width: 100%;
  min-height: 40px;
  margin: 0 auto;
  text-align: center; }
  #header-title h2 {
    margin: 0;
    font-size: 14px;
    color: #666666;
    font-weight: bold; }
  #header-title p {
    margin: 0;
    font-size: 12px; }

.default #header {
  height: 272px; }
.default #brand a {
  display: block;
  margin: 18px auto 16px;
  width: 167px;
  height: 118px; }

/* ==========================================================================
   パンくず
   ========================================================================== */
.breadcrumb {
  padding: 4px 15px;
  margin: 0 0 30px;
  list-style: none;
  border-bottom: 1px solid #e3e3e3; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }

body.landscape .breadcrumb {
  width: 700px; }

/* ==========================================================================
   検索
   ========================================================================== */
input.search-query {
  margin-bottom: 3px;
  padding: 10px;
  width: 280px;
  height: 16px;
  font-size: 16px;
  border: 1px solid #666666;
  background-color: #f2f2f2;
  font-weight: bold;
  outline: 0;
  outline: thin dotted \9; }
  input.search-query:focus, input.search-query:active {
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    -webkit-box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;
    box-shadow: 0 0 3px #666666; }

input.search-query::-webkit-input-placeholder {
  font-weight: normal; }

input.search-query::-moz-placeholder {
  font-weight: normal; }

/* firefox 19+ */
input.search-query:-ms-input-placeholder {
  font-weight: normal; }

/* ie */
input.search-query:-moz-placeholder {
  font-weight: normal; }

#search {
  margin-bottom: 28px; }
  #search h2 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: normal; }
    #search h2 span:last-child {
      display: inline-block;
      float: right; }
      #search h2 span:last-child a {
        color: #29abe2;
        text-decoration: none; }
  #search .search-colors {
    margin: 5px 0 0 0;
    padding: 0;
    height: 20px;
    list-style: none;
    overflow: hidden; }
    #search .search-colors li {
      display: inline-block; }
      #search .search-colors li a {
        display: block;
        width: 1em;
        height: 1em;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em; }

body.blur {
  -webkit-filter: blur(3px); }
  body.blur #search {
    -webkit-filter: blur(0px); }

/* Autocomplete
----------------------------------*/
.ui-autocomplete-menu {
  position: absolute;
  cursor: default; }

.ui-autocomplete-loading {
  background: white url("images/ui-anim.basic.16x16.gif") right center no-repeat; }

.ui-autocomplete-over {
  background-color: #0A246A;
  color: white; }

/* Menu
----------------------------------*/
.ui-menu {
  display: block;
  list-style: none;
  padding: 2px;
  margin: 0;
  width: 298px;
  max-height: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #CCC;
  border-top: none;
  z-index: 1000;
  overflow: auto; }
  .no-rgba .ui-menu {
    background-image: url(/assets/img/alpha-white.png); }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 298px;
  cursor: pointer; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  margin: -1px;
  background-color: #29abe2;
  color: #ffffff; }

/* ==========================================================================
   PAGE TOP
   ========================================================================== */
.page-top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px 0 120px;
  z-index: 100001; }
  .page-top a {
    float: right;
    display: block;
    padding: 0 15px 0 0;
    width: 56px;
    height: 56px;
    text-decoration: none;
    text-indent: -100px;
    background-color: transparent;
    background-image: url(/assets/img/top.png);
    background-repeat: no-repeat;
    overflow: hidden; }
    .page-top a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }

body.landscape .page-top {
  z-index: 150;
  width: 300px;
  float: right; }

/* ==========================================================================
   フッター
   ========================================================================== */
#footer {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 20px;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: height 300ms,  -webkit-transform 600ms;
  -moz-transition: height 300ms,  -moz-transform 600ms;
  -ms-transition: height 300ms,  -moz-transform 600ms;
  transition: height 300ms,  transform 600ms; }
  .no-rgba #footer {
    background-image: url(/assets/img/alpha-white.png); }
  #footer > .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -524px;
    width: 1048px;
    height: 20px;
    overflow: hidden; }
  #footer #copyright {
    margin: 5px auto 0;
    width: 768px;
    text-align: center;
    color: #666666;
    font-size: 12px; }
    #footer #copyright a {
      display: inline-block;
      float: left;
      width: 35px;
      margin-right: 12px; }
      #footer #copyright a img {
        max-width: 35px;
        vertical-align: middle; }
    #footer #copyright p {
      margin: 0;
      text-align: left; }
  #footer #show-footer-menu {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    color: #29abe2;
    font-size: 12px;
    cursor: pointer; }
  #footer #slide-in-footer-menu {
    margin-top: 20px;
    opacity: 0; }
  #footer.open {
    height: 300px;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); }
    #footer.open #slide-in-footer-menu {
      opacity: 1; }
  #footer.hidden {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  #footer .global.footer {
    border-top-color: transparent; }
    #footer .global.footer .container > ul {
      height: 280px; }
      #footer .global.footer .container > ul li {
        position: relative;
        height: auto; }
        #footer .global.footer .container > ul li a {
          text-align: left; }
    #footer .global.footer li.active > ul,
    #footer .global.footer li:hover > ul {
      height: auto;
      border-color: transparent; }
    #footer .global.footer li.active > a, #footer .global.footer li:hover > a {
      color: #29abe2;
      border-bottom: 3px solid transparent; }
    #footer .global.footer li.active ul, #footer .global.footer li:hover ul {
      z-index: 1150; }
    #footer .global.footer li:hover > a {
      border-bottom-color: transparent; }
    #footer .global.footer li:hover ul {
      z-index: 1151; }
    #footer .global.footer ul li {
      padding: 0; }
    #footer .global.footer ul li ul {
      position: absolute;
      top: 48px;
      width: 110%;
      overflow: visible;
      background-color: transparent;
      display: block !important; }
      #footer .global.footer ul li ul li {
        float: none; }
        #footer .global.footer ul li ul li a {
          font-size: 12px;
          line-height: 1.8;
          text-align: left; }

/* ==========================================================================
   ストリートスタイル ヘッダー
   ========================================================================== */
.street-header, .street-footer {
  position: relative;
  margin-bottom: 40px;
  *zoom: 1; }
  .street-header:before, .street-header:after, .street-footer:before, .street-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .street-header:after, .street-footer:after {
    clear: both; }
  .street-header h2, .street-footer h2 {
    margin-top: 0;
    color: #666666;
    font-family: "Myriad Pro Light", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 100;
    font-size: 36px; }
  .street-header .catch-copy, .street-footer .catch-copy {
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
  .street-header .date, .street-footer .date {
    float: left;
    width: 170px;
    height: 33px;
    vertical-align: bottom;
    line-height: 33px; }
  .street-header ul, .street-footer ul {
    float: right;
    padding: 0 20px;
    margin: 0;
    width: 466px;
    height: 38px;
    border: 1px solid #e3e3e3; }
    .street-header ul li, .street-footer ul li {
      display: inline-block;
      width: 89px;
      height: 40px; }
      .street-header ul li a, .street-footer ul li a {
        display: block;
        padding: 8px 0;
        height: 18px;
        color: #29abe2;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        border-bottom: 5px solid transparent; }
        .street-header ul li a:hover, .street-footer ul li a:hover {
          border-color: #979797; }
    .street-header ul li.active a, .street-footer ul li.active a {
      border-color: #979797; }
  html[lang=en] .street-header ul, html[lang=en] .street-footer ul {
    width: 521px;
    padding: 0; }
    html[lang=en] .street-header ul li, html[lang=en] .street-footer ul li {
      width: 100px; }

/* ==========================================================================
   エリアヘッダー
   ========================================================================== */
.street-area-header {
  min-height: 80px;
  margin-bottom: 30px;
  *zoom: 1; }
  .street-area-header:before, .street-area-header:after {
    display: table;
    content: "";
    line-height: 0; }
  .street-area-header:after {
    clear: both; }
  .street-area-header .street-area-header-title {
    padding: 0;
    margin: 0 20px 0 0;
    border-bottom: 1px solid #cccccc;
    *zoom: 1; }
    .street-area-header .street-area-header-title:before, .street-area-header .street-area-header-title:after {
      display: table;
      content: "";
      line-height: 0; }
    .street-area-header .street-area-header-title:after {
      clear: both; }
    .street-area-header .street-area-header-title h3 {
      float: left;
      width: 260px;
      margin: 0;
      padding-bottom: 5px;
      font-size: 48px;
      line-height: 100%;
      font-weight: 100;
      color: #666666; }
    .street-area-header .street-area-header-title p {
      float: right;
      width: 450px;
      margin-bottom: 5px;
      color: #666666;
      font-style: normal; }
  html[lang=en] .street-area-header .street-area-header-title h3 {
    font-size: 28px; }
  .street-area-header .street-area-header-body {
    position: relative;
    padding: 0;
    margin: 0; }
    .street-area-header .street-area-header-body p {
      position: absolute;
      margin: 6px 0 0;
      color: #666666;
      font-style: italic;
      font-weight: 100; }
    .street-area-header .street-area-header-body p + p {
      position: absolute;
      top: -3em;
      left: 220px;
      margin: 6px 0 0;
      color: #666666;
      font-style: italic;
      font-weight: 100; }
    html[lang=en] .street-area-header .street-area-header-body p {
      display: none; }

/* ==========================================================================
   エリアコンテンツ
   ========================================================================== */
.area-contents .area-title {
  margin-bottom: 25px;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  *zoom: 1; }
  .area-contents .area-title:before, .area-contents .area-title:after {
    display: table;
    content: "";
    line-height: 0; }
  .area-contents .area-title:after {
    clear: both; }
  .area-contents .area-title .date {
    display: inline-block;
    width: 170px; }
  .area-contents .area-title a.date {
    text-decoration: none; }
    .area-contents .area-title a.date:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  .area-contents .area-title > span {
    display: block;
    float: right;
    width: 470px;
    margin-bottom: 15px; }
html[lang=en] .area-contents .area-title .date {
  width: 200px; }
.area-contents .area-body {
  position: relative;
  *zoom: 1; }
  .area-contents .area-body:before, .area-contents .area-body:after {
    display: table;
    content: "";
    line-height: 0; }
  .area-contents .area-body:after {
    clear: both; }
  .area-contents .area-body p {
    margin-top: 0;
    margin-right: 1em; }
    .area-contents .area-body p img {
      display: block;
      float: right;
      margin-left: 25px;
      margin-bottom: 25px;
      width: 470px;
      max-width: 470px; }
  .area-contents .area-body .ribbon {
    position: static;
    top: 0;
    left: 0; }

/* ==========================================================================
   ストリートスタイルトップ
   ========================================================================== */
.street-top .container .street-header {
  margin-bottom: 30px;
  width: 728px; }
.street-top #area-map {
  background-color: #cccccc;
  margin-bottom: 40px;
  width: 100%;
  height: 400px; }
  .street-top #area-map #map {
    width: 100%;
    height: 100%; }
  .street-top #area-map .map-label {
    border: 1px solid black; }
.street-top #area-map + .container > .street-header {
  margin-bottom: 45px; }
  .street-top #area-map + .container > .street-header h2 {
    margin: 0;
    font-size: 42px;
    line-height: 42px; }
    .street-top #area-map + .container > .street-header h2 span {
      display: inline-block;
      float: right;
      font-size: 14px;
      color: #000000;
      text-align: right; }
.street-top .snaps {
  margin-left: -45px;
  margin-bottom: 40px;
  *zoom: 1; }
  .street-top .snaps:before, .street-top .snaps:after {
    display: table;
    content: "";
    line-height: 0; }
  .street-top .snaps:after {
    clear: both; }
.street-top .snap {
  position: relative;
  float: left;
  margin-left: 41px;
  margin-bottom: 15px;
  width: 215px; }
  .street-top .snap img {
    max-width: 100%; }
  .street-top .snap p {
    margin: 0;
    font-size: 12px;
    line-height: 18px; }
  .street-top .snap:nth-child(4) {
    clear: left; }
.street-top .area {
  display: block;
  position: relative;
  margin-top: 143px;
  padding: 30px 0;
  width: 530px;
  background-color: rgba(255, 255, 255, 0.9);
  *zoom: 1;
  text-decoration: none; }
  .no-rgba .street-top .area {
    background-image: url(/assets/img/alpha-white.png); }
  .street-top .area:before, .street-top .area:after {
    display: table;
    content: "";
    line-height: 0; }
  .street-top .area:after {
    clear: both; }
  .street-top .area:hover {
    background-color: rgba(255, 255, 255, 0.85); }
.street-top .area-contents .area-title {
  margin: 0 0 40px 0;
  border-bottom: none; }
  .street-top .area-contents .area-title h3 {
    display: block !important;
    padding: 0 40px 5px;
    margin: 0 0 10px 0;
    width: 450px;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    border-bottom: 1px solid #000000; }
  .street-top .area-contents .area-title span {
    padding: 0 40px;
    width: 450px;
    line-height: 28px; }
.street-top .area-contents .area-body {
  margin: 0;
  padding: 0 40px;
  width: 400px; }
  .street-top .area-contents .area-body p {
    display: block;
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 1.8; }
  .street-top .area-contents .area-body .last-update {
    font-size: 36px;
    line-height: 36px;
    color: #666666; }
    .street-top .area-contents .area-body .last-update span {
      display: block;
      margin-bottom: 12px;
      font-size: 14px;
      line-height: 14px;
      color: #000000; }
  .street-top .area-contents .area-body img {
    display: block;
    float: right;
    margin-left: 0;
    margin-bottom: 25px;
    width: 470px;
    max-width: 470px; }

/* ==========================================================================
   エリアトップ と 週のトップ
   ========================================================================== */
.street-area-top .street-header {
  margin-bottom: 20px; }
.street-area-top .area-contents {
  margin-bottom: 20px; }
  .street-area-top .area-contents .area-body p img.right {
    float: right;
    width: 470px; }
  .street-area-top .area-contents .area-body .souron-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px; }
  .street-area-top .area-contents .area-body .pull-left {
    width: 260px; }
    .street-area-top .area-contents .area-body .pull-left h4 {
      display: inline-block;
      margin: 0 0 18px 0;
      font-size: 18px; }
  .street-area-top .area-contents .area-body .pull-right {
    width: 470px; }
    .street-area-top .area-contents .area-body .pull-right img {
      max-width: 100%; }
html[lang=en] .street-area-top .street-header .date {
  width: 205px; }
html[lang=en] .street-area-top .street-header ul {
  width: 475px; }
  html[lang=en] .street-area-top .street-header ul li {
    width: 90px; }
    html[lang=en] .street-area-top .street-header ul li a {
      font-size: 14px; }
.street-area-top .snaps {
  margin-left: -42px;
  margin-bottom: 0;
  *zoom: 1; }
  .street-area-top .snaps:before, .street-area-top .snaps:after {
    display: table;
    content: "";
    line-height: 0; }
  .street-area-top .snaps:after {
    clear: both; }
.street-area-top .snap {
  position: relative;
  float: left;
  margin-left: 42px;
  margin-bottom: 19px;
  width: 215px;
  min-height: 367px; }
  .street-area-top .snap img {
    max-width: 100%; }
  .street-area-top .snap p {
    margin: 0;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
.street-area-top .adv {
  margin-bottom: 80px; }
.street-area-top iframe {
  border: none;
  min-width: 728px;
  width: 730px;
  overflow: hidden; }
.street-area-top .pagination {
  display: none; }

.infinite {
  position: relative; }
  .infinite .street-area-top .street-header,
  .infinite .street-area-top .street-area-header {
    display: none; }
  .infinite #infscr-loading {
    position: absolute;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    text-align: center; }
  .infinite .loading span {
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    margin: .2em;
    background: #007DB6;
    border-radius: .6em;
    -webkit-animation: loading 1s infinite alternate; }
  .infinite .loading span:nth-of-type(2) {
    background: #008FB2;
    -webkit-animation-delay: 0.2s; }
  .infinite .loading span:nth-of-type(3) {
    background: #009B9E;
    -webkit-animation-delay: 0.4s; }
  .infinite .loading span:nth-of-type(4) {
    background: #00A77D;
    -webkit-animation-delay: 0.6s; }
  .infinite .loading span:nth-of-type(5) {
    background: #00B247;
    -webkit-animation-delay: 0.8s; }
  .infinite .loading span:nth-of-type(6) {
    background: #5AB027;
    -webkit-animation-delay: 1.0s; }
  .infinite .loading span:nth-of-type(7) {
    background: #A0B61E;
    -webkit-animation-delay: 1.2s; }
@-webkit-keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .infinite #infscr-loading {
    position: absolute;
    width: 360px;
    bottom: -20px;
    left: 50%;
    margin-left: -180px;
    text-align: center; }

/* ==========================================================================
   個人詳細
   ========================================================================== */
.snap-detail {
  position: relative;
  *zoom: 1;
  overflow: visible; }
  .snap-detail:before, .snap-detail:after {
    display: table;
    content: "";
    line-height: 0; }
  .snap-detail:after {
    clear: both; }
  html[lang=en] .snap-detail .street-header .date {
    width: 180px; }
  .snap-detail > .snap {
    position: relative;
    float: left;
    margin-right: 18px;
    margin-bottom: 40px;
    width: 430px; }
    .snap-detail > .snap img {
      width: 430px;
      max-width: 100%; }
    .snap-detail > .snap .ribbon {
      position: absolute;
      top: 35px;
      left: -12px; }
  .snap-detail > .snap-meta {
    float: right;
    width: 280px; }
    .snap-detail > .snap-meta dl {
      margin: 0;
      font-size: 12px; }
      .snap-detail > .snap-meta dl dt {
        clear: both;
        float: left;
        padding: 5px 0 5px 0;
        width: 130px;
        height: 20px;
        border-top: 1px solid #e3e3e3; }
      .snap-detail > .snap-meta dl dd {
        margin-left: 130px;
        padding: 5px 0 5px 0;
        width: 150px;
        min-height: 20px;
        border-top: 1px solid #e3e3e3; }
      .snap-detail > .snap-meta dl dt.stand-out {
        float: none !important;
        border-top-color: transparent !important; }
      .snap-detail > .snap-meta dl dt.stand-out + dd {
        margin-left: 0 !important;
        width: 100% !important; }
    .snap-detail > .snap-meta .profile-name {
      margin: 0 0 5px 0;
      width: 100%;
      height: 1em;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .snap-detail > .snap-meta .item-brand-list {
      margin: 0 0 8px 4px;
      padding: 0;
      list-style-type: none; }
    .snap-detail > .snap-meta .circle {
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: .3em;
      background-color: #666666;
      -moz-border-radius: 1em;
      -webkit-border-radius: 1em;
      border-radius: 1em; }
    .snap-detail > .snap-meta .snap-related {
      margin: 10px 0;
      font-size: 12px; }
      .snap-detail > .snap-meta .snap-related a {
        color: #29abe2;
        text-decoration: none; }
        .snap-detail > .snap-meta .snap-related a:hover {
          text-decoration: underline; }
    .snap-detail > .snap-meta .style-archives ul {
      margin: 10px 0 0 0;
      padding: 0;
      list-style-type: none; }
      .snap-detail > .snap-meta .style-archives ul li {
        display: inline-block;
        width: 74px; }
    .snap-detail > .snap-meta .style-archives img {
      max-width: 100%; }
  .snap-detail .other-snaps {
    clear: both; }
    .snap-detail .other-snaps ul {
      margin: 0 0 0 -43px;
      padding: 0;
      list-style-type: none;
      letter-spacing: -40em;
      font-size: 0;
      *zoom: 1; }
      .snap-detail .other-snaps ul:before, .snap-detail .other-snaps ul:after {
        display: table;
        content: "";
        line-height: 0; }
      .snap-detail .other-snaps ul:after {
        clear: both; }
      .snap-detail .other-snaps ul li {
        display: inline-block;
        margin-left: 42px;
        margin-bottom: 42px;
        width: 215px;
        letter-spacing: normal;
        font-size: small;
        vertical-align: top; }
        .snap-detail .other-snaps ul li img {
          max-width: 100%; }
        .snap-detail .other-snaps ul li:nth-child(4n) {
          clear: left; }
    .snap-detail .other-snaps dl.items {
      margin: 8px 0 0 0; }
      .snap-detail .other-snaps dl.items dd {
        margin-left: 0; }
  .snap-detail .other-styles ul {
    margin: 0 0 20px -16px;
    padding: 0;
    list-style-type: none;
    *zoom: 1; }
    .snap-detail .other-styles ul:before, .snap-detail .other-styles ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .snap-detail .other-styles ul:after {
      clear: both; }
    .snap-detail .other-styles ul li {
      position: relative;
      float: left;
      margin-left: 16px;
      margin-bottom: 20px;
      width: 108px; }
      .snap-detail .other-styles ul li img {
        max-width: 100%; }
      .snap-detail .other-styles ul li.current img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      .snap-detail .other-styles ul li p {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
  .snap-detail .photography-staffs h3 {
    margin-bottom: 0;
    font-weight: normal;
    border-bottom: 1px solid #cccccc; }
  .snap-detail .photography-staffs > div {
    float: left;
    width: 33%; }
    .snap-detail .photography-staffs > div h4 {
      margin-bottom: 12px;
      font-weight: normal; }
    .snap-detail .photography-staffs > div ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .snap-detail .photography-staffs > div ul li {
        margin-bottom: 6px;
        line-height: 24px;
        vertical-align: middle;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: 100; }
        .snap-detail .photography-staffs > div ul li img {
          vertical-align: middle;
          border: 1px solid #efefef; }

/* ==========================================================================
   同じ週の他のスナップ
   ========================================================================== */
.street-pagination ul {
  padding: 0 64px;
  margin: 0 0 40px 0;
  width: 728px;
  list-style-type: none;
  *zoom: 1; }
  .street-pagination ul:before, .street-pagination ul:after {
    display: table;
    content: "";
    line-height: 0; }
  .street-pagination ul:after {
    clear: both; }
  .street-pagination ul li {
    display: inline-block;
    width: 210px; }
    .street-pagination ul li a {
      display: block;
      padding: 12px;
      height: 32px;
      line-height: 32px;
      color: #29abe2;
      text-decoration: none;
      text-align: center; }
      .street-pagination ul li a:hover {
        background-color: #e3e3e3; }
      .street-pagination ul li a span.date {
        display: inline-block;
        margin-top: -5px;
        height: 32px;
        line-height: 32px;
        vertical-align: text-top; }
      .street-pagination ul li a span[class^=icon-] {
        margin-top: -5px; }
html[lang=en] .street-pagination ul {
  margin: 0;
  padding: 0; }
html[lang=en] .street-pagination ul li {
  width: 265px; }
html[lang=en] .street-pagination ul li:nth-child(2) {
  width: 189px; }

/* ==========================================================================
   リボン
   ========================================================================== */
.ribbon {
  position: absolute;
  top: 7%;
  left: -10%;
  width: 128px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  background-color: #FB0F1B;
  color: #ffffff;
  text-align: center; }

.ribbon-unpublished {
  background-color: #F0AD4E; }

.snap .ribbon {
  width: 87px;
  height: 26px;
  line-height: 26px;
  font-size: 10px; }

.snap-main .ribbon {
  width: 128px;
  height: 38px;
  font-size: 14px;
  line-height: 38px; }

.ribbon-ritch {
  position: absolute;
  width: 128px;
  height: 38px;
  line-height: 30px;
  text-align: center;
  background: #d64b4b;
  background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
  background: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
  background: -moz-linear-gradient(top, #d64b4b, #ab2c2c);
  background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
  background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
  background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px; }

.ribbon-ritch span {
  display: block;
  color: #ffffff;
  text-shadow: #d65c5c 0 1px 0;
  margin: 0px; }

.ribbon-ritch:before, .ribbon-ritch:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #c23a3a;
  z-index: -1; }

.ribbon-ritch:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px; }

.ribbon-ritch:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px; }

.ribbon-ritch .ribbon-content:before, .ribbon-ritch .ribbon-content:after {
  border-color: #871616 transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  bottom: -1em;
  content: ''; }

.ribbon-ritch .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em; }

.ribbon-ritch .ribbon-stitches-top {
  margin-top: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); }

.ribbon-ritch .ribbon-stitches-bottom {
  margin-bottom: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3); }

/* ==========================================================================
   広告
   ========================================================================== */
.adv {
  position: relative;
  clear: both;
  margin-bottom: 20px; }
  .adv .glam-copy {
    display: none; }
  html[lang=ja] .adv .glam-copy {
    display: block !important;
    position: absolute;
    right: -13px;
    bottom: 0; }

.adv-728x90 {
  margin-bottom: 0px !important;
  height: 95px; }

.adv-300x250 {
  width: 300px;
  height: 250px; }

.adv-336x280 {
  width: 336px;
  height: 280px;
  overflow: hidden; }

.adv-areamatch {
  position: relative;
  margin-bottom: 25px;
  *zoom: 1; }
  .adv-areamatch:before, .adv-areamatch:after {
    display: table;
    content: "";
    line-height: 0; }
  .adv-areamatch:after {
    clear: both; }
  .adv-areamatch .areamatch-title {
    margin-top: 0;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    line-height: 30px; }
  .adv-areamatch > div img {
    display: none; }
  .adv-areamatch > div p {
    display: block;
    float: left;
    width: 33%; }
  .adv-areamatch > div p + p + p + p {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: auto; }

body.landscape .adv-728x90 {
  width: 728px; }

.adv-glam-square + .souron {
  margin-top: 340px; }

.souron {
  margin-bottom: 40px; }
  .souron > span {
    display: block;
    margin-bottom: 10px;
    color: #666666; }
  .souron h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 100; }
  .souron h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 20px; }
  .souron img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%; }
  .souron p {
    font-size: 12px;
    line-height: 1.8; }

/* ==========================================================================
   今週の注目キーワード
   ========================================================================== */
.trend-keyword {
  margin-bottom: 20px;
  min-height: 139px; }
  .trend-keyword h2, .trend-keyword h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .trend-keyword ul {
    padding: 0;
    margin: 0 0 0 -13px;
    min-height: 108px;
    list-style-type: none; }
    .trend-keyword ul li {
      display: inline-block;
      margin-left: 11px;
      width: 48px;
      font-size: 10px;
      line-height: 12px;
      vertical-align: top; }
      .trend-keyword ul li img {
        max-width: 100%; }
      .trend-keyword ul li p {
        margin: 3px 0;
        width: 100%;
        height: 2.2em;
        display: block;
        text-overflow: ellipsis;
        letter-spacing: -1px; }

/* ==========================================================================
   ブランドランキング
   ========================================================================== */
.brand-ranking {
  margin-bottom: 20px;
  min-height: 195px; }
  .brand-ranking h2, .brand-ranking h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .brand-ranking > p {
    margin-top: 0;
    font-size: 12px; }
  .brand-ranking ol {
    padding: 0;
    margin: 0;
    list-style: none; }
    .brand-ranking ol li {
      margin-bottom: 3px;
      height: 20px; }
      .brand-ranking ol li span {
        color: #FF0000;
        text-align: center; }
      .brand-ranking ol li a {
        display: inline-block;
        height: 20px;
        color: #29abe2;
        text-decoration: none; }
        .brand-ranking ol li a:hover {
          text-decoration: underline; }

/* ==========================================================================
   おすすめコンテンツ
   ========================================================================== */
.recommend-contents {
  margin-bottom: 20px;
  min-height: 469px; }
  .recommend-contents h2, .recommend-contents h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .recommend-contents > a {
    display: block;
    padding: 12px 12px;
    margin-bottom: 12px;
    background-color: #ffffff;
    border: 8px solid #e3e3e3;
    text-decoration: none; }
    .recommend-contents > a:hover {
      border-color: #bdbdbd; }
    .recommend-contents > a h3, .recommend-contents > a h4 {
      margin: 0 0 6px 0; }
    .recommend-contents > a img {
      float: left;
      margin-right: 6px;
      width: 54px; }
    .recommend-contents > a p {
      margin: 0;
      font-size: 13px;
      line-height: 1.4em;
      height: 4em;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

.pagination {
  clear: both;
  margin: 20px 0; }

.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #29abe2; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #efefef;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #efefef;
  background-color: transparent;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

/* ==========================================================================
   Icons
   ========================================================================== */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  *margin-right: .3em;
  line-height: 32px;
  vertical-align: text-top;
  background-image: url('../img/icons/30px.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-top: 1px; }
  [class^="icon-"][class$="-20"],
  [class*=" icon-"][class$="-20"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-image: url('../img/icons/20px.png'); }
  [class^="icon-"][class$="-16"],
  [class*=" icon-"][class$="-16"] {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-image: url('../img/icons/16px.png'); }

.icon-camera {
  width: 32px;
  background-position: 0 0; }

.icon-comment {
  width: 32px;
  background-position: 0 -32px; }

.icon-delicious {
  width: 32px;
  background-position: 0 -64px; }

.icon-email {
  width: 32px;
  background-position: 0 -96px; }

.icon-facebook {
  width: 32px;
  background-position: 0 -128px; }

.icon-flag-ch {
  width: 32px;
  background-position: 0 -160px; }

.icon-flag-jp {
  width: 32px;
  background-position: 0 -169px; }

.icon-flag-ko {
  width: 32px;
  background-position: 0 -178px; }

.icon-flag-uk {
  width: 32px;
  background-position: 0 -187px; }

.icon-google {
  width: 32px;
  background-position: 0 -196px; }

.icon-gt {
  width: 32px;
  background-position: 0 -228px; }

.icon-hatena {
  width: 32px;
  background-position: 0 -260px; }

.icon-heart {
  width: 32px;
  background-position: 0 -292px; }

.icon-lt {
  width: 32px;
  background-position: 0 -324px; }

.icon-question {
  width: 32px;
  background-position: 0 -356px; }

.icon-ranking {
  width: 32px;
  background-position: 0 -388px; }

.icon-search {
  width: 32px;
  background-position: 0 -420px; }

.icon-shop-category-all {
  width: 32px;
  background-position: 0 -452px; }

.icon-shop-category-goods {
  width: 32px;
  background-position: 0 -484px; }

.icon-shop-category-ladys {
  width: 32px;
  background-position: 0 -516px; }

.icon-shop-category-mens {
  width: 32px;
  background-position: 0 -548px; }

.icon-shop-category-used {
  width: 32px;
  background-position: 0 -580px; }

.icon-star {
  width: 32px;
  background-position: 0 -612px; }

.icon-twitter {
  width: 32px;
  background-position: 0 -644px; }

.icon-yahoo {
  width: 32px;
  background-position: 0 -676px; }

.icon-camera-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 0; }

.icon-comment-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -20px; }

.icon-delicious-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -40px; }

.icon-email-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -60px; }

.icon-facebook-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -80px; }

.icon-google-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -100px; }

.icon-gt-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -120px; }

.icon-hatena-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -140px; }

.icon-heart-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -160px; }

.icon-lt-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -180px; }

.icon-question-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -200px; }

.icon-ranking-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -220px; }

.icon-search-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -240px; }

.icon-shop-category-all-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -260px; }

.icon-shop-category-goods-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -280px; }

.icon-shop-category-ladys-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -300px; }

.icon-shop-category-mens-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -320px; }

.icon-shop-category-used-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -340px; }

.icon-star-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -360px; }

.icon-twitter-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -380px; }

.icon-yahoo-20 {
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -400px; }

.icon-camera-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 0; }

.icon-comment-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -16px; }

.icon-delicious-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -32px; }

.icon-email-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -48px; }

.icon-facebook-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -64px; }

.icon-google-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -80px; }

.icon-gt-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -96px; }

.icon-hatena-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -112px; }

.icon-heart-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -128px; }

.icon-lt-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -144px; }

.icon-question-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -160px; }

.icon-ranking-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -176px; }

.icon-search-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -192px; }

.icon-shop-category-all-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -208px; }

.icon-shop-category-goods-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -224px; }

.icon-shop-category-ladys-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -240px; }

.icon-shop-category-mens-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -256px; }

.icon-shop-category-used-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -272px; }

.icon-star-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -288px; }

.icon-twitter-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -304px; }

.icon-yahoo-16 {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 -320px; }

body.topics .posts {
  margin-left: -40px; }
body.topics .post {
  position: relative;
  display: block;
  float: left;
  margin-left: 40px;
  width: 320px;
  height: 320px;
  margin-bottom: 40px;
  background-position: center 50%;
  *zoom: 1; }
  body.topics .post img {
    display: block;
    max-width: 100%;
    width: 100%; }
  body.topics .post:before, body.topics .post:after {
    display: table;
    content: "";
    line-height: 0; }
  body.topics .post:after {
    clear: both; }
  body.topics .post:hover {
    opacity: .8; }
  body.topics .post .post-date {
    position: absolute;
    top: -23px;
    left: 0;
    padding: 5px 5px;
    width: 310px;
    height: 15px;
    text-align: right;
    color: #000000;
    font-size: 12px; }
  body.topics .post .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    width: 290px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
    .no-rgba body.topics .post .post-content {
      background-image: url(/assets/img/alpha-black.png); }
    body.topics .post .post-content h2, body.topics .post .post-content h3, body.topics .post .post-content h4 {
      margin: 0;
      font-weight: normal;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    body.topics .post .post-content p {
      font-size: 11px;
      line-height: 15px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #999; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }
