/*! normalize.css v3.0.2 | 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,
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/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 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;
}


/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background: #fff;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	bottom: 0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: #ececec;
}

a{
	color		: #ff3399;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}


h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

body{
	min-width: 1190px;
}


/*=================================================
 * CSS for PC
 * ================================================= */

h1{
	position: relative;
	z-index: 2;
	display: block;
	width: 1190px;
	height: 30px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	margin: 0 auto;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

h2{
	position: relative;
	z-index: 2;
	display: block;
	width: 1190px;
	height: 40px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #999;
	margin: 10px auto 0 auto;
	padding: 0 70px 0 200px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/** header **/

header{
	width: 100%;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#header{
	position: relative;
	width: 1190px;
	text-align: right;
	margin: 0 auto;
}

header .sp_area{	display: none;}

header #logo a{
	display: inline-block;
	width: 187px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
}

header #logo a img{
	width: 187px;
	height: 32px;
}

#area_bt{	display: none;}

#area_menu{
	width: 450px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	background: url(../img/all/area_menu.png) no-repeat 0 3px;
	padding: 0 0 0 90px;
	position: absolute;
	top: 12px;
	right: 24px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#area_menu div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 3px 0 0 0;
}

#area_menu p{
	display: inline-block;
	vertical-align: top;
	width: 95px;
	position: absolute;
	top: 3px;
	right: 0;
}

#area_menu a, #area_menu span{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	vertical-align: top;
	width: 30px;
	height: 51px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 0 5px;
	color: #333;
	text-align: center;
	margin: 0 0 1px 1px;
	border: 1px solid #ddd;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#area_menu span{
	font-weight: bold;
	color: #fff;
	background: #ff3399;
	border-radius: 3px;
	border-color: #ff3399;
}

#area_menu a:hover{
	text-decoration: none;
	background: #ffe8f4;
	border-color: #ffb9dc;
}

#area_menu div > a,
#area_menu div > span{
	width: 50px;
}

#area_menu i{
	display: none;
}

#area_menu a:hover i{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	background: #ff0000;
	border-radius: 2px;
	position: absolute;
	bottom: -24px;
}
#area_menu a:hover i:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 7px 6px;
	border-color: transparent transparent #ff0000 transparent;
	position: absolute;
	top: -7px;
	left: calc(50% - 6px);
}

/** AREA TUB WIDTH **/
#area_menu div > a:nth-child(1):hover i{ width: 190px; left: calc(50% - 95px);}
#area_menu div > a:nth-child(2):hover i{ width: 90px; left: calc(50% - 45px);}
#area_menu div > a:nth-child(3):hover i{ width: 90px; left: calc(50% - 45px);}
#area_menu div > a:nth-child(4):hover i{ width: 140px; left: calc(50% - 70px);}
#area_menu div > a:nth-child(5):hover i{ width: 120px; left: calc(50% - 60px);}
#area_menu div > a:nth-child(6):hover i{ width: 130px; left: calc(50% - 65px);}

#area_menu div > a em,
#area_menu div > span em{	display: none;}

#top_login{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#top_login a{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 76px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

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

#top_login a.before{	background: url(../img/all/login1.png) no-repeat;}
#top_login a.after{	background: url(../img/all/login2.png) no-repeat;}


/** hd_login **/

#hd_login{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 10px;
	right: 7px;
	z-index: 999;
}

#hd_login .before{
	display: inline-block;
	vertical-align: top;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#hd_login .before:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#hd_login .before img{
	width: 60px;
	height: auto;
	border-radius: 50%;
	box-shadow:0px 0px 0px 2px #fc9c4b;
	-moz-box-shadow:0px 0px 0px 2px #fc9c4b;
	-webkit-box-shadow:0px 0px 0px 2px #fc9c4b
}

#hd_login .usbox_l{
	position: relative;
	z-index: 10004;
}

#hd_login .usbox_l img{
	width: 60px;
	height: auto;
	border-radius: 50%;
	cursor: pointer;
	box-shadow:0px 0px 0px 2px #dddddd;
	-moz-box-shadow:0px 0px 0px 2px #dddddd;
	-webkit-box-shadow:0px 0px 0px 2px #dddddd
}

#navToggle{	border-radius: 50%;}
#navToggle button{
	position: absolute;
	top: 38px;
	right: -2px;
	z-index: 10004;
	cursor: pointer;
	display:block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #fff;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#navToggle button span,
#navToggle button span:before,
#navToggle button span:after{
	display: inline-block;
	width: 14px;
	border-bottom: 2px solid #000;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#navToggle button span{
	position: absolute;
	top: 7px;
	right: 5px;
	z-index: 10004;
}
#navToggle button span:before,
#navToggle button span:after{
	content: "";
	display: block;
	clear: both;
}
#navToggle button span:before{
	position: absolute;
	top: 4px;
	right: 0;
}
#navToggle button span:after{
	position: absolute;
	top: 8px;
	right: 0;
}
#navToggle .closebt span{
	position: absolute;
	top: 12px;
	right: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#navToggle .closebt span:before{
	content: "";
	clear: both;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	opacity:0;
}
#navToggle .closebt span:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#hd_user{
	width: 250px;
	position: absolute;
	z-index: 10002;
	top: -700px; /***** !! hd_user HEIGHT by MENU !! *****/
	right: -7px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

#navToggle.opennav+#hd_user{
	top: -10px;
}

#hd_user .hd_uname{
	height: 80px;
	background: #a67a4b;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 0 80px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hd_user .hd_uname p{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #fff;
}

#hd_user .hd_uname p a{ color: #fff;}

#hd_user .hd_uname span{
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #ede2d6;
}

#hd_user .hd_umenu{}

#hd_user .hd_umenu li{
	border-bottom: 1px solid #fbf4ec;
}
#hd_user .hd_umenu li:last-of-type{	border-bottom: none;}
#hd_user .hd_umenu li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	color: #333;
	background: url(../img/all/hd_li.png) no-repeat 100% 50% #fff;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	padding: 14px 18px 14px 12px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#hd_user .hd_umenu li a:hover{
	text-decoration: none;
	color: #ff3399;
}

#hd_user .hd_umenu li a i{
	font-style: normal;
	color: #ffa71c;
}

#hd_user .hd_umenu li a.my{
	background-color: #eee0d0;
	border-radius: 0 0 3px 3px;
}


/** nav **/

nav{
	width: 1190px;
	position: relative;
	margin: 0 auto;
}

#menu{
	width: 210px;
	padding: 5px;
	text-align: left;
	border: 1px solid #fff;
	box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-moz-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-webkit-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 20;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.nav_a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	background: #333;
	padding: 0 0 0 36px;
	cursor: inherit;
}

.nav_bt:nth-of-type(1) > .nav_a{	background: url(../img/menu/pc01.png) no-repeat 5px 50% #333;}
.nav_bt.nav_shop .nav_a{	background: url(../img/menu/pc03.png) no-repeat 5px 50% #333;}
.nav_bt.nav_exp .nav_a{	background: url(../img/menu/pc05.png) no-repeat 5px 50% #333;}
.nav_bt.nav_bookmark .nav_a{	background: url(../img/menu/pc02.png) no-repeat 5px 50% #333;}
.nav_bt.nav_movie .nav_a{	background: url(../img/menu/pc06.png) no-repeat 5px 50% #333;}

.nav_a:hover{	text-decoration: none;}

.nav_bt{	margin: 0 0 10px 0;}

.nav_ul a,
.nav_b{
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	border-bottom: 1px dotted #ddd;
	margin: 0 10px;
	padding: 7px 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.nav_ul a span{
	display: inline-block;
	color: #ff0000;
	margin-right: 2px;
}

.nav_ul a i{
	font-style: normal;
	color: #ffa71c;
}

.nav_ul a:hover,
.nav_b:hover{
	text-decoration: none;
	color: #ff3399;
}

.nav_a .nav_ul{	display: none; height: 0;}

.bookmenu{
	background: #fbf4ec;
	border-radius: 3px;
	margin: 10px 10px 0 10px;
	padding: 0.1px 0 10px 0;
}

.bookmenu h4{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #fff;
	background: #a77b4b;
	border-radius: 3px 3px 0 0;
	padding: 5px 0 5px 25px;
}

.bookmenu h4:after{
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/all/booki.png) no-repeat;
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
}

.bookmenu ul{}

.bookmenu li{}

.bookmenu li a{
	font-size: 13px;
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px dotted #e7d7c5;
}

.bookmenu .bookbt{
	display: block;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	color: #a77b4b;
	background: #fff;
	border: 1px solid #a77b4b;
	border-radius: 13px;
	margin: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bookmenu .bookbt:hover{
	color: #fff;
	background: #a77b4b;
}


/** main **/

main{
	text-align: left;
	background: #fff;
	min-height: 1105px;
}
main#col1_bg{	min-height: 0; padding-bottom: 20px;}

.pan{
	font-size: 11px;
	line-height: 25px;
	color: #999;
	background: #333;
	border-top: 3px solid #ececec;
	border-bottom: 1px solid #ccc;
	box-shadow:0px -1px 0px 0px #fff inset;
}

.pan p{
	position: relative;
	width: 1190px;
	text-indent: 18px;
	margin: 0 auto;
}

.pan p::before,
.pan p::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pan p::before{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #666;
	left: 0;
}
.pan p::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 5px solid #333;
}

.pan a{
	color: #fff;
}

#cnt{
	display: block;
	position: relative;
	width: 960px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}

.access{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	padding: 6px 0 6px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.access span{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	color: #fff;
	background: #88511a;
	border-radius: 2px;
	margin: 0 5px 0 0;
	padding: 0 5px;
}

.access em{	color: #ff0000;}

#cnt{
	width: 1190px;
	display: table;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

#col1{
	width: 1190px;
	margin: 0 auto;
	padding-top: 20px;
}

#left,
#right{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#left{
	padding: 20px 20px 20px 230px;
}

#right{
	width: 210px;
	padding: 20px 0;
}

#right ul{
	display: block;
}

#right li{
	width: 200px;
	margin: 0 0 10px 0;
}

#right li div{
	font-size: 0;
	line-height: 0;
}

#right li p{
	font-size: 10px;
	line-height: 14px;
}

#right li p span{
	color: #ffcc00;
}

#right .cnt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 4px 0;
}

#right .cnt a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 0;
}

#right .cnt a:last-child{	margin-bottom: 0;}


/** footer **/

