/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"], /* 1 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.sprite-aqu {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px 0px;
  width: 260px;
  height: 61px;
}

.sprite-ari {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -262px -315px;
  width: 260px;
  height: 61px;
}

.sprite-can {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -126px;
  width: 260px;
  height: 61px;
}

.sprite-cap {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -189px;
  width: 260px;
  height: 61px;
}

.sprite-gem {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -262px 0px;
  width: 260px;
  height: 61px;
}

.sprite-global-navi-celeb-active, .header .global-navi a.navi-celeb:hover, .header .global-navi span.navi-celeb {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px 0px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-celeb-active, .header .global-navi a.navi-celeb:hover, .header .global-navi a.navi-celeb.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px 0px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-celeb, .header .global-navi a.navi-celeb {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -39px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-fortune-active, .header .global-navi a.navi-fortune:hover, .header .global-navi span.navi-fortune {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -361px -378px;
  width: 160px;
  height: 37px;
}

.sprite-global-navi-fortune-active, .header .global-navi a.navi-fortune:hover, .header .global-navi a.navi-fortune.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -361px -378px;
  width: 160px;
  height: 37px;
}

.sprite-global-navi-fortune, .header .global-navi a.navi-fortune {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -436px;
  width: 160px;
  height: 37px;
}

.sprite-global-navi-nail-active, .header .global-navi a.navi-nail:hover, .header .global-navi span.navi-nail {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -326px -436px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-nail-active, .header .global-navi a.navi-nail:hover, .header .global-navi a.navi-nail.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -326px -436px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-nail, .header .global-navi a.navi-nail {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -198px -378px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-news-active, .header .global-navi a.navi-news:hover, .header .global-navi span.navi-news {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -514px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-news-active, .header .global-navi a.navi-news:hover, .header .global-navi a.navi-news.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -514px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-news, .header .global-navi a.navi-news {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -436px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-shopping-active, .header .global-navi a.navi-shopping:hover, .header .global-navi span.navi-shopping {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -514px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-shopping-active, .header .global-navi a.navi-shopping:hover, .header .global-navi a.navi-shopping.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -514px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-shopping, .header .global-navi a.navi-shopping {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -475px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-top-active, .header .global-navi a.navi-top:hover, .header .global-navi span.navi-top {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -475px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-top-active, .header .global-navi a.navi-top:hover, .header .global-navi a.navi-top.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -475px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-top, .header .global-navi a.navi-top {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -327px -475px;
  width: 161px;
  height: 37px;
}

.sprite-icon-comment-arrow {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -669px -200px;
  width: 16px;
  height: 12px;
}

.sprite-icon-new {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -632px -200px;
  width: 35px;
  height: 15px;
}

.sprite-icon-ranking-pr1 {
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_20160527/pr.jpg);
  width: 32px;
  height: 29px;
  margin-top: 15px;
}

.sprite-icon-ranking-pr2 {
  width: 32px;
  height: 29px;
}

.sprite-icon-ranking-pr3 {
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_20160527/pr.jpg);
  width: 32px;
  height: 29px;
}

.sprite-icon-ranking-1 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -378px;
  width: 32px;
  height: 40px;
}

.sprite-icon-ranking-10 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -171px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-11 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -632px -171px;
  width: 32px;
  height: 27px;
}

.sprite-icon-ranking-12 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -560px -200px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-13 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -596px -200px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-14 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -596px -171px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-15 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -560px -171px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-16 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -633px -142px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-17 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -200px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-18 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -597px -142px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-19 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -562px -142px;
  width: 33px;
  height: 27px;
}

.sprite-icon-ranking-2 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -130px -378px;
  width: 32px;
  height: 46px;
}

.sprite-icon-ranking-20 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -142px;
  width: 36px;
  height: 27px;
}

.sprite-icon-ranking-3 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -96px -378px;
  width: 32px;
  height: 46px;
}

.sprite-icon-ranking-4-2 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -111px;
  width: 32px;
  height: 29px;
}

.sprite-icon-ranking-4 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -558px -111px;
  width: 32px;
  height: 29px;
}

.sprite-icon-ranking-5-2 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -592px -111px;
  width: 32px;
  height: 28px;
}

.sprite-icon-ranking-5 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -626px -111px;
  width: 32px;
  height: 28px;
}

.sprite-icon-ranking-6 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -626px -78px;
  width: 32px;
  height: 30px;
}

.sprite-icon-ranking-7 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -558px -78px;
  width: 32px;
  height: 30px;
}

.sprite-icon-ranking-8 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -592px -78px;
  width: 32px;
  height: 30px;
}

.sprite-icon-ranking-9 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -78px;
  width: 32px;
  height: 31px;
}

.sprite-icon-search, .search-box .input-search:after, .search-box-fix .input-search:after {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -666px -171px;
  width: 15px;
  height: 15px;
}

.sprite-icon-slider-next {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -48px -378px;
  width: 46px;
  height: 56px;
}

.sprite-icon-slider-prev {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -378px;
  width: 46px;
  height: 56px;
}

.sprite-icon-star-disable {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -660px -78px;
  width: 24px;
  height: 23px;
}

.sprite-icon-star {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -660px -111px;
  width: 24px;
  height: 23px;
}

.sprite-icon-zoom {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -669px -142px;
  width: 16px;
  height: 16px;
}

.sprite-leo {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -315px;
  width: 260px;
  height: 61px;
}

.sprite-lib {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -262px -252px;
  width: 260px;
  height: 61px;
}

.sprite-pis {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -252px;
  width: 260px;
  height: 61px;
}

.sprite-sag {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -262px -189px;
  width: 260px;
  height: 61px;
}

.sprite-sco {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -262px -126px;
  width: 260px;
  height: 61px;
}

.sprite-tau {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -262px -63px;
  width: 260px;
  height: 61px;
}

.sprite-text-fortune, .side-column .side-fortune-box .fortune-head h2.text {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -229px;
  width: 96px;
  height: 20px;
}

.sprite-vir {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -63px;
  width: 260px;
  height: 61px;
}

