@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #ffefea url(/img/sp/s_bg.png) repeat center top;
	-moz-background-size:400px 400px;
	-webkit-background-size: 400x 400px;
	background-size:400px 400px;
	text-align: center;
	font-size: 14px;
	color: #ff1945;
	line-height: 1.5;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,p,form,fieldset,header {
	margin: 0;
	padding: 0;
}
a {
	color: #704270;
	text-decoration: none;
}
ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
legend {
	display: none;
}
img,fieldset {
	border: 0;
}
input,select,textarea {
	color: #704270;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
}
input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="search"],select,textarea {
	padding-left: 4px;
	font-size: 16px;
	border: 1px solid #ccc;
	-webkit-appearance : none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 2px;
}
input[type="submit"] {
	height: 38px;
	width: auto;
	margin: 18px 0 0 0;
	padding: 3px 30px;
	background: transparent linear-gradient(to bottom, #FBFBFB 0%, #F2F2F2 100%) repeat scroll 0% 0%;
	font-size: 15px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
input[type="radio"],input[type="checkbox"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
textarea {
	height: 80px;
	width: 92%;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	line-height: normal;
}
textarea:focus {
	height: 150px;
}
.ulcb {
	padding: 6px 0 0 0;
}
.ulcb li {
	padding: 0 2px 8px 0;
	
}
input[type="checkbox"] {
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 18px;
	height: 18px;
	/*Other Browser*/
	background: #e2e2e2;
	/*For Old WebKit*/
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#ffffff),color-stop(1.00,#e2e2e2));
    /*For Modern Browser*/
    background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
}
input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#99cc00),color-stop(1.00,#87b400));
    /*For Modern Browser*/
    background: linear-gradient(to bottom,#99cc00 0%,#87b400 100%);
	border: 1px solid #336600;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: -1px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    width: 14px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.submit-btn01 input {
	height: 44px;
	margin: 30px auto;
	font-size: 15px;
	line-height: 38px;
	border: 1px solid #dacadb;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	cursor: pointer;
	border-radius: 6px;
}
.submit-btn02 {
	height: 60px;
	margin: 30px auto;
}
.submit-btn02 input {
	width: 120px;
	height: 44px;
	font-size: 15px;
	line-height: 38px;
	border: 1px solid #dacadb;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	cursor: pointer;
}
.submit-btn02 input:first-child {
	border-radius: 6px 0 0 6px;
}
.submit-btn02 input:last-child {
	border-radius: 0 6px 6px 0;
	border-left:none;
}
/* select list */
.dropdown {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 50%;
	background: #fff;
	border: 1px solid;
	border-color: white #f7f7f7 #f5f5f5;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
}
.dropdown:before, .dropdown:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 9px;
	right: 10px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #888 transparent;
	pointer-events: none;
}
.dropdown:before {
	border-bottom-style: solid;
	border-top: none;
}
.dropdown:after {
	margin-top: 7px;
	border-top-style: solid;
	border-bottom: none;
}
.dropdown select {
	position: relative;
	width: 130%;
	margin: 0;
	padding: 4px 8px 6px 10px;
	height: 30px;
	line-height: 16px;
  /* Fallback for IE 8 */
	background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
	background: rgba(0,0,0,0) !important;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.dropdown select option {
	margin: 3px;
	padding: 6px;
	text-shadow: none;
	border-radius: 2px;
	cursor: pointer;
}
/* SISTER STORE */
.ss-btn {
	margin: 0 0 12px 0;
	clear: both;
	text-indent: -20px;
}
.ss-btn a {
	height: 42px;
	width: 97%;
	margin: 10px auto;
	font-size: 14px;
	line-height: 42px;
	white-space: nowrap;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	cursor: pointer;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
}
.ss-btn a::before {
	background: #eee;
	border-radius: 50%;
	content: "";
	padding: 14px;
	position: absolute;
	right: 11px;
	top: 8px;
	width: 1px;
}
.ss-btn a::after {
	border-left: 10px solid #fe3a63;
	border-bottom: transparent 7px solid;
	border-top: transparent 7px solid;
	content: "";
	margin: 0 0 0 10px;
	height: 0px;
	right: 19px;
	position: absolute;
	top: 15px;
	width: 0px;
}
.ss-btn span {
	padding: 1px 8px;
	background-color: #fe3a63;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	border-radius: 2px;
}

/* CONTENT */
#container {
	margin: 0 4px;
	clear: both;
	position: relative;
}
/* HEAD */
header {
	padding: 2px 0 4px 0;
}
h1 a {
	height: 110px;
	width: 300px;
	margin: 0 auto;
	background: url(/img/sp/sp_logo.png) no-repeat 0 0;
	-moz-background-size: 300px 110px;
	-webkit-background-size: 300px 110px;
	background-size: 300px 110px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#sst {
	height: 1.4em;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px #fe0066,
	-1px 1px 1px #fe0066,
	1px -1px 1px #fe0066,
	-1px -1px 1px #fe0066;
	clear: both;
	font-weight: bold;
}
/* PAGE TITLE*/
.spgt {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	clear: both;
	background: rgb(255,105,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,105,125,1) 0%, rgba(255,45,110,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,105,125,1) 0%,rgba(255,45,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,105,125,1) 0%,rgba(255,45,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff697d', endColorstr='#ff2d6e',GradientType=0 ); /* IE6-9 */
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}
.spgt span {
	height: 34px;
	line-height: 35px;
	padding: 0 10px 0 54px;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: url(/img/rose.png);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	display: block;
}


/********************************/
/* フロートグローバルナビ */
/********************************/

#smm {
	width: 296px;
	margin:24px auto;
}
#smm:after {
    content:" ";
    display:block;
    clear:both;
}
#smm li {
	height: 74px;
	width: 74px;
	float: left;
}
#smm li a {
	height: 70px;
	width: 70px;
	margin:0 auto;
	background-image: url(/img/sp/s_mm.png);
	-moz-background-size: 840px 70px;
	-webkit-background-size: 840px 70px;
	background-size: 840px 70px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#smm01 a {
	background-position: 0 0;
}
#smm02 a {
	background-position: -70px 0;
}
#smm03 a {
	background-position: -140px 0;
}
#smm04 a {
	background-position: -210px 0;
}
#smm05 a {
	background-position: -280px 0;
}
#smm06 a {
	background-position: -350px 0;
}
#smm07 a {
	background-position: -420px 0;
}
#smm08 a {
	background-position: -490px 0;
}
#smm09 a {
	background-position: -560px 0;
}
#smm10 a {
	background-position: -630px 0;
}
#smm11 a {
	background-position: -700px 0;
}
#smm12 a {
	background-position: -770px 0;
}

