@charset "utf-8";
/* CSS Document */
/* normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*web-fonts
@font-face {
font-family:ISOsymbol;
src: url(http://www.mexcoltd.com/shop/item/mexonline/design/template01/css/font/wash.ttf) format(”truetype”);
}*/

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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 {
  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 */
  font-size: 11px;
}

/**
 * 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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 2.1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ----------------------------------------------------	
	all
---------------------------------------------------- */
img {max-width: 100%;}
.container {
	width: 1200px;
	margin: auto;
}

.narabi ul {
	font-size: 0;
}

.narabi ul li {
	font-size: 1em;
	display: inline-block;
}

.narabi ul li:last-child {
	padding-right: 0;
}

a {
	color: #1a1a1a;
	text-decoration: none;
}
a:hover {
	color: #BCCED7;
}


/* ----------------------------------------------------	
	body
---------------------------------------------------- */
body {
	min-width: 1220px;
	padding-top: 0px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ISOsymbol', sans-serif,;
	font-size: 11px;
	color: #1a1a1a;
}


/* ----------------------------------------------------	
	header
---------------------------------------------------- */
#header {
	margin-bottom: 15px;
}

.head-left {
	width: 400px;
	float: left;
}
.logo {
	width: 350px;
	float: left;
	text-align: center;
}
.head-right {
	width: 470px;
	float: right;
	text-align: right;
}

.head-right ul {text-align: right;}

.head-right ul li{
	font-size: 12px;
	padding-left: 0px;
}

/*
input.f1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 180px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 21px;
}

input.f2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: #fff;
	border: 0;
	padding: 0;
	box-sizing: border-box;
	background-image: url(../../img01/mex_04.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 23px;
}
*/




.hr-bottom {
	position: relative;
	padding-top: 8px;
}


form.search-box {position: relative}

.f1 {
    width: 180px;
    position: absolute;
    border: 1px solid #eee;
    padding: 0px 29px 0px 5px;
    right: 0;
    height: 30px;
    font-size: 12px;
    line-height: 21px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.f2 {
    position: absolute;
    right: 3px;
	top: 3px;
	background-color: #fff;
	border: 0;
	padding: 0;
	box-sizing: border-box;
	background-image: url(../../img01/mex_04.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 23px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ----------------------------------------------------	
	nav
---------------------------------------------------- */
#g-nav {
	background-color: #c0c0c0;
	height: 40px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	width: 100%;
}

#g-nav.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}

ul.g-nav-1 {

}

ul.g-nav-1 li {
	font-size: 12px;
	font-weight: bold;
	padding: 0 29px;
	line-height: 40px;
	color: #fff;
}

ul.g-nav-1 li a {
	color: #fff;
}

ul.g-nav-2 {
    position: absolute;
    top: 0;
    right: 10px;
}

ul.g-nav-2 img {
	margin: 0 2px;
	width: 40px;
}

ul.s-btn li {
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

ul.s-btn li.womens-btm {
}

ul.s-btn li.womens-btm a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #aaa;
	color: #fff;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

ul.s-btn li.women-btm a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #b22222;
	color: #fff;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

ul.s-btn li.womens-btm a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #b22222;
	color: #fff;
}

ul.s-btn li.mens-btm {
}

ul.s-btn li.mens-btm a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #aaa;
	color: #fff;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;

}

ul.s-btn li.men-btm a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #fff;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;

}

ul.s-btn li.mens-btm a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #fff;
}

/* ----------------------------------------------------	
	nav
---------------------------------------------------- */
#brand-link {
	margin-bottom: 25px;
	text-align: center;
}
#brand-link ul {
	
}
#brand-link ul li {
	padding: 0 20px;
}

/* ----------------------------------------------------	
	pick-line
---------------------------------------------------- */
#pick-line {
	text-align: center;
	background-image: url(../../img01/p-line-back.jpg)
}

/* ----------------------------------------------------	
	main img
---------------------------------------------------- */
#main-img {
	margin-bottom: 92px;
}

.main-list {
}

.main-list ul {
}

.main-list ul li {
	width: 32%;
}