.time-stamp .date, .side-column .item-box .item-box-contents-ranking .sub-news-item-text .text .date, .side-column .item-box .item-box-contents-ranking .sub-news-item .text .date {
  display: inline-block;
  margin-bottom: 6px;
  color: #fa70a4;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
}
.time-stamp .sprite-icon-new, .side-column .item-box .item-box-contents-ranking .sub-news-item-text .text .sprite-icon-new, .side-column .item-box .item-box-contents-ranking .sub-news-item .text .sprite-icon-new {
  margin: 0 0 -1px 10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.sprite {
  display: inline-block;
  text-indent: -9999px;
}

.align-center {
  text-align: center !important;
}

.font-bold {
  font-weight: bold;
}

.color_bk{
  color: #000000;
}

.paragraph {
  display: block;
}

.text-overflow {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relative {
  position: relative;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.search-box, .search-box-fix {
  font-size: 13px;
  text-align: right;
}
.search-box .input-search, .search-box-fix .input-search {
  display: inline-block;
  position: relative;
  padding: 2px;
  border: 1px solid #aaa0a3;
  text-align: left;
}
.search-box .input-search:after, .search-box-fix .input-search:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  content: " ";
  z-index: 100;
}
.search-box .input-search input, .search-box-fix .input-search input {
  padding: 4px 5px 4px 30px;
  border: none;
  color: #888183;
  background: none;
  z-index: 99;
}
.search-box .input-search button, .search-box-fix .input-search button {
  padding: 6px 12px;
  border: none;
  background: #85777c;
  color: #ffffff;
  text-align: center;
}

.search-box-fix {
  position: absolute;
  top: 7px;
  right: 17px;
  z-index: 200;
}

.more-link {
  text-align: right;
}

.pager {
  margin-top: 16px;
  font-size: 18px;
  text-align: center;
}
.pager ul {
  display: inline-block;
  margin-left: 9px;
}
.pager li {
  display: inline-block;
  margin-right: 9px;
}
.pager .button a {
  display: inline-block;
  min-width: 34px;
  padding: 4px 0;
  border: 2px solid #c9c9c9;
  background: #eeeeee;
  color: #626262;
  text-decoration: none;
  text-align: center;
}
.pager .button.active a {
  border: 2px solid #757575;
  background: #585555;
  color: #ffffff;
}

body {
  color: #000000;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6,
ul, ol, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  color: #1f8fa7;
}
a:hover {
  color: #73bccb;
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

h2 {
  font-size: 19px;
}

/*
--------------------------------------------------
common parts
--------------------------------------------------
*/
/* header -------------------- */
.header {
  margin: 18px 0;
}
.header .container, .header .error-container {
  width: 980px;
  margin: 0 auto 12px;
}
.header .container:before, .header .error-container:before, .header .container:after, .header .error-container:after {
  content: " ";
  display: table;
}
.header .container:after, .header .error-container:after {
  clear: both;
}
.header .logo {
  float: left;
  padding-left: 18px;
}
.header .group-link {
  float: right;
  padding-top: 10px;
  font-size: 13px;
}
.header .group-link li {
  display: inline-block;
  padding: 0 6px;
  border-left: 1px solid #000000;
}
.header .group-link li:first-child {
  border-left: none;
}
.header .group-link a {
  color: #000000;
  text-decoration: none;
}
.header .global-navi-wrap {
  position: relative;
  width: 980px;
  min-height: 40px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.header .global-navi {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1px 0;
  background: #66585d;
  -webkit-box-shadow: 1px 1px 1px #9c8f94;
          box-shadow: 1px 1px 1px #9c8f94;
  z-index: 1000;
}
.header .global-navi .global-navi-inner {
  border-top: 1px solid #ffffff;
}
.header .global-navi ul {
  width: 980px;
  margin: 0 auto;
  border-left: 1px solid #7d706e;
}
.header .global-navi ul:before, .header .global-navi ul:after {
  content: " ";
  display: table;
}
.header .global-navi ul:after {
  clear: both;
}
.header .global-navi li {
  float: left;
  border-left: 1px solid #564744;
  border-right: 1px solid #7d706e;
}
.header .global-navi a.navi-top {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi span.navi-top {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi a.navi-news {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi span.navi-news {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi a.navi-fortune {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi span.navi-fortune {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi a.navi-shopping {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi span.navi-shopping {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi a.navi-nail {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi span.navi-nail {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi a.navi-celeb {
  display: inline-block;
  text-indent: -9999px;
}
.header .global-navi span.navi-celeb {
  display: inline-block;
  text-indent: -9999px;
}
.header .sub-navi {
  padding-top: 40px;
  background: #cbc1c4;
  -webkit-box-shadow: 1px 1px 1px #c4bfbc;
          box-shadow: 1px 1px 1px #c4bfbc;
  z-index: 900;
}
.header .sub-navi.sub-navi-wide .text-link {
  min-width: 4em;
}
.header .sub-navi ul:before, .header .sub-navi ul:after {
  content: " ";
  display: table;
}
.header .sub-navi ul:after {
  clear: both;
}
.header .sub-navi li {
  float: left;
  margin-right: 2px;
}

/* layout -------------------- */
.contents {
  width: 980px;
  margin: 0 auto 50px;
}
.contents .container:before, .contents .error-container:before, .contents .container:after, .contents .error-container:after {
  content: " ";
  display: table;
}
.contents .container:after, .contents .error-container:after {
  clear: both;
}

.main-column {
  float: left;
  width: 662px;
}
.main-column .breadcrumb {
  margin-bottom: 18px;
  font-size: 13px;
}
.main-column .breadcrumb span {
  color: #ed6092;
}
.main-column .main-column-inner {
  padding: 9px 18px 18px;
  border: 1px solid #e5dada;
}
.main-column.tab-contents .main-column-inner {
  border-top: none;
}

.section {
  margin-top: 20px;
}
.section:first-child {
  margin-top: 0;
}

/* side-column */
.side-column {
  float: right;
  width: 300px;
}
.side-column .item-box {
  margin-bottom: 18px;
}
.side-column .item-box h2 {
  padding: 2px 0;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/bg-title-sub-column.png) repeat 0 0;
  color: #ffffff;
}
.side-column .item-box h2 span {
  display: block;
  padding: 5px 16px 3px;
  border-top: 1px solid #b9adb1;
  border-bottom: 1px solid #b9adb1;
  font-size: 16px;
}
.side-column .item-box .more-link {
  font-size: 13px;
}
.side-column .item-box .item-box-inner {
  border: 1px solid #e5dada;
}
.side-column .item-box .item-box-inner .item-box-contents {
  padding: 12px 7px;
}
.side-column .item-box .item-box-inner .item-box-contents.text-list li {
  margin-top: 6px;
}
.side-column .item-box .item-box-inner .item-box-contents li {
  margin-top: 12px;
}
.side-column .item-box .item-box-inner .item-box-contents li:first-child {
  margin-top: 0;
}
.side-column .item-box .item-box-inner .item-box-contents p {
  margin-bottom: 6px;
  color: #583621;
}
.side-column .item-box .item-box-inner .item-box-contents .image {
  text-align: center;
}
.side-column .item-box .item-box-inner .item-box-contents .note {
  font-size: 12px;
}
.side-column .item-box .item-box-inner .more-link {
  padding: 7px 7px 5px;
  border-top: 1px solid #ebebeb;
}
.side-column .item-box .item-box-contents-ranking {
  padding: 6px 5px 0;
  font-size: 13px;
}
.side-column .item-box .item-box-contents-ranking li:first-child a {
  padding-top: 0;
}
.side-column .item-box .item-box-contents-ranking li .sprite {
  margin-right: 5px;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text, .side-column .item-box .item-box-contents-ranking .sub-news-item {
  border-top: 1px solid #ebebeb;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text:first-child, .side-column .item-box .item-box-contents-ranking .sub-news-item:first-child {
  border-top: none;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text a, .side-column .item-box .item-box-contents-ranking .sub-news-item a {
  display: block;
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
  letter-spacing: -0.4em;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text a:hover, .side-column .item-box .item-box-contents-ranking .sub-news-item a:hover {
  background: #f5f0f2;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text a:hover, .side-column .item-box .item-box-contents-ranking .sub-news-item a:hover {
  background: none;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text a:hover .text, .side-column .item-box .item-box-contents-ranking .sub-news-item a:hover .text {
  color: #666666;
  text-decoration: underline;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text .sprite, .side-column .item-box .item-box-contents-ranking .sub-news-item .sprite {
  vertical-align: middle;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item-text .text, .side-column .item-box .item-box-contents-ranking .sub-news-item .text {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  font-size: 13px;
  letter-spacing: 0;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item {
  height:72px;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item:first-child {
  height:66px;
  border-top: none;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item a:hover {
  background: none;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item a:hover .text {
  color: #666666;
  text-decoration: underline;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item .image {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item .rightnavi-ranking-box {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item .rightnavi-ranking-box p {
  width: 60px;
  height: 60px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.side-column .item-box .item-box-contents-ranking .sub-news-item .text {
  width: 180px;
}
.side-column .side-fortune-box {
  border: 1px solid #c7acc6;
  margin-top: 10px;
}
.side-column .side-fortune-box h2 {
  padding: 0;
  background: none;
  text-indent: -9999px;
}
.side-column .side-fortune-box .fortune-inner {
  padding: 6px 5px;
  background: #ffffff;
}
.side-column .side-fortune-box .fortune-head {
  margin-bottom: 1px;
  padding: 0 10px 6px;
  border-bottom: 1px solid #f0e9ef;
  color: #5f4e79;
  zoom: 1\9;
}
.side-column .side-fortune-box .fortune-head h2.text {
  display: inline-block;
  float: left\9;
  margin: 0 8px 0 0;
  margin: 4px 8px 0 0\9;
  vertical-align: middle;
  line-height: 1;
}
.side-column .side-fortune-box .fortune-head .constellation {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box {
  display: inline-block;
  position: relative;
  background: #ffffff;
  font-size: 15px;
  color: #000000;
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box .esb-displayer {
  padding: 3px 5px;
  border: 1px solid #c7acc6;
  border-right: 25px solid #c7acc6;
  outline: 0px none black;
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box .esb-displayer:before {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 7px;
  border: 6px solid transparent;
  border-top: 6px solid #ffffff;
  content: " ";
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box .esb-dropdown {
  background: #ffffff;
  border: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
  width: 200px;
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box .esb-item {
  padding: 3px;
  background: #ffffff;
  cursor: default;
}
.side-column .side-fortune-box .fortune-head .constellation .easy-select-box .esb-item:hover {
  background: #c7acc6;
  color: #ffffff;
  text-decoration: none;
}
.side-column .side-fortune-box .fortune-result {
  padding-top: 10px;
  border-top: 1px solid #ddd0dd;
}
.side-column .side-fortune-box .fortune-result .constellation-title {
  position: relative;
  margin-bottom: 10px;
  color: #bc8ab7;
}
.side-column .side-fortune-box .fortune-result .constellation-title .result-star {
  position: absolute;
  bottom: -2px;
  left: 67px;
}
.side-column .side-fortune-box .fortune-result .constellation-title .result-star .title {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.side-column .side-fortune-box .fortune-result .constellation-title .result-star .sprite {
  vertical-align: middle;
}
.side-column .side-fortune-box .fortune-result p {
  padding: 0 5px;
  margin-bottom: 10px;
}
.side-column .side-fortune-box .fortune-foot {
  padding: 6px;
  background: #ede6ed;
  line-height: 1;
}
.side-column #hot_keyword {
  margin-top: 7px;
}
.side-column .keyword-box {
  margin-bottom: 18px;
  padding: 1px;
  border: 1px solid #e5dada;
  line-height: 1;
}
.side-column .keyword-box h2 {
  margin-bottom: 8px;
  padding-left: 5px;
  color: #735e65;
}
.side-column .keyword-box .item-box-inner {
  padding: 10px 10px 5px 5px;
  border: 1px solid #f2ecec;
}
.side-column .keyword-box .keyword {
    display: inline-block;
    margin: 0 0 5px 5px;
}
.side-column .keyword-box .keyword a {
  position: relative;
  display: block;
  padding: 6px 10px;
  border: 1px solid #e5dada;
  background: #f4f1f1;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
.side-column .keyword-box .keyword a:hover {
  border: 1px solid #ede5e5;
  background: #f7f5f5;
  color: #666666;
}
.side-column .campaign-box {
  margin-bottom: 18px;
}
.side-column .campaign-box h2 {
  margin-bottom: 6px;
}
.side-column .campaign-box li {
  margin-top: 10px;
}
.side-column .campaign-box li:first-child {
  margin-top: 0;
}

/* error */
.error-container {
  padding-top: 40px;
  color: #340e0e;
  font-size: 15px;
  text-align: center;
}
.error-container h1 {
  font-size: 36px;
}
.error-container h1 span {
  display: block;
  font-size: 80px;
}
.error-container .sub-title {
  font-size: 20px;
}
.error-container .detail {
  width: 510px;
  min-height: 115px;
  margin: 80px auto 0;
  padding-left: 220px;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/image-dog.png) no-repeat 0 0;
  text-align: left;
}
.error-container .detail p {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 2px solid #340e0e;
  font-size: 18px;
  font-weight: bold;
}
.error-container .detail li {
  margin-top: 6px;
}

/* footer */
.footer {
  min-width: 950px;
  border-top: 1px solid #e5dada;
  color: #66585d;
}
.footer a {
  color: #66585d;
  text-decoration: none;
}
.footer .social-box {
  border-bottom: 1px solid #e5dada;
  background: #fbf6f6;
}
.footer .social-box li {
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .social-box span {
  display: inline-block;
  vertical-align: middle;
}
.footer .social-box .facebook {
  min-width: 72px;
  margin-right: 10px;
  padding: 8px 5px 7px;
  background: #3c5898;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.footer .social-box .twitter {
  min-width: 72px;
  margin-right: 10px;
  padding: 8px 5px 7px;
  background: #6aadd1;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.footer .main-category {
  padding: 12px 15px 8px;
  border-bottom: 1px solid #e5dada;
  background: #fbf6f6;
}
.footer .main-category:before, .footer .main-category:after {
  content: " ";
  display: table;
}
.footer .main-category:after {
  clear: both;
}
.footer .main-category ul {
  display: inline-block;
  margin-top: 6px;
  font-size: 17px;
}
.footer .main-category ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-weight: bold;
}
.footer .main-category ul li a {
  display: inline-block;
  padding-left: 10px;
}
.footer .main-category ul li a:after {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  border: 5px solid transparent;
  border-left: 5px solid #b8aaaf;
  content: " ";
}
.footer .main-category .search-box, .footer .main-category .search-box-fix {
  float: right;
  display: inline-block;
  background: #ffffff;
}
.footer .main-category .search-box .input-search input, .footer .main-category .search-box-fix .input-search input {
  width: 300px;
}
.footer .sub-category {
  padding: 15px;
}
.footer .sub-category dl {
  margin-top: 14px;
}
.footer .sub-category dl:first-child {
  margin-top: 0;
}
.footer .sub-category dt {
  display: inline-block;
  min-width: 120px;
  color: #000000;
  font-weight: bold;
}
.footer .sub-category dd {
  display: inline-block;
}
.footer .sub-category dd a {
  margin-right: 15px;
}
.footer .other-category {
  padding: 4px 10px;
  border-top: 1px solid #e5dada;
  background: #fbf6f6;
}
.footer .other-category li {
  display: inline-block;
  padding: 4px 5px;
  border-left: 1px solid #e5dada;
}
.footer .other-category li:first-child {
  border-left: none;
}

/* reset */
div#grpRakutenLinkArea div, div#grpRakutenLinkArea h1, div#grpRakutenLinkArea h2, div#grpRakutenLinkArea h3, div#grpRakutenLinkArea p, div#grpRakutenLinkArea ul, div#grpRakutenLinkArea ol, div#grpRakutenLinkArea dl, div#grpRakutenLinkArea dt, div#grpRakutenLinkArea dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

div#grpRakutenLinkArea ul,
div#grpRakutenLinkArea ol {
  list-style: none outside;
  text-align: left;
}

div#grpRakutenLinkArea a img {
  border: none;
}

/* layout */
div#grpRakutenLinkArea {
  margin: auto auto 1em auto;
  color: #333333;
}

/* about ul#grpSpelinlk */
div#grpRakutenLinkArea ul#grpSpelinlk {
  padding: 0.5em;
  border-top: 1px solid #808080;
  text-align: center;
}

div#grpRakutenLinkArea ul#grpSpelinlk li {
  border-right: 1px solid #ADADAD;
  display: inline;
  list-style-type: none;
  padding-left: 0.45em;
  padding-right: 0.5em;
  zoom: 1;
}

div#grpRakutenLinkArea ul#grpSpelinlk li.grpLast {
  border: none;
}

/* about dl#grpKeyword */
div#grpRakutenLinkArea dl#grpKeyword {
  clear: both;
  margin-bottom: 0.75em;
  padding: 0.75em;
  border: 1px solid #DDDDDD;
  background: #FCFCFC;
  text-align: center;
}

div#grpRakutenLinkArea dl#grpKeyword dt,
div#grpRakutenLinkArea dl#grpKeyword dd,
div#grpRakutenLinkArea dl#grpKeyword ul {
  display: inline;
  zoom: 1;
}

div#grpRakutenLinkArea dl#grpKeyword dt {
  padding: 0 1.5em 0 0.75em;
  text-align: center;
  font-weight: bold;
}

div#grpRakutenLinkArea dl#grpKeyword li {
  display: inline;
  padding-right: 1em;
}

/* about div#groupServiceFooter */
div#grpRakutenLinkArea div#groupServiceFooter {
  border-top: 1px solid #808080;
  background: #F4F4F4;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title {
  margin-bottom: 3px;
  padding: 6px 10px;
  border-bottom: 1px solid #DDDDDD;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dt {
  float: left;
  margin: 4px 10px 0 0;
  color: #BF0000;
  font-weight: bold;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService {
  float: left;
  margin-top: 2px;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.inquiryList {
  margin-left: 5px;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span {
  display: block;
  float: left;
  padding-right: 2px;
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif") no-repeat 100% 0;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a {
  display: table-cell;
  height: 18px;
  vertical-align: middle;
  padding: 0 10px 0 17px;
  color: #333333;
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif") no-repeat 0 0;
  text-decoration: none;
}

* html div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a {
  /* for IE6 */
  display: inline-block;
  line-height: 18px;
  vertical-align: baseline;
}

*:first-child + html div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a {
  /* for IE7 */
  display: inline-block;
  line-height: 18px;
  vertical-align: baseline;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a:hover {
  color: #bf0000;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.csr {
  float: right;
  text-indent: -999px;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.csr a {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 20px;
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif") no-repeat 0 -35px;
  text-decoration: none;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 2px 0;
  background: #f7f7f7 url("//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif") no-repeat -68px -200px;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce dt.IntroduceTitle {
  float: left;
  width: 110px;
  margin-right: -130px;
  padding: 8px 10px;
  font-weight: bold;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce dd.IntroduceDetail {
  overflow: hidden;
  zoom: 1;
}

div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce dd.IntroduceDetail ul {
  padding-left: 130px;
}

div#grpRakutenLinkArea ul.serviceCol3 li {
  width: 33%;
}

div#grpRakutenLinkArea ul.serviceCol4 li {
  width: 24.9%;
}

div#grpRakutenLinkArea ul.serviceCol5 li {
  width: 19.9%;
}

div#grpRakutenLinkArea #grpRakutenRecommend {
  margin-left: 130px;
  padding: 8px 10px 8px 26px;
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif") no-repeat -179px -24px;
  text-align: left;
}

div#grpRakutenLinkArea ul#selectedService li {
  float: left;
  margin-left: -1px;
  background: url("data:image/gif;base64,R0lGODlhAQAGAIABAMrKyv///yH5BAEAAAEALAAAAAABAAYAAAIDRGJRADs=") repeat-y;
}

* html div#grpRakutenLinkArea ul#selectedService li {
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/bg_dotted.gif") repeat-y;
}

*:first-child + html div#grpRakutenLinkArea ul#selectedService li {
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/bg_dotted.gif") repeat-y;
}

div#grpRakutenLinkArea ul#selectedService li.first {
  background: none !important;
}

div#grpRakutenLinkArea ul#selectedService dl {
  padding: 8px 10px 8px 27px;
  background: url("//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif") no-repeat -178px -24px;
}

div#grpRakutenLinkArea ul#selectedService dt {
  margin-bottom: 5px;
  font-weight: bold;
}

div#grpRakutenLinkArea ul#selectedService dd {
  color: #666666;
}

div#grpRakutenLinkArea div#serviceList {
  font-size: 100%;
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #DDDDDD;
  background: #FFFFFF;
}

div#grpRakutenLinkArea div#serviceList dl {
  padding: 0 5px 5px;
  line-height: 1.4;
}

div#grpRakutenLinkArea div#serviceList dt {
  float: left;
  width: 8em;
  font-weight: bold;
}

div#grpRakutenLinkArea div#serviceList dd {
  margin-left: 8.5em;
}

div#grpRakutenLinkArea div#serviceList li {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}

div#grpRakutenLinkArea div#serviceList li a {
  color: #666666;
  text-decoration: none !important;
}

div#grpRakutenLinkArea div#companyFooter {
  padding: 10px 10px 10px 5px;
  border-top: 1px solid #808080;
  overflow: hidden;
}

div#grpRakutenLinkArea div#companyFooter ul {
  width: 100%;
  margin-bottom: 8px;
}

div#grpRakutenLinkArea div#companyFooter ul li {
  float: left;
  margin-left: -1px;
  padding: 0 6px 0 5px;
  border-left: 1px solid #ADADAD;
}

div#grpRakutenLinkArea div#companyFooter ul li:first-child {
  border: none;
}

div#grpRakutenLinkArea div#companyFooter p#copyright {
  margin: 0 0 0px 5px;
}

/* clearfix */
div#grpRakutenLinkArea div#groupServiceFooter dl.title,
div#grpRakutenLinkArea div#companyFooter ul,
ul#selectedService,
div#grpRakutenLinkArea div#serviceList,
div#grpRakutenLinkArea div#serviceList dl {
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* ===============================================

rakutenMembership

=============================================== */
#rakutenMembership {
  overflow: hidden;
  font-size: 12px;
}

#rakutenMembership * {
  position: static;
  float: none;
  clear: none;
  z-index: auto;
  list-style: none;
  width: auto;
  height: auto;
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none;
  line-height: 1.3;
  vertical-align: baseline;
  overflow: visible;
  visibility: visible;
  margin: 1px 0 0 0;
  padding: 0;
  border: 0;
  background-color: none;
  background-image: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-indent: 0;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  white-space: normal;
  outline: none;
  zoom: normal;
}

#rakutenMembership a {
  color: #1d54a7;
}

#rakutenMembership a:hover {
  color: #c00000;
  text-decoration: underline;
}

/* rakutenMembershipHead
----------------------------------------------- */
#rakutenMembership .rakutenMembershipHead {
  height: 3px;
  overflow: hidden;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat;
  text-align: right;
}

#rakutenMembership .rakutenMembershipHead img {
  display: inline-block;
  float: right;
  width: 3px;
  height: 3px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -297px 0;
}

