@charset "Shift_JIS";

/* ############################################################
 * spn:device
 *
 * ------
 * 2012.0601
 * ############################################################ */

/* -----------------------------------------------
 * html5 reset
 * ----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:root ol, :root ul {
	margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

em {
	font-style: normal;
}

img {
	vertical-align: top;
}

ins {
	background-color:#ffff99;
	color:#333333;
	text-decoration:none;
}

#page mark {
	background-color:#ffff99;
	color:#333333; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

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

input, select {
	vertical-align: middle;
}

/* -----------------------------------------------
 * sp_module common
 * ----------------------------------------------- */
#page {
	font: 14px/1.2 sans-serif;
	-webkit-text-size-adjust: none;
}

#page a {
	color: #3266cc;
	vertical-align: baseline;
	text-decoration: none;
}

#reseach_block  a {
	color: #3266cc;
	vertical-align: baseline;
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.pt0 { padding-top: 0 !important; }
.pb10 { padding-bottom: 0px !important; }
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.flL { float: left; }
.flR { float: right; }
.borderNone { border: none !important;}
.borderTop { border-top: 1px solid #dddddd !important;}
.colorBl { color: #000000; }

/* -----------------------------------------------
 * sp_header
 * ----------------------------------------------- */
header .sp_headerInner {
	overflow: hidden;
	padding: 15px 8px 15px 10px;
}

header h1 {
	float: left;
}

header h1 img {
	width: 108px;
	height: 35px;
	margin-right: 15px;
}

header .brandList {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}

header .brandList li {
	display: inline;
	margin-right: 8px;
}

header .brandList li.nicos img {
	margin-top: 3px;
}

header .user {
	width: 100%;
	display: table;
	margin-bottom: 15px;
	padding: 2px 2px 2px 0;
	color: #ffffff;
	font-size: 14px;
	background: #313131;
}

header .user h2 {
	padding: 4px 5px;
	display: table-cell;
	vertical-align: middle;
}
header .mypage {
	width: 90px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz--border-radius: 3px;
	background: -moz-linear-gradient(
		top,
		#c9ad89 0%,
		#71582e 50%,
		#664c23 50%,
		#443010);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c9ad89),
		color-stop(0.5, #71582e),
		color-stop(0.5, #664c23),
		to(#443010));
	box-shadow: 0 0 2px #000000;
	-webkit-box-shadow: 0 0 2px #000000;
	-moz-box-shadow: 0 0 2px #000000;
	text-shadow: 1px 1px 1px #333333;
	-webkit-text-shadow: 1px 1px 1px #333333;
	-moz-text-shadow: 1px 1px 1px #333333;
	white-space: nowrap;
}

header .mypage a {
	color: #ffffff !important;
	display: block;
	background-image: url(../../sp/img/common/icon_mypage_arrow.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	background-size: 5px 8px;
	-webkit-background-size: 5px 8px;
	padding: 10px 10px 10px 8px;
	white-space: nowrap;
}


#page .gnaviWrap {
	background: -moz-linear-gradient(
		top,
		#3c0102 0%,
		#7a0925 50%,
		#7a0925);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3c0102),
		color-stop(0.50, #7a0925),
		to(#7a0925));
	/*border-top: 1px solid #7a0925;*/
}
#page nav #gNavi {
	width: 100%;
	display: table;
	height: 60px;
	margin: 0;
	padding: 0;
}

#page nav #gNavi li {
	width: 20%;
	height: 60px;
	display: table-cell;
	background: -moz-linear-gradient(
		top,
		#8c4450 0%,
		#5f071f 50%,
		#4a0517 50%,
		#2c0906);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#8c4450),
		color-stop(0.50, #5f071f),
		color-stop(0.50, #4a0517),
		to(#2c0906));
	vertical-align: middle;
}

#page nav #gNavi li a {
	width: 20%;
	height: 60px;
	color: #fff;
	font-size: 10.5px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	line-height: 1.4;
	
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #965d6a;
	border-right: 2px solid #1a0101;
}

#page nav #gNavi li:first-child {
	width: 21%;
}

#page nav #gNavi li:first-child a {
	border-left: 0;
	letter-spacing: -0.07em;
	width: 21%;
}

#page nav #gNavi li:last-child {
	width: 19%;
}

#page nav #gNavi li:last-child a {
	border-right: 0;
	width: 19%;
}

#page .gnaviWrap .current {
	background: none !important;
}

#page .pageName{
	margin-top: -15px;
}

#page .pageNavi {
	margin-bottom: 15px;
    padding: 12px 5px 12px 10px;
    position: relative;
    text-align: center;
	font-size: 16px;
	background: #c33257 url(../../sp/img/common/pagenavi_bg.png) repeat-x left top;
	background-size: 10px 42px;
	-webkit-background-size: 10px 42px;
}
#page .pageNavi a {
	width: 47px;
    height: 22px;
    padding: 3px 0 0 5px;
	display: block;
    position: absolute;
    top: 8px;
	left: 10px;
	background: url(../../sp/img/common/button_return.png) no-repeat;
	background-size: 47px 26px;
	-webkit-background-size: 47px 26px;
	color: #333333;
	text-shadow:
		2px 2px 1px rgba(255,255,255,0),
		2px 2px 1px rgba(255,255,255,0.4);
}

#page .pageNavi em {
	font-size: 16px;
	color: #ffffff;
}

#page .pageNavi em.long {
	font-size: 14px;
	color: #ffffff;
	margin-left: 50px;
}

/* -----------------------------------------------
 * sp_contents common
 * ----------------------------------------------- */
#page .headH3a {
	position: relative;
	padding: 8px 10px;
	border-top: 2px solid#816323;
	border-bottom: 1px solid#6e4914;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	background: #7d7c7c url(../../sp/img/common/h3_bg_01.png) repeat-x;
	background-size: 320px 33px;
	-webkit-background-size: 320px 33px;
	text-shadow:
		1px 1px 2px rgba(51,0,0,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}

#page .headH3a:after {
	position: absolute;
	width: 68px;
	height: 33px;
	top: 0;
	right: 0;
	background :url(../../sp/img/common/texture_01.png) no-repeat right 0;
	background-size: 68px 33px;
	-webkit-background-size: 68px 33px;
	content: "";
}