/* ----------------------------------------------------	
	top-contents
---------------------------------------------------- */
hr.b-line {
	border: 0;
	margin: 0;
	height: 0;
	border-top: 10px solid #dcdcdc;
}

h2.top-title {
	text-align: center;
	padding: 21px 0 18px;
	margin: 0;
	border-bottom: 2px dotted #696969;
}


/* ----------------------------------------------------	
	item-list
---------------------------------------------------- */
.top-item-list {
	border-bottom: 2px dotted #696969;
	position: relative;
}

.top-item-list ul li {
	width: 184px;
	margin-right: 70px;
	padding: 70px 0 115px;
	font-size: 12px;
}

.item-text {
	text-align: center;
	font-size: 11px;
	padding: 8px 0;
}

.item-text span {
	display: block;
}

.item-price {
	font-weight: bold;
}

.top-item-list ul li:last-child {
	margin-right: 0;
}

.more-btn {
    text-align: center;
    position: absolute;
    left: 46%;
    bottom: -55px;
}

.ranking-box {
	margin-bottom: 122px;
}

.recommend-box {
	margin-bottom: 122px;
}

.new-ari-box {
	margin-bottom: 122px;
}

.check-i-box {
	margin-bottom: 122px;
}

/* ----------------------------------------------------	
	footer
---------------------------------------------------- */
#footer {
	background-color: #333;
	color: #fff;
	padding: 5px 0;
}

#footer a {
	color: #fff;
}

#f-nav {
	text-align: center;
	margin-bottom: 40px;
}

#f-nav ul li {
	padding: 0 30px;
	font-size: 12px;
}

#f-nav2 {
	text-align: center;
	margin-bottom: 40px;
}

#f-nav2 ul li {
	padding: 0 30px;
	font-size: 12px;
}

#sns-btn {
	text-align: center;
	margin-bottom: 30px;
}

#sns-btn ul li {
	padding: 0 17px;
}

#copyright {
	text-align: center;
}


/*　=================================================================
　画像ホスティングオプション
=================================================================　*/

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1　*/
#FS2_itemlayout_IHL1{
	border:1px solid #ddd;	
	float:left;
	width:200px;
	padding:0;
	margin:5px;
	padding:10px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
サムネイル　*/
#FS2_itemlayout_IHL1 .FS2_thumbnail_container{
	border:none;
	margin:5px 0px;
	padding:0px;
}

#FS2_itemlayout_IHL1 img{
	margin:0px;
	padding:0px;	
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
サムネイル　*/
#FS2_itemlayout_IHL1 .FS2_AdditionalImageEnlargementSsize_Button{
	text-align:right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
商品価格コンテナ　*/
#FS2_itemlayout_IHL1 .FS2_itemPrice_text{
	margin:5px 0px;
	font-size:80%;
	font-size:15px;
	font-weight:normal;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
商品一言コメント　*/
#FS2_itemlayout_IHL1 .FS2_ItemShortComment{
	margin:10px;
	font-size:80%;
	color:#777;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
特別会員価格あり　*/
#FS2_itemlayout_IHL1 .FS2_members_contents{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
会員価格　*/
#FS2_itemlayout_IHL1 .FS2_special_members_price{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
拡大ボタン　*/
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button{}




/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2　*/
#FS2_itemlayout_IHL2{
	border:1px solid #ddd;	
	float:left;
	width:200px;
	padding:10px;
	margin:5px;
	
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
サムネイル　*/
#FS2_itemlayout_IHL2 .FS2_thumbnail_container{
	border:none;
	margin:0px 0px 10px 0px;
	padding:0px;

}

#FS2_itemlayout_IHL2 img{
	margin:0px;
	padding:0px;	
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
アイキャッチアイコン　*/
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
商品価格コンテナ　*/
#FS2_itemlayout_IHL2 .FS2_itemPrice_text{
	margin:5px 0px;
	font-size:80%;
	font-weight:normal;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
商品一言コメント　*/
#FS2_itemlayout_IHL2 .FS2_ItemShortComment{
	margin:10px;
	font-size:80%;
	color:#777;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