* html #rakutenMembership .rakutenMembershipHead img {
  float: none;
}

/* rakutenMembershipBody
----------------------------------------------- */
#rakutenMembership .rakutenMembershipBody {
  padding-bottom: 2px;
  border: 1px solid #bbbbbb;
  color: #444444;
  background: #f8f8f8;
  zoom: 1;
}

/* rakutenUserName
----------------------------------------------- */
#rakutenMembership .rakutenUserName {
  padding: 6px 0;
}

#rakutenMembership .rakutenUserLoginName {
  width: 100%;
  overflow: hidden;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

#rakutenMembership .rakutenUserNameBox {
  display: inline-block;
  text-align: center;
}

#rakutenMembership .rakutenUserNameBox span {
  padding: 0 2px;
  font-weight: bold;
}

#rakutenMembership .rakutenUserNameBox a {
  padding: 0 2px;
  color: #bf0000;
  font-weight: bold;
  text-decoration: underline;
}

#rakutenMembership .rakutenUserLogout {
  text-align: center;
}

/* rakutenRank
----------------------------------------------- */
#rakutenMembership .rakutenRank {
  overflow: hidden;
  margin: 0 2px;
  padding: 1px;
  background: #ffffff;
  zoom: 1;
}

#rakutenMembership .rakutenRankFrame {
  padding: 0 3px;
}

/* rakutenPointClub */
#rakutenMembership .rakutenPointClub {
  overflow: hidden;
  padding: 7px 0 6px;
  zoom: 1;
}

#rakutenMembership .rakutenPointer {
  float: left;
}

#rakutenMembership .rakutenPointer img {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px 0 0;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat 0 -30px;
}

#rakutenMembership .rakutenPointDetail {
  overflow: hidden;
  zoom: 1;
}

#rakutenMembership .rakutenPointDetail span {
  float: left;
  margin-right: 3px;
}

#rakutenMembership .rakutenPointDetail a {
  float: left;
  color: #bf0000;
}

#rakutenMembership .rakutenPointDetail img {
  display: inline-block;
  width: 70px;
  height: 16px;
  margin-top: 1px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -10px -30px;
}

#rakutenMembership .rakutenPointDetail a:hover {
  border: none;
}

#rakutenMembership .rakutenPointDetail a:hover img {
  background-position: -80px -30px;
}

/* rakutenYourRank */
#rakutenMembership .rakutenYourRank {
  color: #000000;
  text-align: center;
}

#rakutenMembership .rakutenYourRankFrame {
  display: inline-block;
}

#rakutenMembership .rakutenRanker {
  display: inline-block;
  vertical-align: middle;
  margin-right: -23px;
}

#rakutenMembership .rakutenYourRankCase {
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
}

#rakutenMembership .rakutenRanker img {
  display: inline-block;
  width: 23px;
  height: 30px;
}

#rakutenMembership .rakutenRankName {
  float: left;
  margin: 3px 6px 0 0;
}

#rakutenMembership .rakutenRankName a {
  float: left;
  font-weight: bold;
  white-space: nowrap;
}

#rakutenMembership .rakutenRankName span {
  float: left;
  white-space: nowrap;
}

#rakutenMembership .rakutenRankerLink {
  float: left;
  white-space: nowrap;
}

#rakutenMembership .rakutenRankerLink img {
  vertical-align: top;
  width: 20px;
  height: 24px;
}

#rakutenMembership .rakutenRankerLink a {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

/* rakutenYourPoint */
#rakutenMembership .rakutenYourPoint {
  margin: 3px 0 0 9px;
  zoom: 1;
}

#rakutenMembership .rakutenYourPoint dt {
  float: left;
  margin: 3px 6px 0 0;
  color: #000000;
  font-weight: bold;
}

#rakutenMembership .rakutenYourPoint dd {
  overflow: hidden;
  color: #bf0000;
  zoom: 1;
}

#rakutenMembership .rakutenPointNumber {
  font-size: 122%;
  font-weight: bold;
  word-wrap: break-word;
}

#rakutenMembership .rakutenPointUnit {
  white-space: nowrap;
}

/* rakutenExtraPoint */
#rakutenMembership .rakutenExtraPoint {
  margin: 3px 0 5px 12px;
}

#rakutenMembership .rakutenExtraPointer {
  float: left;
}

#rakutenMembership .rakutenExtraPointer img {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -150px -30px;
}

#rakutenMembership .rakutenExtraPoint ul {
  overflow: hidden;
  zoom: 1;
}

#rakutenMembership .rakutenExtraPoint ul * {
  float: left;
}

#rakutenMembership .rakutenExtraPoint dt {
  margin-right: 4px;
}

#rakutenMembership .rakutenYourLimited * {
  white-space: nowrap;
}

#rakutenMembership .rakutenYourLimited dd {
  color: #bf0000;
}

#rakutenMembership .rakutenYourCash * {
  white-space: nowrap;
}

#rakutenMembership .rakutenYourCash dd {
  color: #05319a;
}

#rakutenMembership .rakutenPointInfo dl {
  font-size: 11px;
}

/* rakutenRankInfo */
#rakutenMembership .rakutenRankInfo {
  padding: 7px 9px 8px;
  zoom: 1;
}

#rakutenMembership .rakutenRankKeep span {
  color: #bf0000;
}