#page .headH3b {
	padding: 8px 10px;
	border-top: 2px solid #706e6b;
	color: #ffffff;
	font-size: 16px;
	background: #6f6d6a url(../../sp/img/common/h3_bg_02.png) repeat-x;
	background-size: 320px 33px;
	-webkit-background-size: 320px 33px;
	text-shadow:
		2px 2px 1px rgba(000,000,000,0.3),
		2px 2px 1px rgba(3,0,3,0.2);
}

#page .headH3dot {
	padding: 8px 10px;
	border-top: 2px dotted #706e6b;
	font-size: 16px;
}

#page .headH4 {
	padding: 8px 10px;
	background: #dddddd;
	color: #333333;
}

#page .txtLink {
	padding: 10px 5px 10px 10px;
	background: #f7efc8;
	text-align: right;
}

#page .txtLinkWh {
	padding: 10px 5px 10px 10px;
	background: #ffffff;
	text-align: right;
}

#page .txtLinkWh a,
#page .txtLink a {
	/*padding-left: 18px;*/
	position: relative;
}
/*
#page .txtLink a:after {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../../sp/img/common/icon_link_arrow01.png) no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
}
*/
#page .blockCommon {
	margin: 0 20px;	
}

/* list */
#page .login li {
	/*display: block;*/
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(../../sp/img/common/icon_link_arrow01.png) no-repeat left 2px;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}

/* button */
#page .btn,
#reseach_block .btn
 {
	margin: 15px auto 25px;
    text-align: center;
}

#page .linkListNolink li ul {
	width: 290px;
	margin: 15px auto 0;
}

#page .linkListNolink li .btn {
    text-align: center;
    float: left;
    border: none;
    margin: 0;
}

#page .btnBrown {
	margin: 15px auto 15px;
}

#page .btn a,
#page .btn button,
#reseach_block .btn a {
	width: 280px;
	height: 32px;
	display: inline-block;
	padding-top: 13px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
/*	text-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		2px 1px 1px rgba(3,0,3,0.2);*/
}

#page .linkListNolink li .btn a {
	width: 135px;
	height: 32px;
	display: inline-block;
	padding-top: 13px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
/*	text-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		2px 1px 1px rgba(3,0,3,0.2);*/
}

#page .btnBase a,
#reseach_block .btnBase a,
#page .btnBrown a,
#page .btnBrown button,
#page .btnOrange a,
#page .btnDarkOrange {
	border-width: 0;
	height: 45px;
	padding-top: 0;
	cursor: pointer;
	background-size: 280px 45px !important;
	-webkit-background-size: 280px 45px !important;
}

#page .linkListNolink li .btnBase a {
	background-size: 135px 45px;
	-webkit-background-size: 135px 45px;
}
#reseach_block .btnBase a,
#page .btnBase a {
	background: url(../../sp/img/common/button_02.png) no-repeat;
	color: #050505;
	text-shadow:
		0px 1px 1px rgba(255,255,255,0.5),
		0px 1px 1px rgba(255,255,255,0.5);
}

#page .linkListNolink li .btnBase a {
	background: url(../../sp/img/common/button_07.png) no-repeat;
	color: #050505;
	text-shadow:
		0px 1px 1px rgba(255,255,255,0.5),
		0px 1px 1px rgba(255,255,255,0.5);
}

#page .btnBase2 a {
	height: 49px;
	padding-top: 12px;
	background: url(../../sp/img/common/button_06.png) no-repeat;
	background-size: 280px 61px;
	-webkit-background-size: 280px 61px;
	color: #050505;
	text-shadow:
		0px 1px 1px rgba(255,255,255,0.5),
		0px 1px 1px rgba(255,255,255,0.5);
}

#page .btnBrown a, #page .btnBrown button {
	background: url(../../sp/img/common/button_01.png) no-repeat;
	color: #ffffff;
}

#page .btnOrange a {
	background: url(../../sp/img/common/button_03.png) no-repeat;
	color: #ffffff;
}

#page .btnDarkOrange {
	width: 280px;
	height: 32px;
	padding-top: 13px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: url(../../sp/img/common/button_05.png) no-repeat;
	border-radius: 3px;
	text-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		2px 1px 1px rgba(3,0,3,0.2);
}

#page .btnBrown2 a {
	height: 49px;
	padding-top: 12px;
	background: url(../../sp/img/common/button_04.png) no-repeat;
	background-size: 280px 61px;
	-webkit-background-size: 280px 61px;
	color: #ffffff;
}

#page .btn .window {
	padding-right: 15px;
	position: relative;
}

#page .btn .window:after {
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;

	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}

#page .btn .pcBlack,
#page .btn .pcWhite,
#page .btn .pcBlue {
	padding-right: 18px;
	position: relative;
}

#page .btn .pcBlack:after,
#page .btn .pcWhite:after,
#page .btn .pcBlue:after {
	margin-top: -6px;
	width: 14px;
	height: 13px;
	background-size: 14px 13px;
	-webkit-background-size: 14px 13px;
	position: absolute;
	top: 55%;
	right: 0;
	content: "";
}

#page .btn .pcBlack:after {
	background: url(../../sp/img/common/icon_pc_black.png) no-repeat;
}

#page .btn .pcWhite:after {
	background: url(../../sp/img/common/icon_pc_white.png) no-repeat;
}

#page .btn .pcBlue:after {
	background: url(../../sp/img/common/icon_pc_blue.png) no-repeat;
}

#page .btn .window:after {
	background: url(../../sp/img/common/icon_window.png) no-repeat;
}

#page .pointTtl{
	text-align: right;
	border-bottom: 1px dotted #cccccc;
	padding: 3px 8px 3px 0 ;
}

#page .linkList li a {
	display: block;
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	border-bottom: 1px solid #bbb09b;
	background: url(../../sp/img/common/icon_list_arrow.png) no-repeat 97.5% 50%;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	color: #666666;
}

#page .linkListNolink li {
	display: block;
	padding: 10px 20px 10px 10px;
	overflow: hidden;
	border-bottom: 1px solid #bbb09b;
	color: #666666;
}

#page .linkListNolink li ul li {
	padding: 0 5px;
}

#page .linkListNolink li.mb50 {
	margin-bottom: 50px !important;
}

#page .lastNone li a {
	border: 0;
}

#page .linkListNolink li .image,
#page .linkList li a .image,
#page .linkList li .linkNone .image {
	float: left;
	padding: 1px;
	width: 53px;
	height: 53px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	overflow: hidden;
}

#page .linkListNolink li .image img,
#page .linkList li a .image img,
#page .linkList li .linkNone .image img {
	width: 53px;
	height: 53px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	vertical-align: bottom;
}