特別会員価格あり　*/
#FS2_itemlayout_IHL2 .FS2_members_contents{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
会員価格　*/
#FS2_itemlayout_IHL2 .FS2_special_members_price{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
拡大ボタン　*/
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button{
	margin:5px 0px 0px 0px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3　*/
#FS2_itemlayout_IHL3{
	border:1px solid #ddd;	
	float:left;
	width:320px;
	padding:10px;
	margin:5px;
	
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
サムネイル　*/
#FS2_itemlayout_IHL3 .FS2_thumbnail_container{
	border:none;
	padding:0px;
	float:left;
	margin:0px 10px 0px 0px;
}

#FS2_itemlayout_IHL3 img{
	margin:0px;
	padding:0px;	
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
アイキャッチアイコン　*/
#FS2_itemlayout_IHL3 .FS2_eye_catch_icon{
	margin-bottom:10px;	
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
商品価格コンテナ　*/
#FS2_itemlayout_IHL3 .FS2_itemPrice_text{
	margin:5px 0px;
	font-size:80%;
	font-weight:normal;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
商品一言コメント　*/
#FS2_itemlayout_IHL3 .FS2_ItemShortComment{
	margin:10px;
	font-size:80%;
	color:#777;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
特別会員価格あり　*/
#FS2_itemlayout_IHL3 .FS2_members_contents{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
会員価格　*/
#FS2_itemlayout_IHL3 .FS2_special_members_price{
	margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
拡大ボタン　*/
#FS2_itemlayout_IHL3 .FS2_AdditionalImageEnlargementSsize_Button{
	text-align:right;
}



/*　商品画面：商品詳細：オプション価格コンテナ　*/
.FS2_OptionPrice {
	margin-bottom:10px;
}
/*　商品画面：商品詳細：オプション価格テーブル　*/
.FS2_OptionPrice {}

.FS2_OptionPrice th {
	font-weight:normal;
	padding:2px 8px;
	border-bottom:1px solid #DDDDDD;
	background:#F6F6F6;
}

.FS2_OptionPrice td {
	font-weight:normal;
	padding:2px 8px;


	border-bottom:1px solid #DDDDDD;
	text-align:left;
}

/*　オプション価格（カート画面罫線）　*/
.FS2_option_price_rule{
	color:#DDDDDD;
}