#rakutenMembership .rakutenRankKeep a img {
  vertical-align: middle;
  width: 17px;
  height: 15px;
  margin: 0 2px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -240px -30px;
}

#rakutenMembership .rakutenNextPoint,
#rakutenMembership .rakutenNextTime,
#rakutenMembership .rakutenNextCard {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
}

#rakutenMembership .rakutenNextPoint dt,
#rakutenMembership .rakutenNextTime dt,
#rakutenMembership .rakutenNextCard dt {
  float: left;
  width: 120px;
}

#rakutenMembership .rakutenNextPoint dt span,
#rakutenMembership .rakutenNextTime dt span,
#rakutenMembership .rakutenNextCard dt span {
  color: #bf0000;
}

#rakutenMembership .rakutenNextPoint dd,
#rakutenMembership .rakutenNextTime dd,
#rakutenMembership .rakutenNextCard dd {
  overflow: hidden;
  zoom: 1;
}

#rakutenMembership .rakutenNextPoint dd span,
#rakutenMembership .rakutenNextTime dd span,
#rakutenMembership .rakutenNextCard dd span {
  color: #bf0000;
}

#rakutenMembership .rakutenNextPoint div {
  border: 1px solid #808080;
  background: #ffffff;
}

#rakutenMembership .rakutenNextPoint div, x:-moz-any-link, x:only-child {
  width: 97.5%;
}

#rakutenMembership .rakutenNextPoint div span {
  display: block;
  width: 0;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat;
}

#rakutenMembership .rakutenNextPoint img {
  display: inline-block;
  width: 0;
  height: 13px;
}

#rakutenMembership .rakutenNextTime dd img {
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

#rakutenMembership .rakutenNextCard dd img {
  vertical-align: top;
  width: 15px;
  height: 10px;
  margin: 2px 5px 0 0;
}

#rakutenMembership .rakutenRankUp {
  width: 100%;
  margin: 2px 0 0 -26px;
  overflow: hidden;
}

#rakutenMembership .rakutenRankUp li {
  float: left;
  padding: 5px 0 0 26px;
  font-size: 79%;
  white-space: nowrap;
}

#rakutenMembership .rakutenRankUp * {
  vertical-align: middle;
}

#rakutenMembership .rakutenRankUp img {
  width: 5px;
  height: 9px;
  margin-right: 6px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -160px -30px;
}

/* rakutenTopics */
#rakutenMembership .rakutenTopics {
  padding: 7px 7px 4px;
}

#rakutenMembership .rakutenTopics li {
  overflow: hidden;
  margin-top: 2px;
  zoom: 1;
}

#rakutenMembership .rakutenTopics span {
  float: left;
}

#rakutenMembership .rakutenTopics img {
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 8px 7px 0 0;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -170px -30px;
}

#rakutenMembership .rakutenTopics div {
  overflow: hidden;
  zoom: 1;
}

/* rakutenExtraList */
#rakutenMembership .rakutenSmallFrame .rakutenExtraList {
  padding: 1px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraList li {
  overflow: hidden;
  margin-top: 1px;
  zoom: 1;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraList span {
  float: left;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraList img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px 4px 0 0;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -180px -30px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraList div {
  overflow: hidden;
  zoom: 1;
}

/* rakutenExtraText */
#rakutenMembership .rakutenExtraText {
  margin: 3px 28px 6px;
}

#rakutenMembership .rakutenExtraText a {
  color: #bf0000;
}

/* rakutenExtraLink */
#rakutenMembership .rakutenExtraLink {
  margin: 0 15px;
  padding: 6px 0 5px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -1500px 0;
  text-align: center;
  zoom: 1;
}

/* rakutenLoginIntro
----------------------------------------------- */
#rakutenMembership .rakutenLoginIntro {
  padding: 10px;
}

#rakutenMembership .rakutenLogin a {
  font-size: 122%;
  font-weight: bold;
}

#rakutenMembership .rakutenBeginner {
  margin-top: 10px;
}

#rakutenMembership .rakutenBeginner dt img {
  vertical-align: middle;
  width: 12px;
  height: 17px;
  margin-right: 4px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -220px -30px;
}

#rakutenMembership .rakutenBeginner dt a {
  display: inline-block;
  vertical-align: middle;
}

#rakutenMembership .rakutenBeginner dd {
  margin: 5px 0 0 16px;
}

/* rakutenLoginExtra
----------------------------------------------- */
#rakutenMembership .rakutenLoginExtra {
  border-top: 1px solid #bbbbbb;
  background: #ffffff;
}

#rakutenMembership .rakutenLoginExtra .rakutenPointClub {
  margin: 0 6px;
}

#rakutenMembership .rakutenLoginExtra .rakutenTopics {
  margin: 0 6px 8px;
  padding: 8px 0 0;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -1500px 0;
}

#rakutenMembership .rakutenLoginExtra .rakutenExtraLink {
  margin: 0 8px;
}

/* rakutenSmallFrame
----------------------------------------------- */
#rakutenMembership .rakutenSmallFrame .rakutenRankFrame {
  text-align: center;
}

#rakutenMembership .rakutenSmallFrame .rakutenPointBox {
  display: inline-block;
}

#rakutenMembership .rakutenSmallFrame .rakutenYourPointWrap {
  display: inline-block;
}

#rakutenMembership .rakutenSmallFrame .rakutenYourPoint {
  margin-left: 0;
}

#rakutenMembership .rakutenSmallFrame .rakutenYourPoint dd {
  float: left;
}

#rakutenMembership .rakutenSmallFrame .rakutenPointNumber {
  word-wrap: normal;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPointWrap,
#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint {
  overflow: hidden;
  zoom: 1;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint ul {
  float: left;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint li {
  overflow: hidden;
  float: none;
}

* html #rakutenMembership .rakutenSmallFrame .rakutenExtraPoint li {
  float: left;
  width: 100%;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint {
  margin-left: 3px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint span {
  float: left;
  margin-right: -10px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint img {
  display: inline-block;
  float: none;
  width: 10px;
  height: 19px;
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -150px -30px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint .rakutenListLast img {
  width: 10px;
  height: 10px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraPoint dl {
  padding-left: 13px;
}

#rakutenMembership .rakutenSmallFrame .rakutenRankInfo {
  padding: 5px 2px;
}

#rakutenMembership .rakutenSmallFrame .rakutenNextPoint dt,
#rakutenMembership .rakutenSmallFrame .rakutenNextTime dt,
#rakutenMembership .rakutenSmallFrame .rakutenNextCard dt {
  width: 90px;
  font-size: 79%;
}

#rakutenMembership .rakutenSmallFrame .rakutenNextPoint .rakutenNumber,
#rakutenMembership .rakutenSmallFrame .rakutenNextTime .rakutenNumber,
#rakutenMembership .rakutenSmallFrame .rakutenNextCard .rakutenNumber {
  font-size: 126%;
}

#rakutenMembership .rakutenSmallFrame .rakutenNextPoint dd {
  margin-top: 2px;
}

#rakutenMembership .rakutenSmallFrame .rakutenNextPoint div span {
  background-position: 0 -20px;
}

#rakutenMembership .rakutenSmallFrame .rakutenNextPoint div img {
  display: inline-block;
  height: 7px;
}

#rakutenMembership .rakutenSmallFrame .rakutenRankUp {
  display: none;
}

#rakutenMembership .rakutenSmallFrame .rakutenTopics {
  padding: 3px 2px 5px;
}

#rakutenMembership .rakutenSmallFrame .rakutenExtraText {
  margin: 1px 10px 4px;
}

#rakutenMembership .rakutenSmallFrame .rakutenTopics {
  padding-top: 7px;
}

#rakutenMembership .rakutenSmallFrame .rakutenLoginExtra .rakutenTopics {
  padding: 8px 0 0;
}

/* rakutenRegular
----------------------------------------------- */
#rakutenMembership .rakutenRegular {
  border: 1px solid #bbbbbb;
}

#rakutenMembership .rakutenRegular .rakutenRankFrame {
  background: #ffffff;
}

#rakutenMembership .rakutenRegular .rakutenYourPoint {
  margin-top: 5px;
}

#rakutenMembership .rakutenRegular .rakutenYourRankCase {
  padding-left: 0;
}

#rakutenMembership .rakutenRegular .rakutenRankName a:hover {
  color: #bf0000;
}

#rakutenMembership .rakutenRegular .rakutenRankInfo,
#rakutenMembership .rakutenRegular .rakutenTopics {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -1500px 0;
}

#rakutenMembership .rakutenRegular .rakutenNextTime dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -199px -30px;
}

/* rakutenSilver
----------------------------------------------- */
#rakutenMembership .rakutenSilver {
  border: 1px solid #999999;
}

#rakutenMembership .rakutenSilver .rakutenRankFrame {
  background: #f0f0f0 url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -300px 0;
}

#rakutenMembership .rakutenSilver .rakutenRanker img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat 0 -60px;
}

#rakutenMembership .rakutenSilver .rakutenRankName a {
  color: #565656;
}

#rakutenMembership .rakutenSilver .rakutenRankName a:hover {
  color: #bf0000;
}

#rakutenMembership .rakutenSilver .rakutenRankInfo,
#rakutenMembership .rakutenSilver .rakutenTopics {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -1800px 0;
}

#rakutenMembership .rakutenSilver .rakutenNextTime dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -29px -60px;
}

/* rakutenGold
----------------------------------------------- */
#rakutenMembership .rakutenGold {
  border: 1px solid #ce9600;
}

#rakutenMembership .rakutenGold .rakutenRankFrame {
  background: #fffcdf url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -600px 0;
}

#rakutenMembership .rakutenGold .rakutenRanker img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat 0 -90px;
}

#rakutenMembership .rakutenGold .rakutenRankName a {
  color: #996600;
}

#rakutenMembership .rakutenGold .rakutenRankName a:hover {
  color: #bf0000;
}

#rakutenMembership .rakutenGold .rakutenRankInfo,
#rakutenMembership .rakutenGold .rakutenTopics {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -2100px 0;
}

#rakutenMembership .rakutenGold .rakutenNextTime dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -29px -90px;
}

/* rakutenPlatinum
----------------------------------------------- */
#rakutenMembership .rakutenPlatinum {
  border: 1px solid #72bde8;
}

#rakutenMembership .rakutenPlatinum .rakutenRankFrame {
  background: #f0f9fe url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -900px 0;
}

#rakutenMembership .rakutenPlatinum .rakutenRanker img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat 0 -120px;
}

#rakutenMembership .rakutenPlatinum .rakutenRankName a {
  color: #0099cc;
}

#rakutenMembership .rakutenPlatinum .rakutenRankName a:hover {
  color: #bf0000;
}

#rakutenMembership .rakutenPlatinum .rakutenRankInfo,
#rakutenMembership .rakutenPlatinum .rakutenTopics {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -2400px 0;
}

#rakutenMembership .rakutenPlatinum .rakutenNextTime dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -29px -120px;
}

#rakutenMembership .rakutenPlatinum .rakutenNextCard dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -50px -120px;
}

/* rakutenDiamond
----------------------------------------------- */
#rakutenMembership .rakutenDiamond {
  border: 1px solid #aa9bcb;
}

#rakutenMembership .rakutenDiamond .rakutenRankFrame {
  overflow: hidden;
  background: #f9f2ff url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -1200px 0;
  zoom: 1;
}

#rakutenMembership .rakutenDiamond .rakutenRanker img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat 0 -150px;
}

#rakutenMembership .rakutenDiamond .rakutenRankName a {
  color: #333333;
}

#rakutenMembership .rakutenDiamond .rakutenRankName a:hover {
  color: #bf0000;
}