#page .linkListNolink li .txtArea,
#page .linkList li a .txtArea,
#page .linkList li .linkNone .txtArea {
	margin: 0 0 0 75px;
}

#page .linkListNolink li p b,
#page .linkList li a p b,
#page .unicaInner ul li a p b,
#page .linkList li .linkNone p b {
	display: block;
	color: #3266cc;
}

#page .linkListNolink li p img,
#page .linkListTwo li a p img,
#page .linkList li a p b img,
#page .linkList li .linkNone p b img {
	padding: 1px 0 0 5px;
}

#page .linkListNolink li .status,
#page .linkList li a .status,
#page .linkList li .linkNone .status {
	margin: 5px 0 0;
}

#page .linkListNolink li img.iconPc,
#page .linkListTwo li a img.iconPc {
	padding: 1px 0 0 5px;
}

#page .linkListNolink li .status img,
#page .linkList li a .status img,
#page .linkList li .linkNone .status img {
	margin-right: 5px;
}

#page .linkList li a .statusPoint {
	margin-bottom: 8px;
	min-width: 95px;
	display: inline-block;
	color: #ff3333;
	font-size: 10.5px;
	background:url(../../sp/img/common/icon_point_bg.png) no-repeat right 0;
	background-size: 9px 18px;
	-webkit-background-size: 9px 18px;
	padding-right: 5px;
}

#page .linkList li a .pointInner {
	padding: 0px 5px 4px 8px;
	border: 1px solid #ff3333;
	border-right: 0;
	height: 12px;
}

#page .linkList li a .statusPoint span {
	font-weight: bold;
	font-size: 12px;
}

#page .linkListNolink li .detail,
#page .linkList li a .detail {
	font-size: 10.5px;
}

#page .linkList li a .fColor01 {
	color: #9f0100;
	padding-left: 2px;
	font-size: 10.5px;
	vertical-align: top;
}

#page .spBanner {
	margin: 0 10px 15px;
	padding: 10px 0;
	background: #e6e6e6;
	text-align: center;
}

#page .spBanner li {
	margin: 0 0 10px 0;
}

#page .spBanner li:last-child {
	margin: 0;
}

#page .spBanner li img {
	width: 280px;
	height: 57px;
}

#page .pageTop {
	margin: 15px 10px 10px;
	text-align: right;
}

#page .pageTop .pageTopIcon {
	margin-top: -4px;
	background: url(../../sp/img/common/icon_pagetop.png) no-repeat right center;
	background-size: 9px 7px;
	-webkit-background-size: 9px 7px;
	content: "";
	padding-right: 15px;
}

#page ul.anchorList {
	padding: 0 10px 15px 10px;
}

#page ul.anchorList li {
	background: url(../../sp/img/common/icon_link_arrow05.png) no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-position: left 2px;
	margin-top: 3px;
	padding-left: 15px;
}

/*
#page .pageTop a {
	padding-right: 15px;
	position: relative;
}

#page .pageTop a:after {
	margin-top: -4px;
	width: 9px;
	height: 7px;
	background: url(../../sp/img/common/icon_pagetop.png) no-repeat;
	background-size: 9px 7px;
	-webkit-background-size: 9px 7px;
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}
*/
/*------------------------------------------------------------
	sp_footer
------------------------------------------------------------*/
/* device */
footer #device {
	margin: 0 auto 15px;
	width: 260px;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f0efee));
	background: -moz-linear-gradient(center top , #ffffff, center bottom , #f0efee);
	border-radius: 6px;
	border: 1px solid #999999;
	text-align: center;
}

footer #device li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin: 0.5em 0.4em;
	padding: 0.3em 0.2em;
}

footer #device li.sp {
	border-right: 1px solid #cecece;
	padding-right:1.2em;
}

footer #device li.sp span {

}

footer #device li.pc {
}

footer #device li a {
	color: #3266cc;
}

footer p {
	clear: both;
}

footer .ftTxt {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #777777;	
}

footer .sitegroup img {
	width: 135px;
	height: 29px;
}

footer .copyright {
	margin: 10px 0;
	font-size: 12px;
}

footer .copyright span {
	float: right;
}

footer .sp_footer_base {
	padding: 10px;
	border-top: 5px solid #2b0906;
}

footer .sp_footer_base .sitegroup {
	margin: 0 0 10px 0;
}

footer .sp_footer_base ul li {
	background: url(../../sp/img/common/icon_link_arrow01.png) no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-position: left 1px;
	margin-top: 3px;
	padding-left: 15px;
}

/* -----------------------------------------------
 * sp toppage
 * ----------------------------------------------- */
.pbPage #promotionImages {
	height: 140px;
	overflow: hidden;
	opacity: 0;
}

.pbPage #promotion {
	overflow: hidden;
}

/* -----------------------------------------------
 * Flick Slider
 * ----------------------------------------------- */
.pbPage .flickSlideContainer {
	position:relative;
	overflow:hidden;
	width:100%;
}

.pbPage .flickSlideContainer2 {
	position:relative;
	overflow:hidden;
	width:100%;
	background: #000000;
}

.pbPage .moveWrap {
	position:relative;
	top: 0;
	left: 50%;
	margin:0 0 0 -120px;
	width: 240px;
	height:auto;
	-webkit-box-sizing:border-box;
}

.pbPage .moveWrap img {
	width: 200px;
}

.pbPage .slideMask {
	position:absolute;
	top:0;
	left:0;
	-webkit-box-sizing:border-box;
}

.pbPage .moveWrap>ul.move {
	position:relative;
	left: 0;
	top:0;
	list-style:none;
	padding:0;
	margin:0;
	width:10000px;
	-webkit-transition:all 0.6s ease-in-out;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition-duration: 10s;
	-webkit-transition-property: -webkit-transform;
	margin:0;
	padding:0;
	display:none;
}

.pbPage .moveWrap>ul.move li.slideUnit {
	float:left;
	list-style:none;
	margin:0;
	background-size: 200px 11px;
	-webkit-background-size: 200px 11px;
	-moz-background-size: 200px 11px;
	text-align:center;
	-webkit-box-sizing:border-box;
	z-index: 100;
}

.pbPage li.slideUnit>div {
	display:block;
	vertical-align:middle;
	text-align:center;
}

.pbPage .moveWrap>ul.move li.slideUnit div a {
	z-index:1000;
}

/* SlideBottom */
.pbPage #promoBottom {
	position:relative;
	width:100%;
}