/********************************/
/* フロートグローバルナビ */
/********************************/

nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

nav.globalMenuSp:after {
	content:" ";
	display:block;
	clear:both;
}

nav.globalMenuSp ul {
	min-width: 235px;
	margin-left: 65px;
}

nav.globalMenuSp li {
	height: 74px;
	width: 74px;
	float: left;
}

nav.globalMenuSp li a {
	height: 70px;
	width: 70px;
	margin:0 auto;
	background-image: url(/img/sp/s_mm.png);
	-moz-background-size: 840px 70px;
	-webkit-background-size: 840px 70px;
	background-size: 840px 70px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}

/********************************/
/* フロートグローバルナビ ボタン*/
/********************************/

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 2px;
    top: 2px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 3;
    background:#fd2155;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 33px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8.5px;
}

.navToggle span:nth-child(1) {
    top: 11px;
}

.navToggle span:nth-child(2) {
    top: 20px;
}

.navToggle span:nth-child(3) {
    top: 28px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 10px;
    font-weight: bold;
    top: 32px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* ACCORDION MENU */
.am01 {
	margin-bottom: 10px;
	text-align: left;
}
.am01 dt {
	margin-top: 10px;
	padding: 10px;
	border-bottom: 1px #CCC solid;
	position: relative;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	border-radius: 3px 3px 0 0;
}
.am01 dt::before {
	background: #d16af9;
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.am01 dt::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -13px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.am01 dt.active::before {
	margin-top: -2px;
}
.am01 dt.active::after {
	margin-top: 3px;
}
.am01 dd {
	color: #FFF;
	margin-bottom: 12px;
	padding: 8px 12px 8px 18px;
	background: #f472d2;
	border-radius: 0 0 3px 3px;
}
/* CONTENTS TITLE */
.ctt01 {
	background: url(/img/bg_ctt01.png) no-repeat 10px center;
	display: block;
	-moz-background-size: 4px 20px;
	-webkit-background-size: 4px 20px;
	background-size: 4px 20px;
	text-indent: 24px;
}
.ctt02 {
	background: url(/img/bg_ctt02.png) no-repeat 10px center;
	-moz-background-size: 4px 20px;
	-webkit-background-size: 4px 20px;
	background-size: 4px 20px;
	text-indent: 24px;
}
.ctt03 {
	background: url(/img/bg_ctt03.png) no-repeat 10px center;
	display: block;
	-moz-background-size: 4px 20px;
	-webkit-background-size: 4px 20px;
	background-size: 4px 20px;
	text-indent: 24px;
}
.ctt04 {
	background: url(/img/bg_ctt04.png) no-repeat 10px center;
	display: block;
	-moz-background-size: 4px 20px;
	-webkit-background-size: 4px 20px;
	background-size: 4px 20px;
	text-indent: 24px;
}
.ctt { /* .ctt0* より後ろに置く */
	height: 32px;
	margin-bottom: 6px;
	background-color: rgba(255,255,255,0.9);
	color: #ff1451;
	text-align: left;
	line-height: 34px;
	clear: both;
}
/* LIST01 */
.list01 {
	margin-bottom: 10px;
}
.list01 li {
	position: relative;
	text-align: left;
	border: 1px solid #dacadb;
	border-bottom: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	display: block;
	overflow: hidden;
}
.list01 li::before {
	background: #d16af9;
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.list01 li::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	margin-right: 5px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.list01 li:first-child {
	border-radius: 3px 3px 0 0;
}
.list01 li:last-child {
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #dacadb;
}
.list01 li a {
	height: 44px;
	padding: 0 20px 0 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
}
/* LIST02 */
.list02 {
	margin-bottom: 10px;
}
.list02h {
	height: 44px;
	line-height: 44px;
	text-align: left;
	background: #ffffff;
	border-radius: 3px 3px 0 0;
	border: 1px solid #dacadb;
}
.list02 .li {
	position: relative;
	text-align: left;
	border: 1px solid #dacadb;
	border-top: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	display:block;
	overflow: hidden;
}
.list02 .li:last-child {
	
}
.list02 .li a {
	height: 120px;
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list02 h4 {
	font-size: 16px;
	color: #ff004e;
	position: absolute;
	left: 98px;
	top: 4px;
}
.list02 img {
	width: 90px;
	overflow: hidden;
	float: left;
}
.list02 strong {
	font-size: 15px;
	color: #fe0078;
	position: absolute;
	left: 98px;
	top: 94px;
}
/* LIST03 */
.list03 {
	margin-bottom: 10px;
}
.list03 .li {
	position: relative;
	text-align: left;
	border: 1px solid #dacadb;
	border-bottom: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	display:block;
	overflow: hidden;
}
.list03 .li:last-child {
	border-bottom: 1px solid #dacadb;
}
.list03 .li a {
	height: 120px;
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list03 h3 {
	font-size: 16px;
	color: #ff3399;
	position: absolute;
	left: 98px;
	top: 4px;
}
.list03 img {
	width: 90px;
	overflow: hidden;
	float: left;
}
.list03 strong {
	font-size: 15px;
	color: #fe0078;
}
/* LIST04 */
.list04 {
	margin-bottom: 10px;
	text-align: left;
}
.list04 dt {
	font-size: 16px;
	position: relative;
	text-indent: 16px;
	font-weight: bolder;
	color: #ff3399;
	text-shadow: #ffffff 0 0 2px,#ffffff 1px 1px 0;
}
.list04 dd {
	margin: 0 0 10px 18px;
	color: #de3b20;
}
.list04 dt::before {
	background: #fe1647;
	top: 50%;
	width: 4px;
	height: 18px;
	left: 4px;
	margin-top: -10px;
	display: block;
	position: absolute;
	content: "";
}
/* LIST05 */
.list05 {
	margin-bottom: 10px;
}
.list05h {
	height: 44px;
	line-height: 44px;
	text-align: left;
	background: #FFF;
	border-radius: 3px 3px 0 0;
	border: 1px solid #dacadb;
}
.list05 .li {
	position: relative;
	text-align: left;
	border: 1px solid #dacadb;
	border-top: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	display: block;
	overflow: hidden;
}
.list05 .li:last-child {

}
.list05 .li a {
	height: 120px;
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list05 h4 {
	font-size: 16px;
	color: #ff004e;
	position: absolute;
	left: 98px;
	top: 4px;
}
.list05 img {
	width: 90px;
	overflow: hidden;
	float: left;
}
.list05 strong {
	font-size: 18px;
	color: #ff3399;
	position: absolute;
	left: 98px;
	top: 94px;
}
.list05 strong img {
	width: auto;
}
/* LIST06 */
.list06 {
	margin-bottom: 10px;
	text-align: left;
}
.list06 dt {
	font-size: 16px;
	position: relative;
	text-indent: 16px;
	font-weight: bolder;
	text-shadow: #ffffff 0 0 2px;
}
.list06 dd {
	margin: 0 0 10px 18px;
	font-size: 15px;
	color: #993300;
	font-weight: bolder;
	text-shadow: #ffffff 0 0 2px;
}
.list06 dt::before {
	background: #fe1647;
	top: 50%;
	width: 4px;
	height: 18px;
	left: 4px;
	margin-top: -10px;
	display: block;
	position: absolute;
	content: "";
}
/* LIST07 */
.list07 {
	margin-bottom: 10px;
	text-align: left;
}
.list07 dt {
	margin-top: 10px;
	padding: 6px 6px 4px 12px;
	background: #FFF;
	border-radius: 3px 3px 0 0;
}
.list07 dd {
	color: #FFF;
	margin-bottom: 12px;
	padding: 8px 12px 8px 18px;
	background-color: rgba(255,82,169,0.8);
	border-radius: 0 0 3px 3px;
}
/* LIST08 */
.list08 {
	margin-bottom: 10px;
	text-align: left;
}
.list08 dt {
	font-size: 15px;
	position: relative;
	color: #a34ca3;
	text-shadow: #ffadef 0 0 2px;
	text-indent: 10px;
	font-weight: bolder;
}
.list08 dd {
	margin: 0 0 10px 14px;
}
.question {
	font-size: 16px;
	color: #f957ff;
}
.required {
	width: 60px;
	background-color: #f957ff;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
	border-radius: 2px;
}
/* HEADLINE */
.headline {
	padding: 4px 8px;
	background-color: rgba(255,255,255,0.6);
	text-shadow: #ffffff 1px 1px 0px;
	text-align: left;
	border: 1px dotted #ce5cfd;
	border-radius: 6px;
}
.redhl {
	color:#fd3585;
}
/* NEWS */
.news {
	margin-bottom: 10px;
	text-align: left;
}
.news dt {
	margin-top: 10px;
	padding: 10px 30px 10px 10px;
	color: #ff3399;
	border-bottom: 1px #CCC solid;
	position: relative;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	border-radius: 3px 3px 0 0;
}
.newsdate {
	color: #704270;
	font-weight: bold;
	padding-left: 10px;
	border-left: 4px #ff52a9 solid;
}
.nc {
	padding: 1px 6px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 1.8em;
	border-radius: 2px;
}
.nc01 {
	background-color: #5ebd3c;
}
.nc02 {
	background-color: #4970ff;
}
.nc03 {
	background-color: #32b9fe;
}
.nc04 {
	background-color: #ff4981;
}
.nc05 {
	background-color: #18b9d1;
}
.nc06 {
	background-color: #a13ed9;
}
.nc07 {
	background-color: #555555;
}
.nc08 {
	background-color: #ff8f2c;
}
.news dt::before {
	background: #ff6633;
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.news dt::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -13px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.news dd {
	color: #333;
	margin-bottom: 12px;
	padding: 8px 4px 8px 8px;
	background-color: rgba(255,255,255,0.98);
	border-radius: 0 0 3px 3px;
}
.newsimg {
	text-align: center;
}
.newsimg img {
	margin: 0 auto;
}
.newsbodytit {
	font-size: 15px;
}
/* SYSTEM */
.ssys-play {
	width: 100%;
	padding-bottom: 10px;
	overflow: auto;
}
.ssys-play li {
	width: 50%;
	padding: 0 0 2px 0;
	float: left;
	text-align: center;
}
.ssys-play li span {
	margin: 0 1px;
	background-color: rgba(255,75,40,0.75);
	display: block;
	font-size: 1.0em;
	color: #fff;
	line-height: 1.8em;
	border-radius: 2px;
}
.ssys-tab {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.ssys-tab td {
	padding: 0;
	font-size: 1.0em;
}
.ssys-td01 {
	width: 60%;
}
.ssys-td01 span {
	margin: 1px 0;
	background-color: rgba(255,75,40,0.75);
	display: block;
	text-align: left;
	color: #fff;
	line-height: 1.8em;
	padding-left: 10px;
	border-radius: 2px 0 0 2px;
}
.ssys-td02 span {
	margin: 1px 0;
	background-color: rgba(255,130,150,0.75);
	display: block;
	text-align: right;
	color: #fff;
	line-height: 1.8em;
	padding-right: 10px;
	border-radius: 0 2px 2px 0
}
.ssys-td03 {
	width: 65%;
}
.ssys-td03 span {
	margin: 1px 0;
	background-color: rgba(255,40,90,0.75);
	display: block;
	text-align: left;
	color: #fff;
	line-height: 1.8em;
	padding-left: 10px;
	border-radius: 2px 0 0 2px;
}
.ssys-dl01 {
	padding-bottom: 10px;
	font-size: 1.0em;
}
.ssys-dl01 dt {
	width: 40%;
	margin-bottom: 2px;
	text-align: center;
	background-color: rgba(255,75,40,0.75);
	color: #fff;
	line-height: 1.8em;
	border-radius: 2px;
}
.ssys-dl01 dd {
	margin-bottom: 6px;
	padding: 4px 4px 2px 10px;
	background-color: rgba(255,120,85,0.75);
	text-align: left;
	color: #fff;
	line-height: 1.8em;
	border-radius: 2px;
}
.ssys-card {
	padding: 0 0 4px 0;
	overflow: auto;
	clear: both;
}
.ssys-card li {
	height: 25px;
	width: 42px;
	background-image: url(../img/card.png);
	background-repeat: no-repeat;
	-moz-background-size: 40px 125px;
	-webkit-background-size: 40px 125px;
	background-size: 40px 125px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.ssc01 {
	background-position: 0 0;
}
.ssc02 {
	background-position: 0 -25px;
}
.ssc03 {
	background-position: 0 -50px;
}
.ssc04 {
	background-position: 0 -75px;
}
.ssc05 {
	background-position: 0 -100px;
}
.exp01 {
	margin-bottom: 6px;
	padding: 4px 6px;
	background-color: rgba(255,255,255,0.5);
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	clear: both;
	border-radius: 2px;
}
.sys-att {
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
}
.outlink {
	padding-bottom: 10px;
}
.outlink a {
	height: 44px;
	margin-top: 4px;
	padding: 0 20px 0 10px;
	display: block;
	text-indent: -20px;
	border: 1px solid #dacadb;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	border-radius: 8px;
	position: relative;
}
.outlink a::before {
	background: #eee;
	border-radius: 50%;
	content: "";
	padding: 14px;
	position: absolute;
	right: 11px;
	top: 10px;
	width: 1px;
}
.outlink a::after{
	border-left: 10px solid #fe3a63;
	border-bottom: transparent 7px solid;
	border-top: transparent 7px solid;
	content: "";
	margin: 0 0 0 10px;
	height: 0px;
	right: 19px;
	position: absolute;
	top: 17px;
	width: 0px;
}
/* TAB MENU */
.tabmenu {
	height: 40px;
	margin: 0 1px;
	overflow: hidden;
}
#tm01,#tm02 {
	width: 50%;
	box-sizing: border-box;
}
.tabmenu li {
	height: 40px;
	float: left;
	line-height: 40px;
	font-weight: bold;
}
.tabmenu li a {
	margin: 0 1px;
	height: 39px;
	background-color:rgba(255,255,255,0.75);
	text-align: center;
	display: block;
	border: #dddddd solid 1px;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.content {
	padding: 0 2px 0 2px;
	clear: both;
	overflow: hidden;
}
.tabbox {
	display: none;
	clear: both;
	overflow: hidden;
}
.tabmenu li.active {
	
}
.tabmenu li.active a {
	background: rgb(219,107,254);
	background: -moz-linear-gradient(top,  rgba(219,107,254,1) 0%, rgba(202,86,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(219,107,254,1) 0%,rgba(202,86,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(219,107,254,1) 0%,rgba(202,86,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6bfe', endColorstr='#ca56f9',GradientType=0 );
	color: #ffffff;
	font-weight: bold;
	border: #b738db solid 1px;
	border-bottom: 1px solid #CA56F9;
}
.tabbox {
	padding-top: 2px;
	border-top: 6px solid #CA56F9;
}
/* SCHEDULE */
.spweek {
	padding: 0 10px 10px 10px;
	overflow: hidden;
	zoom: 1;
}
.spweek li {
	width: 33.33%;
	padding: 0 0 3px 0;
	float: left;
}
.spweek a {
	width: 98%;
	height: 40px;
	margin: 0 auto;
	display: block;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	border: 1px solid #dacadb;
}
#btn-today {
	width: 100%;
}
#btn-today a {
	width: 100%;
}
#sch-li strong {
/*	background: url(/img/s_icon08.png) no-repeat left center;
	-moz-background-size: auto 1em;
	-webkit-background-size: auto 1em;
	background-size: auto 1em; */
	color: #ff3399;
	font-size: 16px;
	line-height: 1.7;
/*	text-indent: 26px; */
	position: absolute;
	left: 98px;
	top: 92px;
}
/* CAST */
.scast-size {
	font-size: 11px;
	position: absolute;
	left: 100px;
	top: 28px;
}
.scast-type li .ct01 {
	background-color: rgba(255,100,80,0.7);
}
.scast-type li .ct02 {
	background-color: rgba(255,75,115,0.7);
}
.scast-type li .ct03 {
	background-color: rgba(255,25,80,0.85);
}
.scast-type {
	width: 210px;
	text-align: center;
	position: absolute;
	left: 96px;
	top: 46px;
}
.scast-type li {
	width: 50%;
	padding: 0 0 2px 0;
	float: left;
}
.scast-type li span {
	width: 98%;
	background-color: rgba(170,87,255,0.7);
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 1.8em;
	border-radius: 2px;
}
/* PROFILE */
/* FLIPSNAP */
.viewport {
    width: 300px;
    overflow: hidden;
    margin: 6px auto;
}
.viewport-swipe {
	width: 300px;
	padding-bottom: 35px;
	overflow: hidden;
	margin: 6px auto;
	background: url(/img/sp/swipe.png) no-repeat center bottom;
	-moz-background-size: 260px 35px;
	-webkit-background-size: 260px 35px;
	background-size: 260px 35px;
}
.flipsnap {
    width: 1500px; /* 300px * 5 */
}
.flipsnap li {
	float: left;
	width: 300px;
}
.flipsnap img {
    width: 300px;
	margin: 0 auto;
}
.flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
/* ----------- */
#spro-size {
	padding: 0 0 4px 0;
	font-size: 1.3em;
}
#spro-type li .ct01 {
	background-color: rgba(255,120,154,0.7);
}
#spro-type li .ct02 {
	background-color: rgba(255,149,12,0.7);
}
#spro-type {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
#spro-type li {
	width: 50%;
	padding: 0 0 3px 0;
	float: left;
}
#spro-type li span {
	width: 98%;
	background-color: rgba(170,87,255,0.7);
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 2em;
	border-radius: 2px;
}
#spro-com {
	margin-bottom: 10px;
	font-size: 13px;
	color: #ff3854;
	padding: 4px 6px;
	background-color: rgba(255,200,190,0.5);
	border-radius: 2px;
	text-align: left;
}
.spro-outsite {
	height: 44px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #dacadb;
}
.spro-outsite::before {
	background: #d16af9;
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.spro-outsite::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	margin-right: 5px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.spro-outsite a {
	height: 44px;
	padding: 0 20px 0 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
}
.spro-outsite span {
	display: block;
	text-indent: 64px;
}
.spro-outsite #move {
	background: url(/img/s_icon_move.png) no-repeat 10px 2px;
	-moz-background-size: 49px 40px;
	-webkit-background-size: 49px 40px;
	background-size: 49px 40px;
}
.spro-outsite #pd {
	background: url(/img/s_icon_pd.png) no-repeat 10px 2px;
	-moz-background-size: 50px 40px;
	-webkit-background-size: 50px 40px;
	background-size: 50px 40px;
}
.spro-outsite #blog {
	background: url(/img/s_icon_blog.png) no-repeat 10px 2px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
/* EVENT */
.event {
	margin-bottom: 12px;
	padding-bottom: 12px;
	background-color: #FFF;
	color: #704270;
	border-bottom:3px double #cccccc;
	border-radius: 4px;
}
.event h3 {
	margin: 0;
	padding: 2px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	font-size: 18px;
	border-top:3px double #cccccc;
	border-bottom:1px solid #cccccc;
	border-radius: 4px 4px 0 0;
}
.eventimg {
	max-width: 1012px;
	margin: 0 auto;
	overflow: hidden;
}
.eventimg img {
	max-width: 100%;
	margin: 0 auto;
}
.eventbody {
	padding: 0 4px 0 6px;
}
/* HOTEL */
.searchf {
	margin: 8px;
}
.sfb {
	position: relative;
	width: 100%
}
.sfo {
	padding-right: 30px;
}
.sfi {
	height: 34px;
	padding: 0 25px 0 4px;
	background-color: #ffffff;
	border:1px solid #cccccc;
	border-right: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
#sfii {
	-webkit-appearance: none;
	height: 100%;
	width: 100%;
	padding: 0;
	border: none;
	line-height: 25px;
	vertical-align: top;
}
#sfbtn {
	-webkit-appearance: none;
	height: 36px;
	width: 40px;
	padding: 0;
	background-color: #F0F0F0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	border:1px solid #cccccc;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#sfbtn span {
	height: 14px;
	width: 14px;
	margin: 0 auto;
	background: url(/img/s_icon01.png) no-repeat 0 0;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.hlh {
	text-align: left;
	font-size: 16px;
	position: relative;
	color: #a34ca3;
	text-shadow: #ffffff 0 0 2px,#ffffff 1px 1px 0;
	text-indent: 16px;
	font-weight: bolder;
}
.hlh::before {
	background: #f957ff;
	top: 50%;
	width: 4px;
	height: 18px;
	left: 4px;
	margin-top: -10px;
	display: block;
	position: absolute;
	content: "";
}
.hotel-result {
	padding: 12px 0;
	font-size: 15px;
}
/* EMM */
.semm-exp {
	margin-bottom: 10px;
	font-size: 13px;
	padding: 4px 6px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 2px;
	text-align: left;
}
/* RECRUIT */
.srm {
	height: 60px;
	margin-bottom: 10px;
}
.srm ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
.srm li {
	height: 44px;
	display:table-cell;
	text-align: center;
	line-height: 44px;
	border: 1px #CCC solid;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
}
.srm li:first-child {
	border-radius: 3px 0 0 3px;
}
.srm li:last-child {
	border-radius: 0 3px 3px 0;
	border-left:none;
}
.srm li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.srec-conh {
	margin-bottom: 10px;
	color: #ff52a9;
	font-family: "Yu Mincho",YuMincho,"游明朝体",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
	text-shadow: #f7beff 0 0 3px;
	font-size: 18px;
	font-weight: bold;
}
/* ENQUETE */
.exp02 {
	margin: 0 0 12px 0;
	padding: 4px 6px;
	background-color: rgba(255,255,255,0.5);
	font-size: 12px;
	border-radius: 2px;
	text-align: left;
}
/* PHOTODIARY */
/* ---LIST--- */
.list-pd {
	margin-bottom: 10px;
}
.list-pd .li {
	position: relative;
	text-align: left;
	border: 1px solid #dacadb;
	border-bottom: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	display:block;
	overflow: hidden;
}
.list-pd .li::before {
	background: #d16af9;
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.list-pd .li::after {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	top: 50%;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -8px;
	margin-right: 5px;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.list-pd .li:last-child {
	border-bottom: 1px solid #dacadb;
}
.list-pd .li a {
	height: 120px;
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-pd h3 {
	height: 1em;
	font-size: 14px;
	border-left: 3px #d16af9 solid;
	position: absolute;
	left: 98px;
	top: 8px;
	text-indent: 8px;
	line-height: 1em;
}
.list-pd img {
	width: 90px;
	overflow: hidden;
	float: left;
}
.list-pd strong {
	font-size: 16px;
	color: #ff3399;
	position: absolute;
	left: 98px;
	top: 76px;
}
.list-pd h4 {
	height: 38px;
	padding: 0 40px 0 0;
	font-size: 16px;
	position: absolute;
	left: 98px;
	top: 30px;
	color: #09F;
	white-space: normal;
	line-height: 1.2em;
	overflow: hidden;
}
.pd-3size {
	font-size: 11px;
	position: absolute;
	left: 98px;
	top: 100px;
}
/* ---DETAIL--- */
.pd {
	text-align: left;	
}
.pd {
	margin: 12px 0 24px 0;
	padding: 0 4px 0 4px;
	text-align: left;
}
.pd dt {
	padding: 6px 0 4px 0;
	background-color: #fff;
	color: #704270;
	font-weight: bold;
	font-size: 15px;
	text-indent: 12px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.pd dt::before {
	padding: 0 8px 0 0;
	content: "";
	border-left: 3px #d16af9 solid;
}
.pd dd {
	margin: 0 0 12px 0;
	padding: 6px 2px 10px 10px;
	background-color: #fff;
	color: #704270;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 2px dotted #704270;
}
.pd dd a {
	color: #06C;
	font-weight: bold;
}
.pd h3 {
	padding: 2px 0 6px 0;
	font-size: 16px;
	color: #09F;
	line-height: 1.2em;
}
.pd-img {
	text-align: center;
}
.pd-img img {
	margin: 0 auto;
}
.pd p {
	padding: 2px 0 6px 0;
}
.pd strong {
	padding: 2px 0 0 0;
	font-size: 16px;
	color: #ff3399;
}
.pdd-3size {
	font-size: 12px;
	color: #704270;
}
.inlink {
	width: 180px;
	padding: 3px 2px 3px 8px;
	background-color: #ff3399;
	font-size: 14px;
	line-height: 1.8em;
	border-radius: 2px;
	text-align: center;
}
.pd dd .inlink a {
	color: #fff;
}
/* ---PHOTO-DIARY(FRAME)--- */
#frame { scrollbar-base-color:#fedaff;scrollbar-face-color:#d28ae5;scrollbar-track-color:#fedaff;scrollbar-arrow-color:#924fa3;scrollbar-shadow-color:#fedaff;}
#frame::-webkit-scrollbar { width: 6px; height: auto;}
#frame::-webkit-scrollbar-track { background: #fedaff;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);}
#frame::-webkit-scrollbar-thumb { background:#a257b5;}

#frame .list-pd .li::before {
	display: none;
}
#frame .list-pd .li::after {
	display: none;
}
#frame #scopy {
	color: #704270;
}
/* FOOT */
footer {
	padding: 26px 0 12px 0;
	background: #ff858b url(/img/s_bg_foot.png) repeat-x 0 0;
	-moz-background-size: 1000px 250px;
	-webkit-background-size: 1000x 250px;
	background-size: 1000px 250px;
}
.transparent-bothends {
    position: relative;
    width: 100%;
    margin: 50px 0;
    padding: 20px 0;
    color: #3F7EFA;
    font-size: 18px;
    text-align: center;
}
.transparent-bothends::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
#scopy {
	font-size: 8px;
	color: #fff;
}
#sfcon {
	margin-bottom: 12px;
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 2px;
	color: #fff;
}
#sfcon span {
	padding: 0 8px;
	background-color: #ffffff;
	font-size: 16px;
	border-radius: 2px;
	color: #fe3a63;
}
/* TEL+MAIL */
#stm {
	height: 88px;
	margin-bottom: 10px;
}
#stm ul {
	width: 96%;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