/*商品詳細画面------------------------------------------------------------------*/

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH1 .FS2_thumbnail_container{
	width:400px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
メイン・サブ画像群サムネイルコンテナ横幅　*/
#FS2_itemlayout_IH1 .FS2_additional_image_container{
	width:140px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container{
	width:420px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品詳細右カラム　*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right{
	width:220px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品詳細左カラム　*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left{
	width:350px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品詳細コンテナ*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container{
	margin-top:2em;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH2 .FS2_additional_image_btn_thumbnail_container{
	width:420px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH2 .FS2_thumbnail_container{
	width:400px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品詳細右カラム　*/
#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container_right{
	width:220px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品詳細左カラム　*/
#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container_left{
	width:350px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
メイン画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH2 .FS2_additional_image_container_main{
	float:right;
	width:140px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
サブ画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH2 .FS2_additional_image_container_sub{
	margin-top:2em;
	width:100%;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品詳細コンテナ*/
#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container{
	margin-top:2em;
}



/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH3 .FS2_thumbnail_container{
	width:410px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品詳細右カラム　*/
#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right{
	width:330px;
	margin-left:40px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
メイン画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH3 .FS2_additional_image_container_main{
	float:right;
	width:90px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
サブ画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH3 .FS2_additional_image_container_sub{
	width:520px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH3 .FS2_additional_image_btn_thumbnail_container{
	width:430px;
	margin-bottom:2em;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品詳細コンテナ*/
#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container{
	margin-top:2em;
}



/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH4 .FS2_thumbnail_container{
	width:200px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品詳細右カラム　*/
#FS2_itemlayout_IH4 .FS2_additional_image_itemdetail_container_right{
	width:250px;
	margin-left:20px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品詳細左カラム　*/
#FS2_itemlayout_IH4 .FS2_additional_image_itemdetail_container_left{
	width:290px;
	float:right;
	margin-left:20px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH4 .FS2_additional_image_btn_thumbnail_container{
	width:220px;
	float:left;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
メイン・サブ画像群サムネイルコンテナ横幅　*/
#FS2_itemlayout_IH4 .FS2_additional_image_container{
	width:85px;
	float:left;
	margin-right:10px;
}



/*　各レイアウト共通　*/
/*　商品画面：商品詳細：画像ホスティングオプション：サムネイルコンテナ　*/
.FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container{
	border:1px solid #ddd;
	margin-bottom:10px;
	padding:9px;
	text-align:center;
}



/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_container{
	float:right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン画像群サムネイルコンテナ　*/
.FS2_additional_image_container_main{
	margin-bottom:2em;	
}

.FS2_additional_image_container_main img{
	margin:0px 2px 2px 0px;
    border: 1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_container_sub{}

.FS2_additional_image_container_sub img{
	margin:0px 2px 2px 0px;
	border: 1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群名称　*/
.FS2_additional_image_container_title{
	border-bottom:1px dotted #555;
	padding-bottom:2px;
	margin:5px 0px;
	font-weight:bold;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大・Next・Prevボタン　*/
.FS2_additional_image_btn_container table{
	border-collapse:collapse;
	border-spacing: 0px;
	/*width:100%;*/
}

.FS2_additional_image_btn_container td{
	vertical-align:top;	
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_next{
	text-align:right;
	/*width:59px;*/
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_prev{
	text-align:right;
	/*width:59px;*/
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細コンテナ　*/
.FS2_additional_image_itemdetail_container{}


/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細右カラム　*/
.FS2_additional_image_itemdetail_container_right{
	float:right;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細左カラム　*/
.FS2_additional_image_itemdetail_container_left{}



/*　商品画面：商品詳細：画像ホスティングオプション：バリエーションテーブル　*/
.FS2_additional_image_tableVariation{
	margin:10px 0;	
}

.FS2_additional_image_tableVariation_table {}

.FS2_additional_image_tableVariation_table th{
	text-align:left;
	font-weight:normal;
	padding:2px 2px 2px 2px;	
}

.FS2_additional_image_tableVariation_table td{
	padding:2px;	
}

.FS2_additional_image_tableVariation_table td span{
	display:block;
	text-align:center;
	color:#777;
}

.FS2_additional_image_tableVariation_table td img{}

.FS2_additional_image_tableVariation_border th{
	border-top:1px solid #888;
	padding-top:4px;
	vertical-align:top;
}

.FS2_additional_image_tableVariation_border td{
	border-top:1px solid #888;
	padding-top:4px;
}

.FS2_additional_image_tableVariation_bg{
	background:#f6f6f6;	
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
ページ余白　*/
body#FS2_additional_image_popup{
	margin:0px;
	padding:0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
画像コンテナ　*/
#FS2_additional_image_popup .FS2_thumbnail_container{
	width:500px;
	margin-top:10px;
	margin-left:10px;
}

#FS2_additional_image_popup .FS2_thumbnail_container img{
border:none;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
ページ全体の横幅　*/
.FS2_additional_image_popup_container{
	width:900px;
	padding-bottom:50px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_popup_container .FS2_additional_image_container{
	float:right;
	width:350px;
	margin-top:10px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
フッタ　*/
.FS2_additional_image_popup_footer{
	text-align:center;
	margin:2em auto 0 auto;
	background:#f0f0f0;
	padding:1em 0;
	position:absolute;
	bottom:0px;
	width:100%;
}

.FS2_additional_image_popup_footer a:link{
	color:#fff;
	text-decoration:none;
	background:#000;
	display:inline-block;
	padding:5px 10px;
}

.FS2_additional_image_popup_footer a:active{
	color:#fff;
	text-decoration:none;
	background:#000;
	display:inline-block;
	padding:5px 10px;
}

.FS2_additional_image_popup_footer a:visited{
	color:#fff;
	text-decoration:none;
	background:#000;
	display:inline-block;
	padding:5px 10px;
}


.FS2_additional_image_popup_footer a:hover{
	color:#fff;
	background:#666;
}



/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ　*/
/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：コンテナ　*/
.FS2_AdditionalImage_Balloon_Tip {
	width: 280px;
	height: 172px;
	display: none;
	position: absolute;
	color: gray;
	background-color: white;
	border: 1px solid silver;
	overflow: hidden;
	padding:10px;
}

#FS2_AdditionalImage_Balloon_Tip_container {
	width: 280px;
	left: 10px;
	top: 10px;
	display: block;
	position: fixed;
	color: gray;
	background-color: white;
	border: 1px solid silver;
}

.FS2_AdditionalImage_Balloon_Tip a img {
    width: 65px;
    margin-bottom: 5px !important;
}

#FS2_AdditionalImage_Balloon_Tip_container {
	display: none;
}

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
左側に表示時　*/
.FS2_AdditionalImage_Balloon_Tip_left {
	border-right: 5px solid silver;
	border-bottom: 5px solid silver;
}

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
右側に表示時　*/
.FS2_AdditionalImage_Balloon_Tip_right {
	border-left: 5px solid silver;
	border-bottom: 5px solid silver;
}

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
画像共通設定　*/
.FS2_AdditionalImage_Balloon_Tip img {
	border: 0;
}


/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
ロールオーバー時背景色　*/
.FS2_AdditionalImage_Balloon_Tip_RollOver {
	background-color: #f6f6f6;
}


/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え　*/
/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
メイン画像群サムネイル　*/
.FS2_AdditionalImage_switcher_thumbs_color img { 
	border: 1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_thumbs_item img { 
	border: 1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_cursor_pointer { 
	cursor: pointer;
}


/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_cursor_cross { 
	cursor: crosshair;
 }


/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_thumbnail_selected {
	border-color: silver !important;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_btn_prev {
	cursor: pointer;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_btn_next {
	cursor: pointer;
}


/*　入荷お知らせメールお申し込み：画像ホスティングオプション用：マトリクス　*/
.FS2_AdditionalImage_ArrivalInformation_Entry_Container_Matorix{
	margin:1em 0 2em 0;
}

/*　入荷お知らせメールお申し込み：画像ホスティングオプション用：コンボボックス　*/
.FS2_AdditionalImage_ArrivalInformation_Entry_Container {
	display:table;
	margin:0 0 15px 0;
	width:100%;
	background-color:#EEEEEE;
}

.FS2_ArrivalInformation_Entry_ListR {
	direction:rtl;
}

.FS2_ArrivalInformation_Entry_ListR * {
	direction:ltr; 
}

.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List,
.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {
	display:table-cell;
	padding:10px;
	vertical-align:top;
	line-height:1.2em;

}

.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {}
.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List {
	padding-left:10px;
	padding-right:10px;
}
.FS2_ArrivalInformation_Entry_ListR .FS2_ArrivalInformation_Entry_Comment {
	padding-left:10px;
}
.FS2_ArrivalInformation_Entry_ListL .FS2_ArrivalInformation_Entry_Comment {
	padding-right:10px;
}

/* for IE */
.FS2_forIE8 FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List {
	width:expression(this.getElementsByTagName("img")[0].clientWidth);
}
.FS2_forIE8 .FS2_ArrivalInformation_Entry_ListL .FS2_ArrivalInformation_Entry_List {
	float:left;
}
.FS2_forIE8 .FS2_ArrivalInformation_Entry_ListR .FS2_ArrivalInformation_Entry_List {
	float:right;
}
.FS2_forIE8 FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {
	width:auto;
}

/*お試し店舗のヘッダを非表示*/
.FS2_trial{
display:none;
}
/*プレビューモードのヘッダを非表示*/
.FS2_preview{
display:none;
}

.layout_body{
width:100%;
}

/*　左右メニューとコンテンツエリアの横幅を1200pxに設定　*/
.layout_table{
width:1200px;
margin-right:auto;
margin-left:auto;
margin-bottom: 60px;
}

#side-menu {
	width: 230px;
}

td.layout_menu {
    margin: 0px;
    padding-right: 20px;
    vertical-align: top;
    width: 250px;
}

td.layout_content {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 940px;
}



/* ----------------------------------------------------	
sidebar
---------------------------------------------------- */
#sidebar {
    position: relative;
    width: 230px;
    margin-right: 30px;
}

.acd-a {
  margin: 0; }
  .acd-a a {
    display: block;
	cursor: pointer;
 }
  .acd-a .acd-child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea; }
    .acd-a .acd-child .acd-menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .acd-a .acd-child .acd-menu:hover {
        background: #d0d0d0; }
.acd-a .acd-child > li {
    margin: 4px 0;
    padding: 5px 16px;
    border-bottom: 1px dotted #dddddd;
}
      .acd-a .acd-child > li:first-child {
        border-top: 0; 
}
      .acd-a .acd-child > li:last-child {
        border-bottom: 0; 
}

.acd-switch .acd-menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.6rem;
  content: '+';
  font-size: 0.6rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.acd-switch .acd-menu.active:after {
  content: '−';
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.acd-child01 {
  border: 1px solid #eaeaea; }

.acd-child02 {
  color: #5e5e5e; }

.acd-menu {
    display: block;
    position: relative;
    /* margin: 1px 0 0; */
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

.brand-select {
    margin-bottom: 30px;
}

h3.side-title {
    margin: 0;
    /* border-bottom: 1px solid #777; */
    font-size: 12px;
    margin-bottom: 3px;
}

ul.side-st1 {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

ul.side-st1 li {
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}

ul.side-st1 li:last-child {
    border-bottom: 0px solid #ccc;
}

ul.side-st1 li a {
	width: 100%;
	height: 100%;
    padding: 10px 5px;
	box-sizing: border-box;
	display: block;
}

.item-select {
    margin-bottom: 30px;
}

ul.side-st2 {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.tag-select {
	margin-bottom: 30px;
}

h4.sear-title {
    margin: 15px 0 5px;
}

input.seari01 {
    width: 80px;
}

.op-inner {
    background-color: #e5e5e5;
    padding: 1px 10px 20px;
    border-radius: 7px;
}

ul#option-color {
    margin-top: 8px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

ul#option-color li {
    float: left;
    line-height: 0;
    margin: 0 0 6px 4px;
    padding: 5px;
}

ul#option-color li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
}

ul#option-color li input {
    display: none;
}

input.sear-submit {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

/* ----------------------------------------------------	
グループ
---------------------------------------------------- */
.FS2_GroupList {
    display: none;
}

.alignItem_04 .gl_Item {
    width: 23.8%;
    margin-left: 1%;
    margin-bottom: 50px;
}

.FS2_ItemShortComment {
    display: table-cell;
}

.alignItem_04 .gl_Item {
    width: 22.8%;
    margin-left: 2%;
    margin-bottom: 50px;
}

.FS2_thumbnail_container img {
    width: 100%;
}

/* ----------------------------------------------------	
商品詳細
---------------------------------------------------- */
#FS2_itemlayout_IH1 .FS2_additional_image_container {
    width: 460px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right {
    width: 500px;
}

.FS2_additional_image_tableVariation_table {
    min-width: 400px;
    text-align: right;
}

.utility table td {
    display: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

td.FS2_welcome_area {
    display: block !important;
}

.pan {
/* margin: 0 0 0px 0; */
}

ul.item {
    display: none;
}

.FS2_ItemComment {
}

.user_inner_content.FS2_upper_comment.FS2_SeniorDesign_comment table td {
    text-align: left;
}

#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container {
    width: 500px;
}

#FS2_itemlayout_IH1 .FS2_thumbnail_container {
    width: 500px;
    box-sizing: border-box;
}

#FS2_itemlayout_IH1 .FS2_additional_image_container {
    width: 400px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left {
    width: 400px;
    float: right;
}

#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right {
    width: 500px;
	float: left;
	padding-right: 30px;
}

.item-exp1 {
    margin-bottom: 30px;
}

a.saisun {
    text-align: right;
    float: right;
    color: #1542BB;
    font-weight: bold;
}

table.item-tbl {
    border-collapse: collapse;
    font-size: 11px;
	width: 100%;
}

table.item-tbl th {
    font-weight: normal;
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    text-align: center;
    padding: 5px;
}

table.item-tbl tr td {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 5px;
}

.FS2_TweetButton_area {
    width: 100%;
	margin-bottom: 10px;
}

.snsb {
	overflow: hidden;
}
.snsb li {
	float: left;
	margin-right: 8px;
}
.snsb iframe {
	margin: 0 !important;
}

.gl_Item {
	margin-bottom: 50px;
}

.gl_Item:before,
.gl_Item:after {
    content: " ";
    display: table;
}

.gl_Item:after {
    clear: both;
}

.gl_Item {
    *zoom: 1;
}

/*　システムコンテンツ：ページ切り替え（○件中○件表示）　*/
.pager {
	margin-bottom: 15px;
	margin-top: -20px;
}

.FS2_GroupList .pager {
    display: none;
}

.FS2_pager_text {
	font-size: 11px;
}
.FS2_pager_link_first {
	background-image: url(../../../../../../-mexonline/system-img/p_first.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	width: 22px;
	position: relative;
	margin: 0px;
	top: 4px;
}
.FS2_pager_link_first img {
	display: none;
}
.FS2_pager_link_prev {
	background-image: url(../../../../../../-mexonline/system-img/p_prev.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	width: 22px;
	position: relative;
	margin: 0px;
	top: 4px;
}
.FS2_pager_link_prev img {
	display: none;
}
a.FS2_pager_link:link {
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}
.FS2_pager_stay {
	font-size: 11px;
}
.FS2_pager_link_next {
	background-image: url(../../../../../../-mexonline/system-img/p_next.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	width: 22px;
	position: relative;
	margin: 0px;
	top: 4px;
}
.FS2_pager_link_next img {
	display: none;
}
.FS2_pager_link_last {
	background-image: url(../../../../../../-mexonline/system-img/p_last.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	width: 22px;
	position: relative;
	margin: 0px;
	top: 4px;
}
.FS2_pager_link_last img {
	display: none;
}

.FS2_sort_menu_bg {
padding: 0 5px;
margin: -15px 0 0;
}

.FS2_repeater .stageimage_{display:none;}

/*カート内サムネイル画像*/
 #FS2_body_Cart .FS2_GoodsImage_td img{
 width:140px;
 font-size:5;
 }

.FS2_body_Member_MemberEntryEdit .userTable_01 tr{font-size: 50%; height:40px; 
	font-size: small;
}

.FS2_body_Member_MemberEntryEdit .userTable_01 input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.FS2_ReturnedSpecialContract_text {
	margin:0px 0 0px 0;
	border:0px solid #f0f0f0;
	padding:0px;
}


/*商品詳細ページ価格レイアウト*/
.FS2_body_Goods_GoodsDetail .itemPrice {font-size: xx-large;
color: #b22222;
}

.FS2_itemPrice_text {
	padding:0px;
	margin:0 0 0px 0;
}

.FS2_point {
	font-size: small;
	color:#FF3300;
	font-weight: bold;
	border-bottom:1px dotted #DDDDDD;
}

.useBorder {
	text-decoration:line-through;
	font-size: small;
}

.FS2_body_Goods_GoodsDetail .itemTitle {font-size: 1.5em;
}


#FS2_Recommend_List .itemTitle {
	font-size: small;
}

#FS2_Recommend_List .itemPrice {
	font-size: small;
}

.FS2_holdEmailAddress{
	text-align:center;
	margin:5px 0;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.FS2_login_layout_table{
	margin-right:15px;
	font-size: small;
}

.cartTable {
	font-size: small;
}

.cartTable td {
	font-weight: bold;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.itemPrice {font-size: x-large;}

.itemPrice {color: #b22222;}

.pagetop {
  text-align: right;
  margin: 0 auto;
}
 
.pagetop a {
  display: inline-block;
  color: #fff;
  font-size: x-small;
  padding: 6px 2em 4px;
  border-radius: 8px 8px 0 0;
  margin-right: 275px;
  background: #333;
}


a:hover img{ opacity:0.7; filter: alpha(opacity=70); 
}

#cart_img {
 bottom : 0px;
 right : 0px;
 padding : 0px;
 margin : 0px;
 position : fixed;
 zindex : 500;
 }

.FS2_special_members_price_text {
display: block;
font-size: small;
line-height: 1.2;
}









/*　pager全体　*/
.pager {
	font-size:12px;
	height:15px;
	border-top:1px solid #ddd;
	border-bottom:none;
	margin-top:5px;
	/*　text-align:left;　表示方法：左寄せ　*/

}


/*　00 件中 0-0 件表示　*/
.FS2_pager_text{
	display:inline-block;
	margin:7px 5px 3px 15px;
	/*　float:right;　表示方法：右寄せを使用する場合、コメントアウトを外してください　*/
}


/*　緑色の矢印の画像を表示しない　*/
.FS2_pager_link_first img{
	display:none;
}
.FS2_pager_link_prev img{
	display:none;
}
.FS2_pager_link_next img{
	display:none;
}
.FS2_pager_link_last img{
	display:none;
}



/*　最初に戻る　*/
.FS2_pager_link_first{
	display:inline-block;
	width:23px;
	height:23px;
	background:url(../../img05/bg_first.gif) no-repeat;
	position:relative;
	top:6px;
	margin:0 5px;
}


a:hover.FS2_pager_link_first{
	background:url(../../img05/bg_first_on.gif) no-repeat;
}



/*　前へ　*/
.FS2_pager_link_prev{
	display:inline-block;
	width:23px;
	height:23px;
	background:url(../../img05/bg_prev.gif) no-repeat 0 0;
	position:relative;
	top:6px;
	margin:0 3px;
}

a:hover.FS2_pager_link_prev{
	background:url(../../img05/bg_prev_on.gif) no-repeat 0 0;
}




/*　次へ　*/
.FS2_pager_link_next{
	display:inline-block;
	width:23px;
	height:23px;
	background:url(../../img05/bg_next.gif) no-repeat 0 0;
	position:relative;
	top:6px;
	margin:0 3px;
}

a:hover.FS2_pager_link_next{
	background:url(../../img05/bg_next_on.gif) no-repeat 0 0;
}


/*　最後へ　*/
.FS2_pager_link_last{
	display:inline-block;
	width:23px;
	height:23px;
	background:url(../../img05/bg_last.gif) no-repeat 0 0;
	position:relative;
	top:6px;
	margin:0 5px;
}

a:hover.FS2_pager_link_last{
	background:url(../../img05/bg_last_on.gif) no-repeat 0 0;
}




/*　ページ別リンク　*/
.FS2_pager_link {
	text-decoration:none;
	display:inline-block;
}

.FS2_pager_link{
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	border:solid 1px #c0c0c0;
	padding:0px 9px;
	margin:0 2px;
	color:#717171;
	position:relative;
	top:-2px;
	box-shadow:-2px;
	text-shadow:-2px;
	display:inline-block;
}

a:hover.FS2_pager_link{
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	color:#000;
}


/*　現在表示中のページ　*/
.FS2_pager_stay{
	display:inline-block;
	font-weight:bold;
	margin:7px 5px 3px 5px;
	font-size:100%;
	background:#616161;
	border:none;
	color:#f0f0f0;
	text-shadow:0px 0px 3px rgba(0,0,0, .5);
	box-shadow:0px 0px 3px rgba(0,0,0, .5);
	padding:0px 9px;
	border-radius:3px;
}

/* ie用ハック */
/*ie7*/
*+html body .FS2_pager_link_first{
	position:relative;
	top:0px;
}
*+html body .FS2_pager_link_prev{
	position:relative;
	top:0px;
}
*+html body .FS2_pager_link_next{
	position:relative;
	top:0px;
}
*+html body .FS2_pager_link_last{
	position:relative;
	top:0px;
}

/*ie6*/
* html body .FS2_pager_link_first{
	position:relative;
	top:0px;
}
* html body .FS2_pager_link_prev{
	position:relative;
	top:0px;
}
* html body .FS2_pager_link_next{
	position:relative;
	top:0px;
}
* html body .FS2_pager_link_last{
	position:relative;
	top:0px;
}


table.type03 {
	border-collapse: collapse;
	font-size: x-small;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
}
table.type03 th {
	font-size: x-small;
	padding: 7px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

th.type5 {
	font-size: x-small;
	padding: 7px;
	background: #ccc;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

table.type03 td {
	font-size: x-small;
	padding: 7px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td.type5 {
	font-size: x-small;
	padding: 7px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

#slider {
	width:	100%;
	height: 320px;
}