.pbPage #promoBottom div.bottomLeft,
.pbPage #promoBottom div.bottomRight {
	position: absolute;
	border:1px #b18844 solid;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 0px 0px inset;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fcfcfc),
		color-stop(0.50, #e1d3bd),
		color-stop(0.50, #ddc49d),
		to(#e4d4ba));
}

.pbPage #promoBottom div.bottomLeft.off,
.pbPage #promoBottom div.bottomRight.off {
	border:1px #cccccc solid;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f0f0f0));
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 1px 1px 1px inset;
}

.pbPage #promoBottom div.bottomLeft {
	left: 0%;
	width: 40px;
	height: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-left: none;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}

.pbPage #promoBottom div.bottomLeft:before {
	margin-top: -5px;
	width: 8px;
	height: 10px;
	background: url(../../sp/img/login/icon_arrow_left.png) no-repeat;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	position: absolute;
	top: 50%;
	left: 14px;
	content: "";
	overflow: hidden;
}

.pbPage #promoBottom div.bottomRight {
	right: 0%;
	width: 40px;
	height: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-right: none;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
}

.pbPage #promoBottom div.bottomRight:after {
	margin-top: -5px;
	width: 8px;
	height: 10px;
	background: url(../../sp/img/login/icon_arrow_right.png) no-repeat;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	position: absolute;
	top: 50%;
	right: 14px;
	content: "";
	overflow: hidden;
}

/* arrow */
.pbPage #promoBottom .arrow {
	position: relative;
	margin: 0 auto;
	width: 240px;
}

.pbPage #promoBottom .arrow .bottomLeft,
.pbPage #promoBottom .arrow .bottomRight {
	position: absolute;
	z-index: 1;
	top: -103px;
	width: 12px;
	height: 28px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.pbPage #promoBottom .arrow .bottomLeft {
	left: -8px;
	background: url(../../sp/img/login/icon_slider_arrow_l.png) no-repeat 0 0;
	background-size: 12px 28px;
	-webkit-background-size: 12px 28px;
	-moz-background-size: 12px 28px;
}

.pbPage #promoBottom .arrow .bottomRight {
	right: -8px;
	background: url(../../sp/img/login/icon_slider_arrow_r.png) no-repeat 0 0;
	background-size: 12px 28px;
	-webkit-background-size: 12px 28px;
	-moz-background-size: 12px 28px;
}

.pbPage #promoBottom .arrow .off {
	display: none;
}

.pbPage #promoBottom div.bottomLeft.arrow:before,
.pbPage .flickSlideBottom div.bottomRight.arrow:before {
	background: none;
}

/* slidePager */
.pbPage .flickSlideBottom ul.slidePager {
	width:100%;
	text-align:center;
	margin:0;
	background: #f1ece4;
}

.pbPage .flickSlideBottom ul.slidePager li.slidePagerPointer {
	display:inline-block;
	background-color:#cccccc;
	width:10px;
	height:10px;
	margin:16px 5px 6px;
	border-radius: 6px;
	-webkit-box-shadow: #333333 0 -1px 1px;
}

.pbPage .flickSlideBottom ul.slidePager li.slidePagerPointer.active {
	-webkit-box-shadow: #333333 0 -1px 1px;
	background-color:#9e0000;
}

.pbPage .flickSlideBottom ul.slidePager2 {
	width:100%;
	text-align:center;
	margin:0;
}

.pbPage .flickSlideBottom ul.slidePager2 li.slidePagerPointer {
	display:inline-block;
	background-color:#cccccc;
	width:10px;
	height:10px;
	margin:16px 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: #333333 0 -1px 1px;
}

.pbPage .flickSlideBottom ul.slidePager2 li.slidePagerPointer.active {
	-webkit-box-shadow: #333333 0 -1px 1px;
	background-color:#9e0000;
}

@media only screen and (orientation : landscape) {}

#page .unica {
	margin: 20px 10px 15px;
	background: #896934;
	padding: 3px;
	border-radius: 3px;
	position: relative;
}

#page .unicaInner {
	border: 2px solid #dcc58e;
	border-radius: 3px;
}

#page .unicaInner li img {
	width: 32px;
	height: 32px;
}

#page .unica h3 {
	padding: 13px 20px 13px 62px;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	word-wrap: break-word;
}

#page .unica h3:after {
	position: absolute;
	width: 106px;
	height: 44px;
	top: 0;
	right: 0;
	background :url(../../sp/img/common/texture_02.png) no-repeat right 0;
	background-size: 106px 44px;
	-webkit-background-size: 106px 44px;
	content: "";
}

#page .unica h3 span {
	position: absolute;
	top: -15px;
	left: 0;
}

#page .unica li {
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e3e3e3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e3e3e3));
}

#page .unica li a {
	display: block;
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	border-bottom: 2px solid #b89b65;
	background: url(../../sp/img/common/icon_list_arrow.png) no-repeat 98% 50%;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	color: #666666;
}

#page .unica li:first-child a {
	padding-top: 20px;	
}

#page .unica li:last-child a {
	border: 0;
}

#page .unica li a .image {
	float: left;
	padding: 1px;
	overflow: hidden;
}

#page .unicaInner ul li .txtArea {
	margin: 0 0 0 40px;
}

#page .webservice {
	margin-bottom: 15px;
	padding: 15px 10px 1px;
	background: #d8d8d8;
}

#page .webservice dl {
	margin-bottom: 15px;
	background: #ffffff;
	border: 1px solid #ababab;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
}

#page .webservice dl dt {
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #ababab;
	padding: 10px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#570318 0%,
		#2c0008);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#570318),
		to(#2c0008));
}

#page .webservice dl dd {
	border-radius: 0 0 8px 8px;
}

#page .webservice dl dd li a {
	display: block;
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	border-bottom: 1px solid #ababab;
	background: url(../../sp/img/common/icon_link_arrow02.png) no-repeat 97.8% 50%;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	color: #010101;
}

#page .webservice dl dd li:last-child a {
	border: 0;
}

#page .webservice dl dd li a img{
	margin-top: 3px;
	margin-left: 3px;
}

#page .webservice p {
	color: #010101;
	text-align: center;
}

/* -----------------------------------------------
 * sp_mypage
 * ----------------------------------------------- */
#page .webservice .useCard {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2c2c2c;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

/* -----------------------------------------------
 * sp_campaign
 * ----------------------------------------------- */
#page .linkList {
	margin-bottom: 15px;
}