footer{
	text-align: center;
	border-top: 2px solid #dddddd;
	background: #ececec;
	padding: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .farea{
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	color: #ccc;
	background: #fff;
}

footer .farea a{	color: #333;}
footer .farea br{	display: none;}

footer .pagetop{
	background: #999;
	padding: 5px 0;
}

footer .pagetop a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 40px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	padding: 20px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .pagetop a:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

footer .pagetop a:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -6px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer .ftxt{
	width: 1190px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #cbcaca;
}

footer .ftxt span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .ftxt span:before{
	content: '';
	height: 11px;
	border-left: 1px solid #bababa;
	position: absolute;
	top: 2px;
	right: 7px;
}
footer .ftxt span:last-of-type:before{	display: none;}

footer .ftxt span a{	color: #333;}

footer #copy{
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: #666;
	padding: 35px 0 0 0;
}

address{
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

address a{	color: #666;}
address a:hover{	text-decoration: none;}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}


.nav_bt,
.nav_ul li,
.bt,
.sh_bt,
.ad_bt{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}


/*=================================================
 * COMMON CSS for PC
 * ================================================= */

/***************************************
BOX
****************************************/
.cnt{
	border: 1px solid #fff;
	box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-moz-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-webkit-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/***************************************
TABLE LINK BOX
****************************************/
.tbl{}

.tblbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow:0px 0px 0px 2px #ececec inset;
	-moz-box-shadow:0px 0px 0px 2px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 2px #ececec inset;
}

.tblbox:hover{	text-decoration: none;}

.tblbox_l,
.tblbox_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tblbox_l{
	width: 74px;
	padding: 7px;
	text-align: center;
}

.tblbox_l img{
	width: 60px;
	height: auto;
	border: 2px solid #ddd;
	border-radius: 3px;
}

.tblbox_r{
	padding: 0 5px 0 0;
}

.tblbox_r p{
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;
}

.tblbox_r p:first-child{
	font-size: 12px;
}

.tblbox_r p:last-child{
	padding-bottom: 0;
}


/***************************************
GAL
****************************************/

.result{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	margin: 0 10px 15px 10px;
	background: #f5f5f5;
	border-radius: 2px;
}

.result span{	color: #ff0000;}

.gal{
	text-align: left;
	padding-left: 5px !important;
}

.gal .gal_div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #333;
	padding: 1px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.gal .gal_div .p1{
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	border-top: 1px dotted #dddddd;
}

.gal .gal_div .p1.shop > a,
.gal .gal_div .p1.shop > span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.block4 .gal_div .p1.shop > a, .block4 .gal_div .p1.shop > span{	width: 140px;}
.block5 .gal_div .p1.shop > a, .block5 .gal_div .p1.shop > span{	width: 130px;}
.block6 .gal_div .p1.shop > a, .block6 .gal_div .p1.shop > span{	width: 105px;}
.block7 .gal_div .p1.shop > a, .block7 .gal_div .p1.shop > span{	width: 139px;}
.block8 .gal_div .p1.shop > a, .block8 .gal_div .p1.shop > span{	width: 126px;}

.gal .gal_div .p1 span{	color: #999999;}

.gal .gal_div .p1.shop span{	color: #333333;}

.gal .gal_div .p1:nth-of-type(n + 3){
	font-size: 10px;
}

.gal .gal_div .p1.mtitle{
	position: relative;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.gal .gal_div .p1.mtitle a{	color: #333;}
.gal .gal_div .p1.mtitle+.p1.name{	font-size: 11px !important;}

.mi {
position: relative;
display: inline-block;
vertical-align: top;
margin: 1px 3px 0 0;
}
.mi:before, .mi:after {
content: '';
position: absolute;
display: block; }
.mi i {
position: absolute; }
.mi i:before, .mi i:after {
content: '';
position: absolute;
display: block; }

.film.mi {
width: 11px;
height: 12px;
border: solid 1px #333333; }
.film.mi:before {
left: -4px;
top: -1px;
width: 2px;
height: 2px;
background-color: #333333;
box-shadow: 0 3px 0 0 #333333, 0 6px 0 0 #333333, 0 9px 0 0 #333333, 0 12px 0 0 #333333, 17px 0px 0 0 #333333, 17px 3px 0 0 #333333, 17px 6px 0 0 #333333, 17px 9px 0 0 #333333, 17px 12px 0 0 #333333; }
.film.mi:after {}
.film.mi.filled {
background-color: #333333; }
.film.mi.filled:after {
border-left: solid 5px white; }

.gal .gal_div .p1 .mi{ transform:scale(0.7);}




.gal_div .div1{
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	border-top: 1px dotted #dddddd;
	padding: 3px 2px 2px 2px;
}

.gal_div .div1 span{
	display: block;
	background: #ececec;
	border: 1px solid #dddddd;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
}

.gal_div .div1 em{
	color: #ff0000;
	letter-spacing: -0.2px;
}

.gal .gal_div .cou{
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	background: rgba(255, 0, 0, 0.8);
	color: #fff;
	text-align: center;
}

.gal .gal_div .cou p{
	margin-top: -10px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.gal .gal_div .aarea{
	display: inline-block;
	vertical-align: top;
	width: 75px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	color: #fff;
	background: rgba(166, 122, 75, 0.9);
	padding: 2px 2px;
	position: absolute;
	top: 3px;
	left: calc(50% - 39.5px);
}

.gal_div:hover{
	text-decoration: none;
}

.gal .gal_div .img img{
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}


/* block4 */
.block4{
	text-align: left;
}
.block4 .gal_div{
	margin: 0 8px 10px 0;
}
.block4 .gal_div:nth-of-type(4n){
	margin-right: 0;
}
.block4 .gal_div .icon img{
	width: 35px;
	height: auto;
}
.block4 .gal_div .cou{
	height: 47px;
	font-size: 30px;
	line-height: 47px;
	position: absolute;
	top: 142px;
	left: 1px;
}
.block4 .gal_div .cou em{
	font-size: 52px;
}
.block4 .gal_div .img{
	padding-bottom: 1px;
}
.block4 .gal_div .img img{
	width: 140px;
	height: auto;
}
.block4 .gal_div .icon{
	position: absolute;
	top: 175px;
	right: 2px;
}

/* block5 */
.block5{
	text-align: left;
}
.block5 .gal_div{
	margin: 0 7px 10px 0;
}
.block5 .gal_div:nth-of-type(5n){
	margin-right: 0;
}
.block5 .gal_div .icon img{
	width: 35px;
	height: auto;
}
.block5 .gal_div .cou{
	height: 47px;
	font-size: 30px;
	line-height: 47px;
	position: absolute;
	top: 106px;
	left: 1px;
}
.block5 .gal_div .cou em{
	font-size: 52px;
}
.block5 .gal_div .img{
	padding-bottom: 1px;
}
.block5 .gal_div .img img{
	width: 130px;
	height: auto;
}
.block5 .gal_div .icon{
	position: absolute;
	top: 139px;
	right: 2px;
}

/* block5 sdd */
.block5.sdd{
	padding-left: 10px;
}
.block5.sdd .gal_div .img img{
	width: 126px;
	height: auto;
}
.block5.sdd .gal_div .icon{
	position: absolute;
	top: 134px;
	right: 2px;
}
.block5.sdd .gal_div .today{
	position: absolute;
	top: 119px;
	left: 1px;
}
.block5.sdd .gal_div .today img{
	width: 50px;
	height: auto;
}

/* block6 */
.block6 .gal_div{
	margin: 0 5px 10px 5px;
}
.block6 .gal_div .cou{
	height: 36px;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	left: 1px;
	bottom: 10px;
}
.block6 .gal_div .cou em{
	font-size: 40px;
}
.block6 .gal_div .img img{
	width: 105px;
	height: auto;
}
.block6 .gal_div .icon{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.block6 .gal_div .icon img{
	width: 25px;
	height: auto;
}
.block6 .gal_div:first-of-type{	margin-left: 0;}
.block6 .gal_div:last-of-type{	margin-right: 0;}

/* block7 */
.block7 .gal_div{
	margin: 0 5px 10px 5px;
}
.block7 .gal_div .cou{
	height: 46px;
	font-size: 24px;
	line-height: 52px;
	position: absolute;
	top: 140px;
	left: 1px;
}
.block7 .gal_div .cou em{
	font-size: 50px;
}
.block7 .gal_div .img{
	padding-bottom: 1px;
}
.block7 .gal_div .img a{
	display: block;
	min-height: 139px;
}
.block7 .gal_div .img img{
	width: 139px;
	height: auto;
}
.block7 .gal_div .icon{
	position: absolute;
	top: 150px;
	right: 2px;
}
.block7 .gal_div .icon img{
	width: 35px;
	height: auto;
}
.block7 .gal_div .today{
	position: absolute;
	top: 136px;
	left: 1px;
}
.block7 .gal_div .today img{
	width: 50px;
	height: auto;
}

/* block8 */
.block8 .gal_div{
	margin: 0 5px 10px 5px;
}
.block8 .gal_div .cou{
	height: 36px;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	left: 1px;
	bottom: 10px;
}
.block8 .gal_div .cou em{
	font-size: 40px;
}
.block8 .gal_div .img{
	padding-bottom: 1px;
}
.block8 .gal_div .img img{
	width: 126px;
	height: auto;
}
.block8 .gal_div .icon{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.block8 .gal_div .icon img{
	width: 25px;
	height: auto;
}
.block8 .gal_div .today{
	position: absolute;
	top: 119px;
	left: 1px;
}
.block8 .gal_div .today img{
	width: 50px;
	height: auto;
}
.gal .gal_div .u_yen{
	width: calc(100% - 2px);
	font-family: "FontA";
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(255, 0, 0, 0.8);
	position: absolute;
	z-index: 2;
}
.gal .gal_div .u_yen em{	font-size: 22px;}

.block8 .gal_div .u_yen{
	position: absolute;
	top: 119px;
	left: 1px;
}

.gal .gal_div .rticon{
	width: calc(100% - 2px);
	height: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #ffff00;
	background: rgba(0, 144, 255, 0.8);
	position: absolute;
	z-index: 2;
	left: 1px;
}
.gal .gal_div .rticon br{	display: none;}

#u_challenge .gal_div .rticon{	top: 139px;}
#u_challenge .gal_div .icon{ bottom: 39px !important;}
#u_challenge .gal_div .p1+.p1.shop+.div1+.icon,
#u_challenge .gal_div .u_yen+.icon,
#u_challenge .gal_div .rticon+.icon{ bottom: 63px !important;}
#u_challenge .gal_div .p1+.p1.shop+.rticon+.icon{ bottom: 39px !important;}
#u_challenge .u_ch_sche .gal_div .icon{	bottom: 45px !important;}
#u_challenge .gal_div .icon img{	width: 35px !important;}

#pub .gal_div .rticon{	top: 156px;}
#pub .gal_div .u_yen{
	position: absolute;
	top: 136px;
	left: 1px;
}
#pub .gal_div .u_yen em{	font-size: 22px;}

#movie_trim .gal_div .img{
	border-radius: 3px;
	overflow: hidden;
}

#movie_trim .gal_div .img a{
	display: block;
	position: relative;
	width: 139px;
	height: 0;
	min-height: auto;
	padding-bottom: 133%;
	overflow: hidden;
}
#movie_trim .gal_div .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 179%;
	max-height: initial;
}
#movie_trim .gal_div .img img:hover{	border-radius: 0;}


/** mvlist **/

.mvlist{
	text-align: left;
	overflow: hidden;
}
.mvlist_in{
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mvlist .mv_div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.mvlist .mv_div .img{
	position: relative;
	margin: 0 0 4px 0;
}
.mvlist .mv_div .img .img_a{	cursor: pointer;}
.mvlist .mv_div .img img{
	border-radius: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.mvlist .mv_div .img img:hover{
	 filter: grayscale(100%);
	 border-radius: 20px;
}

.mvlist .mv_div .img .minfo{
	width: 100%;
	height: 25px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding: 0 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mvlist .mv_div .img .minfo > span{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

.mvlist .mv_div .img .minfo .m1{}
.mvlist .mv_div .img .minfo .m2{}
.ic{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.ic:before, .ic:after {
content: '';
position: absolute;
display: block; }
.ic i {
position: absolute; }
.ic i:before, .ic i:after {
content: '';
position: absolute;
display: block; }
.eye.ic {
	margin: -1.5px 3px 0 0;
width: 12px;
height: 12px;
border-radius: 70% 15%;
border: solid 1px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.eye.ic:before {
display: inline-block;
vertical-align: top;
width: 6px;
height: 6px;
border-radius: 50%;
border: solid 1px #fff;
left: 2px;
top: 2px; }
.eye.ic.filled:before {
background-color: #fff; }
.eye.ic.filled2 {
background-color: #fff; }
.eye.ic.filled2:before {
background-color: white; }
.eye.ic.filled3 {
background-color: #fff; }
.eye.ic.filled3:before {
border-color: white; }
.mvlist .mv_div .img .minfo .m1 .eye.ic{ transform: rotate(45deg) scale(0.8); }

.heart-solid.ic{
	margin-right: 3px;
display: inline-block;
vertical-align: middle;
color: #fff;
width: 9px;
height: 9px;
border-left: solid 1px currentColor;
border-bottom: solid 1px currentColor;
background-color: currentColor;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.heart-solid.ic:before {
content: '';
position: absolute;
top: -5px;
left: -1px;
width: 8px;
height: 5px;
border-radius: 5px 5px 0 0;
border-top: solid 1px currentColor;
border-left: solid 1px currentColor;
border-right: solid 1px currentColor;
background-color: currentColor;
}
.heart-solid.ic:after {
content: '';
position: absolute;
top: 0px;
left: 8px;
width: 5px;
height: 8px;
border-radius: 0 5px 5px 0;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
border-bottom: solid 1px currentColor;
background-color: currentColor;
}
.mvlist .mv_div .img .minfo .m2 .heart-solid.ic{ transform: rotate(-45deg) scale(0.7); }

.mvlist .mv_div .mtitle{
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	padding-left: 2px;
}
.mvlist .mv_div .mtitle a{	color: #333;}
.mvlist .mv_div .mtitle .mi{ transform:scale(0.7);}


/** mvlist **/
.mvlist.sp_size .mv_div .img{
	position: relative;
	margin: 0 0 2px 0;
}
.mvlist.sp_size .mv_div .img a{
	display: block;
	position: relative;
	width: 118px;
	height: 0;
	padding-bottom: 133%;
	overflow: hidden;
}
.mvlist.sp_size .mv_div .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: initial;
}
.mvlist.sp_size .mv_div .img img:hover{	border-radius: 0;}
.mvlist.sp_size .mv_div .img .minfo{
	width: 100%;
	height: 22px;
}
.mvlist.sp_size .mv_div .img .minfo > span{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
.mvlist.sp_size .mv_div .mtitle{
	font-size: 10px;
}


/***************************************
COUPON ICON
****************************************/
.per{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 50px;
	background: url(../img/all/per.png) no-repeat center center;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}

.per p{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.per p em{
	font-size: 22px;
}


/***************************************
EXP ICON
****************************************/

.iconex_1,
.iconex_2,
.iconex_3,
.iconex_4,
.iconex_6,
.iconex_7,
.iconex_8,
.iconex_9,
.iconex_10,
.iconex_11,
.iconex_12{
	position: absolute;
	top: 168px;
	left: 99px;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.iconex_1{	background: rgba(2,169,2,0.7);}
.iconex_2{	background: rgba(0,102,255,0.7);}
.iconex_3{	background: rgba(215,143,3,0.7);}
.iconex_4,.iconex_10{	background: rgba(0,141,146,0.7);}
.iconex_6,.iconex_11{	background: rgba(215,143,3,0.7);}
.iconex_7{	background: rgba(149,155,50,0.7);}
.iconex_8{	background: rgba(149,15,50,0.7);}
.iconex_9{	background: rgba(115,133,191,0.7);}
.iconex_12{	background: rgba(37,198,181,0.7);}

.iconex_1 p:nth-child(1),
.iconex_2 p:nth-child(1),
.iconex_3 p:nth-child(1),
.iconex_4 p:nth-child(1),
.iconex_6 p:nth-child(1),
.iconex_7 p:nth-child(1),
.iconex_8 p:nth-child(1),
.iconex_9 p:nth-child(1),
.iconex_10 p:nth-child(1),
.iconex_11 p:nth-child(1),
.iconex_12 p:nth-child(1){
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin: 8px 0 0 0;
}

.iconex_1 p:nth-child(2),
.iconex_2 p:nth-child(2),
.iconex_3 p:nth-child(2),
.iconex_4 p:nth-child(2),
.iconex_6 p:nth-child(2),
.iconex_7 p:nth-child(2),
.iconex_8 p:nth-child(2),
.iconex_9 p:nth-child(2),
.iconex_10 p:nth-child(2),
.iconex_11 p:nth-child(2),
.iconex_12 p:nth-child(2){
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
}


/** other_exp **/

.other_exp{
	display: table;
	width: 435px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 15px auto;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.other_exp_l,
.other_exp_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.other_exp_l{
	width: 24px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #999;
	background: #ddd;
	border-radius: 3px 0 0 3px;
	padding: 0 3px;
}

.other_exp_r{
	padding: 10px 5px;
}

.other_exp_r ul{}

.other_exp_r li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.other_exp_r .photo{
	display: inline-block;
	vertical-align: top;
	padding: 1px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.other_exp_r .photo a,
.other_exp_r .photo span{
	display: inline-block;
	height: 86px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.other_exp_r .photo a:hover{
	 filter: grayscale(100%);
	 border-radius: 20px;
}

.other_exp_r .photo img{
	width: 86px;
	height: auto;
}

.other_exp_r .iconex_1,
.other_exp_r .iconex_2,
.other_exp_r .iconex_3,
.other_exp_r .iconex_4,
.other_exp_r .iconex_6,
.other_exp_r .iconex_7,
.other_exp_r .iconex_8,
.other_exp_r .iconex_9,
.other_exp_r .iconex_10,
.other_exp_r .iconex_11,
.other_exp_r .iconex_12{
	position: absolute;
	top: 61px;
	left: 12px;
	width: 65px;
	height: 25px;
	padding-left: 5px;
	border-radius: 12.5px;
	line-height: 1.15;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.other_exp_r .iconex_1 p:nth-child(1),
.other_exp_r .iconex_2 p:nth-child(1),
.other_exp_r .iconex_3 p:nth-child(1),
.other_exp_r .iconex_4 p:nth-child(1),
.other_exp_r .iconex_6 p:nth-child(1),
.other_exp_r .iconex_7 p:nth-child(1),
.other_exp_r .iconex_8 p:nth-child(1),
.other_exp_r .iconex_9 p:nth-child(1),
.other_exp_r .iconex_10 p:nth-child(1),
.other_exp_r .iconex_11 p:nth-child(1),
.other_exp_r .iconex_12 p:nth-child(1){
	display: inline;
	font-size: 22px;
	margin: 0;
}

.other_exp_r .iconex_1 p:nth-child(2),
.other_exp_r .iconex_2 p:nth-child(2),
.other_exp_r .iconex_3 p:nth-child(2),
.other_exp_r .iconex_4 p:nth-child(2),
.other_exp_r .iconex_6 p:nth-child(2),
.other_exp_r .iconex_7 p:nth-child(2),
.other_exp_r .iconex_8 p:nth-child(2),
.other_exp_r .iconex_9 p:nth-child(2),
.other_exp_r .iconex_10 p:nth-child(2),
.other_exp_r .iconex_11 p:nth-child(2),
.other_exp_r .iconex_12 p:nth-child(2){
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
}


/***************************************
TITLE
****************************************/
.page_title{
	position: relative;
	height: 60px;
	padding: 3px;
	border: 1px solid #ddd;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background-color: #ececec;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title em{
	display: block;
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 26px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #ff3399;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -45px;
}

.title,
.title_open{
	position: relative;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #ff3399;
	padding: 10px 0 0 37px;
	border: 1px solid #cccccc;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -moz-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -o-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -ms-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.title::before,
.title::after,
.title_open::before,
.title_open::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.title::before,
.title_open::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ff3399;
	left: 9px;
}
.title::after,
.title_open::after{
	left: 16px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 5px solid transparent;
	border-left: 7px solid #fff;
}
.title em:after,
.title_open em:after{
	content: "FUCOLLE.COM";
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #666;
	text-align: center;
	position: absolute;
	top: 28px;
	left: 38px;
}

.s_title,
.s_title_open{
	position: relative;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #ff3399;
	padding: 10px 0 0 30px;
	border: 1px solid #cccccc;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -moz-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -o-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -ms-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title::before,
.s_title::after,
.s_title_open::before,
.s_title_open::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.s_title::before,
.s_title_open::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ff3399;
	left: 9px;
}
.s_title::after,
.s_title_open::after{
	left: 14px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}

.u_title{
	position: relative;
	height: 45px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #a87b47;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.u_title span{
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
}
.u_title span i{
	font-style: normal;
	color: #333;
}

.col1_title{
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 0;
	box-shadow:0px 0px 0px 3px #fff inset;
	-moz-box-shadow:0px 0px 0px 3px #fff inset;
	-webkit-box-shadow:0px 0px 0px 3px #fff inset;
	background-color: #ececec;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_title em{
	position: relative;
	display: inline-block;
	width: 400px;
	height: 70px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	border: 1px solid #ddd;
	border-radius: 35px;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -moz-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -o-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -ms-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: linear-gradient(90deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #ff3399;
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: -45px;
}

.col1_s_title{
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	padding: 4px;
	background: #f5f5f5;
	margin: 0 10px 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_s_title em{
	position: relative;
	display: block;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	color: #ff3399;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_s_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: #676767;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -45px;
}

.col1_s_title:before,
.col1_s_title:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 2;
	bottom: 20px;
}
.col1_s_title:before{	left: calc(50% - 100px);}
.col1_s_title:after{	right: calc(50% - 100px);}


/***************************************
CATEGORY SELECT
****************************************/

.cate{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-collapse: separate;
	border-spacing: 9px 0;
	padding: 15px 0;
}

.cate a,
.cate span{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cate span:after,
.cate a.on:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #ff3399 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
}

.cate a{
	color: #333;
	background: #ffffff;
	border: 1px solid #ccc;
	box-shadow:0px 0px 0px 2px #ececec inset;
	-moz-box-shadow:0px 0px 0px 2px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 2px #ececec inset;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.cate a:hover{
	text-decoration: none;
	background: #ececec;
}

.cate span,
.cate a.on{
	position: relative;
	font-weight: bold;
	color: #fff;
	background: #ff3399;
	border: 1px solid #ff3399;
	box-shadow:0px 0px 0px 2px #ff8cc5 inset;
	-moz-box-shadow:0px 0px 0px 2px #ff8cc5 inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff8cc5 inset;
}

.cate a:first-child,
.cate span:first-child{	margin-left: 0;}
.cate a:last-child,
.cate span:last-child{	margin-right: 0;}

.cate a br,
.cate span br{	display: none;}

.cate a i,
.cate span i{
	display: inline-block;
	font-style: normal;
	font-size: 11px;
	padding: 0 0 0 3px;
}

.cate_sub{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0 9px 15px 9px;
	padding: 10px 0;
	background: #f5f5f5;
	border-radius: 3px;
}
.cate_sub a{
	color: #0066ff;
	text-decoration: underline;
}
.cate_sub a:hover{	text-decoration: none;}

.cate_sub span{
	font-weight: bold;
	color: #fff;
	background: #ff0099;
	padding: 0 3px;
	border-radius: 3px;
}

.cate_sub a,
.cate_sub span{
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.cate_area+.cate{	padding-top: 0;}



/***************************************
NAME SEARCH
****************************************/

.name_sc{
	margin: 0 9px 15px 9px;
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.name_sc input[type="text"]{
	width: 100%;
	border-radius	: 20px;
	padding: 10px 10px 10px 45px;
	font-size		: 15px;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	line-height		: 20px;
	text-align: left;
	background:  url(../img/all/name_sc.png) no-repeat 15px 50% #ededed;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.name_sc input::placeholder{
	color: #ccc;
	text-align: center;
	text-indent: -35px;
}

.name_sc ul{
	margin-top: 15px;
	border-left: 1px solid #ddd;
}

.name_sc li{
	display: inline-block;
	width: calc(100% / 3);
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.name_sc li:nth-of-type(-n+3){
	border-top: 1px solid #ddd;
}
.name_sc li.sccom_bg{	padding: 0;}

.name_sc li a{
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.name_sc li .sccom{
	white-space: normal;
	overflow: auto;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #333;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.name_sc li a.sccom:hover{
	text-decoration: none;
}
.name_sc li a.sccom:hover .name .a_girl{	text-decoration: underline;}

.name_sc li .sccom_l,
.name_sc li .sccom_r{
	height: 52px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.name_sc li .sccom_l{
	width: 52px;
	text-align: center;
}

.name_sc li .sccom_l .img{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
}

.name_sc li .sccom_l .img img{
	width: 35px;
	height: auto;
}

.name_sc li .sccom_r{
	text-align: left;
	padding: 0 5px 0 0;
}

.name_sc li .sccom_r .name{
	font-size: 13px;
	line-height: 14px;
}
.name_sc li .sccom_r .name span{	color: #999;}

.name_sc li .sccom_r .size{
	font-size: 10px;
	line-height: 10px;
	padding: 3px 0 0 0;
}
.name_sc li .sccom_r .size span{	color: #330099;}

#name_table{	margin-right: 6px;}

#name_table input[type="text"]{	width: calc(100% - 3px);}

#name_table ul{
	border: none;
}

#name_table li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 3px);
	margin: 0 3px 3px 0;
	padding: 0;
	border: 1px solid #ddd;
}
#name_table li:nth-of-type(-n+4){
	border-top: 1px solid #ddd;
}

#name_table li a{
	display: inline;
	width: auto;
	font-size: 13px;
	line-height: 14px;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
}

#name_table .name_sc_table{}
#name_table .name_sc_table{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#name_table .name_sc_th,
#name_table .name_sc_td{
	display: table-cell;
	vertical-align: middle;
	height: 36px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name_table .name_sc_th{
	width: 45px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	background: #f5f5f5;
	border-right: 1px solid #ddd;
}

#name_table .name_sc_td{
	font-size: 10px;
	line-height: 15px;
	padding: 0 5px;
}
#name_table .name_sc_td:nth-of-type(2) a{	font-size: 13px;}
#name_table .name_sc_td:nth-of-type(2){	border-right: 1px dotted #ddd;}
#name_table .name_sc_td:nth-of-type(3){
	width: 85px;
	text-align: center;
	padding: 0;
}

#name_table_2col li{
	padding: 0;
}

#name_table_2col .name_sc_table {
    display: table;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

#name_table_2col .name_sc_th,
#name_table_2col .name_sc_td {
	display: table-cell;
	vertical-align: middle;
	height: 36px;
}

#name_table_2col .name_sc_th {
	width: 45px;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
}

#name_table_2col .name_sc_td {
	width: auto;
    font-size: 10px;
    line-height: 15px;
    padding: 0 5px;
}

#name_table_2col li a {
    display: inline;
    width: auto;
    font-size: 13px;
    line-height: 14px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;
    -webkit-text-overflow: clip;
}

/***************************************
NEXT
****************************************/
.next{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}

.next span,
.next a{
	display: inline-block;
	padding: 0 14px;
	font-size: 12px;
	line-height: 35px;
	margin: 0 2px 0 3px;
}

.next span{
	background: #ff3399;
	color: #fff;
	border: 1px solid #d3267b;
}

.next a{
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

.next a:hover{
	border: 1px solid #d3267b;
}

.next_u{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 20px;
	padding: 30px 0;
	background: #f5f5f5;
}

.next_u span,
.next_u a{
	display: inline-block;
	padding: 0 14px;
	font-size: 12px;
	line-height: 35px;
	margin: 0 2px 0 3px;
}

.next_u span{
	background: #a87b47;
	color: #fff;
	border: 1px solid #a87b47;
}

.next_u a{
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

.next_u a:hover{
	border: 1px solid #a87b47;
}


/***************************************
ZERO KEN NO TOKI & ERROR
****************************************/

.zbox_bg,
.erbox_bg{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.zbox,
.erbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	text-align: center;
	background: url(../img/all/zero.png) no-repeat center center;
}
#col1 .zbox,
#col1 .erbox{
	background: url(../img/all/zero2.png) no-repeat center center;
}


.zbox div{
	font-size: 18px;
	line-height: 50px;
}

.zbox div.zbox_l30{ line-height: 30px;}

.zbox div span{
	color: #ff0000;
}

.zbox p{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.erbox p{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0000;
}

.zero .bt_bg,
.erbox .bt_bg{
	padding: 20px 0;
}

.zero .bt,
.erbox .bt{
	display: inline-block;
	width: 290px;
}

.zbox .a_orange{
	color: #ff8400;
}


/***************************************
OVER
****************************************/

.ovbox_bg{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.ovbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	text-align: center;
	background: url(../img/all/zero.png) no-repeat center center;
}

.ovbox div{
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #ff0000;
}

.over .ov1{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #ff0000;
	margin: 0 0 10px 0;
}

.over .ov2{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 20px 40px 20px;
}

.over .ov3{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 10px 15px 20px 15px;
}


/***************************************
COLOR
****************************************/
/* shop */
.color_deli a,
.explis .shop a,
.girl_ul2 .shop a,
.wait_ul .shop a,
.dtl_right .shop a,
.list_left table td a,
.shop_title a,
#shop_list .list_data .shop a,
.dtl_right .shop a,
.list_data h5 a,
.a_shop, .a_shop:hover{
	color		: #02a902;
}

/* companion */
.a_girl{	color: #ff3399;}

/* user */
.a_user{	color: #341ea2;}

/* deli��/img/exp/i1.png�� */
.shop_deli a,
.a_deli,.a_deli:hover{	color	: #02a902;}
.bg_deli{	background: #02a902;}
.bg_deli.checked{	background: #02a902 !important;}
.bg_deli.clear{	background: rgba(2, 169, 2, 0.9);}
.bg_deli.clear80{	background: rgba(2, 169, 2, 0.8);}
.bg_deli.clear20:hover{ background-color: rgba(2, 169, 2, 0.2);}

/* soap��/img/exp/i2.png�� */
.shop_soap a,
.a_soap,.a_soap:hover{	color	: #0066ff;}
.bg_soap{	background: #0066ff;}
.bg_soap.checked{	background: #0066ff !important;}
.bg_soap.clear{	background: rgba(0, 102, 255, 0.9);}
.bg_soap.clear80{	background: rgba(0, 102, 255, 0.8);}
.bg_soap.clear20:hover{ background: rgba(0, 102, 255, 0.2);}

/* health��/img/exp/i3.png ��/img/exp/i6.png �� /img/exp/i11.png�� */
.shop_health a,
.a_health,.a_health:hover{	color	: #d78f03;}
.bg_health{	background: #d78f03;}
.bg_health.checked{	background: #d78f03 !important;}
.bg_health.clear{	background: rgba(215, 143, 3, 0.9);}
.bg_health.clear80{	background: rgba(215, 143, 3, 0.8);}
.bg_health.clear20:hover{ background: rgba(215, 143, 3, 0.2);}

/*aroma��/img/exp/i4.png �� /img/exp/i4.png��*/
.shop_aroma a,
.a_aroma,.a_aroma:hover{	color	: #008d92;}
.bg_aroma{	background: #008d92;}
.bg_aroma.checked{	background: #008d92 !important;}
.bg_aroma.clear{	background: rgba(0, 141, 146, 0.9);}
.bg_aroma.clear80{	background: rgba(0, 141, 146, 0.8);}
.bg_aroma.clear20:hover{ background: rgba(0, 141, 146, 0.2);}

/*mens*/
.shop_mens a,
.a_mens,.a_mens:hover{	color	: #7b3a26;}
.bg_mens{	background: #7b3a26;}
.bg_mens.checked{	background: #7b3a26 !important;}
.bg_mens.clear{	background: rgba(123, 58, 38, 0.9);}
.bg_mens.clear80{	background: rgba(123, 58, 38, 0.8);}
.bg_mens.clear20:hover{ background: rgba(123, 58, 38, 0.2);}

/*hote��/img/exp/i7.png��*/
.shop_hote a,
.a_hote,.a_hote:hover{	color	: #959b32;}
.bg_hote{	background: #959b32;}
.bg_hote.checked{	background: #959b32 !important;}
.bg_hote.clear{	background: rgba(149, 155, 50, 0.9);}
.bg_hote.clear80{	background: rgba(149, 155, 50, 0.8);}
.bg_hote.clear20:hover{ background: rgba(149, 155, 50, 0.2);}

/*mseikan��/img/exp/i8.png��*/
.shop_mseikan a,
.a_mseikan,.a_mseikan:hover{	color	: #950f32;}
.bg_mseikan{	background: #950f32;}
.bg_mseikan.checked{	background: #950f32 !important;}
.bg_mseikan.clear{	background: rgba(149, 15, 50, 0.9);}
.bg_mseikan.clear80{	background: rgba(149, 15, 50, 0.8);}
.bg_mseikan.clear20:hover{ background: rgba(149, 15, 50, 0.2);}

/*esthe��/img/exp/i9.png��*/
.shop_esthe a,
.a_esthe,.a_esthe:hover{	color	: #7385bf;}
.bg_esthe{	background: #7385bf;}
.bg_esthe.checked{	background : #7385bf !important;}
.bg_esthe.clear{	background: rgba(115, 133, 191, 0.9);}
.bg_esthe.clear80{	background: rgba(115, 133, 191, 0.8);}
.bg_esthe.clear20:hover{ background: rgba(115, 133, 191, 0.2);}

/*onakura��/img/exp/i12.png��*/
.shop_onakura a,
.a_onakura,.a_onakura:hover{	color	: #25c6b5;}
.bg_onakura{	background: #25c6b5;}
.bg_onakura.checked{	background: #25c6b5 !important;}
.bg_onakura.clear{	background: rgba(37, 198, 181, 0.9);}
.bg_onakura.clear80{	background: rgba(37, 198, 181, 0.8);}
.bg_onakura.clear20:hover{ background: rgba(37, 198, 181, 0.2);}

/*no_sec*/
.bg_no{	background: #ff3399;}


/***** hotel search !! NOT FOR COMPANION !! *****/
.a_htl,.a_htl:hover{	color	: #89af1c;}
.bg_htl{	background: #89af1c;}


.red{	color		: #ff0000;}
.sat{	color: #0066ff;}
.sun{	color: #ff0000;}


/***************************************
GOOGLE FONT
****************************************/
@font-face {
	font-family: FontA;
	src: url('../fonts/Anton-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontB;
	src: url('../fonts/Questrial-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontC;
	src: url('../fonts/CantataOne-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontD;
	src: url('../fonts/JosefinSans-Regular.ttf') format("truetype");
}

.gal .gal_div .cou,
.page_title:after,
.per,
.iconex_1 p:nth-child(1),
.iconex_2 p:nth-child(1),
.iconex_3 p:nth-child(1),
.iconex_4 p:nth-child(1),
.iconex_6 p:nth-child(1),
.iconex_7 p:nth-child(1),
.iconex_8 p:nth-child(1),
.iconex_9 p:nth-child(1),
.iconex_10 p:nth-child(1),
.iconex_11 p:nth-child(1),
.iconex_12 p:nth-child(1),
address,
.font1{
	font-family: FontA;
}

header h2:after,
.page_title em:after,
.pagetop a,
footer #copy,
.font2{
	font-family: FontB;
}

.font3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}

.font4{
	font-family: FontD;
}

.bnr_sp_only,
.fudol4{	display: none;}

/***************************************
OTHER
****************************************/
.pc_none{	display: none;}
.sp_none{	display: inline;}

/***************************************
TOP DES
****************************************/
.dis_txt{
	display: table;
	max-width: 910px;
	min-height: 35px;
	background: #f5f5f5;
	border-radius: 3px;
	margin: 15px auto 15px auto;
}

.dis_txt p{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.dis_txt p{
    position: relative;
	font-size: 13px;
	line-height: 16px;
	padding: 9px 10px 9px 37px;
}

.dis_txt p::after {
    content: "";
    display: block;
    top: calc(50% - 11px);
    left: 10px;
    color: #ff3399;
    position: absolute;
    margin-left: 6px;
    margin-top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid currentColor;
    background-color: currentColor;
    box-shadow: -8px 0 0 -3px currentColor,  8px 0 0 -3px currentColor,  0 -8px 0 -3px currentColor,  0 8px 0 -3px currentColor,  -6px -6px 0 -3px currentColor,  -6px 6px 0 -3px currentColor,  6px -6px 0 -3px currentColor,  6px 6px 0 -3px currentColor;
}

/** arrow **/

.arrow{
	text-align: center;
	margin: 0 0 15px 0;
}

.arrow ul{
	display: inline-block;
	vertical-align: top;
}

.arrow.arrow_left{	text-align: left;}
.arrow.arrow_left ul{	display: block; margin: 0 0;}

.arrow li{
	white-space: nowrap;
	text-align: left;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0 4px 17px;
}

.arrow li::before,
.arrow li::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow li::before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	top: 7px;
	left: 0;
}
.arrow li::after{
	top: 10px;
	left: 4px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #333;
}

.arrow li a{	color: #ff0000;}


/***************************************
COMPANION POINT TYPE
****************************************/

.cp{
	display: table;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cp > em{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.cp0 , .form td label.cp0.checked{	background: #fff;}

.cp1 , .form td label.cp1.checked,
.cp2 , .form td label.cp2.checked{	background: #ff5879;}

.cp3 , .form td label.cp3.checked,
.cp4 , .form td label.cp4.checked{	background: #ff9435;}

.cp5 , .form td label.cp5.checked,
.cp6 , .form td label.cp6.checked,
.cp7 , .form td label.cp7.checked{	background: #00bff5;}

.cp8 , .form td label.cp8.checked,
.cp9 , .form td label.cp9.checked{	background: #6696ff;}

.cp10 , .form td label.cp10.checked,
.cp11 , .form td label.cp11.checked{	background: #e63ad2;}

.cp12 , .form td label.cp12.checked,
.cp13 , .form td label.cp13.checked{	background: #e0a83a;}

.cp14 , .form td label.cp14.checked{	background: #81063c;}

.cp15 , .form td label.cp15.checked,
.cp16 , .form td label.cp16.checked,
.cp17 , .form td label.cp17.checked,
.cp18 , .form td label.cp18.checked,
.cp19 , .form td label.cp19.checked,
.cp24 , .form td label.cp24.checked,
.cp37 , .form td label.cp37.checked,
.cp38 , .form td label.cp38.checked,
.cp39 , .form td label.cp39.checked,
.cp40 , .form td label.cp40.checked,
.cp41 , .form td label.cp41.checked{	background: #5cc82c;}

.cp20 , .form td label.cp20.checked,
.cp21 , .form td label.cp21.checked,
.cp22 , .form td label.cp22.checked{	background: #2d6aff;}

.cp23 , .form td label.cp23.checked{	background: #ff6e3f;}

.cp25 , .form td label.cp25.checked{	background: #ff303b;}

.cp26 , .form td label.cp26.checked,
.cp27 , .form td label.cp27.checked{	background: #ae71ff;}

.cp28 , .form td label.cp28.checked,
.cp42 , .form td label.cp42.checked{	background: #de7656;}

.cp29 , .form td label.cp29.checked,
.cp30 , .form td label.cp30.checked,
.cp31 , .form td label.cp31.checked{	background: #16bf90;}

.cp32 , .form td label.cp32.checked,
.cp33 , .form td label.cp33.checked,
.cp34 , .form td label.cp34.checked,
.cp35 , .form td label.cp35.checked,
.cp36 , .form td label.cp36.checked{	background: #ff66c0;}




.ct1{	color: #0066ff;}
.ct2{	color: #ff3333;}
.ct3{	color: #bb8c00;}
.ct4{	color: #009900;}



/***************************************
BOTTOM FIXED DIV
****************************************/

/** fix_div **/

.fix_div{
	width: 940px;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 10px 0;
	position: fixed;
	z-index: 200;
	bottom: 0;
	left: calc(50% - 350px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix_div:after{
	content: '';
	width: 100%;
	height: 70px;
	border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	z-index: 199;
	bottom: -25px;
	left: 0;
}

.fix_table_bg{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 201;
}

.fix_table{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.fix_tb{
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fix_tb div{
	width: 94px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	z-index: 202;
	left: calc(50% - 47px);
	bottom: 4px;
}

.fix_tb a,
.fix_tb span{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 26px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix_tb.chat_table a,
.fix_tb.chat_table span{
	font-size: 14px;
}

.fix_tb a{
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime {
	0% {transform:scale(1);}
	15% {transform:scale(1);}
	18% { transform:scale(1.2);}
	21% { transform:scale(1);}
	24% { transform:scale(1.2);}
	27% { transform:scale(1);}
	100% { transform:scale(1);}
}
.anime_zoom{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime_zoom 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime_zoom {
  0%, 28%{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30%, 32%{
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
  }
  34%, 38%{
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }
  36%, 40%{
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }
  42%, 100%{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.fix_tb span{	color: #a8a8a8;}
.fix_tb a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.fix_tb a em,
.fix_tb span em{
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotate(-12deg);
	   -moz-transform: rotate(-12deg);
	    -ms-transform: rotate(-12deg);
	     -o-transform: rotate(-12deg);
	        transform: rotate(-12deg);
}
.exp_table a:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% rgba(255,51,153,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table a:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% rgba(164,56,255,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table a:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% rgba(0,190,165,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table a:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% rgba(0,190,165,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table span:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table span:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.chat_table a:nth-child(1){	background: url(../img/all/fix_i3.png) no-repeat 50% 50% rgba(0,186,255,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.chat_table span:nth-child(1){	background: url(../img/all/fix_i3.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}

.exp_table a.fix_expi1{	border-radius: 0; background: url(../img/all/fix_expi1.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table a.fix_expi2{	border-radius: 0; background: url(../img/all/fix_expi2.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span.fix_expi1{	border-radius: 0; background: url(../img/all/fix_expi1off.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span.fix_expi2{	border-radius: 0; background: url(../img/all/fix_expi2off.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}

.fix_tel{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin: 0 5px;
	z-index: 201;
}

.fix_tel_pc{
	display: block;
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	border-radius: 10px;
	color: #fff;
	padding: 7px 0 0 83px;
	background-image: url(../img/all/fix_div_tel.png);
	background-repeat: no-repeat;
	background-position: 12px 52%;
	-webkit-background-size: 65px auto;
	background-size: 65px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fix_tel_pc span{
	display: inline-block;
	font-family: "FontA";
	font-size: 30px;
	font-weight: normal;
	line-height: 26px;
}

.fix_tel_pc:hover{
	text-decoration: none;
}

.fix_tel_sp{
	display: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;

}

.fix_txt{	display: none;}


/** his_bt **/

.his_bt{	display: none;}


/***************************************
FONT SIZE CHANGE CSS
****************************************/

.fz_btbox{
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 0 0 5px 0;
}

.fz_btbox p{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.fz_btbox .bt_on,
.fz_btbox .bt_a{
	display: inline-block;
	vertical-align: top;
	width: 67px;
	font-size: 14px;
	line-height: 22px;
	margin: 0 2.5px;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fz_btbox .bt_on{
	font-weight: bold;
	color: #ff3399;
	box-shadow:0px 0px 0px 2px #ff3399 inset;
	-moz-box-shadow:0px 0px 0px 2px #ff3399 inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff3399 inset;
}

.fz_btbox .bt_a{
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #ddd inset;
	-moz-box-shadow:0px 0px 0px 1px #ddd inset;
	-webkit-box-shadow:0px 0px 0px 1px #ddd inset;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.fz_btbox .bt_a:hover{
	box-shadow:0px 0px 0px 2px #ff3399 inset;
	-moz-box-shadow:0px 0px 0px 2px #ff3399 inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff3399 inset;
}

.fz_l{
	font-size: 17px !important;
}


/***************************************
INDUCTION PAGE CSS
****************************************/

.indbox_bg{
	width: 910px;
	margin: 0 auto;
}

.indbox{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ddd;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.indbox:after{
	content: '';
	width: 7px;
	height: 38px;
	background: url(../img/all/indbox.png) no-repeat;
	position: absolute;
	bottom: -28px;
	left: 56.5px;
}
.indbox:last-of-type{	margin-bottom: 0;}
.indbox:last-of-type:after,
.indbox:nth-last-of-type(2):after{	display: none;}

.indbox_l,
.indbox_r{
	display: table-cell;
	vertical-align: middle;
}

.indbox_l{
	width: 100px;
	text-align: left;
	border-right: 1px solid #ddd;
}

.indbox_l span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	font-family: "FontA";
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #70ca92;
	border-radius: 50%;
	padding-top: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.indbox_l span:after{
	content: 'STEP';
	font-size: 13px;
	line-height: 14px;
	width: 100%;
	position: absolute;
	top: 52px;
	left: calc(50% - 40px);
}

.indbox_l span.bk_span{
	font-size: 13px;
	line-height: 14px;
	color: #ffde00;
	background: #a67a4b;
	border-radius: 5px;
	padding-top: 26px;
}
.indbox_l span.bk_span:after{	display: none;}

.indbox_r{
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.indbox_r a{	text-decoration: underline;}
.indbox_r a:hover{	text-decoration: none;}


/***************************************
SHOP NARROW
****************************************/

.narrow{
	position: relative;
	text-align: center;
	margin: 0 10px 15px 10px;
	padding: 10px 0;
	background: #f5f5f5;
}

.narrow .nbt{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0 10px;
	cursor: pointer;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.narrow .nbt:before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  position: absolute;
  top: 6px;
  right: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.narrow .nbt.active:before{
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  border: none;
  position: absolute;
  top: 11px;
  right: 5px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.narrow .nbt.active:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 11px;
  right: 5px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.narrow .nbt em{	font-size: 10px;}
.narrow .nbt.active{
	border-color: #ff3399;
	border-radius: 3px 3px 0 0;
}

.narrow ul{
	display: none;
	overflow: hidden;
	width: 220px;
	position: absolute;
	z-index: 3;
	top: 35px;
	right: calc(50% - 105px);
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.narrow li{
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #ddd;
}

.narrow li:last-of-type{
	border-bottom: none;
}

.narrow li a,
.narrow li span{
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 5px 10px;
	color: #333;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.narrow li a:hover{
	text-decoration: none;
	color: #ff3399;
}
.narrow li a{	color: #333;}
.narrow li a em{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.narrow li a:hover em{	color: #ff3399;}
.narrow li em{	font-size: 10px;}
.narrow li span{	color: #ccc;}
.narrow li span em{	color: #ccc;}

.narrow li span.on,
.narrow li a.on{
	position: relative;
	color: #333333;
	padding-left: 27px;
}
.narrow li span.on em,
.narrow li a.on em{
	color: #333333;
}

.narrow li span.on:after,
.narrow li a.on:after{
	content: '';
	color: #000;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-bottom: solid 1px currentColor;
	border-left: solid 1px currentColor;
	-webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***************************************
BANNER
****************************************/

/** sp_fgb **/

.sp_fgb{
	position: relative;
	text-align: center;
	border-top: 1px dotted #ddd;
	padding: 25px 0 20px 0;
}
.sp_fgb:before{
	content: '';
	width: 100%;
	border-top: 1px dotted #ddd;
	position: absolute;
	top: -3px;
	left: 0;
}


/***************************************
USER RANK COLOR
****************************************/

/** normal **/
.user_id .dan,
#u_img p,
.usbox_l .age{
	color: #fff;
	background: #a67a4b;
}
#u_img p.bad{	background: #ff0000;}

.user_id .dan{	border-color: #a67a4b;}



/***** !!����{������OLD STYLE ... 181206 remake ����{������! *****/
/** gold **/
#u_img.rank1 img.lazy,
#u_img.rank1 img.top_voice_img,
#aaauser .rank1 img.lazy2,
.rank1 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ffd321 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffd321 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffd321 !important;
}
#u_img.rank1 p,
.rank1 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -moz-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -o-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -ms-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: linear-gradient(90deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
}

/** green **/
#u_img.rank2 img.lazy,
#u_img.rank2 img.top_voice_img,
#aaauser .rank2 img.lazy2,
.rank2 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #68c75e !important;
	-moz-box-shadow:0px 0px 0px 2px #68c75e !important;
	-webkit-box-shadow:0px 0px 0px 2px #68c75e !important;
}
#u_img.rank2 p,
.rank2 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -moz-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -o-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -ms-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: linear-gradient(90deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
}

/** blue **/
#u_img.rank3 img.lazy,
#u_img.rank3 img.top_voice_img,
#aaauser .rank3 img.lazy2,
.rank3 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #5dadff !important;
	-moz-box-shadow:0px 0px 0px 2px #5dadff !important;
	-webkit-box-shadow:0px 0px 0px 2px #5dadff !important;
}
#u_img.rank3 p,
.rank3 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -moz-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -o-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -ms-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: linear-gradient(90deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
}
/***** !!����{������OLD STYLE ... 181206 remake ����{������! *****/


/***** NEW COLOR *****/
/** black **/
#u_img.rank01 img.lazy,
#u_img.rank01 img.top_voice_img,
#aaauser .rank01 img.lazy2,
.rank01 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #333333 !important;
	-moz-box-shadow:0px 0px 0px 2px #333333 !important;
	-webkit-box-shadow:0px 0px 0px 2px #333333 !important;
}
#u_img.rank01 p,
.rank01 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -moz-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -o-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -ms-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: linear-gradient(90deg, #000000 0%, #444444 49%, #000000 100%);
}
.dan.rank01{
	background: -webkit-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -moz-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -o-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -ms-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: linear-gradient(135deg, #000000 0%, #444444 49%, #000000 100%);
}
.dan.rank01{	border-color: #333;}

/** rainbow **/
#u_img.rank02 img.lazy,
#u_img.rank02 img.top_voice_img,
#aaauser .rank02 img.lazy2,
.rank02 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ffff00 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffff00 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffff00 !important;
}
#u_img.rank02 p,
.rank02 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -moz-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -o-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -ms-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: linear-gradient(90deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
}
.dan.rank02{
	background: -webkit-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -moz-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -o-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -ms-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: linear-gradient(135deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
}
.dan.rank02{	border-color: #ffff00;}

/** gold **/
#u_img.rank03 img.lazy,
#u_img.rank03 img.top_voice_img,
#aaauser .rank03 img.lazy2,
.rank03 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #f1c600 !important;
	-moz-box-shadow:0px 0px 0px 2px #f1c600 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f1c600 !important;
}
#u_img.rank03 p,
.rank03 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -moz-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -o-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -ms-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: linear-gradient(90deg, #c99814 0%, #e3c600 51%, #c99814 100%);
}
.dan.rank03{
	background: -webkit-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -moz-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -o-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -ms-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: linear-gradient(135deg, #c99814 0%, #e3c600 51%, #c99814 100%);
}
.dan.rank03{	border-color: #f1c600;}

/** red **/
#u_img.rank04 img.lazy,
#u_img.rank04 img.top_voice_img,
#aaauser .rank04 img.lazy2,
.rank04 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ff6666 !important;
	-moz-box-shadow:0px 0px 0px 2px #ff6666 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ff6666 !important;
}
#u_img.rank04 p,
.rank04 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -moz-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -o-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -ms-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: linear-gradient(90deg, #e61515 0%, #ff5656 50%, #e61515 100%);
}
.dan.rank04{
	background: -webkit-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -moz-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -o-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -ms-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: linear-gradient(135deg, #e61515 0%, #ff5656 50%, #e61515 100%);
}
.dan.rank04{	border-color: #ff6666;}

/** pink **/
#u_img.rank05 img.lazy,
#u_img.rank05 img.top_voice_img,
#aaauser .rank05 img.lazy2,
.rank05 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #f294c5 !important;
	-moz-box-shadow:0px 0px 0px 2px #f294c5 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f294c5 !important;
}
#u_img.rank05 p,
.rank05 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -moz-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -o-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -ms-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: linear-gradient(90deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
}
.dan.rank05{
	background: -webkit-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -moz-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -o-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -ms-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: linear-gradient(135deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
}
.dan.rank05{	border-color: #f294c5;}

/** green **/
#u_img.rank06 img.lazy,
#u_img.rank06 img.top_voice_img,
#aaauser .rank06 img.lazy2,
.rank06 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #7ec566 !important;
	-moz-box-shadow:0px 0px 0px 2px #7ec566 !important;
	-webkit-box-shadow:0px 0px 0px 2px #7ec566 !important;
}
#u_img.rank06 p,
.rank06 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -moz-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -o-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -ms-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: linear-gradient(90deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
}
.dan.rank06{
	background: -webkit-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -moz-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -o-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -ms-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: linear-gradient(135deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
}
.dan.rank06{	border-color: #7ec566;}

/** blue **/
#u_img.rank07 img.lazy,
#u_img.rank07 img.top_voice_img,
#aaauser .rank07 img.lazy2,
.rank07 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #6dabfb !important;
	-moz-box-shadow:0px 0px 0px 2px #6dabfb !important;
	-webkit-box-shadow:0px 0px 0px 2px #6dabfb !important;
}
#u_img.rank07 p,
.rank07 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -moz-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -o-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -ms-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: linear-gradient(90deg, #358bff 0%, #62beff 50%, #358bff 100%);
}
.dan.rank07{
	background: -webkit-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -moz-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -o-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -ms-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: linear-gradient(135deg, #358bff 0%, #62beff 50%, #358bff 100%);
}
.dan.rank07{	border-color: #6dabfb;}

/** purple **/
#u_img.rank08 img.lazy,
#u_img.rank08 img.top_voice_img,
#aaauser .rank08 img.lazy2,
.rank08 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #b799fb !important;
	-moz-box-shadow:0px 0px 0px 2px #b799fb !important;
	-webkit-box-shadow:0px 0px 0px 2px #b799fb !important;
}
#u_img.rank08 p,
.rank08 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -moz-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -o-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -ms-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: linear-gradient(90deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
}
.dan.rank08{
	background: -webkit-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -moz-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -o-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -ms-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: linear-gradient(135deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
}
.dan.rank08{	border-color: #b799fb;}

.hide_block{
	display: none;
}



/*=================================================
 * BT CSS for PC
 * ================================================= */

.bt_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
	background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
}

a.bt , em.bt, span.bt{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-color: #5e1535;
	box-shadow: 0px 1px 0px 0px #3a0a1f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

span.bt_gray{
	color: #999;
	background-color: #cdcdcd;
	box-shadow: none;
}

.ad_bt{
	display: inline-block;
	width: 230px;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-color: #2f49ac;
	box-shadow: 0px 1px 0px 0px #192c72;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a.bt:hover,
em.bt:hover,
.ad_bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

input.bt{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-color: #5e1535;
	box-shadow: 0px 1px 0px 0px #3a0a1f;
	text-decoration: none;
	-webkit-appearance: none;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

.sh_bt_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto;
}

a.sh_bt , em.sh_bt, span.sh_bt{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	min-width: 240px;
	margin: 0 10px;
	padding: 0 10px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	border-radius: 16px;
	background-color: #89af1c;
	box-shadow: 0px 1px 0px 0px #789d0e;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a.sh_bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}


a.sh_bt2,
em.sh_bt2,
span.sh_bt2{
	background-color: #00a8b1;
	box-shadow: 0px 1px 0px 0px #04888f;
}


/** book_bt **/

#book_bt{
	width: 910px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 15px 10px;
	background: repeating-linear-gradient(#ececec, #ececec 1px, #fff 0, #fff 2px);
	box-shadow:0px 4px 0px 0px #fff inset,0px -5px 0px 0px #fff inset;
	-moz-box-shadow:0px 4px 0px 0px #fff inset,0px -5px 0px 0px #fff inset;
	-webkit-box-shadow:0px 4px 0px 0px #fff inset,0px -5px 0px 0px #fff inset;
}

.favo_book_area_bt{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	color: #ff9900;
	background: #fff;
	border: 1px solid #ff9900;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.favo_book_area_bt:hover{
	text-decoration: none;
	color: #fff;
	background: #ff9900;
}

.favo_book_area_bt.favo{
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	border: 1px solid #cc0000;
}

#favo_book_area{
	cursor: pointer;
}


/** area_new **/

.area_new_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 15px 0;
}

.area_new_bt_a{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #ff3399;
	box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;
	text-align: center;
	padding: 5px 0;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: area_new_bt_animewaku 3s ease-in-out infinite;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes area_new_bt_animewaku {
	0% {box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;}
	29% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	30% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	49% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	50% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	69% {box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;}
	100% {box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;}
}

.area_new_bt_a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: area_new_bt_anime 3s ease-in-out infinite;
}
@keyframes area_new_bt_anime {
	0% {opacity: 1; filter: alpha(opacity=100);}
	15% {opacity: 1; filter: alpha(opacity=100);}
	18% { opacity: 0; filter: alpha(opacity=0);}
	21% { opacity: 1; filter: alpha(opacity=100);}
	24% { opacity: 0; filter: alpha(opacity=0);}
	27% { opacity: 1; filter: alpha(opacity=100);}
	100% { opacity: 1; filter: alpha(opacity=100);}
}
.area_new_bt_a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		position: relative;
		min-width: 320px;
		background: #fff;
	}
	main{	min-height: auto;}
	main#col1_bg{	padding-bottom: 0;}
	a:hover{	text-decoration: none;}
	#right{
		display: none;
	}
	#col1{	width: auto; margin: 0; padding: 0;}
	/** header **/
	h1,
	h2{
		display: block;
		width: 100%;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	h1{
		position: absolute;
		left: 0;
		top: calc(100% - 118px);
	}
	h2{
		position: absolute;
		left: 10px;
		top: calc(100% - 98px);
		width: calc(100% - 20px);
		line-height: 12px;
	}
	header{
		display: table;
		width: 100%;
		height: 55px;
		font-size: 0;
		line-height: 0;
		position: static;
	}
	#header{
		position: static;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		margin: 0;
	}
	header .sp_area{
		display: inline-block;
		font-size: 11px;
		line-height: 12px;
		position: absolute;
		top: 8px;
		left: 10px;
		z-index: 2;
	}
	header #logo a{
		display: inline-block;
		width: 124px;
		height: 21px;
		position: absolute;
		top: 22px;
		left: 10px;
	}
	header #logo a img{
		width: 124px;
		height: auto;
	}
	header #logo:after{
		display: none;
	}
	#area_bt{
		display: inline-block;
		vertical-align: top;
		width: 80px;
		height: 45px;
		cursor: pointer;
		background: url(../img/all/area_tbt.png) no-repeat;
		-webkit-background-size: 80px 45px;
		background-size: 80px 45px;
		position: absolute;
		top: 5px;
		right: 55px;
		z-index: 2;
	}
	#area_menu{
		position: fixed;
		display: block;
		z-index: 1500000000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 0;
		background:
		url(../img/all/area_bg1.png) no-repeat top left,
		url(../img/all/area_bg2.png) no-repeat top right rgba(0, 0, 0, 0.92);
		-webkit-background-size: 320px 80px, 320px 80px;
		background-size: 320px 80px, 320px 80px;
		-webkit-transition: none;
		transition: none;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		padding-top: 80px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.open #area_menu{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#area_menu div{
		border-top: 1px solid #333;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: calc(100vh - 80px);
		text-align: center;
		padding: 10px 9px 0 9px;
		-webkit-justify-content: center; 
		justify-content: center; 
	}
	#area_menu a,
	#area_menu span{
		display: inline-block;
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		text-align: center;
		margin: 0 1px 2px 1px;
		padding: 0 0;
	}
	#area_menu a{
		border: 1px solid #333;
	}
	#area_menu a:hover{
		background: none;
		border-color: #333;
	}
	#area_menu p{
		display: block;
		width: 100%;
		position: static;
		padding: 9px 0 0 0;
	}
	#area_menu p a,
	#area_menu p span{
		width: calc(100% / 3 - 2px) !important;
	}
	#area_menu div > a,
	#area_menu div > span{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 2px) !important;
		height: auto;
		line-height: 50px;
		margin: 0 1px 2px 1px;
		padding: 0 0 0 0;
	}
	#area_menu div > a br,
	#area_menu div > span br{	display: none;}
	#area_menu a i,
	#area_menu span i,
	#area_menu a:hover i{
		display: flex;
		height: 26px;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
		line-height: 11px;
		width: auto !important;
		color: #cccccc;
		background: #222;
		position: static;
		border-radius: 2px;
		margin: 0 5px 5px 5px;
		padding: 0 3px;
	}
	#area_menu span i{
		color: #333 !important;
		background: #fff;
	}
	#area_menu a:hover i:after{	display: none;}
	#area_menu div > a em,
	#area_menu div > span em{	display: inline;}
	#top_login{
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 1;
	}
	#top_login a{
		width: 50px;
		height: 45px;
		-webkit-transition	: none;
		-moz-transition		: none;
		-o-transition		: none;
		transition		: none;
	}
	#top_login a.before{	background: url(../img/all/sp_login1.png) no-repeat; -webkit-background-size: 50px 45px; background-size: 50px 45px;}
	#top_login a.after{	background: url(../img/all/sp_login2.png) no-repeat; -webkit-background-size: 50px 45px; background-size: 50px 45px;}

	/** hd_login **/
	#hd_login{
		top: 5px;
		right: 5px;
	}
	#hd_login .before img{
		width: 44px;
		height: auto;
	}
	#hd_login .usbox_l{
		position: relative;
		z-index: 10004;
	}
	#hd_login .usbox_l img{
		width: 44px;
		height: auto;
	}
	#navToggle button{
		position: absolute;
		top: 26px;
		right: -2px;
		width: 20px;
		height: 20px;
	}
	#navToggle button span,
	#navToggle button span:before,
	#navToggle button span:after{	width: 12px;}
	#navToggle button span{
		position: absolute;
		top: 6px;
		right: 4px;
		z-index: 10004;
	}
	#navToggle button span:before,
	#navToggle button span:after{
		content: "";
		display: block;
		clear: both;
	}
	#navToggle button span:before{
		position: absolute;
		top: 3px;
		right: 0;
	}
	#navToggle button span:after{
		position: absolute;
		top: 6px;
		right: 0;
	}
	#navToggle .closebt span{
		position: absolute;
		top: 9px;
		right: 4px;
	}
	#navToggle .closebt span:before{
		top: 0px;
		right: 0px;
	}
	#navToggle .closebt span:after{
		top: 0px;
		left: 0px;
	}
	#hd_user{
		right: -5px;
	}
	#navToggle.opennav+#hd_user{
		top: -5px;
		right: -5px;
	}
	#hd_user .hd_uname{
		height: 55px;
		padding: 0 55px 0 10px;
	}
	#hd_user .hd_uname p{
		font-size: 18px;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
	}
	#hd_user .hd_uname span{
		font-size: 11px;
		line-height: 14px;
		color: #ede2d6;
	}
	#hd_user .hd_umenu{}
	#hd_user .hd_umenu li{
		border-bottom: 1px solid #fbf4ec;
	}
	#hd_user .hd_umenu li:last-of-type{	border-bottom: none;}

	/** nav **/
	nav{
		width: 100%;
		font-size: 0;
		line-height: 0;
		text-align: center;
		background: #fff;
		padding: 1px 0;
		border-top: 3px solid #ececec;
		border-bottom: 3px solid #ececec;
		box-shadow:0px 1px 0px 0px #ccc inset,0px -1px 0px 0px #ccc inset;
		-moz-box-shadow:0px 1px 0px 0px #ccc inset,0px -1px 0px 0px #ccc inset;
		-webkit-box-shadow:0px 1px 0px 0px #ccc inset,0px -1px 0px 0px #ccc inset;
	}
	#menu{
		position: relative;
		width: 100%;
		padding: 0;
		position: static;
		border: none;
		box-shadow: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.nav_a,
	.nav_b{
		display: block;
		font-size: 0;
		line-height: 0;
		padding: 0;
		cursor: pointer;
	}
	.nav_bt:nth-of-type(1) > .nav_a{	display: none;}
	.nav_bt:nth-of-type(2) > .nav_a{	background: none;}
	.nav_bt:nth-of-type(3) > .nav_a{	background: none;}
	.nav_bt:nth-of-type(4) > .nav_a{	background: none;}
	.nav_bt:nth-of-type(5) > .nav_a{	background: none;}
	.nav_bt{	margin: 0;}
	.nav_b,
	.nav_bt{
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.nav_b{
		display: block;
		width: 100%;
		height: 49px;
		border: none;
	}
	.nav_bt{
		width : -webkit-calc(100% / 3);/** FOR MENU **/
		width : calc(100% / 3);/** FOR MENU **/
		height: 49px;
		position: static;
		border-left: 1px solid #ccc;
		border-right: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav.no_nav .nav_bt{	width: calc(100% / 3);}/** FOR MENU ONLY CHIBA **/
	nav.nav_movie .nav_bt{	width: calc(100% / 4);}/** FOR MENU ONLY MOVIE **/
	.nav_bt , .nav_bt a{
		-webkit-transition	: none;
		-moz-transition		: none;
		-o-transition		: none;
		transition		: none;
	}
	.nav_bt:nth-of-type(1){	background: url(../img/menu/sp01.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_shop{	background: url(../img/menu/sp03.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_exp{	background: url(../img/menu/sp05.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_bookmark{	background: url(../img/menu/sp06.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_movie{	background: url(../img/menu/sp07.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt:nth-of-type(1){	border-left: none;}
	.nav_ul{
		overflow: hidden;
		width: 100%;
		text-align: left;
		position: absolute;
		top: 50px;
		left: 0 !important;
		z-index: 998;
		display: none;
	}
	.nav_ul li{
		background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(129, 4, 67, 0.95);
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
		border-bottom: 1px solid #a82b6b;
	}
	.nav_ul li.nav_user_area{
		background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(68, 46, 23, 0.95);
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
		border-bottom: 1px solid #6b4d2d;
	}
	.nav_ul li:last-of-type{	border-bottom: none;}
	.nav_ul li a{
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		padding: 15px 10px;
		color: #fff;
		border-bottom: none;
	}
	.nav_ul li a:hover{
		text-decoration: none;
	}
	.nav_ul a span{
		color: #ffff00;
	}
	.nav_ul li.us_li{
	    background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(68, 46, 23, 0.95);
	    -webkit-background-size: 22px 22px;
	    background-size: 22px 22px;
	}
	.nav_ul li.us_li2{
	    background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(105, 119, 0, 0.95);
	    -webkit-background-size: 22px 22px;
	    background-size: 22px 22px;
	    border-bottom: 1px solid #7a8a00;
	}

	.nav_bt:hover{	background-color: #fc379b;}
	.nav_a.click{	background-color: #fc379b;}
	.nav_a.click .nav_ul{	overflow: visible;}
	.bookmenu{
		background: rgba(36, 26, 16, 0.95);
		border-radius: 0;
		margin: 0;
		padding: 0.1px 0 15px 0;
	}
	.bookmenu h4{
		color: #2a1806;
		background: #ba8f60;
		border-radius: 0;
		padding: 5px 0 5px 32px;
	}
	.bookmenu h4:after{
		content: '';
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: url(../img/all/booki.png) no-repeat 50% 50% #5e4429;
		-webkit-background-size: 8px 12px;
		background-size: 8px 12px;
		position: absolute;
		top: calc(50% - 9px);
		left: 10px;
	}
	.bookmenu ul{
		margin: 0 10px;
	}
	.bookmenu li{
		background: url(../img/all/nav_li.png) no-repeat 100% 50%;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
		border-bottom: 1px solid #493c2f;
	}
	.bookmenu li:last-of-type{	border-bottom: 1px solid #493c2f;}
	.bookmenu li a{
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding: 12px 0;
		border: none;
	}
	.bookmenu .bookbt{
		width: 200px;
		font-size: 12px;
		background: none;
		margin: 15px auto 0 auto;
		border: 1px solid #dabb97;
		color: #dabb97;
	}
	.bookmenu .bookbt:hover{
		color: #fff;
		background: #a77b4b;
		border: 1px solid #a77b4b;
	}

	/** main **/
	main{
		width: 100%;
		margin: 0;
	}
	.pan{
		font-size: 10px;
		line-height: 20px;
		border: none;
		box-shadow: none;
		margin: 0;
	}
	.pan p{
		width: 100%;
		text-align: right;
		text-indent: 0;
		margin: 0;
		padding: 4px 5px;
		line-height: 12px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.pan p::before,
	.pan p::after{
		display: none;
	}
	#cnt{
		width: 100%;
		display: block;
		margin: 0;
	}
	#left{
		display: block;
		padding: 0;
	}

	/** footer **/
	footer{
		padding: 0 0 20px 0;
	}
	footer .farea{
		font-size: 12px;
		line-height: 16px;
		padding: 6px 5px;
	}
	footer .farea span{	display: none;}
	footer .farea br{	display: inline;}
	footer .pagetop a{
		height: 30px;
		font-size: 10px;
		padding: 14px 0 0 0;
	}
	footer .pagetop a:after{
		position: absolute;
		top: 6px;
		left: 50%;
		margin-left: -6px;
		width: 8px;
		height: 8px;
	}
	footer .ftxt{	display: none;}
	footer #copy{
		font-size: 10px;
		line-height: 14px;
		margin: 60px 10px 0 10px;
		padding: 15px 0 0 0;
		border-top: 1px solid #cbcaca;
	}
	address a{	color: #666;}
	address a:hover{	text-decoration: none;}

}


/*=================================================
 * COMMON CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	/***************************************
	BOX
	****************************************/
	.cnt{
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}

	/***************************************
	TABLE LINK BOX
	****************************************/
	.tbl{}
	.tblbox{
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border-radius: 0;
		background:
		url(../img/all/i1.png) no-repeat 100% 50%,
		url(../img/all/i2.gif) repeat-y top right;
		-webkit-background-size: 15px 15px, 15px 15px;
		background-size: 15px 15px, 15px 15px;
	}
	.tblbox_l{
		width: 78px;
		padding: 10px 8px 10px 10px;
	}
	.tblbox_r{
		padding: 0 20px 0 0;
	}
	.tblbox_r p:first-child{
	font-size: 14px;
	}

	/***************************************
	TITLE
	****************************************/
	/*
	.page_title{
		height: 55px;
		font-size: 16px;
		line-height: 18px;
		padding-top: 8px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	.page_title:before{
		height: 49px;
		left: 1px;
	}
	.page_title:after{
		height: 49px;
		right: 1px;
	}
	*/
	.page_title{
		position: relative;
		height: auto;
		min-height: 55px;
		padding: 3px;
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	.page_title em{
		display: block;
		height: auto;
		min-height: 47px;
		font-size: 16px;
		line-height: 17px;
		border-radius: 24px;
		padding: 6px 6px 20px 6px;
	}
	.page_title:after{
		bottom: 8px;
	}
	.title,
	.title_open,
	.s_title,
	.s_title_open{
		height: 50px;
		font-size: 16px;
		padding: 14px 0 0 31px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	.title::before,
	.title_open::before{
		left: 5px;
	}
	.title::after,
	.title_open::after{
		left: 12px;
	}
	.title em:after,
	.title_open em:after{
		display: none;
	}
	.u_title span{
		font-size: 10px;
		line-height: 12px;
	}
	/*
	.s_title{
		height: 50px;
		font-size: 15px;
		padding: 15px 0 0 30px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	*/
	.col1_title{
		padding: 10px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset;
		-moz-box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset;
		-webkit-box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset;
	}
	.col1_title em{
		display: block;
		width: auto;
		height: 50px;
		font-size: 16px;
		line-height: 30px;
		border-radius: 25px;
	}
	.col1_title em:after{
		font-size: 10px;
		bottom: 8px;
	}
	.col1_s_title{
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 3px 0;
	}
	.col1_s_title em{
		height: 50px;
		font-size: 16px;
		line-height: 34px;
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.col1_s_title em:after{
		bottom: 6px;
	}
	.col1_s_title:before,
	.col1_s_title:after{
		content: '';
		width: 50px;
		border-bottom: 1px solid #ddd;
		position: absolute;
		z-index: 2;
		bottom: 17px;
	}

	.shopmenu_fix,
	.shopmenu_fix2{
		position: -webkit-sticky; /* Safari */
		position: sticky;
		z-index: 10;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.5)
	}
	.shopmenu_fix .page_title,
	.page_title.shoppage_title{
		min-height: 45px;
	}
	.shopmenu_fix .page_title em,
	.page_title.shoppage_title em{
		min-height: 37px;
		padding: 8px 6px 0 6px;
	}
	.shopmenu_fix .page_title em:after,
	.page_title.shoppage_title em:after{	display: none;}
	.shopmenu_fix .cate{
		width: calc(100% - 6px);
		padding: 5px 0 !important;
	}

	/***************************************
	GAL
	****************************************/
	.result{
		position: relative;
		font-size: 11px;
		line-height: 25px;
		margin: 10px 0;
	}
	.gal{
		margin: 0 5px 0 5px;
		text-align: left !important;
		padding-left: 0 !important;
	}
	.gal .gal_div{
		width: calc(100% / 3 - 14px) !important;
	}
	.gal .gal_div:first-of-type{	margin-left: 5px;}
	.gal .gal_div:last-of-type{	margin-right: 5px;}
	.gal .gal_div .icon{
	}
	.gal .gal_div .icon img{
		width: 30px;
	}
	.gal .gal_div .cou{
		height: 31px;
		font-size: 20px;
		line-height: 38px;
		top: 90px;
	}
	.gal .gal_div .cou em{
		font-size: 38px;
	}
	.gal .gal_div .cou p{
	}
	.gal .gal_div .img img{
		width: 100% !important;
	}
	.gal .gal_div .div1{
		padding: 1px 0px 0px 0px;
	}
	.gal .gal_div .p1 span{
		color: #999999;
		display: inline-block;
		margin: 0 -3px 0 -3px;
	}
	.gal .gal_div .p1.e_edit span{ margin: 0 0 0 0;}
	.gal .gal_div .p1.mtitle{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
	}
	.gal .gal_div .p1.mtitle .mi{	margin: 1px 2px 0 0;}

	.gal .gal_div .p1.mtitle+.p1.name{	font-size: 10px !important;}


	/***** !! only user !! *****/
	.gal .gal_div .p1.shop{
		display: block;
	}
	.gal .gal_div .p1.shop > a , .gal .gal_div .p1.shop > span{
	}
	.gal .gal_div .aarea{
		width: 70px;
		line-height: 11px;
		position: absolute;
		left: calc(50% - 37px);
		padding: 1px 2px;
	}
	.block4 .gal_div .p1.shop > a, .block4 .gal_div .p1.shop > span,
	.block5 .gal_div .p1.shop > a, .block5 .gal_div .p1.shop > span,
	.block6 .gal_div .p1.shop > a, .block6 .gal_div .p1.shop > span,
	.block7 .gal_div .p1.shop > a, .block7 .gal_div .p1.shop > span,
	.block8 .gal_div .p1.shop > a, .block8 .gal_div .p1.shop > span{	width: calc(320 / 320 * 100%) !important;}
	.gal .gal_div .p1.shop > span{	margin: 0;}

	/* block4 */
	.block4{
		text-align: center;
	}
	.block4 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block4 .gal_div:nth-of-type(4n){
		margin-right: 5px;
	}
	.block4 .gal_div .icon{
		top: 105px;
	}
	.block4 .gal_div .img{
		padding-bottom: 1px;
	}
	.block4 .gal_div .p1{
		font-size: 10px;
	}
	/* block5 */
	.block5{
		text-align: center;
	}
	.block5 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block5 .gal_div:nth-of-type(5n){
		margin-right: 5px;
	}
	.block5 .gal_div .icon{
		top: 105px !important;
	}
	.block5 .gal_div .img{
		padding-bottom: 1px;
	}
	.block5 .gal_div .p1{
		font-size: 10px;
	}
	/* block5 sdd */
	.block5.sdd{
		padding: 0;
	}
	.block5.sdd .gal_div .today{
		top: 96px;
	}
	.block5.sdd .gal_div .today img{
		width: 40px;
		height: auto;
	}
	/* block7 */
	.block7{
		text-align: center;
	}
	.block7 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block7 .gal_div .img{
		padding-bottom: 1px;
	}
	.block7 .gal_div .img a{
		min-height: 90px;
	}
	.block7 .gal_div .p1{
		font-size: 10px;
	}
	.block7 .gal_div .icon{
		top: 106px;
	}
	.block7 .gal_div .icon img{
		width: 30px;
	}
	.block7 .gal_div .cou{
		top: 90px;
	}
	.block7 .gal_div .today{
		top: 96px;
	}
	.block7 .gal_div .today img{
		width: 40px;
		height: auto;
	}
	/* block8 */
	.block8{
		text-align: center;
	}
	.block8 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block8 .gal_div .img{
		padding-bottom: 1px;
	}
	.block8 .gal_div .p1{
		font-size: 10px;
	}
	.block8 .gal_div .today{
		top: 96px;
	}
	.block8 .gal_div .today img{
		width: 40px;
		height: auto;
	}
	.gal .gal_div .u_yen{
		font-size: 22px;
		padding-top: 5px;
		line-height: 25px;
		text-align: center;
	}
	.block8 .gal_div .u_yen{
		position: absolute;
		top: auto;
		left: 1px;
	}
	.block8 .gal_div .delete + .u_yen{ bottom: 43px;}
	.block8 .gal_div .shop + .u_yen{ bottom: 48px;}
	.gal .gal_div .u_yen em{	font-size: 12px;}
	#pub .gal_div .u_yen{
		position: absolute;
		top: auto;
		bottom: 25px;
		left: 1px;
	}
	#pub .gal_div .img+.p1+.div1+.u_yen{	bottom: 45px !important;}
	#pub .gal_div .img+.p1+.div1+.u_yen+.icon{	bottom: 41px !important;}
	#pub .gal_div .u_yen em{	font-size: 12px;}

	.gal .gal_div .rticon{
		height: 30px;
		font-size: 12px;
		line-height: 12px;
	}
	.gal .gal_div .rticon br{	display: inline;}
	#u_challenge .gal_div .rticon{
		top: auto;
		bottom: 48px;
	}
	#u_challenge .gal_div .icon{ bottom: 44px !important;}
	#u_challenge .gal_div .p1+.p1.shop+.div1+.icon,
	#u_challenge .gal_div .u_yen+.icon,
	#u_challenge .gal_div .rticon+.icon{ bottom: 64px !important;}
	#u_challenge .gal_div .p1+.p1.shop+.rticon+.icon{ bottom: 44px !important;}
	#u_challenge .u_ch_sche .gal_div .icon{	bottom: 41px !important;}
	#u_challenge .gal_div .icon img{	width: 30px !important;}
	#pub .gal_div .rticon{
		top: auto;
		bottom: 25px;
	}
	#pub .gal_div .img+.p1+.div1+.rticon{	bottom: 45px !important;}
	#pub .gal_div .img+.p1+.div1+.rticon+.icon{	bottom: 41px !important;}
	#u_exp .gal_div .p1.shop+.p1.e_edit+.iconex{	bottom: 61px !important;}
	#u_challenge .gal_div .p1+.p1.shop+.div1+.u_yen,
	#u_challenge .gal_div .p1+.p1.shop+.div1+.rticon{	bottom: 68px !important;}


	#movie_trim .gal_div .img a{
		width: calc(100vw / 3 - 13px);
	}
	#movie_trim .gal_div .img img{	border-radius: 0;}


	/** mvlist **/
	.mvlist_in::-webkit-scrollbar {
		display: none;
	}
	.mvlist .mv_div .img{
		position: relative;
		margin: 0 0 2px 0;
	}
	.mvlist .mv_div .img img{
		width: 118px;
		height: auto;
	}
	.mvlist .mv_div .img .minfo{
		width: 100%;
		height: 22px;
	}
	.mvlist .mv_div .img .minfo > span{
		font-size: 10px;
		font-weight: bold;
		line-height: 12px;
	}
	.mvlist .mv_div .mtitle{
		font-size: 10px;
	}


	/***** !! 181009 SIZE CUSTOM ICON !! *****/
	.gal .gal_div .icon,
	.gal .gal_div .iconex,
	.gal .gal_div .iconex_1,
	.gal .gal_div .iconex_2,
	.gal .gal_div .iconex_3,
	.gal .gal_div .iconex_4,
	.gal .gal_div .iconex_6,
	.gal .gal_div .iconex_7,
	.gal .gal_div .iconex_8,
	.gal .gal_div .iconex_9,
	.gal .gal_div .iconex_10,
	.gal .gal_div .iconex_11,
	.gal .gal_div .iconex_12{
		top: auto !important;
		bottom: 21px !important;
	}
	.gal .gal_div .today{
		top: auto !important;
		bottom: 20px !important;
	}
	.gal .gal_div .p1.shop+.icon,
	.gal .gal_div .p1.shop+.iconex,
	.gal .gal_div .p1.shop+.iconex_1,
	.gal .gal_div .p1.shop+.iconex_2,
	.gal .gal_div .p1.shop+.iconex_3,
	.gal .gal_div .p1.shop+.iconex_4,
	.gal .gal_div .p1.shop+.iconex_6,
	.gal .gal_div .p1.shop+.iconex_7,
	.gal .gal_div .p1.shop+.iconex_8,
	.gal .gal_div .p1.shop+.iconex_9,
	.gal .gal_div .p1.shop+.iconex_10,
	.gal .gal_div .p1.shop+.iconex_11,
	.gal .gal_div .p1.shop+.iconex_12,
	.gal .gal_div .p1.delete+.icon,
	.gal .gal_div .p1.delete+.iconex,
	.gal .gal_div .p1.delete+.iconex_1,
	.gal .gal_div .p1.delete+.iconex_2,
	.gal .gal_div .p1.delete+.iconex_3,
	.gal .gal_div .p1.delete+.iconex_4,
	.gal .gal_div .p1.delete+.iconex_6,
	.gal .gal_div .p1.delete+.iconex_7,
	.gal .gal_div .p1.delete+.iconex_8,
	.gal .gal_div .p1.delete+.iconex_9,
	.gal .gal_div .p1.delete+.iconex_10,
	.gal .gal_div .p1.delete+.iconex_11,
	.gal .gal_div .p1.delete+.iconex_12{
		top: auto !important;
		bottom: 44px !important;
		left: auto !important;
		right: 2px !important;
	}
	.gal .gal_div .p1.shop+.iconex{
		bottom: 43px !important;
		right: -1px !important;
	}
	.gal .gal_div .p1.shop+.today{
		top: auto !important;
		bottom: 43px !important;
		left: 1px !important;
	}
	.gal .gal_div .p1.delete+.today{
		top: auto !important;
		bottom: 38px !important;
		left: 1px !important;
	}
	.gal .gal_div .div1+.icon,
	.gal .gal_div .div1+.today,
	.gal .gal_div .div1+.iconex,
	.gal .gal_div .div1+.iconex_1,
	.gal .gal_div .div1+.iconex_2,
	.gal .gal_div .div1+.iconex_3,
	.gal .gal_div .div1+.iconex_4,
	.gal .gal_div .div1+.iconex_6,
	.gal .gal_div .div1+.iconex_7,
	.gal .gal_div .div1+.iconex_8,
	.gal .gal_div .div1+.iconex_9,
	.gal .gal_div .div1+.iconex_10,
	.gal .gal_div .div1+.iconex_11,
	.gal .gal_div .div1+.iconex_12{
		top: auto !important;
		bottom: 41px !important;
		left: auto !important;
		right: 2px !important;
	}
	.gal .gal_div .p1.shop+.div1+.icon,
	.gal .gal_div .p1.shop+.div1+.today,
	.gal .gal_div .p1.shop+.div1+.iconex,
	.gal .gal_div .p1.shop+.div1+.iconex_1,
	.gal .gal_div .p1.shop+.div1+.iconex_2,
	.gal .gal_div .p1.shop+.div1+.iconex_3,
	.gal .gal_div .p1.shop+.div1+.iconex_4,
	.gal .gal_div .p1.shop+.div1+.iconex_6,
	.gal .gal_div .p1.shop+.div1+.iconex_7,
	.gal .gal_div .p1.shop+.div1+.iconex_8,
	.gal .gal_div .p1.shop+.div1+.iconex_9,
	.gal .gal_div .p1.shop+.div1+.iconex_10,
	.gal .gal_div .p1.shop+.div1+.iconex_11,
	.gal .gal_div .p1.shop+.div1+.iconex_12{
		top: auto !important;
		bottom: 64px !important;
	}


	/***************************************
	EXP ICON
	****************************************/
	.iconex_1,
	.iconex_2,
	.iconex_3,
	.iconex_4,
	.iconex_6,
	.iconex_7,
	.iconex_8,
	.iconex_9,
	.iconex_10,
	.iconex_11,
	.iconex_12{
		position: absolute;
		top: 103px;
		left: 58px;
		width: 32px;
		height: 32px;
		line-height: 1;
		text-align: center;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	.iconex_1 p:nth-child(1),
	.iconex_2 p:nth-child(1),
	.iconex_3 p:nth-child(1),
	.iconex_4 p:nth-child(1),
	.iconex_6 p:nth-child(1),
	.iconex_7 p:nth-child(1),
	.iconex_8 p:nth-child(1),
	.iconex_9 p:nth-child(1),
	.iconex_10 p:nth-child(1),
	.iconex_11 p:nth-child(1),
	.iconex_12 p:nth-child(1){
		font-size: 17px;
		margin: 4px 0 0 0;
	}
	.iconex_1 p:nth-child(2),
	.iconex_2 p:nth-child(2),
	.iconex_3 p:nth-child(2),
	.iconex_4 p:nth-child(2),
	.iconex_6 p:nth-child(2),
	.iconex_7 p:nth-child(2),
	.iconex_8 p:nth-child(2),
	.iconex_9 p:nth-child(2),
	.iconex_10 p:nth-child(2),
	.iconex_11 p:nth-child(2),
	.iconex_12 p:nth-child(2){
		font-size: 8px;
		line-height: 8px;
	}

	/** other_exp **/
	.other_exp{
		display: table;
		width: 300px;
		font-size: 0;
		line-height: 0;
		margin: 0 auto 10px auto;
	}
	.other_exp_l{
		width: 20px;
		font-size: 11px;
		line-height: 12px;
		padding: 0 3px;
	}
	.other_exp_r{
		padding: 10px 7.5px;
	}
	.other_exp_r ul{}
	.other_exp_r li{	margin: 0 2.5px;}
	.other_exp_r .photo a,
	.other_exp_r .photo span{	height: 57px;}
	.other_exp_r .photo img{
		width: 57px;
		height: auto;
	}
	.other_exp_r .iconex_1,
	.other_exp_r .iconex_2,
	.other_exp_r .iconex_3,
	.other_exp_r .iconex_4,
	.other_exp_r .iconex_6,
	.other_exp_r .iconex_7,
	.other_exp_r .iconex_8,
	.other_exp_r .iconex_9,
	.other_exp_r .iconex_10,
	.other_exp_r .iconex_11,
	.other_exp_r .iconex_12{
		position: absolute;
		top: 37px;
		left: 6px;
		width: 49px;
		height: 20px;
		border-radius: 10px;
	}
	.other_exp_r .iconex_1 p:nth-child(1),
	.other_exp_r .iconex_2 p:nth-child(1),
	.other_exp_r .iconex_3 p:nth-child(1),
	.other_exp_r .iconex_4 p:nth-child(1),
	.other_exp_r .iconex_6 p:nth-child(1),
	.other_exp_r .iconex_7 p:nth-child(1),
	.other_exp_r .iconex_8 p:nth-child(1),
	.other_exp_r .iconex_9 p:nth-child(1),
	.other_exp_r .iconex_10 p:nth-child(1),
	.other_exp_r .iconex_11 p:nth-child(1),
	.other_exp_r .iconex_12 p:nth-child(1){
		font-size: 18px;
	}
	.other_exp_r .iconex_1 p:nth-child(2),
	.other_exp_r .iconex_2 p:nth-child(2),
	.other_exp_r .iconex_3 p:nth-child(2),
	.other_exp_r .iconex_4 p:nth-child(2),
	.other_exp_r .iconex_6 p:nth-child(2),
	.other_exp_r .iconex_7 p:nth-child(2),
	.other_exp_r .iconex_8 p:nth-child(2),
	.other_exp_r .iconex_9 p:nth-child(2),
	.other_exp_r .iconex_10 p:nth-child(2),
	.other_exp_r .iconex_11 p:nth-child(2),
	.other_exp_r .iconex_12 p:nth-child(2){
		font-size: 12px;
	}

	/***************************************
	FUDOL4
	****************************************/
	.fudol4{
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding: 10px 0;
		background: #333;
		border-bottom: 1px solid #ddd;
	}
	.fudol4 a{
		position: relative;
		display: inline-block;
		margin: 0 1px;
		padding: 1px;
		border: 1px solid #666;
	}
	.fudol4 a:first-child{	margin-left: 0;}
	.fudol4 a:last-child{	margin-right: 0;}
	.fudol4 a > img{
		width: 70px;
		height: auto;
	}
	.fudol4 a .icon{
		position: absolute;
		right: 2px;
		bottom: 2px;
	}
	.fudol4 a .icon img{
		width: 25px;
		height: auto;
	}
	.fudol4.tokusyu{
	}
	 .rank + .fudol4{ margin-bottom: 10px;}

	/***************************************
	CATEGORY SELECT
	****************************************/
	.cate{
		width: calc(100% - 6px);
		border-spacing: 2px 0;
		margin: 0 auto;
		padding: 5px 0;
	}
	.cate a,
	.cate span{
		height: 36px;
		font-size: 12px;
		line-height: 12px;
	}
	.cate a{
		box-shadow: 0px 0px 0px 1px #ececec inset;
		-moz-box-shadow: 0px 0px 0px 1px #ececec inset;
		-webkit-box-shadow: 0px 0px 0px 1px #ececec inset;
	}
	.cate span,
	.cate a.on{
		font-size: 12px;
		line-height: 12px;
		margin: 0 1px;
		box-shadow: 0px 0px 0px 1px #ff8cc5 inset;
		-moz-box-shadow: 0px 0px 0px 1px #ff8cc5 inset;
		-webkit-box-shadow: 0px 0px 0px 1px #ff8cc5 inset;
	}
	.cate span:after,
	.cate a.on:after{
		border-style: solid;
		border-width: 6px 5px 0 5px;
		border-color: #ff3399 transparent transparent transparent;
		position: absolute;
		bottom: -6px;
		left: 50%;
		margin-left: -6px;
	}
	.cate a br,
	.cate span br{	display: inline;}
	.cate a i,
	.cate span i{
		display: block;
		font-style: normal;
		font-size: 10px;
		padding: 1px 0 0 0;
		margin: 0 auto;
	}
	
	.cate_sub{
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 10px 0;
		padding: 5px;
		border-radius: 0;
	}
	.cate_sub span{
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		color: #fff;
		background: #ff0099;
		padding: 0 3px;
		border-radius: 3px;
	}
	.cate_sub a,
	.cate_sub span{	margin: 0;}
	.cate_area+.cate{	padding-top: 0;}
	.cate_slide{
		display: block;
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		 -ms-overflow-style:none;
	}
	.cate_slide::-webkit-scrollbar{
		display:none;
	}
	.cate_slide a,
	.cate_slide span{
		display: inline-flex !important;
		width: calc(100% / 6 + 15px) !important;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 0 1px;
	}
	.cate_slide a:first-child,
	.cate_slide span:first-child{	margin-left: 3px;}
	.cate_slide a:last-child,
	.cate_slide span:last-child{	margin-right: 3px;}

	/***************************************
	NAME SEARCH
	****************************************/
	.name_sc{
		margin: 0;
		padding: 10px;
		border: none;
	}
	.cate+.name_sc{	padding-top: 0;}
	.dis_txt+.name_sc{	border-top: 1px solid #ddd;}
	.name_sc input[type="text"]{
		padding: 7px 7px 7px 37px;
		border-radius: 20px;
		background:  url(../img/all/name_sc.png) no-repeat 10px 50% #ededed;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.name_sc input::placeholder{
		text-align: center;
		text-indent: -30px;
	}
	.name_sc ul{	margin-top: 10px;}
	.name_sc li{
		width: 100%;
		padding: 10px 7px;
	}
	.name_sc li:nth-of-type(-n+4){
		border-top: none;
	}
	.name_sc li:nth-of-type(-n+1){
		border-top: 1px solid #ddd;
	}
	#name_table{	margin-right: 0;}
	#name_table input[type="text"]{	width: 100%;}
	#name_table ul{
		border: none;
	}
	#name_table li{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	#name_table li:last-of-type{
		border-bottom: 1px solid #ddd;
	}

	/***************************************
	NEXT
	****************************************/
	.next{
		width: 100%;
		margin: 0;
		padding: 15px 0 10px 0;
	}
	.next span,
	.next a{
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		line-height: 30px;
		margin: 0 2px 5px 3px;
	}
	.next_u{
		width: 100%;
		margin: 0;
		padding: 15px 0 10px 0;
	}
	.next_u span,
	.next_u a{
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		line-height: 30px;
		margin: 0 2px 5px 3px;
	}

	/***************************************
	ZERO KEN NO TOKI & ERROR
	****************************************/
	.zbox,
	.erbox,
	#col1 .zbox,
	#col1 .erbox{
		height: 240px;
		-webkit-background-size: 197px 140px;
		background-size: 197px 140px;
	}
	.zbox div{
		font-size: 14px;
		line-height: 40px;
	}
	.zbox div.zbox_l30{ line-height: 22px;}
	.zbox p,
	.erbox p{
		font-size: 11px;
		line-height: 16px;
		padding: 0 10px;
	}
	.zero .bt_bg,
	.erbox .bt_bg{
		padding: 10px;
	}
	.zero .bt,
	.erbox .bt{
		display: block;
		width: 100%;
	}

	/***************************************
	OVER
	****************************************/
	.ovbox{
		height: 240px;
		-webkit-background-size: 197px 140px;
		background-size: 197px 140px;
	}
	.ovbox div{
		font-size: 20px;
		line-height: 40px;
	}
	.over .ov1{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	.over .ov2{
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px 20px 10px;
	}
	.over .ov3{
		padding: 10px;
	}

	/***************************************
	BANNER SP ONLY
	****************************************/
	.bnr_sp_only{
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
	.bnr_sp_only a{
		display: block;
		margin-bottom: 10px;
	}
	.bnr_sp_only a:last-child{
		margin-bottom: 0;
	}
	.bnr_sp_only img{	width: 300px;}
	.bnr_sp_only.bottom{
		padding-bottom: 10px;
	}
	.bnr_sp_only.totyu{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.bnr_sp_only.tokusyu{
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}

	/***************************************
	FONT SIZE
	****************************************/
	/** font-size **/
	.fzcome{
		font-size: 14px !important;
		line-height: 22px !important;
	}
	.fzlink{
		font-size: 15px !important;
	}

	/***************************************
	OTHER
	****************************************/
	.pc_none{	display: inline;}
	.sp_none{	display: none;}

	/***************************************
	TOP DES
	****************************************/
	.dis_txt{
		width : -webkit-calc(100% - 20px);
		width : calc(100% - 20px);
		margin: 10px auto;
		min-height: 30px;
	}
	.dis_txt p{
		font-size: 12px;
		line-height: 14px;
		padding: 8px 5px 8px 32px;
	}
	.dis_txt p::after {
		left: 7px;
	}

	/** arrow **/
	.arrow{
		text-align: left;
		margin: 3px 0 7px 0;
	}
	.arrow ul{
		display: block;
		margin: 0 10px;
	}
	.arrow li{
		white-space: normal;
		font-size: 11px;
		padding: 7px 0 7px 15px;
		border-bottom: 1px dotted #ddd;
	}
	.arrow li::before{	top: 9px;}
	.arrow li::after{	top: 12px;}

	.arrow li a{	color: #ff0000;}
	img.lazy{
		-webkit-transition	: none !important;
		-moz-transition		: none !important;
		-o-transition		: none !important;
		transition		: none !important;
	}

	/***************************************
	BOTTOM FIXED DIV
	****************************************/
	.fix_div{
		width: 100%;
		height: 80px;
		border-radius: 0;
		padding: 0;
		left: 0;
	}
	.fix_div:after{
		content: '';
		width: 110%;
		height: 50px;
		position: absolute;
		z-index: 199;
		bottom: -5px;
		left: calc(100% - 105%);
	}
	.fix_table_bg{
		display: block;
	}
	.fix_tb{	padding-right: 73px;}
	.fix_tb.chat_table{	padding-right: 0;}
	.fix_tb div{	left: calc(50% - 83px);}
	.fix_tb.chat_table div{	left: calc(50% - 47px);}
	.fix_tel{
		display: inline-block;
		vertical-align: top;
		width: 70px;
		margin: 0;
	}
	.fix_tel_pc{	display: none;}
	.fix_tel_sp{
		display: inline-block;
		width: 70px;
		height: 70px;
		font-size: 10px;
		font-weight: bold;
		line-height: 12px;
		color: #fff;
		border-radius: 50%;
		padding: 48px 0 0 0;
		background-image: url(../img/all/fix_div_tel.png) !important;
		background-repeat: no-repeat !important;
		background-position: 15px 13px !important;
		-webkit-background-size: 42px auto !important;
		background-size: 42px auto !important;
		position: fixed;
		z-index: -1;
		bottom: 10px;
		right: calc(50% - 105px);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.chat_table_bg+.fix_tel .fix_tel_sp{ right: calc(50% - 142px); }
	.fix_txt{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		width: 100%;
		height: 43vh;
		color: #fff;
		background: rgba(0, 0, 0, 0.9);
		box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.9);
		position: fixed;
		top: -100vh;
		left: 0;
		z-index: 201;
	}
	.fix_tel.tap+.fix_txt{
		top: 0;
		animation-duration: 0.3s;
		animation-name: LtoR;
		animation-iteration-count: 1;
	}
	@keyframes LtoR{
	  0%{
		transform: translateY(-100%);
	  }
	  100%{
		transform: translateY(0);
	  }
	}
	.fix_txt p{
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		padding: 90px 10px 20px 10px;
		background: url(../img/all/fix_txttel.png) no-repeat top center;
		-webkit-background-size: 180px auto;
		background-size: 180px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.fix_txt p{}
	.fix_txt p span{
		width: 40px;
		height: 40px;
		color: #fff;
		background: #ff6c00;
		border: 2px solid #ffa96a;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	.fix_txt p span:before{
		content: '';
		position: absolute;
		top: 17px;
		left: 5px;
		width: 25px;
		height: 1px;
		background-color: currentColor;
		-webkit-transform: rotate(-45deg);
		      transform: rotate(-45deg);
	}

	.fix_txt p span:after{
		content: '';
		position: absolute;
		top: 17px;
		left: 5px;
		width: 25px;
		height: 1px;
		background-color: currentColor;
		-webkit-transform: rotate(45deg);
		      transform: rotate(45deg);
	}
	/*
	.fix_txt p:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 8px;
		border-color: transparent transparent transparent #ff6c00;
		position: absolute;
		top: calc(50% - 8px);
		right: -8px;
	}
	*/

	/** his_bt **/
	.his_bt{
		display: none;
		position: relative;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		color: #fff;
		background: #ff3399;
		padding: 4px 5px 4px 20px;
	}
	.his_bt.his_bt_disp{
		display: block;
	}
	
	.his_bt:before{
	  content: '';
	  position: absolute;
	  top: calc(50% - 3px);
	  left: 10px;
	  width: 4px;
	  height: 4px;
	  border-left: solid 1px currentColor;
	  border-top: solid 1px currentColor;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	/***************************************
	INDUCTION PAGE CSS
	****************************************/
	.indbox_bg{
		width: auto;
		margin: 0;
	}
	.indbox{
		border-top: none;
		border-left: none;
		border-right: none;
		margin: 0;
		padding: 20px 0;
	}
	.indbox:after{
		content: '';
		width: 12px;
		height: 12px;
		background: #fff;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		bottom: -7px;
		left: calc(50% - 6px);
	}
	.indbox_l,
	.indbox_r{
		display: table-cell;
		vertical-align: middle;
	}
	.indbox_l{
		width: 55px;
		text-align: center;
		border: none;
	}
	.indbox_l span{
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 18px;
		padding-top: 4px;
	}
	.indbox_l span:after{
		font-size: 10px;
		line-height: 10px;
		width: 100%;
		position: absolute;
		top: 22px;
		left: calc(50% - 17.5px);
	}
	.indbox_l span.bk_span{
		font-size: 10px;
		line-height: 10px;
		border-radius: 2px;
		padding-top: 3px;
	}
	.indbox_r{
		padding: 0 10px 0 0;
	}

	/***************************************
	SHOP NARROW
	****************************************/
	.shopmenu_fix + .narrow{
		margin-top: 5px;
	}
	.narrow{
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0 10px;
		background: none;
	}
	.narrow .nbt{
		position: relative;
		width: 100%;
		font-size: 15px;
		line-height: 44px;
		margin-right: 0;
		padding: 0 15px;
	}
	.narrow .nbt:before{
	  content: '';
	  width: 10px;
	  height: 10px;
	  border-top: solid 1px currentColor;
	  border-right: solid 1px currentColor;
	  position: absolute;
	  top: calc(50% - 9px);
	  right: 12px;
	  -webkit-transform: rotate(135deg);
	          transform: rotate(135deg);
	}
	.narrow .nbt.active:before{
	  content: '';
	  position: absolute;
	  width: 18px;
	  height: 1px;
	  border: none;
	  position: absolute;
	  top: 21px;
	  right: 7px;
	  background-color: currentColor;
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	}
	.narrow .nbt.active:after{
	  content: '';
	  position: absolute;
	  width: 18px;
	  height: 1px;
	  position: absolute;
	  top: 21px;
	  right: 7px;
	  background-color: currentColor;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	.narrow .nbt em{	font-size: 12px;}
	.narrow .nbt.active{
		border-radius: 3px;
	}
	.narrow ul{
		display: none;
		overflow: hidden;
		padding: 0;
		width: auto;
		position: static;
		border-radius: 0 0 0 0;
		border: none;
	}
	.narrow li{
		width: auto;
		display: block;
		margin-left: 0;
	}
	.narrow li:last-of-type{
		border-bottom: 1px solid #ddd;
	}
	.narrow li a,
	.narrow li span{
		display: block;
		font-size: 15px;
		line-height: 20px;
		padding: 12px 0;
	}
	.narrow li em{font-size: 11px;}
	.narrow li span.on,
	.narrow li a.on{
		position: relative;
		padding-left: 17px;
	}
	.narrow li span.on:after,
	.narrow li a.on:after{
		content: '';
		color: #000;
		width: 10px;
		height: 4px;
		position: absolute;
		top: 17px;
		left: 0;
		border-bottom: solid 1px currentColor;
		border-left: solid 1px currentColor;
		-webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	/***************************************
	BANNER
	****************************************/
	/** sp_fgb **/
	.sp_fgb{
		border: none;
		padding: 10px 0 5px 0;
	}
	.sp_fgb:before{	display: none;}


	/***************************************
	FONT SIZE CHANGE CSS
	****************************************/
	.fz_btbox{
		text-align: right;
		margin: 0 10px;
		padding: 3px;
	}
	.fz_btbox p{
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		font-weight: bold;
		line-height: 24px;
		padding: 0 5px 0 0;
	}
	.fz_btbox .bt_on,
	.fz_btbox .bt_a{
		width: 60px;
		line-height: 24px;
		margin: 0 1.5px;
	}
	.fz_l{
		font-size: 18px !important;
		line-height: 32px !important;
	}


	/***************************************
	ANCHOR LINK
	****************************************/
	a.anchor{
		display: block;
		padding-top: 43px;
		margin-top: -43px;
	}
	.anchor2{
		display: block;
		margin-top: -93px;
		padding-top: 93px;
	}
	.anchor3{
		display: block;
		margin-top: -119px;
		padding-top: 119px;
	}
}



/*=================================================
 * BT CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.bt_bg{
		width: 100%;
		margin: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	a.bt,
	span.bt,
	input.bt{
		display: block;
		width: 100%;
	}
	.sh_bt_bg{
		margin: 0;
		padding: 0 5px;
	}
	.page_title+.sh_bt_bg{	padding-top: 10px;}
	a.sh_bt , em.sh_bt, span.sh_bt{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 10px);
		font-size: 12px;
		min-width: 0;
		margin: 0 5px;
	}
	a.sh_bt:only-child, em.sh_bt:only-child, span.sh_bt:only-child{
		display: block;
		width: auto;
		margin: 0;
	}

	/** book_bt **/
	#book_bt{
		width: auto;
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	.favo_book_area_bt{
		display: block;
		width: auto;
	}

	/** area_new **/
	.area_new_bt{
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	.area_new_bt_a{
		display: block;
		width: 100%;
	}
}