#rakutenMembership .rakutenSmallFrame .rakutenDiamond .rakutenRankName span,
#rakutenMembership .rakutenSmallFrame .rakutenDiamond .rakutenRankName a {
  float: none;
  display: block;
}

#rakutenMembership .rakutenDiamond .rakutenRankInfo,
#rakutenMembership .rakutenDiamond .rakutenTopics {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_bg.gif) no-repeat -1800px 0;
}

#rakutenMembership .rakutenDiamond .rakutenNextTime dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -29px -150px;
}

#rakutenMembership .rakutenDiamond .rakutenNextCard dd img {
  background: url(//jp.rakuten-static.com/1/bu/myraku/im/membership_img.gif) no-repeat -50px -150px;
}

/* ===============================================

Extra

=============================================== */
#user_rank_gadget table {
  margin: -5px 0;
}

/* fortune kabblah*/
.fortune-kabbalah-result img {
  float: left;
}
.fortune-kabbalah-female-block {
  display: inline;
  float: left;
}
#is_news {
    margin-top: 10px;
}
.pc-shopping-fashion-brand {
    margin-top: 40px;
}
.pc-hcs-shopping {
    margin-top: 20px;
}
.pc-news-category-common {
    margin-top: 20px;
}
.detail-widget-space {
    margin-top: 20px;
}
.campaign-box p {
    font-size: 11px;
    width: 302px;
}
.campaign-ad-space {
    margin-top:5px;
}
#article_story img {
    max-width: 600px;
    height: auto;
}

.header .sub-navi .text-link {
  display: inline-block;
  padding: 6px 10px 3px;
  border-right: 1px solid #f3ebed;
  min-width: 3em;
  text-align: center;
}
.header .sub-navi .text-link.text-link-wide {
  padding: 6px 20px 3px;
}
.header .sub-navi a.text-link {
  background: #e8dde0;
  color: #66585d;
  text-decoration: none;
}
.header .sub-navi a.text-link:hover {
  color: #a39b9e;
  text-decoration: underline;
}
.header .sub-navi span.text-link {
  background: #954d8f;
  color: #ffffff;
}
.header .sub-navi a.text-link.active {
  background: #954d8f;
  color: #ffffff;
}

.side-column .social-box {
  padding: 2px;
  border: 1px solid #e5dada;
  background: #ffffff;
  margin-top: 18px;
}
.side-column .social-box .social-box-inner {
  border: 1px solid #ebe2e2;
}
.side-column .social-box h2 {
  padding: 5px;
  border-bottom: 1px solid #ebe2e2;
  background: #f9f6f6;
  color: #735e65;
  font-size: 13px;
  text-align: center;
}
.side-column .social-box h2 span {
  display: block;
  font-size: 17px;
}
.side-column .social-box .social-button {
  padding: 10px 30px;
}
.side-column .social-box .social-button:before, .side-column .social-box .social-button:after {
  content: " ";
  display: table;
}
.side-column .social-box .social-button:after {
  clear: both;
}
.side-column .social-box .social-button .facebook-right-navi {
  float: left;
}
.side-column .social-box .social-button .facebook-right-navi iframe {
  border: none;
  overflow: hidden;
  width: 100px;
  height: 21px;
}
.side-column .social-box .social-button .twitter-right-navi {
  float: right;
}
.side-column .side-nail-snap .item-box-contents {
  height: 100px;
}
.side-column .side-nail-snap .item-box-contents div {
  height: 100px;
  float: right;
}
.side-column .side-nail-snap .item-box-contents .image {
  width: 100px;
}
.side-column .side-nail-snap .item-box-contents .text {
  width: 171px;
  padding: 10px 0 0 10px;
}

/* 記事内画像が地図だった場合の対応 */
div #googlemap iframe {
    width: 635px;
}/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.sprite-global-navi-celeb-active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px 0px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-celeb {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -39px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-fortune-active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -361px -378px;
  width: 160px;
  height: 37px;
}

.sprite-global-navi-fortune {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -436px;
  width: 160px;
  height: 37px;
}

.sprite-global-navi-nail-active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -326px -436px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-nail {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -198px -378px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-news-active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -514px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-news {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -436px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-shopping-active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -514px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-shopping {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -475px;
  width: 162px;
  height: 37px;
}

.sprite-global-navi-top-active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -475px;
  width: 161px;
  height: 37px;
}

.sprite-global-navi-top {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -327px -475px;
  width: 161px;
  height: 37px;
}

.sprite-icon-comment-arrow {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -669px -200px;
  width: 16px;
  height: 12px;
}

.sprite-icon-new {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -632px -200px;
  width: 35px;
  height: 15px;
}

.sprite-icon-ranking-1 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -164px -378px;
  width: 32px;
  height: 40px;
}

.sprite-icon-ranking-10 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -171px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-11 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -632px -171px;
  width: 32px;
  height: 27px;
}

.sprite-icon-ranking-12 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -560px -200px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-13 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -596px -200px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-14 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -596px -171px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-15 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -560px -171px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-16 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -633px -142px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-17 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -200px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-18 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -597px -142px;
  width: 34px;
  height: 27px;
}

.sprite-icon-ranking-19 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -562px -142px;
  width: 33px;
  height: 27px;
}

.sprite-icon-ranking-2 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -130px -378px;
  width: 32px;
  height: 46px;
}

.sprite-icon-ranking-20 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -142px;
  width: 36px;
  height: 27px;
}

.sprite-icon-ranking-3 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -96px -378px;
  width: 32px;
  height: 46px;
}

.sprite-icon-ranking-4-2 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -111px;
  width: 32px;
  height: 29px;
}

.sprite-icon-ranking-4 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -558px -111px;
  width: 32px;
  height: 29px;
}

.sprite-icon-ranking-5-2 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -592px -111px;
  width: 32px;
  height: 28px;
}

.sprite-icon-ranking-5 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -626px -111px;
  width: 32px;
  height: 28px;
}

.sprite-icon-ranking-6 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -626px -78px;
  width: 32px;
  height: 30px;
}

.sprite-icon-ranking-7 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -558px -78px;
  width: 32px;
  height: 30px;
}

.sprite-icon-ranking-8 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -592px -78px;
  width: 32px;
  height: 30px;
}

.sprite-icon-ranking-9 {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -524px -78px;
  width: 32px;
  height: 31px;
}

.sprite-icon-search {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -666px -171px;
  width: 15px;
  height: 15px;
}

.sprite-icon-slider-next, .bx-wrapper .bx-next:after {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -48px -378px;
  width: 46px;
  height: 56px;
}

.sprite-icon-slider-prev, .bx-wrapper .bx-prev:after {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -378px;
  width: 46px;
  height: 56px;
}

.sprite-icon-star-disable {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -660px -78px;
  width: 24px;
  height: 23px;
}

.sprite-icon-star {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -660px -111px;
  width: 24px;
  height: 23px;
}

.sprite-icon-zoom {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: -669px -142px;
  width: 16px;
  height: 16px;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/

.sprite-news-icon-circle, .search-news-list .news-item.date-point:before, .search-news-list .date-point.news-item-detail:before, .search-news-list .ranking-section .date-point.news-item-large:before, .ranking-section .search-news-list .date-point.news-item-large:before {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/sprites-news.png);
  background-position: -319px -279px;
  width: 22px;
  height: 22px;
}
.time-stamp .date, .news-item .text .date, .ranking-section .news-item-large .text .date, .news-item-detail .date, .sub-news-item-text .text .date, .sub-news-item .text .date, .photo-section .photo-item .text .date {
  display: inline-block;
  margin-bottom: 6px;
  color: #91B0FC;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
}
.time-stamp .sprite-icon-new, .news-item .text .sprite-icon-new, .ranking-section .news-item-large .text .sprite-icon-new, .news-item-detail .sprite-icon-new, .sub-news-item-text .text .sprite-icon-new, .sub-news-item .text .sprite-icon-new, .photo-section .photo-item .text .sprite-icon-new {
  margin: 0 0 -1px 10px;
}

h1 {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: bold;
}
h1.category-title {
  position: relative;
  padding-left: 22px;
  border-bottom: 2px solid #cbcbcb;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/icon-title-head-news.png) no-repeat 0 5px;
  color: #546989;
}
h1.category-title .category {
  color: #6da3ea;
}
h1.category-title .line {
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 270px;
  border-bottom: 2px solid #a7bfdd;
}
h1 .small-font {
  font-size: 18px;
}
.news-item, .news-item-detail, .ranking-section .news-item-large {
  border-bottom: 1px solid #ebebeb;
}
.news-item a, .news-item-detail a, .ranking-section .news-item-large a {
  display: block;
  position: relative;
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
}
.news-item a:hover, .news-item-detail a:hover, .ranking-section .news-item-large a:hover {
  background: #f5f0f2;
}
.news-item a:before, .news-item-detail a:before, .ranking-section .news-item-large a:before, .news-item a:after, .news-item-detail a:after, .ranking-section .news-item-large a:after {
  content: " ";
  display: table;
}
.news-item a:after, .news-item-detail a:after, .ranking-section .news-item-large a:after {
  clear: both;
}
.news-item .text, .news-item-detail .text, .ranking-section .news-item-large .text {
  display: block;
  padding: 0 10px;
  font-size: 16px;
}
.news-item .image, .news-item-detail .image, .ranking-section .news-item-large .image {
  display: block;
  float: left;
  width: 100px;
}
.news-item .text, .news-item-detail .text, .ranking-section .news-item-large .text {
  float: right;
  width: 510px;
  padding: 0;
}
.ranking-text {
  padding-top: 15px !important;
}
.ranking-news-top-text {
  padding-top: 10px !important;
}
.news-item .text-middle, .news-item-detail .text-middle, .ranking-section .news-item-large .text-middle {
  float: right;
  width: 490px;
  padding: 0;
}
.news-item .title, .news-item-detail .title, .ranking-section .news-item-large .title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}
.news-item .title.color, .news-item-detail .title.color, .ranking-section .news-item-large .title.color {
  color: #546989;
}
.news-item .more-link, .news-item-detail .more-link, .ranking-section .news-item-large .more-link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #1f8fa7;
  text-decoration: underline;
}
.news-item .more-link:hover, .news-item-detail .more-link:hover, .ranking-section .news-item-large .more-link:hover {
  color: #73bccb;
}

.news-item-detail .date {
  display: block;
  font-size: 14px;
}
.news-item-detail .news-item-wrap {
  display: block;
}
.news-item-detail .news-item-wrap:before, .news-item-detail .news-item-wrap:after {
  content: " ";
  display: table;
}
.news-item-detail .news-item-wrap:after {
  clear: both;
}
.news-item-detail .image {
  width: 200px;
}
.news-item-detail .text {
  width: 410px;
  padding: 0;
  color: #7a7a7a;
  font-size: 14px;
}

.top-news-list .news-item .text, .top-news-list .news-item-detail .text, .top-news-list .ranking-section .news-item-large .text, .ranking-section .top-news-list .news-item-large .text {
  width: 490px;
}