#page .linkListTwo li a {
	display: block;
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	background: url(../../sp/img/common/icon_link_arrow02.png) no-repeat 97.5% 50%;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	color: #666666 !important;
}

#page .linkListTwo li span {
	color: #3266cc;
	font-weight: bold;
}

#page .linkListTwo .pcBlue,
.sp_leisure .linkList .pcBlue,
.sp_card_login .login .pcBlue,
.sp_login_detail .pcBlue {
	padding-right: 20px;
	position: relative;
}

#page .linkListTwo .pcBlue:after,
.sp_leisure .linkList .pcBlue:after,
.sp_card_login .login .pcBlue:after,
.sp_login_detail .pcBlue:after{
	margin-top: -6px;
	width: 14px;
	height: 12px;
	background: url(../../sp/img/common/icon_pc_blue.png) no-repeat;
	background-size: 14px 12px;
	-webkit-background-size: 14px 12px;
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}

#page .link {
	background: url(../../sp/img/common/icon_link_arrow01.png) no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-position: left 2px;
	margin-top: 5px;
	padding-left: 15px;
}

.sp_campaign_detail .imgBox {
	margin: 0 10px 15px;
	text-align: center;
}

.sp_campaign_detail .imgBox img {
	width: 300px;
	height: 120px;
}

.sp_campaign_detail .indent {
	padding-left: 10px;
	text-indent: -10px;
}

/* -----------------------------------------------
 * sp_campaign_detail
 * ----------------------------------------------- */
.sp_campaign_detail {
 color: #555;
}

.sp_campaign_detail .campaignInner{
	padding: 10px 9px 0 9px;
}

.pageNaviInner{
	padding: 10px 9px 10px 9px;
	background-color:#FFFFFF;
	color:#555555;
	margin:0;
}

#sp_module .blockType {
	margin: 0 10px 15px;
	text-align: center;
}

#page .statusNavi {
	margin: 0 10px 10px;
}

#page .statusNavi li {
	float: left;
	margin-right: 5px;
}

#page .campaignPeriod {
	margin: 0 10px 15px;
	padding: 1px;
	background: #7d6848;
}

#page .campaignPeriod dt {
	padding: 5px 10px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#page .campaignPeriod dd {
	padding: 10px;
	background: #ffffff;
	color: #333333;
	text-align: center;
}

.sp_campaign_detail p {
	margin: 0 10px 15px;
	color: #555;
}

.sp_campaign_detail .fColor {
	color: #e60000;
}

#page .social {
	margin: 0 2px 25px;
	padding: 10px 3px 10px 3px;
	color: #333333;
	text-align: center;
	background: -moz-linear-gradient(
		top,
		#fefefe 0%,
		#f0efee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fefefe),
		to(#f0efee));
	border-radius: 5px;
	border: 1px solid #cecece;
	text-align: center;
}

#page .social li {
	display: inline-block;
	height: 20px;
	padding: 0 5px;
	vertical-align: middle;
	background: url(../../sp/img/common/img_line_01.png) repeat-y left top;
	background-size: 2px auto;
	-webkit-background-size: 2px auto;
}

#page .social li:first-child {
	padding-left: 0;
	width: 85px;
}

#page .social li:last-child {
	padding-right: 0;
}

.sp_campaign_detail .prize {
	margin: 0 10px 5px;
	border: 2px solid #6bbdf4;
	border-radius: 3px;
	overflow: hidden;
}

.sp_campaign_detail .prize .ttl {
	padding: 3px 10px 5px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	background: -moz-linear-gradient(
		top,
		#97d4f9 0%,
		#6bbdf4 54%,
		#5ab5f2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#97d4f9),
		color-stop(0.54, #6bbdf4),
		to(#5ab5f2));
	font-weight: bold;
}

.sp_campaign_detail .prize .ttl p {
	float: left;
	margin: 0;
	padding: 2px 0 0;
	color: #ffffff;
	text-shadow:
		1px 1px 1px rgba(102,102,102,0.3),
		1px 1px 1px rgba(102,102,102,0.4);
}

.sp_campaign_detail .prize .number {
	float: right;
	min-width: 50px;
	padding: 1px 3px;
	background: #ffffff;
	border-radius: 3px;
	color: #1c9ded;
	font-size: 10.5px;
	text-align: center;
}

.sp_campaign_detail .prize .number span {
	font-size: 16px;
	font-weight: bold;
}

.sp_campaign_detail .prize .prizeInner {
	padding: 10px;
}

.sp_campaign_detail .prize .prizeInner .image {
	width: 135px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

.sp_campaign_detail .prize .prizeInner ul {
}

.sp_campaign_detail .prize .prizeInner ul li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 10px;
	font-weight: bold;
}

.sp_campaign_detail .prize .prizeInner ul li .mark {
	color: #fcd912;
}

.sp_campaign_detail .prize .prizeInner ul li .fwNormal {
	font-size: 9px;
}

#page .ovf {
    overflow: hidden;
}

#page .imgBoxL,
#page .imgBoxR {
	overflow: hidden;
}

#page .imgBoxL .fltImg {
    float: left;
	overflow: hidden;
    margin-right: 10px;
}

#page .imgBoxR .fltImg {
    float: right;
	overflow: hidden;
    margin-left: 10px;
}

.sp_campaign_detail .bonus {
	margin: 0 10px 15px;
	text-align: center;
}

.sp_campaign_detail .bonus img {
	width: 100%;
}

.sp_campaign_detail .imgBoxR {
	margin: 0 10px 15px;
	border: 2px solid #eba8c4;
	padding: 10px;
}

.sp_campaign_detail .imgBoxR p {
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
}

.sp_campaign_detail .imgBoxR .people {
	color: #df6f9e;	
}

.sp_campaign_detail .imgBoxR .people span {
	font-size: 16px;
}

.sp_campaign_detail .dlType {
	margin: 0 10px 15px;
}

.sp_campaign_detail .dlType dt {
	font-weight: bold;
}

.sp_campaign_detail .dlType dd {
	margin-bottom: 3px;
}

.sp_campaign_detail .linkListTwo a {
	color: #3266cc !important;
	padding: 10px 25px 10px 10px !important;
}

.sp_campaign_detail .txtBase {
	margin: 0;
	padding: 0 10px 10px;
	border-bottom: 1px solid #dddddd;
}

.sp_campaign_detail .listType {
	margin: 0 10px 15px;
}

.sp_campaign_detail .listType dt {
	margin-bottom: 10px;
	padding: 15px 0 5PX;	
	font-weight: bold;
	border-bottom: 1px solid #555555;
}

