@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
input[type="submit"] {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

body {
	font-size: 13px;
	line-height: 1.1em;
	width: 100%;
	background-color: #fff;
	color: #1e2440;
	background-size: 100% auto;
	background-repeat: repeat-y;
}

div {
	background-size: 100% auto;
	background-repeat: no-repeat;
}

html {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

blockquote,
q {
	quotes: none;
}

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

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

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

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

div {
	background-size: 100% auto;
	background-repeat: no-repeat;
}

img {
	width: 100%;
}

table {
	width: 100%;
}

a,
a:hover {
	transition: 0.7s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.shadow {
	text-shadow: 1px 1px 3px #000;
}



.box_shadow {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.box_shadow_inside {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

.radius {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.transition {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

.transparent {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.back_taransparent {
	background-color: rgba(255, 255, 255, 0.2);
}


/* main */
#content {
	width: 100%;
	position: relative;
	min-height: 360px;
}

body {
	background-image: url("../img/common/background01.png");
	background-repeat: repeat-y;
}

a {
	color: #f6e77f;
	text-decoration: underline;
}

/*utility*/
.maxWH {
	width: 100%;
	height: 100%
}

.box320 {
	position: relative;
	margin: 0 auto;
	width: 320px;
	height: 100%;
}

.box90per {
	position: relative;
	margin: 0 auto;
	width: 90%;
}

.box94per {
	position: relative;
	margin: 0 auto;
	width: 94%;
}

.relative {
	position: relative;
}

.small {
	font-size: 0.8em !important;
}

.big {
	font-size: 1.2em !important;
}

.xsmall {
	font-size: 0.6em !important;
}

.bold {
	font-weight: 900;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.blockCenter {
	text-align: center;
	margin: 0 auto;
	display: block
}

.clear {
	clear: both;
}

.strong {
	font-weight: 900;
}

.btn {
	width: 60%;
	margin: 4px auto;
}

.blue {
	color: #128ad4;
}

.green {
	color: #336e6c
}

.yellow {
	color: #f8da00;
}

.red {
	color: #f00;
}

.pink {
	color: #f36666;
}

.white {
	color: #fff;
}

.darkBrown {
	color: #590c14
}

.beige {
	color: #fde9cf
}

.gold {
	color: rgb(247, 232, 154);
	text-shadow: 0 0 1px rgb(34, 0, 57);
}

.backGreen {
	background-color: rgba(193, 248, 154, 0.7)
}

.backBlue {
	background-color: #abd8e4
}

.backBlue2 {
	background-color: #0d4469
}

.backWhite {
	background-color: rgba(255, 255, 255, 0.7)
}

.backBeige {
	background-color: #f9f3ed;
}

.backBrown {
	background-color: rgba(114, 72, 34, 0.7)
}

.backPink {
	background-color: #f28597;
}

.backPalePink {
	background-color: #e18896;
}

.backPurple {
	background-color: rgba(111, 77, 108, 0.6);
}

.backPurple2 {
	background-color: rgb(85, 47, 82);
}

.backBlue {
	background-color: #564e77;
}

.backGray {
	background-color: #dedede;
}

.backWhite {
	background-color: #fff;
}

.imageLine {
	font-size: 0px;
	line-height: 0em;
}

.notImageLine {
	font-size: 13px;
	line-height: 1.1em;
}

.imageLine img {
	font-size: 0;
	line-height: 0;
}

.scrollY {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.scrollX {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pad1 {
	padding: 1px;
}

.padY1 {
	padding: 1px 0;
}

.pad2 {
	padding: 2px;
}

.padY2 {
	padding: 2px 0;
}

.pad3 {
	padding: 3px;
}

.padY3 {
	padding: 3px 0;
}

.pad5 {
	padding: 5px;
}

.padY5 {
	padding: 5px 0;
}

.padX5 {
	padding: 0 5px;
}

.pad7 {
	padding: 7px;
}

.padY7 {
	padding: 7px 0;
}

.padX7 {
	padding: 0 7px;
}

.pad10 {
	padding: 10px;
}

.padY10 {
	padding: 10px 0;
}

.padX10 {
	padding: 0 10px;
}

.block {
	display: block;
}

.bloclRight {
	margin: 0 0 0 auto;
	display: block
}

.textShadow1 {
	text-shadow: 1px 1px 3px #999;
}

.radius5 {
	border-radius: 5px;
}

.radius10 {
	border-radius: 10px;
}

.float2 {
	float: left;
	width: 50%;
}

.float3 {
	float: left;
	width: 33.3%;
}

.block {
	display: block;
}

.inlinBlock {
	display: inline-block;
}

.borderBottom {
	border-bottom: solid #dedede 1px;
}

.borderPink {
	border-bottom: solid 1px #fab5b5;
	border-top: solid 1px #fab5b5;
}

.borderGold {
	border: #f6e77f 2px solid;
}

.line1 {
	line-height: 1em;
}

.mark {
	width: 12px;
	vertical-align: bottom;
}

.pricetag {
	width: 40px;
	vertical-align: bottom;
}

.bulletPoint {
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style: none;
}

.bulletPoint:first-letter {
	margin-left: -1em;
}

.whiteOutline {
	text-shadow: 1px 1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px -1px 1px #fff;
}

.lineThrough {
	text-decoration: line-through
}

.lineUnder {
	text-decoration: underline
}

.innerShadow {
	box-shadow: rgba(136, 136, 136, 0.8) 0px 0px 2px 3px inset;
	-webkit-box-shadow: rgba(136, 136, 136, 0.8) 0px 0px 2px 3px inset;
}

.line02 {
	background-image: url("../img/common/line02.png");
	width: 212px;
	height: 17px;
	margin: 5px auto;
}


.pinkBtn1 {
	padding: 3px 8px 2px 8px;
	color: #fff;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, rgb(255, 168, 168) 0%, rgb(255, 168, 168) 1%, rgb(242, 99, 99) 42%, rgb(255, 242, 242) 100%);
	background-image: linear-gradient(to top, rgb(255, 168, 168) 0%, rgb(255, 168, 168) 1%, rgb(242, 99, 99) 42%, rgb(255, 242, 242) 100%);
	border: 1px solid rgb(242, 99, 99);
	border-radius: 15px;
	text-decoration: none;
}

.blueBtn1 {
	background-image: -moz-linear-gradient(bottom, rgb(162, 253, 255) 0%, rgb(50, 175, 255) 42%, rgb(255, 255, 255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(162, 253, 255) 0%, rgb(50, 175, 255) 42%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(162, 253, 255) 0%, rgb(50, 175, 255) 42%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(to top, rgb(162, 253, 255) 0%, rgb(50, 175, 255) 42%, rgb(255, 255, 255) 100%);
	border: 1px solid rgb(39, 171, 255);
	border-radius: 15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 3px 8px 2px 8px;
}

.pinkBtn2 {
	background-color: #ff667f;
	border-radius: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border: none;
	padding: 2px 10px;
	line-height: 1.3em;
	text-decoration: none;
	-webkit-appearance: none;
}

.grayBtn2 {
	background-color: #ccc;
	color: #777;
	border-radius: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border: none;
	padding: 2px 10px;
	line-height: 1.3em;
	text-decoration: none;
	-webkit-appearance: none;
}


.blueBtn2 {
	background-color: #128ad4;
	border-radius: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border: none;
	padding: 2px 10px;
	line-height: 1.3em;
	text-decoration: none;
	-webkit-appearance: none;
}

.imageBtnl {
	width: 78%;
	display: inline-block;
}

.imageBtnS {
	width: 40%;
	display: inline-block;
}

.imageBtnSS {
	width: 26%;
	display: inline-block;
}


.imageBtn01_input {
	background-color: transparent;
	background-image: url("../img/common/btn01.png");
	width: 250px;
	height: 33px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 14px !important;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 5px 0 0 0 !important;
}

.imageBtn01 {
	background-color: transparent;
	background-image: url("../img/common/btn01.png");
	width: 250px;
	height: 23px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 10px 0 0 0 !important;
}




.imageBtn02 {
	background-color: transparent;
	background-image: url("../img/common/btn02.png");
	width: 107px;
	height: 23px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 10px 0 0 0;
}

.imageBtn02_input {
	background-color: transparent;
	background-image: url("../img/common/btn02.png");
	width: 107px;
	height: 21px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 5px 0 0 0;
}

.imageBtn03 {
	background-color: transparent;
	background-image: url("../img/common/btn03.png");
	width: 112px;
	height: 21px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 10px 0 0 0;
}

.imageBtn03_input {
	background-color: transparent;
	background-image: url("../img/common/btn03.png");
	width: 112px;
	height: 31px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 5px 0 0 0;
}

.imageBtn04 {
	background-color: transparent;
	background-image: url("../img/btn/imageBtn01.png");
	width: 193px;
	height: 26px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 14px 0 0 0;
}

.imageBtn04_input {
	background-color: transparent;
	background-image: url("../img/btn/imageBtn01.png");
	width: 193px;
	height: 35px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 14px 0 0 0;
}

.imageBtn05 {
	background-color: transparent;
	background-image: url("../img/btn/imageBtn02.png");
	width: 193px;
	height: 26px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	padding: 14px 0 0 0;
}



.title01 {
	background-size: 100% 100%;
	background-image: url("../img/common/title01.png");
	width: 100%;
	height: 21px;
	color: rgb(247, 232, 154);
	font-size: 16px;
	text-shadow: 0 0 1px rgb(34, 0, 57);
	text-align: center;
	padding: 9px 0 0 0;
}

.title02 {
	background-color: #fff;
	padding: 2px 0;
	border-top: #5f6580 1px solid;
	border-bottom: #5f6580 1px solid;
	width: 100%;
}

.title02Inner {
	width: 100%;
	background-color: #fff;
	padding: 2px 0;
	border-top: #bf944a 2px solid;
	border-bottom: #bf944a 2px solid;
	text-align: center;
}

.title03 {
	background-size: 100% 100%;
	background-image: url("../img/common/title03.png");
	/* width: 320px; */
	height: 21px;
	color: #fff;
	font-size: 16px;
	text-shadow: 0 0 1px rgb(34, 0, 57);
	text-align: center;
	padding: 9px 0 0 0;
	font-weight: 100;
}


.title04 {
	background-size: 100% 100%;
	background-image: url("../img/common/title04.png");
	width: 100%;
	height: 20px;
	color: #000;
	font-size: 13px;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: 100;
}

.title05 {
	background-size: 100% 100%;
	background-image: url("../img/common/title05.png");
	width: 96%;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 5px 2% 3px 2%;
	font-weight: 100;
	line-height: 1.6em;
}

.title06 {
	background-size: 56px 38px;
	background-repeat: repeat;
	background-image: url("../img/common/title06.png");
	width: 96%;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 5px 2% 3px 2%;
	font-weight: 100;
	line-height: 1.6em;
}





.cssBox01 {
	background-color: #6f4d6c;
	border: #f6e77f 2px solid;
	width: 96%;
	margin: 0 auto;
}

.cssBox02 {
	background-color: #fff;
	border: #ccc 2px solid;
	width: 96%;
	margin: 0 auto;
}


.box01:before {
	display: block;
	width: 100%;
	height: 18px;
	background-image: url("../img/common/box01top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -10px;
	left: 0;
	background-repeat: no-repeat;
}

.box01 {
	width: 92%;
	margin: 18px auto 18px auto;
	position: relative;
	background-image: url("../img/common/box01body.png");
	background-repeat: repeat-y;
	padding: 4px 3%;
}

.box01:after {
	display: block;
	width: 100%;
	height: 18px;
	margin: 0 auto;
	background-image: url("../img/common/box01bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -12px;
	left: 0;
	background-repeat: no-repeat;
}



.box02:before {
	display: block;
	width: 100%;
	height: 28px;
	background-image: url("../img/common/box02top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -27px;
	left: 0;
	background-repeat: no-repeat;
}

.box02 {
	width: 96%;
	margin: 28px auto 17px auto;
	position: relative;
	background-image: url("../img/common/box02body.png");
	background-repeat: repeat-y;
	padding: 0 2%;
}

.box02:after {
	display: block;
	width: 100%;
	height: 17px;
	margin: 0 auto;
	background-image: url("../img/common/box02bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -17px;
	left: 0;
	background-repeat: no-repeat;
}

.box04:before {
	display: block;
	width: 100%;
	height: 14px;
	background-image: url("../img/common/box04top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -13px;
	left: 0;
	background-repeat: no-repeat;
}

.box04 {
	width: 94%;
	margin: 14px auto 7px auto;
	position: relative;
	background-image: url("../img/common/box04body.png");
	background-repeat: repeat-y;
	padding: 0 2%;
}

.box04:after {
	display: block;
	width: 100%;
	height: 7px;
	margin: 0 auto;
	background-image: url("../img/common/box04bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -6px;
	left: 0;
	background-repeat: no-repeat;
}


.box05:before {
	display: block;
	width: 100%;
	height: 7px;
	background-image: url("../img/common/box05top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -7px;
	left: 0;
	background-repeat: no-repeat;
}

.box05 {
	width: 94%;
	margin: 7px auto 6px auto;
	position: relative;
	background-image: url("../img/common/box05body.png");
	background-repeat: repeat-y;
	padding: 0 2%;
}

.box05:after {
	display: block;
	width: 100%;
	height: 6px;
	margin: 0 auto;
	background-image: url("../img/common/box05bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -6px;
	left: 0;
	background-repeat: no-repeat;
}


.box06:before {
	display: block;
	width: 100%;
	height: 16px;
	background-image: url("../img/common/box06top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -16px;
	left: 0;
	background-repeat: no-repeat;
}

.box06 {
	width: 94%;
	margin: 16px auto 10px auto;
	position: relative;
	background-image: url("../img/common/box06body.png");
	background-repeat: repeat-y;
	padding: 0 2%;
}

.box06:after {
	display: block;
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background-image: url("../img/common/box06bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-repeat: no-repeat;
}


.box07:before {
	display: block;
	width: 100%;
	height: 16px;
	background-image: url("../img/common/box07top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -16px;
	left: 0;
	background-repeat: no-repeat;
}

.box07 {
	width: 90%;
	margin: 16px auto 15px auto;
	position: relative;
	background-image: url("../img/common/box07body.png");
	background-repeat: repeat-y;
	padding: 0 3%;
}

.box07:after {
	display: block;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	background-image: url("../img/common/box07bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -15px;
	left: 0;
	background-repeat: no-repeat;
}



.inputField {
	width: 180px;
	height: 24px;
	background-color: rgb(255, 255, 255, 0.7);
	border: 1px solid rgb(92, 30, 87);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	padding: 2px 5px;
}

.selectField {
	width: 180px;
	height: 24px;
	background-color: rgb(255, 255, 255, 0.7);
	border: 1px solid rgb(92, 30, 87);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	padding: 2px 5px;
}


.pager {
	width: 290px;
	height: 29px;
	margin: 5px auto;
	position: relative;
}

.pagerBackActive {
	background-image: url("../img/common/pager_back.png");
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-size: 100% 100%;
	display: block;
}

.pagerBackNonActive {
	background-image: url("../img/common/pager_back_g.png");
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-size: 100% 100%;
	display: block;
}

.pagerNextActive {
	background-image: url("../img/common/pager_next.png");
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-size: 100% 100%;
	display: block;
}

.pagerNextNonActive {
	background-image: url("../img/common/pager_next_g.png");
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-size: 100% 100%;
	display: block;
}

.pageNumber {
	width: 80px;
	position: absolute;
	line-height: 1em;
	bottom: 4px;
	text-align: center;
	left: 105px;
	font-size: 16px;
}

#headerMenu {
	line-height: 0;
	position: fixed;
	top: 0;
	z-index: 100000000;
	width: 100%;
}

.headerBtn {
	width: 20%;
	float: left;
}

.banner {
	width: 98%;
	margin: 5px auto;
	line-height: 1em;
	text-align: center;
}

.listContent {
	width: 92%;
	margin: 0 auto;
	padding: 8px 0;
}

.listContentAvaThumb {
	width: 28%;
	float: left;
	margin: 0 5% 0 0;
}

.listContentAvaThumb .avaPic {
	border-radius: 6px;
	border: solid 4px #fcd7df;
	line-height: 0;
}

.listContentAvaInfo {
	float: left;
	width: 62%;
	margin-right: 5%;
}

.greetingDialogue {
	border-radius: 3px;
	padding: 8px;
	color: #FFFFFF;
	background-color: #6F4D6C;
	margin: 3px 0;
}


.items1 {
	padding: 4px;
	border-bottom: dotted #000 2px;
}

.items2_even {
	padding: 10px;
	border-bottom: 1px solid #dedede;
	background-color: #fff2f5;
}

.items2_odd {
	padding: 10px;
	border-bottom: 1px solid #dedede;
}

.items3 {
	padding: 4px;
	border-bottom: dotted #000 2px;
}

.rankIcon {
	width: 9%;
	float: left;
	margin: 0 1% 0 0;
	padding: 30px 0 0 0;
	font-size: 11px;
}

.rankPic {
	width: 27%;
	float: left;
	margin: 0 7% 0 0;
}

.rankInfo {
	float: left;
	width: 56%;
	position: relative;
}

.itemPic {
	width: 28%;
	float: left;
	margin: 0 5% 0 0;
}

.itemInfo {
	float: left;
	width: 67%;
	position: relative;
}

.itemPic2 {
	width: 20%;
	float: left;
	margin: 0 5% 0 0;
}

.itemInfo2 {
	float: left;
	width: 75%;
}

.itemName {
	color: #f26363;
	font-weight: 900;
	padding: 3px 0;
}

.friendActionBtn {
	width: 24%;
	position: absolute;
	top: 23%;
	right: -1%;
}

.friendActionBtnL {
	width: 27%;
	position: absolute;
	top: 0;
	right: 5%;
}

.friendActionBtnS {
	width: 14%;
	position: absolute;
	bottom: 1%;
	right: 29%;
}

.status_charm {
	background-image: url("../img/common/status_charm.png");
	width: 77px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}


.status_mikkai {
	background-image: url("../img/common/status_mikkai.png");
	width: 87px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}

.status_mikkai_m {
	background-image: url("../img/common/status_mikkai.png");
	width: 100px;
	height: 19px;
	background-size: 100% 100%;
	padding: 0 0 0 85px;
	color: #000;
	font-size: 10px;
}

.status_target {
	background-image: url("../img/common/status_target.png");
	width: 87px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}

.status_target_m {
	background-image: url("../img/common/status_target.png");
	width: 110px;
	height: 19px;
	background-size: 100% 100%;
	padding: 0 0 0 75px;
	color: #000;
	font-size: 10px;
}

.status_friend {
	background-image: url("../img/common/status_friend.png");
	width: 72px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 85px;
	color: #000;
	font-size: 10px;
}

.status_hisyo {
	background-image: url("../img/common/status_hisyo.png");
	width: 77px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}

.status_hisyo_l {
	background-image: url("../img/common/status_hisyo.png");
	width: 117px;
	height: 19px;
	background-size: 100% 100%;
	padding: 3px 0 0 100px;
	color: #000;
	font-size: 10px;
}


.status_hisyo_total {
	background-image: url("../img/common/status_hisyo_total.png");
	width: 77px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 80px;
	color: #000;
	font-size: 10px;
}

.status_event_hisyo_total {
	background-image: url("../img/common/status_event_hisyo_total.png");
	width: 77px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 80px;
	color: #000;
	font-size: 10px;
}

.status_coin {
	background-image: url("../img/common/status_coin.png");
	width: 87px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}

.status_beast {
	background-image: url("../img/common/status_beast.png");
	width: 87px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}

.status_beast_l {
	background-image: url("../img/common/status_beast.png");
	width: 100px;
	height: 19px;
	background-size: 100% 100%;
	padding: 3px 0 0 120px;
	color: #000;
	font-size: 10px;
}

.status_ev_hisyo_l {
	background-image: url("../img/common/status_ev_hisyo.png");
	width: 125px;
	height: 19px;
	background-size: 100% 100%;
	padding: 3px 0 0 100px;
	color: #000;
	font-size: 10px;
}

.status_eticket_l {
	background-image: url("../img/common/status_eticket.png");
	width: 100px;
	height: 19px;
	background-size: 100% 100%;
	padding: 3px 0 0 120px;
	color: #000;
	font-size: 10px;
}

.status_coin_price {
	background-image: url("../img/common/status_coin_price.png");
	width: 67px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 90px;
	color: #000;
	font-size: 10px;
}

.status_mobacoin_price {
	background-image: url("../img/common/status_mobacoin.png");
	width: 52px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 105px;
	color: #000;
	font-size: 10px;
}

.status_tsutayagold_price {
	background-image: url("../img/common/status_tsutayagold.png");
	width: 52px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 105px;
	color: #000;
	font-size: 10px;
}

.status_beast_price {
	background-image: url("../img/common/status_beast_price.png");
	width: 67px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 90px;
	color: #000;
	font-size: 10px;
}

.status_love_need {
	background-image: url("../img/common/status_lovepoint_need.png");
	width: 87px;
	height: 16px;
	background-size: 100% 100%;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 10px;
}

.status_love_need_l {
	background-image: url("../img/common/status_lovepoint_need.png");
	width: 147px;
	height: 19px;
	background-size: 100% 100%;
	padding: 3px 0 0 70px;
	color: #000;
	font-size: 10px;
}

.menuPopupInner {
	width: 316px;
	height: 543px;
	background-size: 100% 100%;
	margin: 10px auto;
	position: relative;
}

.staticMenuPopupInner {
	width: 316px;
	height: 543px;
	background-size: 100% 100%;
	margin: 10px auto;
	position: relative;
}

.menuPopupInner_sns {
	background-image: url("../img/menu/menu_sns.png");
}

.menuPopupInner_native {
	background-image: url("../img/menu/menu_native.png");
}

.menuPopupClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 16px;
	right: 0px;
}

.menuLink {
	border-radius: 40px;
	width: 63px;
	height: 63px;
	position: absolute;
	display: block;
}

.menuLink1 {
	top: 50px;
	left: 33px;
}

.menuLink2 {
	top: 40px;
	left: 125px;
}

.menuLink3 {
	top: 50px;
	left: 220px;
}

.menuLink10 {
	top: 135px;
	left: 13px;
}

.menuLink11 {
	top: 115px;
	left: 88px;
}

.menuLink12 {
	top: 115px;
	left: 164px;
}

.menuLink13 {
	top: 135px;
	left: 240px;
}

.menuLink_shop1 {
	top: 232px;
	left: 80px;
}

.menuLink_shop2 {
	top: 225px;
	left: 170px;
}

.menuLink_shop1_native {
	top: 232px;
	left: 34px;
}

.menuLink_shop2_native {
	top: 232px;
	left: 126px;
}

.menuLink_shop3_native {
	top: 232px;
	left: 215px;
}

.menuLink20 {
	top: 356px;
	left: 13px;
}

.menuLink21 {
	top: 356px;
	left: 88px;
}

.menuLink22 {
	top: 356px;
	left: 164px;
}

.menuLink23 {
	top: 356px;
	left: 240px;
}

.menuLink30 {
	top: 445px;
	left: 13px;
}

.menuLink31 {
	top: 445px;
	left: 88px;
}

.menuLink32 {
	top: 445px;
	left: 164px;
}

.menuLink33 {
	top: 445px;
	left: 240px;
}






.popupWrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(31, 0, 24, 0.88);
	top: 0;
	left: 0;
	z-index: 1000000001;
	opacity: 0;
	display: none;
}

.popupStill {
	width: 305px;
	height: 450px;
	background-image: url("../img/album/popup.png");
	margin: 10px auto;
	position: relative;
}

.popupStillClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	right: -3px;
}

.popup00 {
	width: 305px;
	height: 150px;
	background-image: url("../img/common/popup00.png");
	margin: 10px auto;
	position: relative;
}

.popup00Close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	right: -3px;
}

.tutorialPopupBtn {
	position: absolute;
	text-align: left;
	width: 70%;
	bottom: 1%;
	right: 5%;
}

.popup01:before {
	display: block;
	width: 100%;
	height: 12px;
	background-image: url("../img/common/box03top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -12px;
	left: 0;
	background-repeat: no-repeat;
}

.popup01 {
	width: 92%;
	margin: 12px auto 12px auto;
	position: relative;
	background-image: url("../img/common/box03body.png");
	background-repeat: repeat-y;
	padding: 4px 3%;
}

.popup01:after {
	display: block;
	width: 100%;
	height: 12px;
	margin: 0 auto;
	background-image: url("../img/common/box03bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -12px;
	left: 0;
	background-repeat: no-repeat;
}

.popup01Close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -20px;
	right: -2px;
}

.popup03 {
	width: 305px;
	height: 200px;
	background-image: url("../img/common/popup03.png");
	margin: 10px auto;
	position: relative;
}

.popup03Box {
	width: 66%;
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 11px;
	text-align: left;
}

.popup03Text {
	width: 65%;
	position: absolute;
	top: 110px;
	right: 14px;
	text-align: left;
	font-size: 11px;
}


.popup03Close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	right: -3px;
}

.tutorialPopupClose2 {
	position: absolute;
	bottom: 6px;
	left: 120px;
}

.tutorialPopupText {
	width: 200px;
	color: #000;
	height: 100px;
	position: absolute;
	top: 36px;
	left: 78px;
	text-align: left;
}

.naviFinger {
	position: absolute;
	background-image: url("../img/common/finger.png");
	width: 42px;
	height: 78px;
	bottom: -70px;
	left: 42%;
	z-index: 1000;
}

.popup1Close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -18px;
	right: 0;
}

.popup1:before {
	display: block;
	width: 100%;
	height: 8px;
	background-image: url("../img/common/box02top.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top: -8px;
	left: 0;
	background-repeat: no-repeat;
}

.popup1 {
	width: 88%;
	margin: 8px auto 8px auto;
	position: relative;
	background-image: url("../img/common/box02body.png");
	background-repeat: repeat-y;
	padding: 1px 5%
}

.popup1:after {
	display: block;
	width: 100%;
	height: 8px;
	margin: 0 auto;
	background-image: url("../img/common/box02bottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
	background-repeat: no-repeat;
}


/*******/

.tabArea3 {
	/* width: 311px; */
	width: 305px;
	height: 33px;
	margin: 0 auto;
}

.tab3_1 {
	text-align: center;
	width: 103px;
	height: 23px;
	padding: 10px 0 0 0;
	background-size: 100% 100%;
	float: left;
}

.tab3_2 {
	text-align: center;
	/* width: 103px; */
	width: 97.5px;
	height: 23px;
	padding: 10px 0 0 0;
	background-size: 100% 100%;
	float: left;
}

.tab3_3 {
	text-align: center;
	width: 104.5px;
	height: 23px;
	padding: 10px 0 0 0;
	background-size: 100% 100%;
	float: left;
}

.tab3_1_active {
	background-image: url("../img/common/tab3_1.png");
	color: #f6e77f
}

.tab3_2_active {
	background-image: url("../img/common/tab3_2.png");
	color: #f6e77f
}

.tab3_3_active {
	background-image: url("../img/common/tab3_3.png");
	color: #f6e77f
}

.tab3_1_nonactive {
	background-image: url("../img/common/tab3_1_g.png");
	color: #000;
	text-decoration: underline;
}

.tab3_2_nonactive {
	background-image: url("../img/common/tab3_2_g.png");
	color: #000;
	text-decoration: underline;
}

.tab3_3_nonactive {
	background-image: url("../img/common/tab3_3_g.png");
	color: #000;
	text-decoration: underline;
}


.tabArea2 {
	/* width:316px; */
	width: 305px;
	height: 35px;
	margin: 0 auto;
}

.tab2_1,
.tab2_2 {
	text-align: center;
	width: 152.5px;
	height: 25px;
	padding: 10px 0 0 0;
	background-size: 100% 100%;
	float: left;
}

.tab2_1_active {
	background-image: url("../img/common/tab2_1.png");
	color: #f6e77f
}

.tab2_2_active {
	background-image: url("../img/common/tab2_2.png");
	color: #f6e77f
}

.tab2_1_nonactive {
	background-image: url("../img/common/tab2_1_g.png");
	color: #000;
	text-decoration: underline;
}

.tab2_2_nonactive {
	background-image: url("../img/common/tab2_2_g.png");
	color: #000;
	text-decoration: underline;
}

.tabContentArea {
	border-top: 1px solid #d5ba2e;
	border-bottom: 1px solid #d5ba2e;
	margin-top: -7px;
	background-color: #fff;
	position: relative;
}


/**Closet**/
#avaVisual {
	position: relative;
}

.avaLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.itemCategories {}

.catBtnsCloset {
	width: 1028px;
}

.catBtnsAvaShop {
	width: 1086px;
}

.catBtnsShop {
	width: 506px;

}

.catBtnsItem {
	width: 564px;
}

.avaItemCategories {
	width: 100%;
	height: 54px;
	margin: 0 auto;
}

.avaItemCategoriesGesoten {
	height: 71px;
}

.catBtn {
	width: 58px;
	height: 52px;
	float: left;
	padding: 0;
}

.catBtn_space {
	width: 21px;
	height: 52px;
	float: left;
	padding: 0;
}

.catbtnImage {
	width: 100%;
	height: 100%;
}

.catbtnImage img {
	height: 100%;
	width: 100%;
}

.avaItemCategoriesArea {
	position: relative;
	overflow: hidden;
	background-image: url("../img/closet/avaCategoryBack.png");
	background-size: 100% 52px;
	height: 54px;
}

.cursolLeft1 {
	width: 29px;
	height: 54px;
	position: absolute;
	left: 0%;
	top: 0%;
	background-image: url("../img/common/cursorL1.png");
}

.cursolRight1 {
	width: 29px;
	height: 54px;
	position: absolute;
	right: 0%;
	top: 0%;
	background-image: url("../img/common/cursorR1.png");
}

.cursolLeft2 {
	width: 12px;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background-image: url("../img/common/cursorL2.png");
	background-size: 100% 100%;
}

.cursolRight2 {
	width: 12px;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
	background-image: url("../img/common/cursorR2.png");
	background-size: 100% 100%;
}

.avaThumbArea {
	background-color: #3d303c;
	padding: 5px 0;
	position: relative;
}

.thumbBtns {
	width: 53px;
	height: 58px;
	position: relative;
}

.avaTakeOnSign {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 4px;
	right: 1px;
	background-image: url("../img/closet/statusOn.png");
}

#avaBtnThumbs {
	width: 295px;
	height: 114px;
	position: relative;
}

.avaThumbs {
	width: 294px;
	margin: 0 auto;
	height: 124px;
	position: relative;
}

.avaThumbnail {
	position: absolute;
}



.avaChangeBtnArea {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 26%;
}




/*******help*******/
/*help*/
.helpContents {
	padding: 5px;
	border-bottom: 1px solid #f28597;
}

.helpItem {
	background-color: #fff;
	position: relative;
}

.helpTitle {
	color: #074B96;
	padding: 7px 5px;
	font-weight: 900;
}

.helpTitleOdd {
	background-color: #CCC1F3;
}

.helpTitleEven {
	background-color: #fff2f4;
}

.helpContent {
	display: none;
}




.hintArea {
	width: 84%;
	margin: 3px 4%;
	background-color: #fff2f4;
	border-radius: 8px;
	position: relative;
	color: #ff667f;
	min-height: 90px;
	padding: 3px 4%
}

.hintChara {
	width: 25%;
	margin: 0 5% 0 0;
	float: left;
	line-height: 0;
}

.hintTitle {
	text-align: center;
	font-weight: 900;
	border-radius: 5px;
	background-color: #fff;
	padding: 3px;
	margin: 0 0 8px 0;
}

.hintMessage {
	width: 70%;
	margin: 0 0 0 0;
	float: left;
}

.tableColumn2 {
	border-radius: 8px;
	width: 90%;
	margin: 5px auto;
	border-collapse: separate;
	border: 3px solid #dedede;
	border-bottom: 2px solid #dedede;
}

.tableColumn2 td {
	padding: 6px 2%;
	border-bottom: 1px solid #dedede;
}

.tableColumn2Title {
	background-color: #fff2f4;
	color: #ff7c91;
	width: 40%;
}

.tableColumn2Title2 {
	background-color: #fff2f4;
	color: #ff7c91;
	width: 50%;
}



.tutorialStep {
	position: relative;
	line-height: 0;
	padding: 0 0 6px 0;
}

.tutorialStepText {
	position: absolute;
	top: 22%;
	left: 46%;
	color: white;
	width: 33%;
	height: 10%;
	text-align: center;
}

/*******/
.namebox {
	background-image: url("../img/changename/frame.png");
	width: 270px;
	height: 304px;
	margin: 5px auto;
	padding: 34px 20px 24px 20px;
	position: relative;
}

.namebox2 {
	background-image: url("../img/changename/frame2.png");
	width: 270px;
	height: 202px;
	margin: 5px auto;
	padding: 34px 20px 24px 20px;
	position: relative;
}

.mscenarioLeftTicekt {
	background-color: rgba(107, 117, 170, 0.8);
	padding: 10px 0;
}

.mscenarioLeftTicket {
	display: inline-block;
	width: 15%;
	margin: 0 1%;
}

.mscenarioParamaterStatus {
	width: 241px;
	height: 38px;
	background-image: url("../img/mscenario/paramater_check.png");
	margin: 5px auto;
	padding: 40px 25px 10px 25px;
}

.mscenarioCurrentLove {
	color: #1e2440;
	border-bottom: 1px solid #1e2440;

}

.mscenarioNeedLove {
	color: #f36666;
	border-bottom: 1px solid #f36666;
}

.avaPic1 {
	width: 90px;
	height: 90px;
	position: relative;
	margin: 5px auto;
}

.avaPic1Frame {
	position: absolute;
	background-image: url("../img/common/userFrame.png");
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
}







/******獣追加*****/

.myMainVisual {
	width: 100%;
	position: relative;
}

.myMainVisualAvatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.myMainVisualChara {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.myMainVisualBack {}

.myMainAvaBtn {
	width: 63px;
	height: 88px;
	position: absolute;
	top: 3%;
	right: 2%;
	overflow: hidden;
}

.myMainAvaBtnFram {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.myMainAvaBtnFram_toKare {
	opacity: 0;
}

.clipEllipse_toKare {
	opacity: 0;
}

.clipEllipse {
	-webkit-mask-image: url('../img/mypage/ava_mask.png');
	-webkit-mask-position-x: 8px;
	-webkit-mask-position-y: 2px;
	-webkit-mask-repeat: no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	display: block;
	top: -2px;
	left: -8px;
}

.myKoukandoGauge {
	background-image: url("../img/mypage/koukando_gauge.png");
	width: 206px;
	height: 15px;
	position: absolute;
	bottom: 2%;
	left: 1%;
}

.myKoukandoGaugeBar {
	background-image: -webkit-linear-gradient(bottom, rgb(251, 85, 123) 0%, rgb(211, 40, 79) 49%, rgb(255, 180, 191) 89%, rgb(247, 113, 151) 100%);
	background-image: linear-gradient(to top, rgb(251, 85, 123) 0%, rgb(211, 40, 79) 49%, rgb(255, 180, 191) 89%, rgb(247, 113, 151) 100%);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 202px;
	height: 11.0px;
	position: absolute;
	top: 1px;
	left: 2px;
}

.myKoukandoGaugeNormal {
	background-image: url("../img/mypage/koukando_normal.png");
	width: 47px;
	height: 45px;
	position: absolute;
	bottom: -2px;
	left: 100px;
}

.myKoukandoGaugeTrue {
	background-image: url("../img/mypage/koukando_true.png");
	width: 72px;
	height: 62px;
	position: absolute;
	bottom: -2px;
	left: 155px;
}

.myKoukandoParam {
	background-image: url("../img/mypage/koukando_num.png");
	width: 38px;
	height: 17px;
	position: absolute;
	color: #fff;
	font-size: 9px;
	padding: 1px 0 0 36px;
	top: -19px;
	left: 0;
	text-align: center;
}

.myMainBtnStory {
	width: 33.5%;
	position: absolute;
	right: 1%;
	bottom: -32%;
}

.myMainLeftTicket {
	position: absolute;
	width: 48%;
	right: -2%;
	top: -3%
}

.myMainBorderLine {
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.myMainBtn {
	position: absolute;
	width: 65%;
	bottom: -31%;
	left: 1%;
}

.myMainBtnMikkai {
	width: 40%;
	height: 90%;
	position: absolute;
	display: block;
	top: 2%;
	left: 2%
}

.myMainBtnGame {
	width: 40%;
	height: 90%;
	position: absolute;
	display: block;
	top: 2%;
	right: 2%
}

.myMainBtnStamina {
	color: #fff;
	text-align: center;
	font-size: 9px;
	position: absolute;
	width: 28%;
	right: 11%;
	top: 69%;
}

.mainStatus {
	width: 100%;
	position: relative;
}

.mainStatusScenario_sns {
	color: #fff;
	position: absolute;
	line-height: 1em;
	top: 22%;
	left: 10%;
	width: 38%;
	font-size: 12px;
	text-align: center;
}

.mainStatusScenario_native {
	color: #fff;
	position: absolute;
	line-height: 1em;
	top: 22%;
	left: 10%;
	width: 35%;
	font-size: 12px;
	text-align: center;
}


.mainStatusBeaste_sns {
	color: #fff;
	position: absolute;
	line-height: 1em;
	font-size: 12px;
	top: 22%;
	left: 58%;
	width: 38%;
	text-align: center;
}

.mainStatusBeaste_native {
	color: #fff;
	position: absolute;
	line-height: 1em;
	font-size: 12px;
	top: 22%;
	left: 55%;
	width: 15%;
	text-align: center;
}

.mainStatusCoin_native {
	color: #fff;
	position: absolute;
	line-height: 1em;
	font-size: 12px;
	top: 22%;
	left: 80%;
	width: 17%;
	text-align: center;
}

.myMainLeftContent {
	width: 45px;
	height: 173px;
	position: absolute;
	top: 1%;
	left: 2%;
}

.myMainNotice {
	position: relative;
}

.myMainNoticeCount {
	text-shadow: -1px 0px 3px rgba(131, 87, 250, 1);
	font-weight: 900;
	color: #fff;
	font-size: 18px;
	width: 90%;
	text-align: center;
	top: 48%;
	position: absolute;
	left: 5%;
}

.myMainNoticeMenu {
	width: 180px;
	height: 44px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3px 0;
	text-align: center;
	position: absolute;
	top: 18px;
	left: 39px;
}

.myMainNoticeMenu img {
	width: 38px;
}

.myMainNoticeMenuCount {
	border-radius: 20px;
	background-color: #f00;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 3px;
	width: 15px;
	height: 15px;
}

.myMainNoticeMenuCount1 {
	left: 30px
}

.myMainNoticeMenuCount2 {
	left: 75px
}

.myMainNoticeMenuCount3 {
	left: 120px
}

.myMainNoticeMenuCount4 {
	left: 160px
}

.myMainNewcomerRemainTime {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 78px;
	padding: 2px 3px;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 41px;
	font-size: 11px;
}

.myGameStatus {
	width: 73px;
	height: 23px;
	background-image: url("../img/mypage/btnGameStatus.png");
	position: absolute;
	bottom: 45px;
	left: 5px;
}

.myGameStatus_koukando_goukei {
	position: absolute;
	width: 20%;
	top: 4.5%;
	left: 75%;
	text-align: left;
}

.myGameStatus_koukando_item {
	position: absolute;
	width: 10%;
	color: #fff;
	top: 29%;
	left: 88%;
	text-align: left;
}

.myGameStatus_koukando_charm {
	position: absolute;
	width: 10%;
	color: #fff;
	top: 60%;
	left: 88%;
	text-align: left;
}

.myGameStatus_koukando_charmtext {
	position: absolute;
	width: 60%;
	color: #fff;
	top: 79%;
	right: 2%;
	text-align: right;
	font-size: 11px;
}


.minigameVsArea {
	background-color: rgba(111, 77, 108, 0.6);
}

.minigameSelf {
	float: left;
	width: 90px;
}

.minigameVS {
	width: 65px;
	float: left;
	text-align: center;
}

.minigameTarget {
	float: left;
	width: 90px;
	position: relative;
}

.miniGameAvatar {
	width: 245px;
	margin: 5px auto;
}

.miniGameAvatarParamater1 {
	float: left;
	width: 40%;
	margin: 3px 2% 0 1%;
}

.miniGameAvatarParamater2 {
	float: left;
	width: 40%;
	margin: 1px 7% 5px 7%;
}

.miniGameStamina {
	width: 48%;
	margin: 2px 1%;
	float: left;
	position: relative;
}

.miniGameLamp {
	width: 48%;
	margin: 2px 1%;
	float: left;
}

.miniGameStaminaGauge {
	background: #fcbf32;
	background: -moz-linear-gradient(top, #fcbf32 0%, #f7932e 46%, #ffdd89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcbf32), color-stop(46%, #f7932e), color-stop(100%, #ffdd89));
	border-radius: 10px;
	position: absolute;
	width: 96%;
	height: 31%;
	bottom: 11%;
	left: 2%;
}

.miniGameStaminaParam {
	font-size: 10px;
	width: 28%;
	text-align: center;
	position: absolute;
	top: 16%;
	right: 8%;
	color: #000;
}

.minigameBtnReload {
	display: block;
	width: 28px;
	position: absolute;
	top: -2%;
	right: -2%;
}

.otherStatus {
	width: 40%;
	margin: 0 0 0 5%;
	float: left;
}

.otherActionBtn {
	width: 30%;
	margin: 0 0 0 10%;
	float: left;
}

.nameMyouji {
	text-align: center;
	position: absolute;
	top: 27%;
	width: 40%;
	left: 4%;
}

.nameConfirm {
	text-align: center;
	position: absolute;
	top: 66%;
	width: 80%;
	left: 10%;
}

.nameName {
	text-align: center;
	position: absolute;
	top: 27%;
	width: 40%;
	left: 53%;
}

.charaCard {
	width: 13%;
	position: absolute;
	top: 0;
}

.charaCard1 {
	left: 0.64%
}

.charaCard2 {
	left: 14.92%
}

.charaCard3 {
	left: 29.2%
}

.charaCard4 {
	left: 43.48%
}

.charaCard5 {
	left: 57.76%
}

.charaCard6 {
	left: 72.04%
}

.charaCard7 {
	left: 86.32%
}

.charaStory {
	width: 35%;
	position: absolute;
	display: block;
	position: absolute;
	right: 5%;
	top: 75%;
}

.charaStory {
	width: 35%;
	display: block;
	position: absolute;
	right: 5%;
	top: 75%;
}

.charaDet {
	width: 82%;
	display: block;
	position: absolute;
	left: 9%;
	top: 87.5%;
}

.charaDet1 {
	width: 41%;
	display: block;
	position: absolute;
	left: 5%;
	top: 87.5%;
}

.charaDet2 {
	width: 41%;
	display: block;
	position: absolute;
	right: 5%;
	top: 87.5%;
}

.charaCardZone {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.charaCards {
	width: 700%;
	position: absolute;
	top: 0;
	left: 0;
}

.cursorL2 {
	width: 7%;
	position: absolute;
	top: 45%;
	left: 1%
}

.cursorR2 {
	width: 7%;
	position: absolute;
	top: 45%;
	right: 1%
}

.cursorDrillDown {
	width: 29px;
	height: 29px;
	background-image: url("../img/common/cursorR3.png");
}

.cursorDrillDown_on {
	width: 29px;
	height: 29px;
	background-image: url("../img/common/cursorD3.png");
}

.charaCurrentSign {
	width: 35%;
	;
	margin: 5px auto;
}

.stillThumbs {
	width: 94%;
	margin: 0 auto;
}

.stillThumb {
	float: left;
	width: 20%;
	margin: 0 2.5%;
}

.secretCabinet {
	position: relative;
	line-height: 0;
}

.secretFile {
	position: absolute;
	bottom: 5%;
	width: 16%;
}

.secretMidoku {
	width: 36px;
	height: 23px;
	background-image: url("../img/secret/midoku.png");
	position: absolute;
	top: -5px;
	left: -7px;
}

.secretFile1 {
	left: 2%;
}

.secretFile2 {
	left: 22%;
}

.secretFile3 {
	left: 42%;
}

.secretFile4 {
	left: 62%;
}

.secretFile5 {
	left: 82%;
}

.secretNo {
	width: 90%;
	text-align: center;
	color: #000;
	left: 5%;
	bottom: 17%;
	position: absolute;
	font-size: 11px;
	line-height: 1em;
}

.secreteTitle {
	width: 90%;
	height: 25px;
	margin: 5px auto;
	color: rgb(236, 204, 42);
	font-size: 20px;
	text-shadow: 0 0 1px rgb(34, 0, 57);
	text-align: center;
}

.secretTextWrapper {
	background-color: #552f52;
	/* height: 200px; */
	padding: 10px;
	color: #fff;
}

.secretText {
	line-height: 2em;
	font-size: 1.2em;
}

.secreteGet {
	background-color: #a9a9a9;
	text-align: center;
	padding: 8px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(68%, #aaaaaa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #828282 0%, #aaaaaa 68%);
	/* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #828282 0%, #aaaaaa 68%);
	/* W3C */
}


.mscenarioHisyoParams {
	width: 80%;
	margin: 5px auto;
	position: relative;

}

.mscenarioHisyoParams_row1 {
	position: absolute;
	width: 55%;
	top: 12%;
	left: 45%;
}

.mscenarioHisyoParams_row2 {
	position: absolute;
	width: 55%;
	top: 58%;
	left: 45%;
}

.mscenarioTicket {
	width: 16%;
	margin: 0 1%;
	display: inline-block;
}

.newcomerMisssion {
	width: 23%;
	height: 36%;
	position: absolute;
}

.newcomerMisssion1 {
	top: 17%;
	left: 14%;
}

.newcomerMisssion2 {
	top: 17%;
	left: 38%;
}

.newcomerMisssion3 {
	top: 17%;
	left: 61%;
}

.newcomerMisssion4 {
	bottom: 3%;
	left: 3%;
}

.newcomerMisssion5 {
	bottom: 3%;
	left: 26%;
}

.newcomerMisssion6 {
	bottom: 3%;
	left: 50%;
}

.newcomerMisssion7 {
	bottom: 3%;
	left: 73%;
}

.newcomer_clear {
	background-image: url("../img/newcomer/clear_stamp.png");
	position: absolute;
	width: 95%;
	top: 39%;
	left: 7%;
}


.mikkaiMainArea {
	position: relative;
}

.mikkai_chara {
	position: absolute;
	top: 0;
	left: 0;
}

.mikkaiText {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.mikkaiPresent {
	width: 62%;
	position: absolute;
	top: 13%;
	right: 2%;
}

.mikkaiBtn {
	width: 62%;
	position: absolute;
	top: 30%;
	right: 2%;
}

.mikkaiBtn input {
	width: 100%
}

.mikkaiStageBtnArea {
	width: 45%;
	position: absolute;
	top: 3.6%;
	right: 1%;
}

.mikkaiStageBtn {
	width: 21.5%;
	padding: 0 0.5% 0 0;
	display: inline-block;
}

.mikkaiScenario {
	width: 98%;
	height: 11%;
	position: absolute;
	line-height: 1em;
	top: 49.5%;
}

.mikkaiScenario1 {
	top: 50.5%;
}

.mikkaiScenario2 {
	top: 63%;
}

.mikkaiScenario3 {
	top: 75.5%;
}

.mikkaiScenario4 {
	top: 87%;
}

.mikkaiTitle {
	position: absolute;
	left: 8%;
}

.mikkaiSelection1 {
	position: absolute;
	top: 52%;
	left: 9%;
	width: 40%;
}

.mikkaiSelection2 {
	position: absolute;
	top: 52%;
	left: 57%;
	width: 43%;
}

.mikkaiSelection1_read {
	background-image: url("../img/mikkai/read.png");
	position: absolute;
	width: 15px;
	height: 14px;
	top: 50%;
	left: 4%
}

.mikkaiSelection2_read {
	background-image: url("../img/mikkai/read.png");
	position: absolute;
	width: 15px;
	top: 50%;
	left: 52%;
	height: 14px;
}

.charaSelect {
	position: relative;
	background-image: url("../img/common/charaFrame.png");
	width: 100%;
	height: 90px;
	padding: 10px 0 0 0;
	text-align: center;
	background-size: 100% 100%;
}

.charaSelThumb {
	width: 20%;
	display: inline-block;
	padding: 0 2%;
}

.charaSelectArea {
	width: 100%;
	height: 54px;
	margin: 0 auto;
}

.charaSelThumb2 {
	width: 15%;
	display: inline-block;
	padding: 0 2%;
}

.charaSelectThumbs {}

.charaSelectScroll {
	width: 120%;
}

.mailAction {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 8px;
	right: 5px;
}

.mailActionOpen {
	background-image: url("../img/mail/mailOpen.png");
}

.mailActionClose {
	background-image: url("../img/mail/mailClose.png");
}

.infoItem {
	padding: 4px;
}

.infoItem_odd {
	background-color: #552f52;
}

.infoTypeIcon {
	width: 8%;
	display: inline-block;
	vertical-align: middle;
}

.infoTitle {
	display: inline-block;
	width: 80%;
	line-height: 1.5em;
}

.infoCursor {
	width: 8%;
	display: inline-block;
	vertical-align: middle;
}

.infoDetail {
	margin: 5px;
	background-color: #fff;
	border: #333;
	padding: 5px;
	text-align: left;
	display: none;
}

.mailBody {
	line-height: 1.7em;
}

.lbonusGet {
	width: 20%;
	line-height: 0;
	font-size: 0;
	position: absolute;
}

.lbonusGet_new {
	width: 21%;
	line-height: 0;
	font-size: 0;
	position: absolute;
}

.lbonusGet_new_0 {
	top: 46%;
	left: 7%;
}

.lbonusGet_new_1 {
	top: 46%;
	left: 39%;
}

.lbonusGet_new_2 {
	top: 46%;
	left: 71%;
}

.lbonusGet_new_3 {
	top: 78%;
	left: 2%;
}

.lbonusGet_new_4 {
	top: 78%;
	left: 26%;
}

.lbonusGet_new_5 {
	top: 78%;
	left: 52%;
}

.lbonusGet_new_6 {
	top: 78%;
	left: 77%;
}

.lbonusSheet {
	/* width: 310px; */
	margin: 0 auto;
}

.ev_status {
	width: 50.6%;
	position: absolute;
	left: 0;
	bottom: -3%;
}

.ev_mainBtn {
	width: 51.4%;
	position: absolute;
	right: 0;
	bottom: -3%;
}

.ev_statusText {
	color: #fff;
	width: 100%;
	line-height: 1em;
	top: 26%;
	font-size: 10px;
	position: absolute;
	text-align: center;
	left: 0;
}

.ev_mainBtnText {
	color: #fff;
	width: 100%;
	line-height: 1em;
	bottom: 20%;
	font-size: 10px;
	position: absolute;
	text-align: center;
	left: 0;
}

.ev_mapArea {
	width: 100%;
	height: 402px;
	background-image: url("../img/event/common/back01.png");
	background-size: 28px 21px;
	background-repeat: repeat;
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ev_read_not {
	background-image: url("../img/event/common/read_not.png");
	width: 90px;
	height: 28px;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 8px 10px 0 10px;
	font-size: 10px;
}

.ev_read_now {
	background-image: url("../img/event/common/read_now.png");
	width: 90px;
	height: 28px;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 8px 10px 0 10px;
	font-size: 10px;
}

.ev_read_done {
	background-image: url("../img/event/common/read_done.png");
	width: 90px;
	height: 28px;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 8px 10px 0 10px;
	font-size: 10px;
}

.ev_mapInner {
	/*
	width: 595px;
	width: 945px;
	*/
	width:1180px;
	height: 402px;
	background-image: url("../img/event/branch_event_002/map_connect.png");
	position: relative;
	font-size: 11px;
}

.ev_map_route_common {
	top: 15px;
	left: 230px;
}

.ev_map_route_c1_c3_1 {
	top: 95px;
	left: 160px;
}

.ev_map_route_c2_c4_1 {
	top: 95px;
	left: 310px;
}

.ev_map_route_c1_c3_2 {
	top: 176px;
	left: 160px;
}

.ev_map_route_c2_c4_2 {
	top: 176px;
	left: 310px;
}

.ev_map_route_c1_c3_3 {
	top: 258px;
	left: 160px;
}

.ev_map_route_c2_c4_3 {
	top: 258px;
	left: 310px;
}

.ev_map_route_bad1 {
	top: 176px;
	left: 10px;
}

.ev_map_route_bad2 {
	top: 258px;
	left: 10px;
}

.ev_map_route_bad3 {
	top: 176px;
	left: 455px;
}

.ev_map_route_bad4 {
	top: 258px;
	left: 455px;
}

.ev_map_route_c1 {
	top: 340px;
	left: 10px;
}

.ev_map_route_c3 {
	top: 340px;
	left: 160px;
}

.ev_map_route_c2 {
	top: 340px;
	left: 310px;
}

.ev_map_route_c4 {
	top: 340px;
	left: 455px;
}


/*event2
*/
.ev_map_route_common{top:101px;left:512px;}
.ev_map_route_c1_common{top:200px;left:301px;}
.ev_map_route_c2_common{top:200px;left:515px;}
.ev_map_route_c3_common{top:200px;left:730px;}
.ev_map_route_c1_bitter{top:300px;left:70px;}
.ev_map_route_c1_sweet{top:300px;left:253px;}
.ev_map_route_c2_bitter{top:300px;left:420px;}
.ev_map_route_c2_sweet{top:300px;left:612px;}
.ev_map_route_c3_bitter{top:300px;left:783px;}
.ev_map_route_c3_sweet{top:300px;left:966px;}

/*event3
.ev_map_route_common{top:15px;left:230px;}
.ev_map_route_c1_c2_1{top:95px;left:160px;}
.ev_map_route_c3_c4_1{top:95px;left:310px;}
.ev_map_route_c1_c2_2{top:176px;left:160px;}
.ev_map_route_c3_c4_2{top:176px;left:310px;}
.ev_map_route_bad1{top:176px;left:10px;}
.ev_map_route_bad2{top:176px;left:455px;}
.ev_map_route_c1{top:257px;left:10px;}
.ev_map_route_c2{top:257px;left:160px;}
.ev_map_route_c3{top:257px;left:310px;}
.ev_map_route_c4{top:257px;left:455px;}
*/

/*event4_branch6
.ev_map_route_common{top:15px;left:525px;}
.ev_map_route_c1_c2_1{top:96px;left:305px;}
.ev_map_route_c3_c4_1{top:95px;left:745px;}
.ev_map_route_bad1{top:261px;left:12px;}
.ev_map_route_bad2{top:343px;left:12px;}
.ev_map_route_bad3{top:261px;left:310px;}
.ev_map_route_bad4{top:343px;left:310px;}
.ev_map_route_bad5{top:261px;left:750px;}
.ev_map_route_bad6{top:343px;left:750px;}
.ev_map_route_bad7{top:261px;left:1040px;}
.ev_map_route_bad8{top:343px;left:1040px;}
.ev_map_route_c1_1{top:179px;left:160px;}
.ev_map_route_c1_2{top:261px;left:160px;}
.ev_map_route_c1_3{top:343px;left:160px;}
.ev_map_route_c2_1{top:179px;left:454px;}
.ev_map_route_c2_2{top:261px;left:454px;}
.ev_map_route_c2_3{top:343px;left:454px;}
.ev_map_route_c3_1{top:179px;left:595px;}
.ev_map_route_c3_2{top:261px;left:595px;}
.ev_map_route_c3_3{top:343px;left:595px;}
.ev_map_route_c4_1{top:179px;left:888px;}
.ev_map_route_c4_2{top:261px;left:888px;}
.ev_map_route_c4_3{top:343px;left:888px;}
 */

/*event7
.ev_map_route_common{top:45px;left:240px;}
.ev_map_route_c1_common{top:95px;left:122px;}
.ev_map_route_c2_common{top:95px;left:240px;}
.ev_map_route_c3_common{top:95px;left:360px;}
.ev_map_route_c1_bitter{top:146px;left:10px;}
.ev_map_route_c1_sweet{top:146px;left:103px;}
.ev_map_route_c2_bitter{top:146px;left:196px;}
.ev_map_route_c2_sweet{top:146px;left:290px;}
.ev_map_route_c3_bitter{top:146px;left:383px;}
.ev_map_route_c3_sweet{top:146px;left:476px;}
*/

.ev_startBtn {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
}

.evBack {
	background-image: url("../img/event/common/back02.jpg") !important;
	background-repeat: repeat-y;
}


.ev_select_result {
	background-image: url("../img/event/common/select_result.png");
	width: 280px;
	height: 20px;
	margin: 10px auto;
	text-align: center;
	padding: 25px 0 0 0;
}

.ev_souki_banner {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.ev_souki_banner_text {
	color: #fff;
	position: absolute;
	width: 52%;
	line-height: 1em;
	bottom: 7%;
	right: 2%;
	text-align: center;
}


.emiqBtn {
	background-image: url("../img/campaign/emiq/zb_pr_button.png");
	width: 250px;
	height: 30px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	padding: 13px 0 0 0;
	background-size: 100% auto;
	display: block;
	text-decoration: none;
}

.emiqPresentItem {
	position: absolute;
	width: 26%;
	top: 40%;
	left: 10%;
}

.emiqPresentText {
	width: 35%;
	top: 60%;
	left: 55%;
	position: absolute;
	color: #fff;
}

.gachaMainVisualsWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gachaMainVisuals {
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
}

.gachaMainVisual {
	width: 33.3%;
	position: absolute;
	top: 0;
}

.gachaMainVisual1 {
	left: 0
}

.gachaMainVisual2 {
	left: 33.4%
}

.gachaMainVisual3 {
	left: 66.7%
}

.gachaMainBtns {
	position: absolute;
	width: 49%;
	height: 32%;
	right: 0.5%;
	bottom: 3%;
}

.gachaMainBtn1 {
	display: block;
	width: 45%;
	top: 0;
	left: 2%;
	height: 100%;
	position: absolute;
}

.gachaMainBtn2 {
	display: block;
	width: 45%;
	top: 0;
	right: 2%;
	height: 100%;
	position: absolute;
}

.gachaCpLimit {
	position: absolute;
	line-height: 1em;
	width: 100%;
	bottom: 9%;
	color: #000;
}

.gachaStatus {
	position: absolute;
	width: 44.3%;
	top: 0;
	left: 0;
}

.gachaStatus {
	position: absolute;
	width: 44.3%;
	top: 0;
	left: 0;
}

.gachaBtn {
	width: 55.7%;
	top: 0;
	right: 0;
	position: absolute;
}

.bonusText1 {
	color: #fff;
	width: 22%;
	text-align: center;
	line-height: 1.0em;
	left: 25%;
	position: absolute;
	bottom: 8%;
}

.bonusText2 {
	color: #fff;
	width: 22%;
	text-align: center;
	line-height: 1.0em;
	left: 71%;
	position: absolute;
	bottom: 8%;
}

.gachaBtnText {
	color: #fff;
}

.gachaBtnText {
	width: 60%;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 13%;
	left: 20%;
}

.gachaStatusText1 {
	font-size: 1.4em;
	position: absolute;
	width: 45%;
	text-align: right;
	top: 15%;
	right: 2%;
}

.gachaStatusText2 {
	font-size: 1.4em;
	position: absolute;
	width: 45%;
	text-align: right;
	top: 62%;
	right: 2%;
}

.ssMiniCharaSel {
	position: relative;
}

.ssMiniChara {
	width: 30%;
	margin: 0 1.5%;
	float: left;
}

.ssMiniSelected {
	width: 38%;
	position: absolute;
	left: -20%;
	top: 2%;
}

.ssHaveScenarios {
	display: none;
}

.scrollX::-webkit-scrollbar {
	display: none;
}