.trend-news-list .news-item, .trend-news-list .news-item-detail, .trend-news-list .ranking-section .news-item-large, .ranking-section .trend-news-list .news-item-large {
  margin-top: 8px;
  border-bottom: none;
}
.trend-news-list .news-item:first-child, .trend-news-list .news-item-detail:first-child, .trend-news-list .ranking-section .news-item-large:first-child, .ranking-section .trend-news-list .news-item-large:first-child {
  margin-top: 0;
}
.trend-news-list .news-item a, .trend-news-list .news-item-detail a, .trend-news-list .ranking-section .news-item-large a, .ranking-section .trend-news-list .news-item-large a {
  padding: 2px;
  border: 1px solid #dbdbdb;
}
.trend-news-list .news-item .image, .trend-news-list .news-item-detail .image, .trend-news-list .ranking-section .news-item-large .image, .ranking-section .trend-news-list .news-item-large .image {
  display: block;
  width: 280px;
  height: 190px;
  text-align: center;
  overflow: hidden;
}
.trend-news-list .news-item .text, .trend-news-list .news-item-detail .text, .trend-news-list .ranking-section .news-item-large .text, .ranking-section .trend-news-list .news-item-large .text {
  width: 275px;
  height: 170px;
  padding: 10px 45px 10px 0;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/icon-arrow-right-blue.png) no-repeat 95% 50%;
  font-size: 18px;
}
.trend-news-list .news-item .date, .trend-news-list .news-item-detail .date, .trend-news-list .ranking-section .news-item-large .date, .ranking-section .trend-news-list .news-item-large .date {
  font-size: 14px;
}

.search-news-list {
  padding-left: 57px;
  background: #eaf2fb;
}
.search-news-list ul {
  padding-left: 10px;
  border-left: 7px solid #769ac8;
  background: #ffffff;
}
.search-news-list .news-item .text, .search-news-list .news-item-detail .text, .search-news-list .ranking-section .news-item-large .text, .ranking-section .search-news-list .news-item-large .text {
  width: 440px;
}
.search-news-list .news-item.date-point, .search-news-list .date-point.news-item-detail, .search-news-list .ranking-section .date-point.news-item-large, .ranking-section .search-news-list .date-point.news-item-large {
  position: relative;
}
.search-news-list .news-item.date-point:before, .search-news-list .date-point.news-item-detail:before, .search-news-list .ranking-section .date-point.news-item-large:before, .ranking-section .search-news-list .date-point.news-item-large:before {
  position: absolute;
  top: 6px;
  left: -25px;
  content: " ";
}
.search-news-list .news-item.date-point .date-point-date, .search-news-list .date-point.news-item-detail .date-point-date, .search-news-list .ranking-section .date-point.news-item-large .date-point-date, .ranking-section .search-news-list .date-point.news-item-large .date-point-date {
  position: absolute;
  top: 6px;
  left: -70px;
  font-size: 14px;
}
.search-news-list .news-item.date-point .date-point-date span, .search-news-list .date-point.news-item-detail .date-point-date span, .search-news-list .ranking-section .date-point.news-item-large .date-point-date span, .ranking-section .search-news-list .date-point.news-item-large .date-point-date span {
  display: block;
  font-size: 16px;
}

.section h2 {
  margin-bottom: 10px;
  color: #546989;
}
.section h2 span {
  color: #f65d0b;
}
.section h2 span.category {
  color: #6da3ea;
}
.section .more-link {
  margin-top: 6px;
}

.pc-search-news-item .related-item {
  float: right;
  width: 302px;
  border: 1px solid #dbdbdb;
}
.pc-search-news-item .related-item:first-child {
  float: left;
}
.pc-search-news-item .related-item dt {
  padding: 7px 14px;
  background: #f65d0b;
  color: #ffffff;
}
.pc-search-news-item .related-item dt a{
  color: #ffffff;
}
.pc-search-news-item .related-item dd {
  padding: 6px 12px;
}
.pc-search-news-item .related-item .detail {
  margin-bottom: 6px;
  min-height: 90px;
  line-height: 18px;
}
.pc-search-news-item .related-item .image {
  text-align: center;
  min-height: 280px;
}
.pc-search-news-item .related-item .image a img {
  max-width: 280px;
  max-height: 280px;
}
.pc-search-news-item .related-item .comment {
  position: relative;
  margin-top: 12px;
  border: 3px solid #dad6d4;
  background: #fffaf5;
}
.pc-search-news-item .related-item .comment .title {
  padding: 4px 3px 3px;
  text-align: center;
  border-bottom: 1px solid #dad6d4;
}
.pc-search-news-item .related-item .comment a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000000;
  height: 80px;
}
.pc-search-news-item .related-item .comment a:hover .paragraph {
  text-decoration: underline;
}
.pc-search-news-item .related-item .comment .image {
  display: inline-block;
  vertical-align: top;
}
.pc-search-news-item .related-item .comment .paragraph {
  display: inline-block;
  width: 185px;
  vertical-align: top;
  margin-left: 7px;
  margin-top: 2px;
}
.pc-search-news-item .related-item .comment .sprite {
  position: absolute;
  top: -12px;
  left: 93px;
}

.sub-news-section, .sub-news-ranking-section {
  padding: 6px;
  background: #f4f1f1;
}
.sub-news-section .sub-news-inner, .sub-news-ranking-section .sub-news-inner {
  background: #ffffff;
}
.sub-news-section .title, .sub-news-ranking-section .title {
  padding: 12px 15px 8px;
}
.sub-news-section h2, .sub-news-ranking-section h2 {
  margin-bottom: 0;
  padding-left: 22px;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/icon-title-head-orange.png) no-repeat 0 4px;
}
.sub-news-section .sub-news-item-text a, .sub-news-ranking-section .sub-news-item-text a, .sub-news-section .sub-news-item a,
.sub-news-section .sub-news-item a,
.sub-news-ranking-section .sub-news-item a {
  padding: 11px 15px 11px 10px;
}
.sub-news-section .more-link, .sub-news-ranking-section .more-link {
  margin: 10px 6px 6px 0;
}

.sub-news-item-text, .sub-news-item, .sub-news-ranking-section .sub-news-item {
  border-top: 1px solid #ebebeb;
}
.sub-news-item, .sub-news-ranking-section .sub-news-item {
  height: 80px;
}
.sub-news-item-text a, .sub-news-item a, .sub-news-ranking-section .sub-news-item a {
  display: block;
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
}
.sub-news-item-text a:hover, .sub-news-item a:hover {
  background: #f5f0f2;
}
.sub-news-item-text .text, .sub-news-item .text {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.sub-news-item .image {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sub-news-item .text {
  width: 512px;
}

.sub-news-ranking-section .sub-news-item a {
  padding: 11px 15px 11px 10px;
}
.sub-news-ranking-section .sub-news-item .sprite {
  margin-top: 5px;
  vertical-align: middle;
}
.sub-news-ranking-section .sub-news-item .image {
  vertical-align: middle;
}
.sub-news-ranking-section .sub-news-item .text {
  width: 475px;
  vertical-align: top;
}

.photo-section {
  margin-top: 20px;
}
.photo-section ul {
  margin-bottom: 6px;
}
.photo-section .photo-item {
  position: relative;
  float: left;
  margin-left: 5px;
  width: 150px;
  border: 1px solid #dbdbdb;
}
.photo-section .photo-item:first-child {
  margin-left: 0;
}
.photo-section .photo-item a {
  display: block;
  text-decoration: none;
}
.photo-section .photo-item a:hover .paragraph {
  text-decoration: underline;
}
.photo-section .photo-item .name {
  display: block;
  padding: 3px 2px 2px;
  background: #54485b;
  color: #ffffff;
  text-align: center;
}
.photo-section .photo-item .image {
  display: block;
  text-align: center;
}
.photo-section .photo-item .text {
  display: block;
  position: absolute;
  bottom: 0;
  width: 130px;
  padding: 5px 10px;
  background: #626262;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/bg-black-alpha-cover.png) repeat 0 0;
  font-size: 12px;
  height: 60px;
  z-index: 100;
}
.photo-section .photo-item .text .paragraph {
  color: #ffffff;
}
.photo-section .pager {
  margin-top: 45px;
}

.ranking-section {
  margin-top: 10px;
}
.ranking-section .news-item .rank, .ranking-section .news-item-detail .rank, .ranking-section .news-item-large .rank {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 37px;
  background: #efe7eb;
}
.ranking-section .news-item .sprite, .ranking-section .news-item-detail .sprite, .ranking-section .news-item-large .sprite {
  position: absolute;
  top: 30px;
}
.ranking-section .news-item .image, .ranking-section .news-item-detail .image, .ranking-section .news-item-large .image {
  width: 80px;
  padding-left: 42px;
}
.ranking-section .news-item .text, .ranking-section .news-item-detail .text, .ranking-section .news-item-large .text {
  width: 495px;
}
.ranking-section .news-item-large .image {
  width: 120px;
}
.ranking-section .news-item-large .text {
  width: 455px;
}
.ranking-section .news-item-large .sprite {
  position: absolute;
  top: 5px;
}
.ranking-section .news-item .rank-1 {
  background: #faf7e4;
}
.ranking-section .news-item .rank-2 {
  background: #f3f2ec;
}
.ranking-section .news-item .rank-3 {
  background: #f9e9df;
}

.article-section {
  position: relative;
  padding-top: 15px;
}
.article-section .source {
  position: absolute;
  top: 0;
  right: 0;
}
.article-section .link-list {
  margin-bottom: 18px;
}
.article-section .link-list li {
  margin-top: 6px;
}
.article-section .link-list li a {
  color: #7d7d7d;
  text-decoration: none;
}
.article-section .link-list li a:hover {
  text-decoration: underline;
}
.article-section .social-box {
  margin-bottom: 6px;
  text-align: right;
}
.article-section .social-box ul {
  display: inline-block;
}
.article-section .social-box ul:before, .article-section .social-box ul:after {
  content: " ";
  display: table;
}
.article-section .social-box ul:after {
  clear: both;
}
.article-section .social-box ul li {
  float: left;
  width: 65px;
  padding: 7px 10px;
  color: #ffffff;
  text-align: center;
}
.article-section .social-box ul li.facebook {
  background: #3c5898;
}
.article-section .social-box ul li.facebook:hover{
  background: #708ac6;
}
.article-section .social-box ul li.twitter {
  background: #6aadd1;
}
.article-section .social-box ul li.twitter:hover {
  background: #97c6df;
}
.article-section .social-box ul li.google {
  background: #dd4c39;
}
.article-section .social-box ul li.google:hover {
  background: #e6796b;
}
.article-section .related-keyword {
  margin-bottom: 10px;
}
.article-section .related-keyword dt {
  display: inline-block;
  margin-right: 18px;
  padding: 4px 6px;
  background: #b6b1b1;
  color: #ffffff;
  vertical-align: middle;
}
.article-section .related-keyword dd {
  display: inline-block;
  vertical-align: middle;
  width: 495px;
}
.article-section .related-keyword dd a {
  color: #7d7d7d;
  font-size: 16px;
  text-decoration: none;
}
.article-section .related-keyword dd a:hover {
  text-decoration: underline;
}
.article-section .pager {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-section .article-left {
  margin-bottom: 18px;
}
.article-section .article-left:before, .article-section .article-left:after {
  content: " ";
  display: table;
}
.article-section .article-left:after {
  clear: both;
}
.article-section .article-left .image-box-ad {
  float: left;
  width: 300px;
  height: 250px;
  margin: 0 18px 18px 0;
}
.article-section .article-left .image-box {
  float: left;
  width: 260px;
  margin: 0 18px 18px 0;
  background: #e9dce0;
}
.article-section .article-left .image-box .image {
  text-align: center;
  display: table-cell;
  height: 240px;
  width: 260px;
  vertical-align: middle;
}
.article-section .article-left .image-box .detail {
  padding: 5px 10px;
  background: #ae99a0;
  font-size: 12px;
}
.article-section .article-left .image-box .detail .button {
  margin-bottom: 6px;
  text-align: center;
}
.article-section .article-left .image-box .detail .button a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.article-section .article-left .image-box .detail .button a span {
  margin-right: 3px;
  vertical-align: middle;
}
.article-section .article-left #article_story {
  line-height: 1.6;
}
.article-section .article-center {
  text-align: center;
}
.article-section .article-center .image-box {
  display: inline-block;
  width:544px;
  margin-bottom: 20px;
}
.article-section .article-center .image-box .image {
  position: relative;
  text-align: center;
  background:#f4ecf0;
  height: 400px;
}
.article-section .article-center .image-box.max-image .image {
  height: 500px;
}
.article-section .article-center .image-box .copyright {
  margin: 6px 0;
  text-align: right;
  font-size: 12px;
}
.article-section .article-center .prev-button,
.article-section .article-center .next-button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #c3b4ba;
}
.article-section .article-center .prev-button:after,
.article-section .article-center .next-button:after {
  display: inline-block;
  position: absolute;
  top: 48%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  content: " ";
}
.article-section .article-center .next-button {
  right: -44px;
}
.article-section .article-center .next-button:after {
  right: 0;
  border-left: 13px solid #ffffff;
}
.article-section .article-center .prev-button {
  left: -44px;
}
.article-section .article-center .prev-button:after {
  left: 0;
  border-right: 13px solid #ffffff;
}
.article-section .article-center .detail {
  margin: 10px 0 20px;
  font-size: 12px;
}
.article-section .article-center .detail .button {
  margin-top: 12px;
  font-size: 15px;
}
.article-section .article-center p {
  text-align: left;
}
.article-center #article_story {
  text-align: left;
  line-height: 1.6;
}