#page .headAtan {
	position: relative;
	padding-left: 25px;
	display: block;
}

#page .headAtan:after {
	margin-top: -7px;
	width: 16px;
	height: 14px;
	background: url(../../sp/img/common/icon_attention.png) no-repeat;
	background-size: 16px 14px;
	-webkit-background-size: 16px 14px;
	position: absolute;
	top: 50%;
	left: 5px;
	content: "";
}

.sp_campaign_detail dl.caution dt{
	float: left;
	width: 15px;
}

.sp_campaign_detail dl.caution dd{
	padding-left: 15px;
}

.sp_campaign_detail .process {
	margin: 10px 0 0;
	border: 1px solid #cccccc;
}

.sp_campaign_detail .process dt {
	padding: 10px;
	background: #666666;
	color: #ffffff;
	font-weight: bold;
}

.sp_campaign_detail .process dd {
	padding: 10px;
	line-height: 0;
}

.sp_campaign_detail .process li {
	margin-bottom: 4px;
	line-height: 1;
}

.sp_campaign_detail .process li span {
	float: left;
	margin-right: 10px;
	padding: 3px 5px;
	background: #cccccc;
	display: block;
	color: #555;
	border-radius: 10px;
	font-weight: bold;
	line-height: 1.2;
}

.sp_campaign_detail .listOther {
	margin: 0 0 15px;
	font-weight: bold;
}

.sp_campaign_detail .listOther li {
	margin-bottom: 10px;
}

.sp_campaign_detail .listOther li img {
	vertical-align: middle;
}

.sp_campaign_detail .listOther span {
	vertical-align: middle;
}

.sp_campaign_detail .campaingName {
	color: #570101;
	font-size: 16px;
	font-weight: bold;
}

.sp_campaign_detail ul.cardRegist{
	border-top: 1px solid #d5d5d5;
}

.sp_campaign_detail ul.cardRegist li{
	color: #555555;
	font-size: 13px;
	line-height: 1.2;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
}

.sp_campaign_detail ul.cardRegist li span{
	color: #999999;
}

.sp_campaign_detail .back{
	background-image: url(../../sp/img/common/icon_link_arrow04.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	padding-left: 15px;
}

.sp_campaign_detail dl.email{
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
}

.sp_campaign_detail dl.email dt{
	float: left;
	width: 25px;
	padding-right: 10px;
}

#page .accConts2 {
	display: none;	
}

#page .accHead li a {
	background: url(../../sp/img/common/icon_close.png) no-repeat 97.5% 50%;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
}

#page .accHead.open li a {
	background: url(../../sp/img/common/icon_open.png) no-repeat 97.5% 50%;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
}

#page .tabConts {
	margin: 0 10px 0;
}

#page .tabConts .ui-tabs-hide {
	display: none;
}

#page .tabConts .idTabs {
	position: relative;
	border-bottom: 2px solid #242424;
	zoom: 1;
}

#page .tabConts p {
	margin: 0 0 15px;
}

#page .tabConts .idTabs {
	width: 100%;
	display: box;
	display: -webkit-box;
	display: -moz-box;
}

#page .tabConts .idTabs li {
	margin-right: 4px;
	width: 33%;
}

#page .tabConts .idTabs li:first-child {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

#page .tabConts .idTabs li:nth-child(2) {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
}

#page .tabConts .idTabs li:last-child {
	margin-right: -4px;
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
}

