/**
 * color.css
 * 背景色、文字色、ボーダー色、リンク色
 */
.cmap-white-bgcolor    { background-color: #ffffff; }
.cmap-white-fgcolor    { background-color: #533021; }
.cmap-white-bdcolor    { border-color: #ffffff; }
.cmap-white-linkcolor  { color: #008dba; }
.cmap-red-bgcolor    { background-color: #c63042; }
.cmap-red-fgcolor    { background-color: #ffffff; }
.cmap-red-bdcolor    { border-color: #ffffff; }
.cmap-red-linkcolor  { color: #ffed5b; }
.cmap-dark-brown-bgcolor    { background-color: #704e33; }
.cmap-dark-brown-fgcolor    { background-color: #ffffff; }
.cmap-dark-brown-bdcolor    { border-color: #ffffff; }
.cmap-dark-brown-linkcolor  { color: #ffed5b; }
.cmap-brown-bgcolor    { background-color: #6e3925; }
.cmap-brown-fgcolor    { background-color: #ffffff; }
.cmap-brown-bdcolor    { border-color: #ffffff; }
.cmap-brown-linkcolor  { color: #ffed5b; }
.cmap-light-brown-bgcolor    { background-color: #ffb3b5; }
.cmap-light-brown-fgcolor    { background-color: #8c565f; }
.cmap-light-brown-bdcolor    { border-color: #ffffff; }
.cmap-light-brown-linkcolor  { color: #008dba; }
.cmap-dark-pink-bgcolor    { background-color: #ff6f9a; }
.cmap-dark-pink-fgcolor    { background-color: #ffffff; }
.cmap-dark-pink-bdcolor    { border-color: #ffffff; }
.cmap-dark-pink-linkcolor  { color: #ffed5b; }
.cmap-pink-bgcolor    { background-color: #ffbbd9; }
.cmap-pink-fgcolor    { background-color: #8c565f; }
.cmap-pink-bdcolor    { border-color: #ffffff; }
.cmap-pink-linkcolor  { color: #7756dc; }
.cmap-light-pink-bgcolor    { background-color: #ffcccc; }
.cmap-light-pink-fgcolor    { background-color: #8c565f; }
.cmap-light-pink-bdcolor    { border-color: #ffffff; }
.cmap-light-pink-linkcolor  { color: #c63042; }
.cmap-light-yellow-bgcolor    { background-color: #fdeec0; }
.cmap-light-yellow-fgcolor    { background-color: #533021; }
.cmap-light-yellow-bdcolor    { border-color: #ffffff; }
.cmap-light-yellow-linkcolor  { color: #008dba; }
.cmap-challenge-light-bgcolor    { background-color: #000000; }
.cmap-challenge-light-fgcolor    { background-color: #000000; }
.cmap-challenge-light-bdcolor    { border-color: #E6FFFF; }
.cmap-challenge-light-linkcolor  { color: #3030FF; }
/**
 * fcolor.css
 */
.fcolor-default { color: #725252; }
.fcolor-white { color: #ffffff; }
.fcolor-blue { color: #7756dc; }
.fcolor-purple { color: #c665fb; }
.fcolor-yellow { color: #e5be00; }
.fcolor-light-blue { color: #a2dbd2; }
.fcolor-light-purple { color: #c565fb; }
.fcolor-dark-green { color: #00b050; }
.fcolor-green { color: #4cab65; }
.fcolor-red { color: #ff0000; }
.fcolor-pink { color: #ff3399; }
.fcolor-light-pink { color: #f66aa6; }
.fcolor-orange { color: #ff7e38; }
.fcolor-dark-yellow { color: #ffb300; }
.fcolor-light-yellow { color: #e5be00; }
.fcolor-black { color: #000000; }
.fcolor-dark-gray { color: #444444; }
.fcolor-gray { color: #c7c7c7; }
.fcolor-brown { color: #8c565f; }
/**
 * fsize.css
 */
.fsize-l { font-size: 18px; }
.fsize-m { font-size: 16px; }
.fsize-s { font-size: 13px; }
.fsize-ss { font-size: 11px; }
.fsize-xss { font-size: 9px; }
/**
 * bdwidth.css
 */
.bdwidth-s { border-width: 1px; }
.bdwidth-m { border-width: 2px; }
.bdwidth-l { border-width: 3px; }
/**
 * bdradius.css
 */
.bdradius-s { border-radius: 5px; }
.bdradius-m { border-radius: 10px; }
.bdradius-l { border-radius: 20px; }
/**
 * margin.css
 */
.mar-auto { margin: auto; }
.mar-t-auto { margin-top: auto; }
.mar-l-auto { margin-left: auto; }
.mar-b-auto { margin-bottom: auto; }
.mar-r-auto { margin-right: auto; }
.mar-v-auto { margin-top: auto;  margin-bottom: auto; }
.mar-h-auto { margin-left: auto; margin-right: auto; }
.mar-s { margin: 1px; }
.mar-t-s { margin-top: 1px; }
.mar-l-s { margin-left: 1px; }
.mar-b-s { margin-bottom: 1px; }
.mar-r-s { margin-right: 1px; }
.mar-v-s { margin-top: 1px;  margin-bottom: 1px; }
.mar-h-s { margin-left: 1px; margin-right: 1px; }
.mar-m { margin: 3px; }
.mar-t-m { margin-top: 3px; }
.mar-l-m { margin-left: 3px; }
.mar-b-m { margin-bottom: 3px; }
.mar-r-m { margin-right: 3px; }
.mar-v-m { margin-top: 3px;  margin-bottom: 3px; }
.mar-h-m { margin-left: 3px; margin-right: 3px; }
.mar-l { margin: 6px; }
.mar-t-l { margin-top: 6px; }
.mar-l-l { margin-left: 6px; }
.mar-b-l { margin-bottom: 6px; }
.mar-r-l { margin-right: 6px; }
.mar-v-l { margin-top: 6px;  margin-bottom: 6px; }
.mar-h-l { margin-left: 6px; margin-right: 6px; }
/**
 * padding.css
 */
.pad-s { padding: 1px; }
.pad-t-s { padding-top: 1px; }
.pad-l-s { padding-left: 1px; }
.pad-b-s { padding-bottom: 1px; }
.pad-r-s { padding-right: 1px; }
.pad-v-s { padding-top: 1px; padding-bottom: 1px; }
.pad-h-s { padding-left: 1px; padding-right: 1px; }
.pad-m { padding: 3px; }
.pad-t-m { padding-top: 3px; }
.pad-l-m { padding-left: 3px; }
.pad-b-m { padding-bottom: 3px; }
.pad-r-m { padding-right: 3px; }
.pad-v-m { padding-top: 3px; padding-bottom: 3px; }
.pad-h-m { padding-left: 3px; padding-right: 3px; }
.pad-l { padding: 6px; }
.pad-t-l { padding-top: 6px; }
.pad-l-l { padding-left: 6px; }
.pad-b-l { padding-bottom: 6px; }
.pad-r-l { padding-right: 6px; }
.pad-v-l { padding-top: 6px; padding-bottom: 6px; }
.pad-h-l { padding-left: 6px; padding-right: 6px; }
/**
 * sy.css
 * アプリ間共通の定義
 */

/**
 * reset
 */
body, p, ul, ol, li {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style-type:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}

/**
 * clearfix
 */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}

/**
 * common
 */
body {
	font-size:16px;
	font-family:sans-serif;
	line-height:1.2;
}
/**
 * app.css
 * アプリ内共通の定義
 */

/**
 * conf
 */
body {
	background-image:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/bg_bluedot.gif);
	color:#725252;
}
a {
	text-decoration:none;
	color:#7756dc;
}

.frame {
    font-size: 13px;
    margin: 0 auto;
    width: 300px;
    padding: 3px 6px;
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* YahooPFのCSS打ち消し用*/
#glcl_area *{
	font-weight:initial;
}
#glcl_area img[width="80px"] {
	width: 80px !important;
}
#glcl_area img[width="100px"] {
	width: 100px !important;
}
#glcl_area img[width="106px"] {
	width: 106px !important;
}
/**
 * navigator
 */
div.navigator{
	width:280px;
	margin:10px auto;
}


div.navigator-img{
	float:left;
}

div.navigator-arrow{
	background-image:url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/common/navigator-arrow.png);
	width:15px;
	height:18px;
	float:left;
	position:relative;
	z-index:2;
	top:20px;
}

div.navigator-comment{
	float:left;
	width:164px;
	padding:10px;
	margin:1px 0px 5px -3px;
	background-color:#ffffff;
	-webkit-border-radius:5px;
	border: 2px solid #e1beab;
	position:relative;
	z-index:1;
	text-align:left;
}
.beginner div.navigator-comment{
	width:174px;
}

div.navigator-comment span{
	color:#8c565f !important;
}

.block-small{
	font-size:14px;
}

.greeting-msg {
	border: 2px solid #F11267;
	margin: 10px;
    padding: 10px;
    -webkit-border-radius: 10px;
	text-align: center;
	background-color: #ffffff !important;
}

.image_checkbox input[type="checkbox"] {
	position:relative;
	top:35px;
}

.text-middle3{
	margin: 3px auto 0px auto;
	width: 260px;
	font-size:14px;
	line-height:17px;
}
/**
 * layout.css
 */

/**
 * postion
 */
.pos-relative { position: relative !important; }
.pos-absolute { position: absolute !important; }
.pos-fixed    { position: fixed    !important; }

/**
 * overflow
 */
.over-auto      { overflow:   auto    !important; }
.over-hidden    { overflow:   hidden  !important; }
.over-visible   { overflow:   visible !important; }
.over-x-auto    { overflow-x: auto    !important; }
.over-x-hidden  { overflow-x: hidden  !important; }
.over-x-visible { overflow-x: visible !important; }
.over-y-auto    { overflow-y: auto    !important; }
.over-y-hidden  { overflow-y: hidden  !important; }
.over-y-visible { overflow-y: visible !important; }

/**
 * float
 */
.left  { float: left  !important; }
.right { float: right !important; }

/**
 * clear
 */
.clear   { clear: both  !important; }
.clear-l { clear: left  !important; }
.clear-r { clear: right !important; }

/**
 * text-align
 */
.align-left   { text-align: left   !important; }
.align-center { text-align: center !important; }
.align-right  { text-align: right  !important; }

/**
 * vertical-align
 */
.align-middle { vertical-align: middle !important;}
.align-bottom { vertical-align: bottom !important;}
.align-top    { vertical-align: top    !important;}

/**
 * display
 */
.disp-none {
	display: none !important;
}
.disp-block {
	display: block !important;
}
.disp-inline {
	display: inline !important;
}

/**
 * visibility
 */
.show {
	visibility: visible !important;
}
.hide {
	visibility: hidden !important;
}

/**
 * width
 */
.width-0   { width:   0%; }
.width-5   { width:   5%; }
.width-10  { width:  10%; }
.width-15  { width:  15%; }
.width-20  { width:  20%; }
.width-25  { width:  25%; }
.width-30  { width:  30%; }
.width-35  { width:  35%; }
.width-40  { width:  40%; }
.width-45  { width:  45%; }
.width-50  { width:  50%; }
.width-55  { width:  55%; }
.width-60  { width:  60%; }
.width-65  { width:  65%; }
.width-70  { width:  70%; }
.width-75  { width:  75%; }
.width-80  { width:  80%; }
.width-85  { width:  85%; }
.width-90  { width:  90%; }
.width-95  { width:  95%; }
.width-100 { width: 100%; }

/**
 * list horizontal
 */
ul.list-horizontal {
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
}
ul.list-horizontal > li {
	overflow-x: hidden;
	overflow-y: auto;
	display: inline;
	float: left;
}

/**
 * list vartical
 */
ul.list-vartical {
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
}
ul.list-vartical > li {
	overflow-x: hidden;
	overflow-y: auto;
	clear: both;
}

/**
 * ui.css
 * UIに関するアニメーション等の定義
 */
@-webkit-keyframes fadein{
	0%{
		opacity:0;
	}
	100%{
		opacity:1.0;
	}
}

.fadein{
	-webkit-animation-name:fadein;
	-webkit-animation-duration:0.2s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-play-state:running;
	opacity:1.0;
}

@-webkit-keyframes fadeout{
	0%{
		opacity:1.0;
	}
	100%{
		opacity:0;
	}
}

.fadeout{
	-webkit-animation-name:fadeout;
	-webkit-animation-duration:0.2s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-play-state:running;
	opacity:0;
}

@-webkit-keyframes up{
	0%{
		opacity:1.0;
		-webkit-transform: translate3d(74px, 100px, 0px);
	}
	100%{
		opacity:0;
		-webkit-transform: translate3d(74px, 50px, 0px);
	}
}

.up{
	-webkit-animation-name:up;
	-webkit-animation-duration:0.5s;
	-webkit-animation-timing-function:ease-out;
	-webkit-animation-play-state:running;
	oacity:0;
}

@-webkit-keyframes fall{
	0%{
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	5%{
		-webkit-transform: translate3d(4px, 4px, 0px);
	}
	10%{
		-webkit-transform: translate3d(8px, 13px, 0px);
	}
	15%{
		-webkit-transform: translate3d(12px, 27px, 0px);
	}
	20%{
		-webkit-transform: translate3d(16px, 50px, 0px);
	}
	25%{
		-webkit-transform: translate3d(20px, 78px, 0px);
	}
	30%{
		-webkit-transform: translate3d(24px, 100px, 0px);
	}
	35%{
		-webkit-transform: translate3d(28px, 84px, 0px);
	}
	40%{
		-webkit-transform: translate3d(32px, 75px, 0px);
	}
	45%{
		-webkit-transform: translate3d(36px, 72px, 0px);
	}
	50%{
		-webkit-transform: translate3d(40px, 75px, 0px);
	}
	55%{
		-webkit-transform: translate3d(44px, 84px, 0px);
	}
	60%{
		-webkit-transform: translate3d(48px, 100px, 0px);
	}
	65%{
		-webkit-transform: translate3d(52px, 88px, 0px);
	}
	70%{
		-webkit-transform: translate3d(56px, 83px, 0px);
	}
	75%{
		-webkit-transform: translate3d(60px, 84px, 0px);
	}
	80%{
		-webkit-transform: translate3d(64px, 90px, 0px);
	}
	85%{
		-webkit-transform: translate3d(68px, 98px, 0px);
	}
	90%{
		-webkit-transform: translate3d(70px, 96px, 0px);
	}
	95%{
		-webkit-transform: translate3d(72px, 100px, 0px);
	}
	100%{
		-webkit-transform: translate3d(74px, 100px, 0px);
	}
}

.fall{
	-webkit-animation-name:fall;
	-webkit-animation-duration:1.2s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-play-state:running;
	-webkit-transform: translate3d(74px, 100px, 0px);
	position:relative;
}

@-webkit-keyframes blink{
	0%{
		opacity:1;
	}
	50%{
		opacity:0.2;
	}
	100%{
		opacity:1;
	}
}

.blink {
	-webkit-animation-name:blink;
	-webkit-animation-duration:1.2s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count: infinite;
}


/* for .menu_quest */
.menu_quest {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -30px -35px;
	width: 30px;
	height: 35px;
}

/* for .menu_mission */
.menu_mission {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -30px -35px;
	width: 30px;
	height: 35px;
}

/* for .menu_setup */
.menu_setup {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -462px 0;
	width: 30px;
	height: 29px;
}

/* for .menu_gacha */
.menu_gacha {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -432px 0;
	width: 30px;
	height: 30px;
}

/* for .menu_faq */
.menu_faq {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -372px 0;
	width: 30px;
	height: 29px;
}

/* for .menu_comment */
.menu_comment {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -342px 0;
	width: 30px;
	height: 27px;
}

/* for .menu_history */
.menu_history {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -312px 0;
	width: 30px;
	height: 25px;
}

/* for .menu_catalog */
.menu_catalog {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -282px 0;
	width: 30px;
	height: 28px;
}

/* for .menu_closet */
.menu_closet {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -252px 0;
	width: 30px;
	height: 35px;
}

/* for .menu_collection */
.menu_collection {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -222px 0;
	width: 30px;
	height: 23px;
}

/* for .closet_wear */
.closet_wear {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -144px 0;
	width: 25px;
	height: 25px;
}

/* for .closet_wear */
.closet_favourite {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/closet/icon_heart_sp.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -2px 0;
	width: 25px;
	height: 25px;
}

/* for .quest_heart */
.quest_heart {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -119px 0;
	width: 25px;
	height: 22px;
}
/* for .quest_deco */
.quest_deco {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -76px 0;
	width: 20px;
	height: 22px;
}

/* for .my_minus */
.my_minus {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -20px 0;
	width: 20px;
	height: 20px;
}

/* for .my_plus */
.my_plus {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: 0 0;
	width: 20px;
	height: 20px;
}

/* for .menu_arrow */
.menu_arrow {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -40px 0;
	width: 18px;
	height: 20px;
}

/* for .common_balloon */
.common_balloon {
	background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/sprite/icons.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	background-position: -58px 0;
	width: 18px;
	height: 14px;
}
/**
 * base.css
 * 新デザイン用のcss
 */

/* 一番大枠のサイズ設定 */
/* =================共通項目================== */
.btn_ll{ width:260px; }
.btn_l{ width:200px; }
.btn_ml{ width:150px; }
.btn_m{ width:120px; }
.btn_s{ width:90px; }
.btn_ll > a { width: 220px; }
.btn_l > a { width: 160px; }
.btn_ml > a { width: 110px;  }
.btn_m > a { width: 80px;  }
.btn_s > a { width: 50px;  }

.btn_ll_form > form > input { width:260px; }
.btn_l_form > form > input { width:200px; }
.btn_m_form > form > input { width:120px; }
.btn_s_form > form > input { width:90px; }

.bg_pink{ background-color: #ff6f9a; }
.bg_skin_pink_dark{ background-color: #FB6198 !important;background-image:none !important; }
.bg_top_notice{ background-color: #DEB9FF !important;background-image:none !important; }
.bg_light_pink{ background-color: #ffcccc; }
.bg_light_brown{ background-color: #ffb3b5; }
.bg_blue{ background-color: #71aee9; }
.bg_pink_strip{ background-color:#8A4E57; background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/bg_stripe.gif); }
.bg_white{ background-color:#FFFFFF; }

.fg_default{ color: #725252 !important; }
.fg_purple{ color: #c565fb !important; }
.fg_green{ color: #00b050 !important; }
.fg_dark_green{ color: #31859c !important; }
.fg_light_green{ color: #4cab65 !important; }
.fg_pink{ color: #ff3399 !important; }
.fg_light_pink{ color: #f66aa6 !important; }
.fg_orange{ color: #ff7e38 !important; }
.fg_blue{ color: #7756dc !important; }
.fg_dark_blue{ color: #004e86 !important; }
.fg_red{ color: #ff0000; }
.fg_yollow{ color: #e5be00; }
.fg_brown{ color: #8c565f; }

.margin_l_-5 { margin-left: -5px; } 
.margin_l_8 { margin-left: 8px; }
.margin_r_-5 { margin-right: -5px; }
.margin_r_8 { margin-right: 8px; }
.margin_t_-3 { margin-top:-3px; }
.margin_t_3 { margin-top:3px; }
.margin_b_-3 { margin-bottom:-3px; }
.margin_b_3 { margin-bottom:3px; }

.space_0   { height: 0px; margin: 0px; padding: 0px;   }
.space_2   { height: 5px; margin: 0px; padding: 0px;   }
.space_4  { height: 10px; margin: 0px; padding: 0px;  }
.space_8  { height: 20px; margin: 0px; padding: 0px;  }
.padding_5 { padding:5px; }
.padding_10 { padding:10px; }
.padding_15 { padding:15px; }

.float_left{ float:left; }
.float_right{ float:right; }

.w_25{ width: 25%; }
.w_33{ width: 33%; }
.w_50{ width: 50%; }
.w_100{ width: 100%; }

.font_xl { font-size: 18px; }
.font_l { font-size: 16px; }
.font_m { font-size: 14px; }/*標準文字サイズ*/
.font_s { font-size: 12px; }
.font_xs { font-size: 10px; }

.txt_left { text-align: left; }
.txt_center { text-align: center; }
.txt_right { text-align: right; }

.txt_bold { font-weight: bold; }

.img { border:0; }
.img_s { width:60px; }
.img_m { width:80px; }
.img_l { width:213px; }
.img_border_r{ border-radius:10px; }

.wrap_image_60  .img-wrapper > img{ width:60px !important; height:60px !important; }
.no_margin_bottom { margin-bottom:0px !important; }
.clear_both{ clear:both; }
.line_height_0 { line-height:0 !important; }
.line_height_2 { line-height:2 !important; }

/* TODO: float:left などを実装 */

/* form系のeffectを実装 */;
select{ font-size:18px; }

div.select_choice {
	position: relative;
	display: inline-block;
	margin: 0px; padding: 1px;
    background: rgba(170,170,170,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(85,85,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(85,85,85,1) 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(85,85,85,1) 100%); /* IE */
    background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(85,85,85,1) 100%); /* FF */
}
div.select_choice:after, .div.select_choice:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.animation_layer {
	overflow: hidden;
	display: block;
	background: 0 0 transparent no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
.animation_wrapper {
overflow: hidden;
display: inline-block;
/*position: relative;*/
}
.select_choice {
	color: #945942;
	font-size: 16px;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	border-radius: 3px;
	border: none;
	background-color: #FFFCFC;
}
.submit_button{
	color: rgb(58, 58, 58);
	background: rgb(240, 240, 231);
	border: 1px solid rgb(211, 205, 205);
	height:27px;
	font-size:16px;
	vertical-align:middle;
}
/* ブリンク */
.txt_pickup_blink {
	text-shadow: 0px 0px 10px rgba(163, 241, 255, 1);
	-webkit-animation-name: "txt_pickup";
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes "txt_pickup" {
	0%{opacity: 0}
	100%{opacity: 1}
}
#wrapper_default {
	width:320px;
	margin:auto;
	overflow:hidden;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

h1,h2,h3,h4,h5,h6,li,p,span {
	word-break:break-all;
}

img.noimg{ display:none; }

hr { border: none; margin: 0px; padding: 0px; }
/**
 * header
 */
header {
	/*background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/navi.png) no-repeat 0 0;*/
	background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/new_navi.png) no-repeat 0 -50px;
	background-size:320px;
	margin:0; padding:0; width:320px;
	height:50px;
}
header.mypage {
	/*background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/navi.png) no-repeat 0 -50px;*/
	background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/new_navi.png) no-repeat 0 0;
}
header > nav > ul > li { float:left; }
header > nav > ul > li > a { display:block; height:52px; width:64px; }
header > nav > ul > li > a > span { visibility:hidden; }

/**
 * footer
 */
footer > nav {
	background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/navi.png) no-repeat 0 -100px;
	margin:0; padding:0; width:321px; height:100px;
}

footer > nav > ul > li { float:left; }
footer > nav > ul > li > a { display:block; height:50px; width:107px; }
footer > nav > ul > li > a > span { visibility:hidden; }

/**
 * copyright
 */
div.footer_enish{
	background-color:#71aee9;
	color:#fff;
	font-style:normal;
	padding:1px 0px 3px 0px;
	text-align:center;
	text-shadow: 0px 1px 1px #333333;
}
div.copyright{
	height:23px;
	text-align: center;
}
/**
 * h1 マイショップでキラキラの画像を挟む感じの
 */
h1 {
	display:block;
	font-size: 19px;
	font-weight: bold;
	padding:4px 0;
	margin:auto;
	color:#FFF !important;
 	text-shadow: 1px 1px 2px #333333;
	text-align:center;
}
.AGP_footer_h1{
    font-size: 15px;
    font-weight: 700;
    color: #888 !important;
    padding-left: 14px;
    margin-bottom: 9px;
    padding-top: 16px;
    	text-shadow: 0px 0px 0px #333333;
    text-align: left;
}
h1 span{
	color:#FFF !important;
}
h1.headline,h1.square,h1.headline-square{
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/bg_stripe_02.gif);
}
h1.headline {
    width: 300px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
h1.basic {
	font-size: 19px;
	padding:6px 0;
	margin:0;
}
h1.headline,
h1.basic
{
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/bg_stripe_02.gif);
}
h1.headline img.kira_l,
h1.headline img.kira_r,
h1.basic img.kira_l,
h1.basic img.kira_r
{
	height:17px; width:30px;
}
h1 img.kira_l{
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -84px 0;
	margin-right:5px;
}
h1 img.kira_r {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -54px 0;
	margin-left:5px;
}
h1.square,
h1.headline-square {
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

/* 平面のListを作成する */
div.float_list{
	width: 300;
}
ul.float_list {
	margin:0 auto;
	width: 300px;
}
ul.float_list > h1:first-child{
	padding: 10px 0px;
}
ul.float_list  h1{
	width:100% !important;
}
ul.float_list > li:not(:first-child),
ul.float_list > li:not(:last-child){
	border-right-width: 1px;
	border-left-width: 1px;
}
ul.float_list li.title,
ul.float_list li.title-square,
ul.float_list li.footer{
	background-color:#8A4E57; background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/bg_stripe.gif);
}
ul.float_list li.footer{
	padding:0px 0px;
}
ul.float_list > li.title {
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    color: #FFF !important;
    text-shadow: 1px 1px 2px #333333;
    text-align: center;
}
ul.float_list > li.title-square{
	font-weight: bold;
	color:#FFF !important;
 	text-shadow: 1px 1px 2px #333333;
	text-align:center;
}
ul.float_list > li.footer,
ul.float_list > li.white_footer {
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
ul.float_list > li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F9F6F9));
    background: #FFF;
    background: -moz-linear-gradient(top center, #fff 0%, #F9F6F9 100%);
    background: linear-gradient(top center, #fff 0%, #F9F6F9l 100%);
    border-bottom-color: #CFBDC1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CFBDC1;
    border-right-color: #CFBDC1;
    padding: 10px 0px;
}
ul.last_radius li:last-child,
li.bottom_radius {
    -webkit-border-radius: 0px 0px 13px 13px;
    border-radius: 0px 0px 13px 13px;
}
ul.first_radius li:first-child,
li.top_radius {
    -webkit-border-radius: 13px 13px 0px 0px;
    border-radius: 13px 13px 0px 0px;
}

/* float_box */
.float_box,
.float_box_head {
    -webkit-border-radius: 13px;
    border-radius: 13px;
    box-shadow: 1px 1px 3px #4796c8;
    -webkit-box-shadow: 1px 1px 3px #4796c8;
    border-color: #8a4e57;
    border-style: solid;
    border-width: 2px;
    margin: 0 auto;
    width: 300px;
    background-color: #FFFFFF;
    text-align: center;
}
.float_box.radius_top {
	-webkit-border-top-left-radius:13px;
	-webkit-border-top-right-radius:13px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
}
.float_box_head{
	border-bottom-width:0px;
	margin-bottom:0px;
}
.float_box > h1:first-child{
	padding:10px 0px;
}
.float_box > .navi-chaunk-parent {
    -webkit-border-radius: 13px;
    border-radius: 13px;
    width: 300px;
}
.float_box.tag,
.yellow_frame ,
.white_frame {
    background: #fff9df;
    width: 300px;
    padding: 7px 6px;
    border-width: 2px;
    border-style: solid;
    border-color: #8c565f;
    color: #8c565f;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 3px #4796c8;
    -webkit-box-shadow: 1px 1px 3px #4796c8;
}
.white_frame > .text-nomargin{
	margin:auto;
	padding:0px;
}
.yellow_frame {
	margin:4px auto;
	border-color:#ff3399;
}
.white_frame {
	margin:0px auto;
	background:#FFFFFF;
}

.clear_top_radius{
	margin-top: 0px;
	border-top-width:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
}
.float_box.has_button li:last-child {
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
}
.tag > form {
	margin:0px 4px 6px;
    text-align: start;
}
.tag > form > input,
.tag > form > textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px;
    padding: 4px;
    width: 100%;
}
.tag textarea {
    overflow: scroll;
}
.tag a {
	color:#F39;
}
.float_box.banner {
    background: #fff9df;
    width: 300px;
    padding: 6px 6px;
    border-width: 2px;
    border-style: solid;
    border-color: #8c565f;
    color: #8c565f;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 3px #4796c8;
    -webkit-box-shadow: 1px 1px 3px #4796c8;
}
.float_box.banner a > span {
	color:#ff6600;
	border-bottom:solid 1px #ff6600;
}
.float_box.info {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #4796C8;
    -webkit-box-shadow: 1px 1px 3px #4796C8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFF9D5;
    border-color: #D2F7FD;
    border-style: solid;
    border-width: 2px;
    margin: 10px;
    padding: 6px 6px;
    width: 300px;
}
.float_box.info > p > span {
	color:red;
}

.float_box.catalog > h2 {
	background-color: #FCC;
	border-bottom-color: #CFBDC1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #8A4E57;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding: 6px 8px;
	text-align: center;
}
.float_box.catalog > h2 > span {
	color:#F39;
}
.float_box.catalog > div.go_to_buy {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/bg_stripe_02.gif);
	border:0;
}
.float_box.catalog > div.go_to_buy > p:first-child {
	color:#fff;
	font-weight: bold;
	font-size: 19px;
}
.float_box.catalog > div.go_to_buy > p:first-child > span {
	color:#FFED5B;
}
.float_box.catalog > div > p {
	padding:10px;
}

.float_box.ranking {
	background:#FFB3B5;
}

.float_box.ranking .menu {
	background-color: #FCC;
	border-bottom-color: #CFBDC1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #8A4E57;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding: 6px 8px;
	text-align: center;
}
.float_box.ranking .menu div span {
	margin:0 3px;
}

.float_box.ranking .list {
	background:#FFF;
	padding-top:2px;
}
.float_box.ranking .list .image-text-parent {
	margin:0 auto;
}

.float_box.ranking .noranking {
	background:#FFF;
	padding:10px 0;
	-webkit-border-bottom-left-radius:13px;
	-webkit-border-bottom-right-radius:13px;
}

/* header_menu */
#header_menu {
	width:300px;
}
#header_menu > h1 {
    margin: 0px;
    padding: 2px 2px 0px 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/menu/header_sp.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 100%;
    height: 40px;
    text-align: right;
}
#header_menu > h1 > a {
    display:inline-block;
    width: 27px;
    height: 27px;
    margin: 5px;
    background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/menu/button_close_circle_sp.png) no-repeat center top;
    -webkit-background-size:100% auto;
}
#header_menu > div {
    margin: 0px 4px;
    padding: 10px 0px 0px;
}
#header_menu > div > h2 {
    margin:0px;
    text-align: left;
}
#header_menu > div > ul {
    margin:0px -6px 0px -2px;
    text-align: left;
    font-size: 0px;
    line-height: 0px;
}
#header_menu > div > ul > li {
	display: inline-block;
    width:70px;
    height:70px;
	margin:2px;
    padding: 0px;
}
#header_menu > div > ul > li > a {
	display:block;
}
#header_menu > div > ul > li > a > img {
    display:block;
    width:100%;
    height:100%;
}
#header_menu > div > hr {
    clear: both;
    margin: 2px 0px;
    height: 4px;
    background: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/menu/line_sp.gif);
}
#header_menu > p {
    clear: both;
}
#header_menu > p > a > img {
    margin: 10px 0px;
}
#header_menu > p > a > img {
    width: 137px;
    height: 39px;
}
/* notice */
div.notice {
	background:#DEB9FF;
	color:#8c565f;
	font-size:13px;
	margin:0px;
	text-align:center;
	padding:7px 5px;
	width:310px;
}
div.notice > ul > li {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9966cc;
    -webkit-box-shadow: 1px 1px 2px #9966cc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/arrow_01.gif) no-repeat 294px center;
}
div.notice > ul > li:not(:last-child) {
	margin-bottom:5px;
}
div.notice > ul > li > a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color:#7756dc;
	text-decoration:none;
	text-align:left;
	padding:14px 5px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
}
div.notice > ul > li.gacha > a {
	padding:5px;
	height:48px;
}
div.notice > ul > li.gacha > a > span {
	color:#F39
}
div.notice > ul > li.gacha > a:nth-child(1) {
	float:left;
	width:48px;
}
div.notice > ul > li.gacha > a:nth-child(2) {
	padding-left:0px;
}
.float_box div.notice {
	width:auto;
}

div.shop.other {
	margin-bottom:6px;
}

div.navi-list-right {
	margin:0 auto 10px;
	text-align:center;
	width:300px;
}
div.navi-list-right > ul > li {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #96C;
    -webkit-box-shadow: 1px 1px 2px #96C;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
    color: #8C565F;
    margin: 0 auto 2px;
    padding: 8px;
}
div.navi-list-right > ul > li > a {
	color: #8C565F;
	display:block;
	text-align:right;
}
div.navi-list-right > ul > li > a > img {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -114px 0;
	width:10px !important;
	height:16px;
	vertical-align:middle;
	margin-left:10px;
	margin-top:-2px;
}
div.float-box-navi {
	text-align:center;
	width:300px;
}
div.float-box-navi > ul > li {
	color: #8C565F;
	margin: 0 auto 2px;
	padding: 8px;
	border-top-width:1px;
	border-top-style:dashed;
}
div.float-box-navi > ul > li > a {
	color: #8C565F;
	display:block;
	text-align:right;
	margin-right:20px;
}
div.float-box-navi > ul > li > a:after{
	content: "";
	position: absolute;
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -114px 0;
	margin-left: 10px;
	width:10px !important;
	height:16px;
}

/**
 * list
 */
ul.list {
	text-align:left;
}
ul.list > li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #FFF), color-stop(100%, #f9f6f9)
    );
    background: #FFF;
    background: -moz-linear-gradient(left top, #fff 0%, #f9f6f9 100%);
    background: linear-gradient(left top, #fff 0%, #f9f6f9 100%);
    border-bottom-color: #cfbdc1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 6px 6px;
}
ul.list > li > a {
	display:block;
	padding:6px 3px;
	width:95%;
}

/* simple_log */
ul.list.simple_log > li {
	padding-top:8px;
}
ul.list.simple_log > li > a {
	display:block;
	padding:0px 8px 8px 8px;
	width:292px;
}
ul.list.simple_log > li > time {
	margin-left:8px;
}

/* face_log */
ul.list.log_thumbnail > li {
	width:100%;
	padding:8px;
}
ul.list.log_thumbnail > li > div {
	float:left;
}
ul.list.log_thumbnail > li > ul {
	float:right;
	width:200px;
    min-height: 85px;
}
ul.list.log_thumbnail.others_view {
	border-top:0;
}
ul.list.log_thumbnail.chevron > li {
	width:100%;
    padding:0px;
}
ul.list.log_thumbnail.chevron > li > div > a {
    float:inherit;
}
ul.list.log_thumbnail.chevron > li > div > a > div {
	float:left;
}
ul.list.log_thumbnail.chevron > li > div > a > ul {
	float:right;
	width:190px;
    min-height: 85px;
}
ul.list.log_thumbnail.chevron > li > div > a > ul > li {
    width: 160px;
}
/* post_form */
form.post_form {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #8a4e57;
    text-align: left;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #FFF), color-stop(100%, #f9f6f9)
    );
    background: #FFF;
    background: -moz-linear-gradient(left top, #fff 0%, #f9f6f9 100%);
    background: linear-gradient(left top, #fff 0%, #f9f6f9 100%);
    padding: 10px;
    text-align: center;
    border-bottom-color: #cfbdc1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
form.post_form > p {
	color:#F39;
	font-size:13px;
}

form.post_form input[type="text"] {
	border: solid #DFBB9B 2px;
	padding: 3px 6px;
	border-radius: 5px;
	width: 150px;
}
form.post_form input[type="submit"] {
	border: solid #DFBB9B 2px;
	border-radius: 10px;
	font-size: 16px;
}
/* form-comment */
.form-comment-container input[type="text"].block,
.form-comment-container textarea.block {
    display: block;
    box-sizing: border-box;
    margin: 10px auto;
    width: 280px;
    font-size: 16px;
}
.form-comment-container textarea.block {
    font-size: 16px;
    height: 70px;
}

/* ===== パーツ毎のCSS ========== */
/**
 * ボタン系
 */
/* button */
.button {
	font-weight: normal;
	text-align:center;
	margin-bottom:6px;
}
.button.yellow {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #fff1cd), color-stop(100%, #ffe7a9)
    );
    background: #fff1cd;
    background: -moz-linear-gradient(left top, #fff1cd 0%, #ffe7a9 100%);
    background: linear-gradient(left top, #fff1cd 0%, #ffe7a9 100%);
    border: solid 2px #FFF;
    font-weight: bold;
    margin: 6px auto;
    padding: 5px 0;
    vertical-align: middle;
}
.button.yellow > a
,.button.yellow > span
,.button.yellow > p > a
,.button.yellow > p > span {
	color:#725252;
	padding: 5px 15px;
}
.button.yellow > a > img
,.button.yellow > p > a > img {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -146px 0;
	height:22px;
	margin-right:2px;
	vertical-align:bottom;
	width:22px;
}
.button.yellow.close > a > img {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -124px 0;
	height:22px;
	margin-right:2px;
	width:22px;
}
.button.yellow.disabled {
    background: #FFF;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0%, #a9a9a9), color-stop(100%, #a9a9a9)
	);
    background: -moz-linear-gradient(left top, #a9a9a9 0%, #a9a9a9 100%);
    background: linear-gradient(left top, #a9a9a9 0%, #a9a9a9 100%);
	border: solid 2px #FFF;
}
.button.disabled {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #725251;
    display: inline-block;
    font-weight: bold;
    margin: 6px auto;
    padding: 8px 0;
    vertical-align: middle;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #a9a9a9), color-stop(100%, #a9a9a9)
    );
    background: #a9a9a9;
    border: solid 2px #FFF;
}

.form-button.disabled {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
    margin: 6px auto;
    vertical-align: middle;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #a9a9a9), color-stop(100%, #a9a9a9)
    );
    background: #a9a9a9;
    border: solid 2px #FFF;
}

.button.blue {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #75b4ff), color-stop(49%, #88bdff),
            color-stop(50%, #75b4ff), color-stop(100%, #66acff)
    );
    background: #75b4ff;
    background: -moz-linear-gradient(left top, #75b4ff 0%, #88bdff 49%, #75b4ff 50%, #66acff 100%);
    background: linear-gradient(left top, #75b4ff 0%, #88bdff 49%, #75b4ff 50% #66acff 100%);
    text-shadow: 1px 1px 1px #333333;
}
.button.blue > a {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 2px;
    padding: 6px 16px;
}
.button.blue > a > span{
	color: #FFFFFF !important;
}
.button.default {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #fc789f), color-stop(49%, #fd8cac),
            color-stop(50%, #fc789f), color-stop(100%, #fc6390)
    );
    background: #fc789f;
    background: -moz-linear-gradient(top, #fc789f 0%, #fd8cac 49%, #fc789f 50%, #fc6390 100%);
    background: linear-gradient(left top, #fc789f 0%, #fd8cac 49%, #fc789f 50% #fc6390 100%);
    display: inline-block;
    text-shadow: 1px 1px 1px #333333;
}
.button.default > a
,.button.default > span {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 2px;
    padding: 6px 16px;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #FC789F), color-stop(49%, #FD8CAC),
            color-stop(50%, #FC789F), color-stop(100%, #FC6390)
    );
    background: #FC789F;
    background: -moz-linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    background: linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50% #FC6390 100%);
    text-shadow: 1px 1px 1px #333;
}
.button.default.default_disabled {
	background: darkGray;
	text-shadow: 0px;
}
.button.default.default_disabled > span {
	color: #725252;
	display:block;
	font-weight: normal;
	background: darkGray;
	text-shadow: none;
}

.button.default > a > span,
.button.blue > a > span,
.button.default > a > div,
.button.blue > a > div
{
	color:#FFFFFF !important;
}
.button.gray {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #fff), color-stop(100%, #f0d0ce)
    );
    background: #f0d0ce;
    background: -moz-linear-gradient(left top, #fff 0%, #f0d0ce 100%);
    background: linear-gradient(left top, #fff 0%, #f0d0ce 100%);
    border: solid 1px #935a62;
    display: inline-block;
    font-weight: bold;
    margin: 6px auto;
    vertical-align: bottom;
}
.button.gray  a {
	color:#8a4e57;
	display:block;
	padding: 6px 15px;
/*	width:140px; */
}
.button.pink {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #FC789F), color-stop(49%, #FD8CAC),
            color-stop(50%, #FC789F), color-stop(100%, #FC6390)
    );
    background: #FC789F;
    background: -moz-linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    background: linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50% #FC6390 100%);
    border: solid 1px #8A4E57;
    color: white;
    font-weight: bold;
    margin: 12px auto;
    padding: 5px 0;
    text-shadow: 1px 1px 1px #333;
    vertical-align: bottom;
}
.button.pink > a {
	color:#fff;
	padding: 6px 15px;
}

.button.flash {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC789F), color-stop(49%, #FD8CAC), color-stop(50%, #FC789F), color-stop(100%, #FC6390));
    background: #FC789F;
    background: -moz-linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    background: linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50% #FC6390 100%);
    border: solid 1px #8A4E57;
    color: white;
    font-weight: bold;
    padding: 5px 5px;
    text-shadow: 1px 1px 1px #333;
    vertical-align: bottom;
    display: inline-block;
    width: 120px;
    margin: 10px 10px;
    font-size: 13px;
}

.random_put .button {
	margin-top:10px;
}

.horizontal_buttons {
    margin:0px auto;
    text-align:center;
    width:300px;
}

.horizontal_buttons > div {
    display:inline;
    margin:5px;
}

/*========================== 動画用 ==========================*/
.carousel-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.carousel-list li {
	text-align: center;
	width: 256px;
	height: 72px;
}
.carousel-list.responsive {
	width: auto;
	margin-left: 0;
}

/* 汎用的なcss */
/* ===== hrタグで使用する縦空間調整用のCSS ========== */
.table_div {
	display: table;
	width: 100%;
}
.table_div > div {
	display: table-cell;
}
ul.list-sort {
	margin: 0px; padding: 0px;
	text-align: center;
	list-style: none;
	width: 100%;
}
ul.list-sort li {
	margin: 0px; padding: 0px;
	display: inline-block;
}
ul.list-sort li p {
}
ul.list-sort li.list2 {
	width: 49%;
}
ul.list-sort li.list3 {
	width: 32%;
}
ul.list-sort li.list4 {
	width: 25%;
}
.tab_menu {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	display: table;
	list-style: none;
}
.tab_menu li {
    position: relative;
    display: table-cell;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 3px #000;
    font-size: 14px;
    height: 30px;
    width: 1%; /* 幅均等 */
    border: #575146 1px solid;
    box-shadow: 0 0 0 1px #514f4f;
    -webkit-box-shadow: 0 0 0 1px #514f4f; /* outer stroke */
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.1)), color-stop(48%, rgba(73, 95, 103, 0.1)), color-stop(50%, rgba(73, 95, 103, 1)), to(rgba(0, 0, 0, 0.1))), url("https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/common/btn_bg4.png");
    background: rgba(0, 0, 0, 0.1);
}

.tab_menu li a {
	display: block;
	width: 100%;
	height: 100%;
}

.tab_menu p {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	width:100%;
	text-decoration:underline;
	text-shadow:
		0px 0px 1px rgba(42, 119, 148, 1) , 1px 0px 1px rgba(42, 119, 148, 1) , -1px 0px 1px rgba(42, 119, 148, 1) , 0px -1px 1px rgba(42, 119, 148, 1) , 0px 1px 1px rgba(42, 119, 148, 1)  ;
}
.tab_menu li.active p {
	color: #e8f9f9;
	font-weight: bold;
	text-shadow:
		0px 0px 1px rgba(42, 119, 148, 1) , 0px 0px 2px rgba(42, 119, 148, 1) , 0px 0px 3px rgba(42, 119, 148, 1) ,
		1px 0px 1px rgba(42, 119, 148, 1) , 1px 0px 2px rgba(42, 119, 148, 1) , 1px 0px 3px rgba(42, 119, 148, 1) ,
		-1px 0px 1px rgba(42, 119, 148, 1) , -1px 0px 2px rgba(42, 119, 148, 1) , -1px 0px 3px rgba(42, 119, 148, 1) ,
		0px -1px 1px rgba(42, 119, 148, 1) , 0px -1px 2px rgba(42, 119, 148, 1) , 0px -1px 3px rgba(42, 119, 148, 1) ,
		0px 1px 1px rgba(42, 119, 148, 1) , 0px 1px 2px rgba(42, 119, 148, 1) , 0px 1px 3px rgba(42, 119, 148, 1) ;
	text-decoration: none;
}

.tab_menu li.active {
    /*選択中のタブ。色を変える等*/
    border: #6c6c6c 1px solid;
    box-shadow: 0 0 0 1px #6c6c6c;
    -webkit-box-shadow: 0 0 0 1px #6c6c6c;
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.1)), color-stop(48%, rgba(73, 95, 103, 1)), color-stop(50%, rgba(73, 95, 103, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://sl.syapp.jp/v10001/@noop/fwrs/img-sp/common/btn_bg4.png");
    background: rgba(0, 0, 0, 0.1);
}

.tab_menu li.active a{/*選択中のタブのリンクカラー*/
    color: #e8f9f9;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(42, 119, 148, 1);
}

.paging {
	text-align:center;
	padding: 10px 0px;
}

/* tab_area */
div.tab_area {
	margin-bottom:10px;
}

div.tab_area > ul.areacontent_tab {
	text-align:center;
}

div.tab_area > ul.areacontent_tab > li {
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    background: #ff6f9a;
    border: 2px solid #894d57;
    color: #894d57;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 2px;
    padding: 8px 4px 7px 4px;
    width: auto;
}

div.tab_area.font_small > ul.areacontent_tab > li {
	font-size:11px;
}

div.tab_area > ul.areacontent_tab > li.active {
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    border-top: 2px solid #894d57;
    border-left: 2px solid #894d57;
    border-right: 2px solid #894d57;
    border-bottom: 2px solid #ffb3b5;
    background: #ffb3b5;
}

div.tab_area > ul.areacontent_tab li.active a {
	color:#894d57;
}

div.tab_area > ul.areacontent_tab li a {
	color:#fff;
}

div.tab_area > ul.areacontent_tab:after {
	content: "";
	display: block;
	clear: both;
}

.areacontent_frame {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #894d57;
    background: #ffb3b5;
    width: 300px;
    margin: -2px auto 0px;
    padding-top: 15px;
    box-shadow: 1px 1px 3px #4796c8;
    -webkit-box-shadow: 1px 1px 3px #4796c8;
    text-align: center;
}

.areacontent_frame > div.areacontent  {
	width:100%;
	display:table;
	background:#FFF;
}

.areacontent_frame.no_submenu {
    padding-top:0px;
}

.areacontent_frame.no_submenu > div.areacontent  {
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -moz-border-top-left-radius:15px;
    -moz-border-top-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}

.areacontent_frame > div.areacontent > div.left_position {
	width:20px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.areacontent_frame > div.areacontent > div.left_position > a > img {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -85px -22px;
	height:38px;
	width:15px;
}
.areacontent_frame > div.areacontent > div.window {
	width:100%;
	vertical-align: middle;
	display:none;
	min-height:300px;
}
.areacontent_frame > div.areacontent > li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F9F6F9));
    background: #FFF;
    background: -moz-linear-gradient(left top, #fff 0%, #F9F6F9 100%);
    background: linear-gradient(left top, #fff 0%, #F9F6F9 100%);
    border-bottom-color: #CFBDC1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CFBDC1;
    border-right-color: #CFBDC1;
    padding: 10px 0px;
}
.areacontent_frame > div.tab-bottom {
	background: #fff;
	height: 15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
    -moz-border-bottom-left-radius:15px;
    -moz-border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}

.areacontent > .image-grid{
	margin:10px auto !important;
}

div.tab_area > div.areacontent_frame > div.areacontent > div.window div.nothing {
	padding-top:130px;
}

div.tab_area.plot > div.areacontent_frame > div.areacontent > div.window {
	min-height:254px;
}

div.tab_area > div.areacontent_frame > div.areacontent > div.right_position {
	width:20px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
div.tab_area > div.areacontent_frame > div.areacontent > div.right_position > a > img {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/icons.png) no-repeat -100px -22px;
	height:38px;
	width:15px;
}

div.tab_area > div.areacontent_frame > div.areacontent > .window ul {
	line-height:1;
	padding:6px 0 0 6px;
	text-align:center;
}

div.tab_area > div.areacontent_frame > div.areacontent > .window ul > li {
	float:left;
	margin:0 9px 8px 0;
}
div.tab_area > div.areacontent_frame > div.areacontent > .window ul > li > div.level-gauge {
	height:12px;
}
div.tab_area > div.areacontent_frame > div.areacontent > .window ul > li > div.level-gauge span.image > img {
	vertical-align:middle;
}
div.tab_area > div.areacontent_frame > div.areacontent > .window ul.vertical_list > li {
	margin-bottom:0;
}
div.tab_area > div.areacontent_frame > div.areacontent > .window ul > li:nth-child(4n) {
	margin-right:0;
}

div.tab_area > div.areacontent_frame > div.areacontent > .window ul > li > a > img {
	width:60px;
	height:60px;
}

div.tab_area > div.areacontent_frame > div.areacontent > .window ul.area {
	color: #e63e55;
}

div.tab_area > div.areacontent_frame > div.areacontent > .window .link {
	margin-bottom:10px;
}

div.tab_area > div.areacontent_frame > div.header_menu {
	margin-top:-10px;
}

div.tab_area > div.areacontent_frame > div.header_menu,
div.tab_area > div.areacontent_frame > div.footer_menu{
	width:100%;
	padding:5px 0px;
	text-align:center;
}

.navigator {
	padding:10px;
}

.float_box .navigator {
	margin:0 auto;
	padding:0;
}

.tutorial_navi {
	background:#fabed7;
}

.tutorial_navi .navigator {
	margin:0 auto;
}


hr.line_flower_pink {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/line_flower_pink.gif) repeat-x 0 0;
	height:13px;
	margin:3px 11px;
}
hr.line_dotted {
	background:url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/line_broken_01.gif) repeat-x 0 0;
	height:3px;
	margin:3px 15px;
}

.navi-chunk-parent{
	display: table;
	margin: auto;
	width: 300px;
	-webkit-border-radius:0px 0px 10px 10px;
	padding: 5px 0px;
}
.navi-chunk-parent div{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.navi-chunk-prev div.button,
.navi-chunk-next div.button {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #fff1cd), color-stop(100%, #ffe7a9)
    );
    background: #fff1cd;
    background: -moz-linear-gradient(left top, #fff1cd 0%, #ffe7a9 100%);
    background: linear-gradient(left top, #fff1cd 0%, #ffe7a9 100%);
    width: 60px;
    margin: 1px 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 3px 10px;
    vertical-align: middle;
    color: #725252;
}
.navi-chunk-prev div.button > img,
.navi-chunk-next div.button > img
{
	height : 20px;
	width  : 20px;
	float : left;
}
.navi-chunk-prev> div.button {
	float: left;
}
.navi-chunk-next > div.button {
	float: right;
}
.navi-filter {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navi-filter:not(.navi-last):after {
	content:"|";
}

.navi-filter a{
	color:#7756dc;
	text-decoration:underline;
}

.navi-filter-parent div.default_selected{
}

.navi-filter-parent div.default_selected a{
}

.text,
.text-list,
.image-grid,
.app-payment-price,
.navi-filter-parent,
.table,
.table-list {
    text-align: center;
    padding: 3px 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.app-payment-price table{
	margin:auto;
}
.image{
	text-align:center;
	line-height:0;
}

.border-image{
	line-height: 0;
}

.text-underline{
	text-decoration: underline;
}

.form-button,
.form-submit {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: #fc78a0;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #fc78a0), color-stop(49%, #ff7ea3),
            color-stop(50%, #fc78a0), color-stop(100%, #dd7ea3)
    );
    background: -moz-linear-gradient(top, #fc78a0 0%, #ff7ea3 49%, #fc78a0 50%, #dd7ea3 100%);
    background: linear-gradient(top, #fc78a0 0%, #ff7ea3 49%, #fc78a0 50% #dd7ea3 100%);
    text-shadow: 1px 1px 1px #333333;
}

.form-button input[type="submit"],
.form-submit input[type="submit"] {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 2px;
    padding: 6px 16px;
    text-shadow: 1px 1px 1px #333;
}
ul.tile{
}
ul.tile > li{
	float:left;
	padding:1px;
	text-align:center;
}
.button2 {
    display: inline-block;
    background: #fc789f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc789f), color-stop(49%, #fd8cac), color-stop(50%, #fc789f), color-stop(100%, #fc6390));
    background: -moz-linear-gradient(left top, #fc789f 0%, #fd8cac 49%, #fc789f 50%, #fc6390 100%);
    background: linear-gradient(left top, #fc789f 0%, #fd8cac 49%, #fc789f 50% #fc6390 100%);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 1px 0px rgba(128, 128, 128, 0.5);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(128, 128, 128, 0.5);
}
.button2.blue {
    display: inline-block;
    background: #75b4ff;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #75b4ff), color-stop(49%, #88bdff),
            color-stop(50%, #75b4ff), color-stop(100%, #66acff)
    );
    background: -moz-linear-gradient(left top, #75b4ff 0%, #88bdff 49%, #75b4ff 50%, #66acff 100%);
    background: -moz-linear-gradient(left top, #fc789f 0%, #fd8cac 49%, #fc789f 50%, #fc6390 100%);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.button2 > span {
    display: block;
    font-weight: bold;
    margin: 2px;
    padding: 6px 11px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}


a:link {
  -webkit-tap-highlight-color:rgba(91,50,5,0.40);
}


/**
 * 反転
 **/
.flip {
	-webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
}

/**
 * 点滅
 **/
@-webkit-keyframes pulse {
	from {
		opacity: 1.0;/*透明度0%*/
	}
	to {
		opacity: 0.2;/*透明度80%*/
	}
}
.blinking{
	-webkit-animation-name: pulse;/* 実行する名前 */
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}

#header_menu {
	position:absolute;
	z-index:9999;
	margin-left:8px;
}

.main_skin {
	background-image: none !important;
	background-color: #e7418f !important;
}
.vertical_align_bottom { vertical-align: bottom; }
.vertical_align_middle { vertical-align: middle; }
.vertical_align_top { vertical-align: top; }

/*新image-text*/
.list_wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #f9f6f9));
    background: -moz-linear-gradient( left top, #fff 0%, #f9f6f9 100%);
    background: linear-gradient( left top, #fff 0%, #f9f6f9 100%);
    border-bottom-color: #cfbdc1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.list_wrapper > .bg > p,
.list_wrapper > .bg > form > p {
	margin:0px;
	padding:0px 5px;
}
block .text_right {
display: inline-block;
vertical-align: top;
font-size: 13px;
width: 175px;
padding: 0px 0px 0px 5px;
text-align: left;
}
block {
display: block;
position: relative;
padding: 5px 0px;
}
div.float_box > div.list_wrapper:last-child {
    -webkit-border-radius: 0px 0px 13px 13px;
    border-radius: 0px 0px 13px 13px;
}

div.float_box > div.text-submit > form > input[type="text"] {
	width: 85%;
}

div.float_box > div.text-submit > form > input[type="submit"] {
    width: 100px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #4796C8;
    -webkit-box-shadow: 1px 1px 3px #4796C8;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #FC789F), color-stop(49%, #FD8CAC),
            color-stop(50%, #FC789F), color-stop(100%, #FC6390)
    );
    /*background: #FC789F;*/
    background: -moz-linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    background: linear-gradient(left top,  #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    border: solid 1px #8A4E57;
    color: white;
    font-weight: bold;
    margin: 6px auto;
    padding: 5px 0;
    text-shadow: 1px 1px 1px #333;
    vertical-align: bottom;
}
div.item-button {
	margin: 5px;
}
div.item_name {
    font-size: 16px;
}
div.select-elm{
    float: left;
    width: 140px;
    text-align: left;
	height: 30px;
}
div.select-elm > select {
    width: 80px;
}

div.text-submit form {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
}
div.text-submit form > p {
    color:#F39;
    font-size:13px;
}
div.text-submit form input[type="text"] {
    border: solid #DFBB9B 2px;
    padding: 3px 6px; border-radius: 5px;
}
form.square-submit input[type="submit"] {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #4796C8;
    -webkit-box-shadow: 1px 1px 3px #4796C8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC789F), color-stop(49%, #FD8CAC), color-stop(50%, #FC789F), color-stop(100%, #FC6390));
    background: #FC789F;
    background: -moz-linear-gradient(left top, #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    background: linear-gradient(left top,  #FC789F 0%, #FD8CAC 49%, #FC789F 50%, #FC6390 100%);
    border: solid 1px #8A4E57;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    height: 35px;
    text-shadow: 1px 1px 1px #333;
    vertical-align: bottom;
    font-size: 16px;
}

div.submit-button {
    margin: auto;
}
div.app-more > div.more-text {
    padding-top: 8px;
    padding-bottom: 8px;
}

div.app-more a {
    margin-right: 10px;
    padding-right: 20px;
    color: #FC7099;
    font-weight: bold;
    background-image: url(https://sl.syapp.jp/v10001/@noop/fwrs/img/newsp/arrow_01.gif);
    background-repeat: no-repeat;
    background-position: top right;

}

div.app-more img {
    width: 95%;
    height: 2px;
}

.arrow-list{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.arrow-list li{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.arrow-list li:last-child{
    border-bottom: 0px;
}
.arrow-list li a{
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}
.arrow-list li a:after{
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    border-color: #FF92A7;
    content: '';
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    vertical-align: top;
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
}
.arrow-list.float_list li a{
    padding: 0px 10px 0px 0px;
}


.click-box a{
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 20px 0px 0px;
    text-decoration: none;
}
.click-box a:after{
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    border-color: #FF92A7;
    content: '';
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    vertical-align: top;
    top: 50%;
    right: 7px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

/*div.avatar-container {*/
	/*margin:auto;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	/*width:180px;*/
/*}*/

img.avatar-layer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
}

div.avatar-container {
    overflow: hidden;
    width: 160px;
    height: 304px;
    position: relative;
}

div.tab_area > ul.more_menu {
	text-align:center;
}

/*
div.tab_area > ul.more_menu > li {
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    background: #ff6f9a;
    border: 2px solid #894d57;
	border-bottom:none;
    color: #894d57;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 8px 4px 7px 4px;
    width: 145px;
}
div.tab_area > ul.more_menu > li.active {
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    border-top: 2px solid #894d57;
    border-left: 2px solid #894d57;
    border-right: 2px solid #894d57;
    border-bottom: none;
    background: #ffb3b5;
}
*/
div.tab_area > ul.more_menu > li {
    background: #ffb3b5;
    border-left: 1px solid #ffb3b5;
    border-right: 1px solid #ffb3b5;
    border-bottom: 1px solid #ffb3b5;
    color: #894d57;
    display: block;
	float:left;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 8px 0px;
    width: 158px;
	box-shadow:0px -20px 10px -20px #fff inset;
}
div.tab_area.font_small > ul.more_menu > li {
	font-size:11px;
    border-left: 1px solid #e7418f;
    border-right: 1px solid #e7418f;
}

div.tab_area > ul.more_menu > li.active {
    background: #e7418f;
    border-left: 1px solid #e7418f;
    border-right: 1px solid #e7418f;
    border-bottom: 1px solid #e7418f;
	box-shadow:none;	
}

div.tab_area > ul.more_menu li.active a {
	color:#fff;
	text-shadow:0px 0px 2px #894d57;
}

div.tab_area > ul.more_menu li a {
	color:#fff;
	text-shadow:0px 0px 2px #894d57;
}

div.tab_area > ul.more_menu:after {
	content: "";
	display: block;
	clear: both;
}

/**
 * snippet image-text-btn
 */
.ex-cont {
	display: flex;
	padding:5px 0 0;
	align-items: center;
}
.ex-cont {
	padding-left: 5px;
}
.ex-cont > .img-box > .sub-txt {
	font-size:12px;
}
.ex-cont > .r-box {
	font-size: 14px;
}
.ex-cont >.r-box > .r-btn {
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
.ex-cont >.r-box > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
}

.ex-cont >.r-box > a:after{
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	vertical-align: top;
	top: 50%;
	right: 7px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

/* Slider */
.slick-slider
{
    position: relative;
	width: 320px;
	margin-left: 30px;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
@media all and (-ms-high-contrast:none) {
	.slick-slider {
		width: 300px !important;
		margin-left: 20px !important;
	}
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
            transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #fdebf1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

	background-image: url( https://sl.syapp.jp/v10001/@noop/fwrs/img/pc/carousel_rightpink_sp.png );
	background-position: center;
	background-repeat: no-repeat;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	background-image: url( https://sl.syapp.jp/v10001/@noop/fwrs/img/pc/carousel_hotpink_sp.png ) !important;
	background-position: center;
	background-repeat: no-repeat;
}