.next-news-section {
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
}
.next-news-section .title {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding: 4px 8px 3px;
  background: #cabdc2;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.next-news-section .title:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 10px solid #cabdc2;
  content: " ";
}
.next-news-section .next-news-item {
  display: block;
  padding: 6px;
  color: #000000;
  text-decoration: none;
}
.next-news-section .next-news-item:hover {
  background: #f5f0f2;
}
.next-news-section .next-news-item-detail {
  display: block;
}
.next-news-section .next-news-item-detail .item-title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.next-news-section .next-news-item-detail .item-detail {
  display: block;
}
.next-news-section .next-news-item-detail .item-detail:before, .next-news-section .next-news-item-detail .item-detail:after {
  content: " ";
  display: table;
}
.next-news-section .next-news-item-detail .item-detail:after {
  clear: both;
}
.next-news-section .next-news-item-detail .item-detail .image {
  display: block;
  float: left;
  width: 200px;
}
.next-news-section .next-news-item-detail .item-detail .text {
  display: block;
  float: right;
  width: 405px;
  color: #555555;
}

.selection-item-section .selection-item {
  float: left;
  text-align: center;
}
.selection-item-section .selection-item:first-child a {
  padding-left: 0;
}
.selection-item-section a {
  display: block;
  width: 150px;
  padding-left: 8px;
}
.selection-item-section a span {
  display: block;
}

.sub-news-ranking-section {
  padding: 6px;
  background: #f4f1f1;
  margin-top: 20px;
}
.sub-news-section .sub-news-inner, .sub-news-ranking-section .sub-news-inner {
  background: #ffffff;
}
.sub-news-ranking-section .title {
  padding: 12px 15px 8px;
}
.sub-news-section h2, .sub-news-ranking-section h2 {
  margin-bottom: 0;
  padding-left: 22px;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/icon-title-head-orange.png) no-repeat 0 4px;
}
.sub-news-ranking-section .sub-news-item-text a, .sub-news-ranking-section .sub-news-item a {
  padding: 11px 15px 11px 10px;
}
.sub-news-section .more-link, .sub-news-ranking-section .more-link {
  margin: 10px 6px 6px 0;
}

.sub-news-item-text, .sub-news-item, .sub-news-ranking-section .sub-news-item {
  border-top: 1px solid #ebebeb;
}
.sub-news-item-text a, .sub-news-item a, .sub-news-ranking-section .sub-news-item a {
  display: block;
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
}
.sub-news-item-text a:hover, .sub-news-item a:hover {
  background: #f5f0f2;
}
.sub-news-item-text .text, .sub-news-item .text {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.sub-news-ranking-section .sub-news-item a {
  padding: 11px 15px 11px 10px;
  height: 58px;
}
.sub-news-ranking-section .sub-news-item .sprite {
  margin-top: 5px;
  vertical-align: middle;
}
.sub-news-ranking-section .sub-news-item .image {
  vertical-align: middle;
}
.sub-news-ranking-section .sub-news-item .text {
  width: 475px;
  vertical-align: top;
}

.sub-news-section {
  padding: 0;
  margin-top: 20px;
}
.sub-news-section .title {
  padding: 12px 0 3px;
}
.sub-news-section .sub-news-item a {
  padding: 5px 0;
}
.sub-news-section .sub-news-item {
  height: 50px;
}
.sub-news-section .sub-news-item:first-child {
  border: 0;
}
.sub-news-section .sub-news-item .image {
  margin-right: 3px;
}
.sub-news-section .sub-news-item .text {
  width: 576px;
  font-size: 14px;
}

.ranking-section {
  margin-top: 10px;
}
.ranking-section .news-item .rank, .ranking-section .news-item-detail .rank, .ranking-section .news-item-large .rank {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 37px;
  background: #efe7eb;
}
.ranking-section .news-item .sprite, .ranking-section .news-item-detail .sprite, .ranking-section .news-item-large .sprite {
  position: absolute;
  top: 30px;
}
.ranking-section .news-item .image, .ranking-section .news-item-detail .image, .ranking-section .news-item-large .image {
  width: 80px;
  padding-left: 42px;
}
.ranking-section .news-item .text, .ranking-section .news-item-detail .text, .ranking-section .news-item-large .text {
  width: 495px;
}
.ranking-section .news-item-large .image {
  width: 120px;
}
.ranking-section .news-item-large .text {
  width: 455px;
}
.ranking-section .news-item-large .sprite {
  position: absolute;
  top: 5px;
}
.ranking-section .news-item .rank-1 {
  background: #faf7e4;
}
.ranking-section .news-item .rank-2 {
  background: #f3f2ec;
}
.ranking-section .news-item .rank-3 {
  background: #f9e9df;
}
.news-detail-shopping-parts .search-box {
    background: none repeat scroll 0 0 #f4f1f1;
    float: right;
    padding: 5px;
    margin: 5px 15px 40px 15px;
}
.news-detail-shopping-parts .search-box .input-search {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
}
.news-detail-shopping-parts .search-box input {
    width: 477px;
}
.sub-news-item .image {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sub-news-item .text {
  width: 512px;
}

.slider-box {
  overflow: hidden;
  margin: 15px 0 36px;
}
.slider-box .slider li {
  position: relative;
}
.slider-box .slider li a {
  display: block;
  width: 435px;
  height: 312px;
  text-align: center;
  overflow: hidden;
  background-color: #E9DCE0;
}
.slider-box .slider li a img {
  width: auto;
  height: 312px;
}
.slider-box .slider li .text {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 20px 12px 12px;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/bg-text-on-image.png) repeat-x 0 0;
  color: #ffffff;
  font-size: 18px;
  width: 412px;
  height: 60px;
  text-align: left;

}
.slider-box .slider li .text .date {
  display: block;
  font-size: 14px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
      -ms-transform: translatez(0);
          transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/loader.gif) no-repeat 50% 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #9e9e9e;
  padding-top: 8px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1e9fbb;
}

.bx-wrapper .bx-prev {
  left: -100px;
}
.bx-wrapper .bx-prev:after {
  display: inline-block;
  position: absolute;
  top: 130px;
  left: 0;
  content: " ";
}

.bx-wrapper .bx-next {
  right: -100px;
}
.bx-wrapper .bx-next:after {
  display: inline-block;
  position: absolute;
  top: 130px;
  right: 0;
  content: " ";
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 91px;
  height: 312px;
  outline: 0;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/bg-black-alpha-cover.png) repeat;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.genre-rectangle-box {
  width: 200px;
  height: 140px;
  position: relative;
  overflow: hidden;
  float: left;
}
.genre-rectangle-box p {
  width: 200px;
  height: 140px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.genre-square-box {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  float: left;
}
.genre-square-box p{
  width: 100px;
  height: 100px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.genre-item-square-box {
  width:  70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  float: left;
}
.genre-item-square-box p{
  width:  70px;
  height: 70px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.news-temp2-image {
  height: 190px;
  width: auto;
}
.news-temp2-background {
  background-color: #e9dce0;
}
.news-top-square-box {
  width:  120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  float: left;
}
.news-top-square-box p {
  width:  120px;
  height: 120px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.news-top-ranking-box {
  width:  60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
.news-top-ranking-box p {
  width:  60px;
  height: 60px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.photo-rectangle-box {
  width: 150px;
  height: 250px;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 0;
}
.photo-rectangle-box p{
  width: 150px;
  height: 250px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.ranking-large-box {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 42px;
}
.ranking-large-box p{
  width: 120px;
  height: 120px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;

}
.ranking-normal-box {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 42px;
}
.ranking-normal-box p{
  width: 80px;
  height: 80px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;

}

.ajax-related-link-box {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  float: left;  
}
.ajax-related-link-box p{
  width: 36px;
  height: 36px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.ajax-photo-rectangle-box {
  width: 150px;
  height: 250px;
  position: relative;
  overflow: hidden;
  float: left;
}
.ajax-photo-rectangle-box p{
  width: 150px;
  height: 250px;
  display: table-cell;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}

.sprite-global-navi-news-active, .header .global-navi a.navi-news:hover, .header .global-navi a.navi-news.active {
  background-image: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/fortuneimage/sprites.png);
  background-position: 0px -514px;
  width: 162px;
  height: 37px;
}
.related-item-section {
  margin-bottom: 10px;
}
.pc-news-top-common {
  margin-top: 20px;
}
.news-item .sub-paragraph, .news-item-detail .sub-paragraph, .ranking-section .news-item-large .sub-paragraph {
    display: block;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}
.pc-news-pickup-word .photo-item span.name {
  text-decoration: underline;
}
h1.logo {
  margin: 0px;
  font-weight: normal;
  font-size: 2em;
}
.header .logo {
  margin: 0px;
  font-weight: normal;
  font-size: 2em;
}
.item-brand-link {
  color: #FFF;
}
a:hover.item-brand-link {
  color: #FFF;
}
.talent-name {
  font-weight: bold;
}
.selection-item-section h2, .related-item-section h2 {
  padding-left: 22px;
  background: url(//image.infoseek.rakuten.co.jp/content/woman/wimg/img_pc_20140916/icon-title-head-orange.png) no-repeat 0 4px;
}
.pc-detail-news-item .related-item .related-item-parts {
  padding-bottom: 25px;
}
.pc-detail-news-item .related-item .related-item-parts .related-item-title {
  height: 25px;
}
.pc-detail-news-item .related-item .related-item-parts .related-item-title .item-brand-link {
  color:#546989;
  font-size: 15px;
  border-left: solid 5px #F1720C;
  padding: 2px 0 0 5px;
}
.pc-detail-news-item .related-item .related-item-parts .related-item-title a.item-brand-link:hover {
  color:#546989;
}
.pc-detail-news-item .related-item .related-item-parts .image {
  text-align: center;
}
.pc-detail-news-item .related-item .related-item-parts .image a {
  width: 100%;
  display: block;
}
.pc-detail-news-item .related-item .related-item-parts .image img {
  max-width:400px;
}
.pc-detail-news-item .related-item .related-item-parts .detail {
  margin-top: 10px;
  padding: 0 20px;
}
.pc-detail-news-item .related-item .related-item-parts .detail a {
  color:#000000;
}
.pc-detail-news-item .related-item .related-item-parts .more-link {
  text-align: center;
  margin-top: 10px;
}
.pc-detail-news-item .shopping-link {
  text-align: right;
}
.pc-detail-hcs-item {
  margin: 20px 0;
}
.header .sub-navi a.text-link {
  background: #e8dde0;
  color: #66585d;
  text-decoration: none;
}
.header .sub-navi a.text-link.active {
  background: #769ac8;
  color: #ffffff;
}

.credit-block {
  margin: 20px 0;
  font-size: 13px;
  display: block;
  clear: left;
}
.credit-block .credit-url {
  font-size: 12px;
}
.credit-block .credit-rellink {
  font-size: 12px;
  display: block;
}
.credit-block li.credit-relurl {
  padding-left: 20px;
  font-size: 12px;
}
.credit-block li.credit-relurl a{
  font-size: 12px;
}

/* news sub */
#news_sub_menu_tabs {
  width: 662px;
  border-bottom: 3px solid #769ac8;
}

#news_sub_menu_tabs .news_sub_menu_tab {
   background: #bcafb3;
   text-align: center;
   padding: 7px 12px 7px 12px;
   font-size: 13px;
   border-radius: 7px 7px 0 0;
   border-right: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
 }

#news_sub_menu_tabs .news_sub_menu_tab:hover {
  background: #769ac8;
}

#news_sub_menu_tabs .news_sub_menu_tab_action {
  background: #769ac8;
  text-align: center;
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  border-radius: 7px 7px 0 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#news_sub_menu_tabs_action {
  width: 662px;
  border-bottom: 3px solid #769ac8;
}

#news_sub_menu_tabs_action a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#news_sub_menu_tabs a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

/* news photo */
#news_photo_menu_tabs a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#news_photo_menu_tabs {
  width: 625px;
  border-bottom: 3px solid #546989;
}

#news_photo_menu_tabs .news_photo_menu_tab {
  background: #bcafb3;
  text-align: center;
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  border-radius: 7px 7px 0 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#news_photo_menu_tabs .news_photo_menu_tab:hover {
  background: #546989;
}

#news_photo_menu_tabs .news_photo_menu_tab_action {
  background: #546989;
  text-align: center;
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  border-radius: 7px 7px 0 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#news_photo_menu_tabs a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

/* news ranking */
#news_ranking_menu_tabs {
  width: 625px;
  border-bottom: 3px solid #546989;
}

#news_ranking_menu_tabs .news_ranking_menu_tab {
  background: #bcafb3;
  text-align: center;
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  border-radius: 7px 7px 0 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#news_ranking_menu_tabs .news_ranking_menu_tab:hover {
  background: #546989;
}