#stm li {
	height: 65px;
	display: table-cell;
	text-align: center;
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
	background: linear-gradient(#FFF, #F0F0F0);
	line-height: 65px;
}
#stm li:first-child {
	border-radius: 32.5px 0 0 32.5px;
	border-right: 1px #fe3a63 solid;
}
#stm li:last-child {
	border-radius: 0 32.5px 32.5px 0;
}
#stm li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#stm01 a {
	background: url(/img/sp/sp_tel.png) no-repeat left top;
	-moz-background-size: 65px 65px;
	-webkit-background-size: 65px 65px;
	background-size: 65px 65px;
	padding-left: 61px;
}
#stm02 a {
	background: url(/img/sp/sp_mail.png) no-repeat right top;
	-moz-background-size: 65px 65px;
	-webkit-background-size: 65px 65px;
	background-size: 65px 65px;
	padding-right: 61px;
}
/* PAGE NAV */
.pagenav {
	margin: 28px 0;
	padding: 10px 6px 5px 6px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.pagenav li {
	display: inline;
}
.pagenav li a {
	margin-bottom: 5px;
	padding: 5px 12px;
	background: rgb(188,61,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(188,61,246,0.8) 0%, rgba(203,87,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(188,61,246,0.8) 0%,rgba(203,87,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(188,61,246,0.8) 0%,rgba(203,87,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3df6', endColorstr='#cb57ff',GradientType=0); /* IE6-9 */
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
}
.pagenav li span {
	margin-bottom: 5px;
	padding: 5px 12px;
	color: #a17aa1;
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	vertical-align: middle;
	border-radius: 2px;
}
/* PAGE-NAV02 */
.pagenav02 {
	height: 44px;
	width: 100%;
	margin-bottom: 14px;
	display: table;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	table-layout: fixed;
	clear: both;
}
.pagenav02 li {
	height: 44px;
	display: table-cell;
	text-align: center;
	background: #F0F0F0;
	line-height: 44px;
}
#pn01 {
	width: 25%;
	border: 1px solid #b3b3b3;
	border-right: none;
}
#pn02 {
	width: 50%;
	border: 1px solid #b3b3b3;
}
#pn03 {
	width: 25%;
	border: 1px solid #b3b3b3;
	border-left: none;
}
.pagenav02 li:first-child {
	border-radius: 3px 0 0 3px;
}
.pagenav02 li:last-child {
	border-radius: 0 3px 3px 0;
}
.pagenav02 li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pn-no {
	color: #ccc;
}
/* SIZE */
.w01 {
	width: 60px;
}
.w02 {
	width: 40%;
}
.w03 {
	width: 90%;
}
.w04 {
	width: 90px;
}
.padb01 {
	padding-bottom: 3px;
}
/* MESSAGE */
.mes01 {
	margin: 60px auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	clear: both;
}
/* bxSlider ===================================*/
.ssimg_single {
	margin: 0 auto;
	padding-bottom: 10px;
}
.ssimg_single img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.bx-wrapper {
	width: 1012px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
/* THEME */
.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
/*
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/btn_ssimg.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/btn_ssimg.png) no-repeat -43px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -43px;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px -43px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	outline: 0;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
*/
.bx-prev,.bx-next {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.html) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.html) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666699;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#top-btn {
	text-decoration: none;
}

#btn_top{
	text-shadow:-1px -1px 0px #222222;
	color: #FFFFFF;
	padding:12px;
	text-align:center;
	/* Gradation */
	background: #fd3b1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff836f 45%, #fd3b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#ff836f), color-stop(100%,#fd3b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff836f 45%,#fd3b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff836f 45%,#fd3b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3ff836f52f9 45%,#fd3b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff836f 45%,#fd3b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff836f', endColorstr='#fd3b1b',GradientType=0 ); /* IE6-9 */
}

#btn_top span{
	background:url(../img/sp/btn_top.png) no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align: sub;
}