#page .tabConts .idTabs li a {
    display: block;
	padding: 10px 0;
	color: #555;
	text-align: center;
	background: -moz-linear-gradient(
		top,
		#d0d0d0 0%,
		#c4c4c4 40%,
		#c1c1c1 40%,
		#c1c1c1 95%,
		#c1c1c1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d0d0d0),
		color-stop(0.40, #c4c4c4),
		color-stop(0.40, #c1c1c1),
		color-stop(0.95, #c1c1c1),
		to(#c1c1c1));
	border: 1px solid #c2c2c2;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	/*
	-moz-box-shadow:
		0px 2px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 2px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(255,255,255,0.6);
	*/
	border-bottom: 0;
}

#page .tabConts .idTabs li.ui-tabs-selected a {
	color: #ffffff;
	font-weight: bold;
	background: -moz-linear-gradient(
		top,
		#777777 0%,
		#5c5c5c 40%,
		#4c4c4c 40%,
		#4c4c4c 95%,
		#4c4c4c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#777777),
		color-stop(0.40, #5c5c5c),
		color-stop(0.40, #4c4c4c),
		color-stop(0.95, #4c4c4c),
		to(#4c4c4c));
	border: 1px solid #515151;
	/*
	-moz-box-shadow:
		0px 2px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(158,158,158,0.6);
	-webkit-box-shadow:
		0px 2px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(158,158,158,0.6);
	*/
	text-shadow:
		0px 1px 1px rgba(000,000,000,1),
		0px 1px 1px rgba(255,255,255,0.2);
	border-bottom: 0;
}

#page .tabConts .tabContsInner {
	margin-top: 10px;
}

/* -----------------------------------------------
 * sp_campaign_thanks
 * ----------------------------------------------- */
.sp_campaign_thanks h3 {
	margin-bottom: 15px;
}

.sp_campaign_thanks p {
	margin: 0 10px 15px;
	color: #555;
}

.sp_campaign_thanks .campaingName {
	color: #570101;
	font-size: 16px;
	font-weight: bold;
}

.sp_campaign_thanks .fColor {
	color: #3266CC;	
}

.sp_campaign_thanks .campaingTxtBox {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/* -----------------------------------------------
 * sp_leisure
 * ----------------------------------------------- */
#page .dlTypeCom {
	margin: 0 10px 15px;
	color: #555;
}

#page .dlTypeCom dt {
	font-weight: bold;
}

#page .dlTypeCom dd {
	margin-bottom: 10px;
	padding-left: 15px;
}

.sp_leisure .other {
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;	
}

.sp_leisure .txt {
	margin: 0 10px 15px;
}

.sp_leisure .linkList .linkNone {
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	border-top: 1px solid #bbb09b;
	border-bottom: 1px solid #bbb09b;
	color: #333333;
}

.sp_leisure .linkList li .detail {
	color: #666;
	font-size: 10.5px;
}

#page .btmNone a {
	border-bottom: 0 !important;
}

.sp_leisure .elMenu {
	margin-bottom: 15px;
	text-align: center;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	display: table;
	width: 100%;
}

.sp_leisure .elMenu li {
	width: 33%;
	display: table-cell;
	vertical-align: middle;
}

.sp_leisure .elMenu li:nth-child(2) {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

.sp_leisure .elMenu li:last-child {
	width: 34%;
}

.sp_leisure .elMenu li a {
	display: block;
	padding: 10px 0;
}

.sp_leisure .elMenu li a img {
	width: 92px;
	height: 26px;
}

/* -----------------------------------------------
 * sp_area_top
 * ----------------------------------------------- */
.sp_area_top p {
	margin: 0 10px 15px;
	color: #333333;
}
 
.sp_area_top .areaMenu {
	border-top: 1px solid #ababab;
	margin-bottom: 15px;
}

.sp_area_top .areaMenu li {
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}

.sp_area_top .areaMenu li a {
	display: block;
	padding: 15px 25px 15px 10px;
	overflow: hidden;
	background: url(../../sp/img/common/icon_link_arrow02.png) no-repeat 96% 50%;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	font-weight: bold;
}


/* -----------------------------------------------
 * sp_card_login
 * ----------------------------------------------- */
.sp_card_login .cardList {
	margin: 15px 10px 15px;
}

.sp_card_login .cardList li {
	margin-bottom: 5px;
}

.sp_card_login .cardList .image {
	float: left;
	margin-right: 10px;
}

.sp_card_login .cardList .image img {
	width: 106px;
	height: 50px;
}

.sp_card_login .cardList img {
	display: block;
	margin-bottom: 5px;
}

.sp_card_login .cardList p {
	font-weight: bold;
	color: #555;
}

#page .linkList3rd li a {
	position: relative;	
	display: block;
	padding: 15px 10px 15px 25px !important;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

#page .linkList3rd li a:after {
	background: url(../../sp/img/common/icon_link_arrow03.png) no-repeat;
	background-size: 9px 13px;
	-webkit-background-size: 9px 13px;
	
	margin-top: -7px;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
}

#page .linkList3rd li span {
	color: #3266cc;
	font-weight: bold;
}

.sp_card_login .login {
	margin-bottom: 15px;
	padding: 0 10px 15px;
	border-bottom: 1px solid #999999;
}

.sp_card_login .login li:last-child {
	margin-bottom: 0 !important;
}

.sp_card_login .formBox {
	margin: 0 10px 0;
	color: #555;
}

.sp_card_login .formBox dt {
	margin-bottom: 5px;
}

.sp_card_login .formBox dd {
	margin-bottom: 10px;
}

.sp_card_login .formBox dd:last-child {
	margin-bottom: 0;
}

.sp_card_login .formBox input {
	width: 98%;
}

.sp_card_login .errMessage {
	margin: 0 10px 15px;
	color: #c00;
}

.sp_campaign_detail table.prizeList{
	width: 100%;
	font-size: 12px;
	margin-top: 25px;
}

.sp_campaign_detail table.prizeList th{
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	padding: 5px;
}

.sp_campaign_detail table.prizeList td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	padding: 5px;
}


/* -----------------------------------------------
 * sp_shop_detail
 * ----------------------------------------------- */
.sp_shop_detail {
	color: #555555;
	font-size: 14px;
}

.sp_shop_detail .shopInner{
	padding: 10px 9px 0 9px;
}

.sp_shop_detail .shopInner p.shopImg{
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-right: 5px;
}

.sp_shop_detail .shopInner p.caption{
	color: #654c28;
	font-weight: bold;
	margin-top: 10px;
}

.sp_shop_detail .shopInner li.remark{
	font-size: 13px;
	margin-top: 15px;
}
.sp_shop_detail .shopInner p.attention{
	margin-top: 10px;
	margin-bottom: 10px;
}

.sp_shop_detail .shopInner p.reccomend{
	color: #570101;
	font-size: 17px;
	font-weight: bold;
}

.sp_shop_detail .shopInner ul.annotation{
	font-size: 13px;
	margin-top: 20px;
}

.sp_shop_detail .shopInner dl.reccomendPeriod{
	text-align: center;
	border-top: 1px solid #570101;
	border-left: 1px solid #570101;
	margin-top: 10px;
}

.sp_shop_detail .shopInner dl.reccomendPeriod dt{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	background-color:#570101;
	border-bottom: 1px solid #570101;
	border-right: 1px solid #570101;
	padding: 5px;
}

.sp_shop_detail .shopInner dl.reccomendPeriod dd{
	font-size: 13px;
	border-bottom: 1px solid #570101;
	border-right: 1px solid #570101;
	padding: 5px;
}

.sp_shop_detail .shopInner dl.otherInfo dl{
	font-size: 13px;
}

.sp_shop_detail .shopInner dl.otherInfo dt{
	color:  #570101;
	font-weight: bold;
	margin-top: 15px;
}

.sp_shop_detail .shopInner dl.otherInfo dd{
	margin-bottom: 15px;
}

.sp_shop_detail .shopInner table.shopInfo{
	width: 100%;
	margin-bottom: 15px;
}

.sp_shop_detail .shopInner table.shopInfo th{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	padding: 5px;
}

.sp_shop_detail .shopInner table.shopInfo td{
	font-size: 12px;
	background-color: #e1e1e1e;
	border: 1px solid #cccccc;
	padding: 5px;
}

.sp_shop_detail .shopInner p.campaignName a{
	color: #3266cc;
	font-size: 15px;
	font-weight: bold;
}

.sp_shop_detail .shopInner dl.period{
	font-size: 13px;
}

.sp_shop_detail li a .txtArea ul.status{
	height: 13px;
}

.sp_shop_detail li a .txtArea ul.status li{
	float: left;
}

.sp_shop_detail li a .txtArea p.access{
	font-size: 12px !important;
	margin-top: 5px;
}

.sp_shop_detail li a .txtArea p.logo{
	margin-top: 5px;
}

#page .linkListTwo li p.detail,
#page .unicaInner ul li .txtArea p.detail,
.sp_shop_detail li a .txtArea p.detail{
	font-size: 10.5px !important;
	margin-top: 5px;
}

.sp_shop_detail li a .txtArea p.reccomend{
	color: #9f0100 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin-top: 5px;
}

.sp_shop_detail .shopInner .specilTtl{
	color: #654c28;
	font-size: 14px;
	font-weight: bold;
}

.sp_shop_detail .shopInner .specilDescription{
	color: #555555;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sp_shop_detail .borderTop{
	border-top: 1px solid #bbb09b !important;
}

.sp_shop_detail .areaSearch{
	text-align: center;
	border-bottom: 1px solid #ababab;
	padding-bottom: 15px;
}

.sp_shop_detail .shopInner input.freeWord{
	width: 286px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.sp_shop_detail .shopInner select.category{
	width: 302px;
	margin-top: 5px;
}

.sp_shop_detail .shopInner ul.subMenu{
	text-align: left;
	border-top: 1px solid #d5d5d5;
	margin-top: 15px;
}

.sp_shop_detail .shopInner ul.subMenu li{
	padding: 5px;
	border-bottom: 1px solid #d5d5d5;
}

.sp_shop_detail .shopInner .subCategory{
	background-image: url(../../sp/img/shop/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 55px 15px;
	-webkit-background-size: 55px 15px;
	margin-top: 10px;
	padding-top: 20px;
}

.sp_shop_detail .searchResult{
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}

.sp_shop_detail .searchResult .value{
	color: #cc0000;
	font-weight: bold;
}

.sp_shop_detail ul.search{
	width: 100%;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.sp_shop_detail ul.search li{
	float: left;
}

.sp_shop_detail ul.search li.reSearch{
	width: 50%;
	background-image: url(../../sp/img/common/icon_open.png);
	background-repeat: no-repeat;
	background-position: 95% 15px;
	background-size: 13px 9px;
	-webkit-background-size: 13px 9px;
}

.sp_shop_detail ul.search li.reSearch a{
	display: block;
	width: 100%;
	height: 22px;
	text-align: left;
	padding: 13px 0 5px 0;
}

.sp_shop_detail ul.search li.sort{
	width: 50%;
	text-align: center;
	background-color: #d5d5d5;
}

.sp_shop_detail ul.search li.sort a{
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	padding: 5px 0;
}

.sp_shop_detail ul.sortBox{
	width: 159px;
}

.sp_shop_detail ul.sortBox li.sort_off a,
.sp_shop_detail ul.sortBox li.sort_on a{
	display: block;
	width: 159px;
	height: 15px;
	font-size: 13px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 159px 33px;
	-webkit-background-size: 159px 33px;
	padding: 9px 0px;
}

.sp_shop_detail ul.sortBox li.sort_off a{
	background-image: url(../../sp/img/shop/button_sort_01.png);
}

.sp_shop_detail ul.sortBox li.sort_on a{
	background-image: url(../../sp/img/shop/button_sort_02.png);

}

.sp_shop_detail #reseach_block .bt_close_reseach{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;

}


/* -----------------------------------------------
 * sp_login
 * ----------------------------------------------- */
.sp_login_detail {
	color: #555555;
	font-size: 14px;
}

.sp_login_detail p {
	color: #555555;
	margin: 0 10px 15px;
}

.sp_login_detail .loginInner{
	padding: 10px 9px 0 9px;
}

.sp_login_detail .loginInner .message{
	font-size: 13px;
}
.sp_login_detail .linkListTwo a div{
	color: #555555 !important;
	font-weight: bold !important;
	display: table-cell !important;
	vertical-align: middle !important;
}

.sp_login_detail .linkListTwo a div.logo{
	width: 50px !important;
}

.sp_login_detail .linkListTwo a div.dc{
	padding: 3px 0 !important;
}

.sp_login_detail .linkListTwo a div.nicos{
	padding: 5px 0 !important;
}

.sp_login_detail dl.cardSelect dt,
.sp_login_detail dl.cardSelect dd{
	display: table-cell;
	vertical-align: middle;
}

.sp_login_detail dl.cardSelect dt{
	width: 50px;
}

.sp_login_detail dl.cardSelect dd{
	font-weight: bold;
}

.sp_login_detail .error{
	color: #cc0000;
}

.sp_login_detail form{
	margin: 0;
	padding: 0;
}

.sp_login_detail dl.login{
	margin-right: auto;
	margin-left: auto;
	width:284px;
}

.sp_login_detail dl.login dt{
	font-weight: bold;
	margin: 0;
}

.sp_login_detail dl.login dd input{
	width: 268px;
	padding: 5px;
}

.sp_card_login .cardBrand,
.sp_login_detail .cardBrand{
	border-top: 1px solid #ababab;
}

.sp_login_detail .campaingTxtBoxRed {
	border: 1px solid #E60000;
	padding: 10px;
	color: #E60000;
}


.sp_login_detail #sp_login {
	margin: 0 10px 10px;
}
.sp_login_detail #sp_login .loginArea {
	padding: 10px 8px;
	border-left:2px solid #b01d00;
	border-right:2px solid #b01d00;
}
.sp_login_detail #sp_login .cardMark {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom:1px dotted #cccccc;
	text-align:center;
}
.sp_login_detail #sp_login h3 {
	padding:10px;
	text-align:center;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#330000),
 		to(#b01d00));
 	color:#FFFFFF;
 	background-color:#b01d00;
}
.sp_login_detail #sp_login .linkListTwo li a {
	display: block;
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	background-image: url(../../sp/img/common/icon_login_close.png);
	border-bottom: none;
	font-weight:bold;
	font-size:1.2em;
}
.sp_login_detail #sp_login .linkListTwo.open li a {
	background-image: url(../../sp/img/common/icon_login_open.png);
}
.sp_login_detail .slideArea {
	border:2px solid #b01d00;
}
.sp_login_detail .cardselect ul li a {
	background-image: url(../../sp/img/common/icon_login_arrow01.png);
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 97.5% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;
	-o-background-size: 9px auto;
	-ms-background-size: 9px auto;
	background-size: 9px auto;
	border-top: 2px solid #b01d00;
	color: #666666 !important;
	display: block;
	overflow: hidden;
	padding: 10px 25px 10px 10px;
}


/* -----------------------------------------------
 * sp_error
 * ----------------------------------------------- */
.sp_error_detail {
	color: #555555;
	font-size: 13px;
}

.sp_error_detail .errorInner{
	padding: 10px 9px 0 9px;
}

.sp_error_detail .errorInner dt{
	float: left;
}
.sp_error_detail .errorInner dd{
	margin-left: 15px;
}

/* -----------------------------------------------
 * sp_alliance
 * ----------------------------------------------- */
.sp_alliance_detail {
	color: #555555;
	font-size: 13px;
}

.sp_alliance_detail .allianceInner{
	padding: 10px 9px 0 9px;
}

header .brandList {
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
	float: left;
}