#news_ranking_menu_tabs .news_ranking_menu_tab_action {
  background: #546989;
  text-align: center;
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  border-radius: 7px 7px 0 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#news_ranking_menu_tabs_action {
  width: 625px;
  border-bottom: 3px solid #546989;
}

#news_ranking_menu_tabs_action a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#news_ranking_menu_tabs a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}.rc-f-standard {
  color: #515151;
  font-size: 13px; }
  .rc-f-standard a, .rc-f-standard img {
    border: none;
    text-decoration: none; }
  .rc-f-standard a:hover {
    text-decoration: underline; }
  .rc-f-standard li {
    list-style: none; }
  .rc-f-standard h1, .rc-f-standard h2, .rc-f-standard h3, .rc-f-standard h4, .rc-f-standard h5, .rc-f-standard h6, .rc-f-standard h7, .rc-f-standard h8, .rc-f-standard div, .rc-f-standard dl, .rc-f-standard dt, .rc-f-standard dd, .rc-f-standard div, .rc-f-standard p, .rc-f-standard ul, .rc-f-standard li {
    margin: 0;
    padding: 0; }
  .rc-f-standard li {
    list-style: none; }
  .rc-f-standard .rc-f-section01 {
    padding: 10px 0; }
  .rc-f-standard .rc-f-section-bar {
    padding: 10px 0; }
  .rc-f-standard .rc-f-inner {
    width: 950px;
    margin: 0 auto; }
  .rc-f-standard.rc-f-liquid .rc-f-section-bar, .rc-f-standard.rc-f-fixed .rc-f-section-bar {
    padding: 10px; }
  .rc-f-standard.rc-f-liquid .rc-f-section00, .rc-f-standard.rc-f-fixed .rc-f-section00 {
    padding: 10px; }
  .rc-f-standard.rc-f-liquid .rc-f-section01, .rc-f-standard.rc-f-fixed .rc-f-section01 {
    padding: 10px; }
  .rc-f-standard.rc-f-fixed {
    width: 950px;
    margin: 0 auto; }
  .rc-f-standard.rc-f-liquid .rc-f-inner {
    width: 100%; }
  .rc-f-standard .rc-f-block {
    margin-bottom: 20px; }
  .rc-f-standard .rcf-list-block {
    margin-bottom: 5px; }
  .rc-f-standard .rc-f-center {
    text-align: center; }
  .rc-f-standard .rc-f-text-em {
    color: #bf0000; }
  .rc-f-standard .rc-f-text-strong {
    font-weight: bold; }
  .rc-f-standard .rc-f-list-nav li {
    display: inline;
    zoom: 1;
    padding: 0 0.5em 0 0.45em; }
  .rc-f-standard .rc-f-btn {
    display: block;
    border: 1px solid #c7c7c7;
    color: #515151;
    font-weight: bold; }
    .rc-f-standard .rc-f-btn span {
      display: block;
      padding: 5px 10px 5px 5px; }
      .rc-f-standard .rc-f-btn span:before {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 5px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #868686;
        content: ""; }
    .rc-f-standard .rc-f-btn:hover {
      border: 1px solid #d5d5d5;
      background: #fcfcfc;
      color: #939393;
      text-decoration: none; }
      .rc-f-standard .rc-f-btn:hover span:before {
        border-left: 5px solid #9a9a9a; }
  .rc-f-standard .rc-f-dl-inline dt, .rc-f-standard .rc-f-dl-inline dd,
  .rc-f-standard .rc-f-dl-inline-box dt,
  .rc-f-standard .rc-f-dl-inline-box dd {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .rc-f-standard .rc-f-dl-inline dt,
  .rc-f-standard .rc-f-dl-inline-box dt {
    padding-right: 20px;
    font-weight: bold; }
    .rc-f-standard .rc-f-dl-inline dt.rc-f-dl-title01,
    .rc-f-standard .rc-f-dl-inline-box dt.rc-f-dl-title01 {
      width: 100px; }
  .rc-f-standard .rc-f-list-inline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px; }
  .rc-f-standard .rc-f-dl-inline-box dt {
    padding-top: 8px;
    vertical-align: top; }
  .rc-f-standard .rc-f-row {
    zoom: 1; }
    .rc-f-standard .rc-f-row:before, .rc-f-standard .rc-f-row:after {
      display: table;
      content: ""; }
    .rc-f-standard .rc-f-row:after {
      clear: both; }
    .rc-f-standard .rc-f-row .rc-f-col {
      float: left; }
  .rc-f-standard .rc-f-row4 .rc-f-col {
    width: 23%;
    margin-left: 2%; }
    .rc-f-standard .rc-f-row4 .rc-f-col.rc-f-first {
      margin-left: 0; }
  .rc-f-standard .rc-f-nav-item {
    padding: 10px 20px; }
  .rc-f-standard .rc-f-first .rc-f-nav-item {
    padding: 10px 20px 10px 0; }
  .rc-f-standard .rc-f-media .rc-f-media-head {
    margin-bottom: 10px;
    font-weight: bold; }
  .rc-f-standard .rc-f-media .rc-f-media-body {
    color: #424242; }
  .rc-f-standard .rcf-list-inline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px; }
  .rc-f-standard .copyright {
    color: #424242; }
  .rc-f-standard.rc-f-custom00 .rc-f-list-nav li {
    border-right: 1px solid #c7c7c7; }
    .rc-f-standard.rc-f-custom00 .rc-f-list-nav li.rc-f-list-nav-last {
      border-right: none; }
  .rc-f-standard.rc-f-custom00 .rc-f-section00 {
    border-top: 1px solid #c7c7c7;
    padding: 10px 0; }
  .rc-f-standard.rc-f-custom00 .rc-f-section-content00 {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #f9f9f9; }
    .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar {
      border-top: 1px solid #e7e7e7; }
      .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
        border-top: none; }
    .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn {
      border: 1px solid #c7c7c7; }
      .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn span:before {
        border-left: 5px solid #868686; }
      .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover {
        border: 1px solid #d5d5d5; }
        .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover span:before {
          border-left: 5px solid #9a9a9a; }
    .rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-nav-item-delimit {
      border-left: 1px dotted #c7c7c7; }
  .rc-f-standard.rc-f-custom00 .rc-f-section-content01 {
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    background: #f9f9f9; }
  .rc-f-standard.rc-f-custom01 .rc-f-list-nav li {
    border-right: 1px solid #c5cdd4; }
    .rc-f-standard.rc-f-custom01 .rc-f-list-nav li.rc-f-list-nav-last {
      border-right: none; }
  .rc-f-standard.rc-f-custom01 .rc-f-section00 {
    border-top: 1px solid #c5cdd4;
    padding: 10px 0; }
  .rc-f-standard.rc-f-custom01 .rc-f-section-content00 {
    border-top: 1px solid #c5cdd4;
    border-bottom: 1px solid #c5cdd4;
    background: #f0f3f8; }
    .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar {
      border-top: 1px solid #dbe4eb; }
      .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
        border-top: none; }
    .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn {
      border: 1px solid #c5cdd4; }
      .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn span:before {
        border-left: 5px solid #b7c3cd; }
      .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover {
        border: 1px solid #d3dae1; }
        .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover span:before {
          border-left: 5px solid #c5d1da; }
    .rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-nav-item-delimit {
      border-left: 1px dotted #c5cdd4; }
  .rc-f-standard.rc-f-custom01 .rc-f-section-content01 {
    margin-bottom: 10px;
    border: 1px solid #dbe4eb;
    background: #f0f3f8; }
  .rc-f-standard.rc-f-custom02 .rc-f-list-nav li {
    border-right: 1px solid #d3d0cb; }
    .rc-f-standard.rc-f-custom02 .rc-f-list-nav li.rc-f-list-nav-last {
      border-right: none; }
  .rc-f-standard.rc-f-custom02 .rc-f-section00 {
    border-top: 1px solid #d3d0cb;
    padding: 10px 0; }
  .rc-f-standard.rc-f-custom02 .rc-f-section-content00 {
    border-top: 1px solid #d3d0cb;
    border-bottom: 1px solid #d3d0cb;
    background: #f6f5f2; }
    .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar {
      border-top: 1px solid #e8e4dd; }
      .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
        border-top: none; }
    .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn {
      border: 1px solid #d3d0cb; }
      .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn span:before {
        border-left: 5px solid #c7c2bb; }
      .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover {
        border: 1px solid #e0ddd9; }
        .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover span:before {
          border-left: 5px solid #d5d0c9; }
    .rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-nav-item-delimit {
      border-left: 1px dotted #d3d0cb; }
  .rc-f-standard.rc-f-custom02 .rc-f-section-content01 {
    margin-bottom: 10px;
    border: 1px solid #e8e4dd;
    background: #f6f5f2; }

/*# sourceMappingURL=rc-f-standard.css.map */
