@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 {
	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: 14px;
	line-height: 1.2em;
	width: 100%;
	background-color: #000;
	color: #644528;
	background-image: url("../img/common/back.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	xcolor:#396a6e;
}

html{
    font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-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 */

a{color:#54b1ff;text-decoration: underline;}


/*utility*/
.maxWH{width:100%;height:100%}
.box320{position:relative; margin: 0 auto; max-width: 320px; height:100%;}
.small{font-size: 0.8em;}
.big{font-size: 1.2em;}
.xsmall{font-size: 0.8em;}
.bold{font-weight: 900;}
.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center;}
.clear{clear: both;}
.strong{font-weight: 900;}
.btn{width:60%;margin: 4px auto;}
.blue{color:#54b1ff;}
.green{color:#336e6c}
.yellow{color:#f8da00;}
.red{color:#f00;}
.pink{color:#ff3e75}
.white{color:#fff;}
.darkBrown{color:#590c14}
.beige{color:#fde9cf}
.backGreen{background-color: rgba(193,248,154,0.7)}
.backBlue{background-color: #c5e2df}
.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: #ffcecd}
.imageLine{font-size: 0px;line-height: 0em;}
.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;}
.pad3{padding:3px;}
.padY3{padding:3px 0;}
.pad5{padding:5px;}
.padY5{padding:5px 0;}
.pad10{padding:10px;}
.padY10{padding:10px 0;}
.blockCenter{maring:0 auto;}
.bloclRight{maring:0 0 0 auto;}
.textShadow1{text-shadow: 1px 1px 3px #999;}
.radius5{border-radius: 5px;}
.radius10{border-radius: 10px;}
.float2{float: left;width: 50%;}
.hide{display:none;}

.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;
}

.even1{background-color: rgba(190,170,168,0.5)}
.odd1{background-color: rgba(220,210,200,0.5)}

.btnImage1{width:70%;margin:0 auto;display:block}
.btnImage2{width:58%;margin:0 auto;display:block}
.btnImage3{width:44%;margin:0 auto;display:block}
.btnImage4{width:33%;margin:0 auto;display:block}


.cssBtn1 {
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	border:1px solid #ffd4e9;
	padding:2px 10px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffd4e9 5%, #ff7eb8 100% );
	background:-ms-linear-gradient( top, #ffd4e9 5%, #ff7eb8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4e9', endColorstr='#ff7eb8');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffd4e9), color-stop(100%, #ff7eb8) );
	background-color:#ffd4e9;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 0px 0px #f571a4;
 	-webkit-box-shadow:inset 1px 0px 8px -1px #f571a4;
 	-moz-box-shadow:inset 1px 0px 8px -1px #f571a4;
 	box-shadow:inset 1px 0px 8px -1px #f571a4;
}
.cssBtn1:hover {
	background:-moz-linear-gradient( center top, #ff7eb8 5%, #ffd4e9 100% );
	background:-ms-linear-gradient( top, #ff7eb8 5%, #ffd4e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7eb8', endColorstr='#ffd4e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff7eb8), color-stop(100%, #ffd4e9) );
	background-color:#ff7eb8;
}
.cssBtn1:active {
	position:relative;
	top:1px;
}

.cssBtn2 {
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	border:1px solid #d6faff;
	padding:2px 10px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #e3f5f9 5%, #41b3ff 100% );
	background:-ms-linear-gradient( top, #e3f5f9 5%, #41b3ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f5f9', endColorstr='#41b3ff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e3f5f9), color-stop(100%, #41b3ff) );
	background-color:#e3f5f9;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 0px 0px #25abff;
 	-webkit-box-shadow:inset 1px 0px 8px -1px #25abff;
 	-moz-box-shadow:inset 1px 0px 8px -1px #25abff;
 	box-shadow:inset 1px 0px 8px -1px #25abff;
}.cssBtn2:hover {
	background:-moz-linear-gradient( center top, #41b3ff 5%, #e3f5f9 100% );
	background:-ms-linear-gradient( top, #41b3ff 5%, #e3f5f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b3ff', endColorstr='#e3f5f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #41b3ff), color-stop(100%, #e3f5f9) );
	background-color:#41b3ff;
}.cssBtn2:active {
	position:relative;
	top:1px;
}

.cssBtn3{
	font-size:12px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:1px solid #d6faff;
	padding:1px 3px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #e3f5f9 5%, #41b3ff 100% );
	background:-ms-linear-gradient( top, #e3f5f9 5%, #41b3ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f5f9', endColorstr='#41b3ff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e3f5f9), color-stop(100%, #41b3ff) );
	background-color:#e3f5f9;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 0px 0px #25abff;
 	-webkit-box-shadow:inset 1px 0px 8px -1px #25abff;
 	-moz-box-shadow:inset 1px 0px 8px -1px #25abff;
 	box-shadow:inset 1px 0px 8px -1px #25abff;
}.cssBtn3:hover {
	background:-moz-linear-gradient( center top, #41b3ff 5%, #e3f5f9 100% );
	background:-ms-linear-gradient( top, #41b3ff 5%, #e3f5f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b3ff', endColorstr='#e3f5f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #41b3ff), color-stop(100%, #e3f5f9) );
	background-color:#41b3ff;
}.cssBtn3:active {
	position:relative;
	top:1px;
}


/*form*/
.formField {
   border: 1px solid #c9b7a2;
   background: #fffaf5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #bda488;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   width:100%;
   }

.formField:focus {
   background: #fff;
   color: #725129;
}

.formSelect{
	font-size:16px;
	border: 1px solid #c9b7a2;
   background: #fffaf5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #bda488;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   width:100%;
}

.pageContent{
	width: 100%;
	height:600px;
	/*position: absolute;*/
	top:37px;
	line-height:1.2em;
}

/*common parts*/
#content{
	background-image: url("../img/common/back.jpg");
	background-repeat: repeat-y;
	width: 100%;
	overflow: hidden;
	margin:0 auto;

}

#header{
	background-image: url("../img/common/frameHeader.png");
	width: 100%;
	position: relative;
}

#header .pageTitle{
	width: 40%;
	font-weight: 900;
	color: #ff3e75;
	margin: 0 0 0 32%;
	/* display: table-cell; */
	text-align: center;
	padding-top:14px;
}

#header .headerMypage{
	width:42px;
	height:39px;
	position: absolute;
	top:4px;
	left:16%;
	background-image: url("../img/common/headerMypage.png");
	display: block;
	background-size: 100% auto;
}

#header .headerTop{
	width:35px;
	height:39px;
	position: absolute;
	top:4px;
	left:2.5%;
	background-image: url("../img/common/headerTop.png");
	display: block;
	background-size: 100% auto;
}

#header .infoOn{background-image: url("../img/common/infoOn.png");}
#header .infoOff{background-image: url("../img/common/infoOff.png");}
#header .presentOn{background-image: url("../img/common/presentOn.png");}
#header .presentOff{background-image: url("../img/common/presentOff.png");}

#header #headerBtn{
	width:80px;
	height: 38px;
	position: absolute;
	top:3px;
	right:3px;
}

#headerNative{
	width: 100%;
	position: relative;
}

#pageTitleNative{
	width: 57%;
	font-weight: 900;
	color: #ff3e75;
	text-align: center;
	top:8px;
	left:10px;
	position: absolute;
}

#headerRubyNative{
	width: 20%;
	font-weight: 900;
	color: #ff3e75;
	text-align: center;
	top:8px;
	right:9%;
	position: absolute;
}

#headerBuyRuby{
	width: 20%;
	height: 100%;
	font-weight: 900;
	color: #ff3e75;
	text-align: center;
	top:0;
	right:0;
	position: absolute;
}

#footerAmeba{
	margin:6px 0 0 0;
	width:100%;
	overflow: hidden;
	position: relative;
}

#footerAmebaInner{
	width:100%;
}

.popupAreaGesotenPC {
    position: absolute;
    top: 102px;
    width: 670px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    opacity: 0.0;
    display: none;
    z-index: 2000;
}

.popupArea{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	opacity: 0.0;
	display: none;
	z-index: 2000;
}

.popup:before {
	display: block;
    width:315px;
    height: 22px;
	background-image: url("../img/common/popupTop.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% auto;
	position: absolute;
	top:-22px;
}
.popup{
	width:315px;
	margin:0 auto 0 auto;
	position: relative;
	background-image: url("../img/common/popupBody.png");
	background-repeat: repeat-y;
}

.popup:after {
	display: block;
    width:315px;
    height: 22px;
	margin:0 auto;
	background-image: url("../img/common/popupBottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% auto;
	position: absolute;
	bottom:-22px;
}

.popupContent{
	padding:0 20px;
}

.btnClosePopup{
	background-image: url("../img/common/X.png");
	width: 35px;
	height: 35px;
	position: absolute;
	top:-30px;right:-3px;

}


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

.background1{
	width: 90%;
	margin: 25px auto 12px auto;
	position: relative;
	background-image: url("../img/common/backgroundBody1.png");
	background-repeat: repeat-y;
	padding: 0 5%;
}


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


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

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


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


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

.background3{
	width:94%;
	position: relative;
	padding:3px 3%;
	background-color: #fff8f6;
	margin:15px auto;
}


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


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

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


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

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

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



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

.background6{
	background-color: #f9f3ed;
	border-bottom: 1px solid #d5ba2e;
	border-top: 1px solid #d5ba2e;
	width:100%;
}



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

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


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


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

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


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

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

.background9{
	width: 92%;
	position: relative;
	background-image: url("../img/common/backgroundBody9.png");
	background-repeat: repeat-y;
	padding: 0 3%;
	margin: 8px auto 10px auto;

}


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


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

.background10{
	width: 94%;
	position: relative;
	background-image: url("../img/common/backgroundBody10.png");
	background-repeat: repeat-y;
	padding: 0 3%;
	margin: 12px auto 12px auto;

}

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

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

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


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

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

.background12{
	width:90%;
	position: relative;
	background-image: url("../img/common/backgroundBody12.png");
	background-repeat: repeat-y;
	padding:0 3%;
	margin: 24px auto 11px auto;
}


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

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

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

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

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

.background14{
	width: 94%;
	position: relative;
	background-image: url("../img/common/backgroundBody14.png");
	background-size: 100% 100%;
	background-repeat: repeat-y;
	padding: 5px 3%;
	margin: 6px auto 6px auto;

}

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

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

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


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

.title01{
	background-color: #927869;
	color:#fff;
	text-align: center;
	border-radius: 10px;
	padding:4px 10px 2px 10px;
}

.title02{
	background-color: rgba(114,72,34,0.7);
	border-radius: 10px;
	text-align: center;
	color:#fff;
	width: 86%;
	padding:3px 5px;
	margin: 3px auto;
}


.title03{
	width:70%;
	margin:5px auto 18px auto;
	position: relative;
	font-weight: 900;
	padding:0 5%;
	text-align: center;
}
.title03:after {
	display: block;
	width:125%;
    height: 16px;
	margin:0 auto;
	background-image: url("../img/common/decoline_S.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom:-6px;
	left:-12%;
}

.title04{
	background-image: url("../img/common/title4.png");
	width: 94%;
	height: 24px;
	background-size: 100% 100%;
	text-align: center;
	padding:8px 3% 0 3%;
	color: #fff;
}


.title05{
	background-image: url("../img/common/title5.png");
	width: 100%;
	height: 20px;
	background-size: 100% 100%;
	text-align: center;
	padding:4px 3% 0 3%;
	color: #fff;
}

.title06{
	border-bottom:1px solid #b07f32;
}

.title07{
	background: #ffcccb;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: center;
	padding:2px 0;
}

.title08{
	background-image: url("../img/common/title8.png");
	width: 265px;
	height: 20px;
	margin:0 auto 5px auto;
	padding:5px 0 0 0;
	color: #ff3e75;
}

.markDiamond{
	width:14px;
	vertical-align: bottom;
}

/*tab*/

.tabArea{
	width:309px;
	height: 31px;
	margin:0 auto;
}

.tabArea .tab3{
	width: 99px;
	height: 23px;
	float: left;
	text-align: center;
	padding: 8px 2px 0 2px;
}

.tabArea .tab2{
	width: 150px;
	height: 23px;
	float: left;
	text-align: center;
	padding: 8px 2px 0 2px;
}

.tabArea .tab4{
	width: 74px;
	height: 23px;
	float: left;
	text-align: center;
	padding: 8px 1px 0 1px;
	margin:0 1px 0 0;
}

.tabArea .active4{background-image: url("../img/common/tabActive4.png");}
.tabArea .nonActive4{background-image: url("../img/common/tabNonActive4.png");}
.tabArea .active3{background-image: url("../img/common/tabActive3.png");}
.tabArea .nonActive3{background-image: url("../img/common/tabNonActive3.png");}
.tabArea .active2{background-image: url("../img/common/tabActive2.png");}
.tabArea .nonActive2{background-image: url("../img/common/tabNonActive2.png");}

/*item&FriendList*/
.items1{
	width:314px;
	position: relative;
	padding:4px 3px;
	margin:0 auto;
}

.items1:after {
	display: block;
	width:100%;
    height: 8px;
	margin:0 auto;
	background-image: url("../img/common/line3.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 95% auto;
	background-position:center center;
}

.items2{
	width:314px;
	position: relative;
	padding:4px 3px;
	margin:0 auto;
}

.items3even{
	background-color: #d1f7f2;
	padding:10px;
	position: relative;
}

.items3odd{
	background-color: #b5f7ee;
	padding:10px;
	position: relative;
}

.items3off{
	background-color: #ccc;;
	padding:10px;
}

.items3cursol{
	width:20px;
	height: 30px;
	position: absolute;
	top:3px;
	right:8px;
}

.items4{
	width:314px;
	position: relative;
	padding:2px 0 2px 0;
	margin:0 auto;
}

.charmRankingRank{
	width:30px;
	margin:0 10px 0 10px;
	padding:20px 0 0 0;
	float: left;
	text-align:center;
}

.avaFrame1{
	width:80px;
	height: 80px;
	float: left;
	padding:5px 7px 8px 6px;
	margin:0 10px 0 0;
	background-image: url("../img/common/avaFrame.png");
}

.friendContent1{
	width:210px;
	float: left;
}

.friendContent2{
	width:178px;
	float: left;
}

.friendContent3{
	padding:25px 0 0 0;
	width:138px;
	float: left;
}

.friendContent1Action{
	width:85px;
	height: 85px;
	position: absolute;
	display: block;
	right:0px;
	top:3px;
	background-size: 100% 100%;
}

.friendContent1ActionGreeting{
	background-image: url("../img/btn/btnFriendGreeting.png");
}

.friendCountArea{
	height: 43px;
	width: 96%;
	margin:0 2%;
}

.friendCount{
	background-image: url("../img/friend/friendCount.png");
	width: 96px;
	float: left;
	height: 19px;
	padding: 24px 0 0 23px;
	text-align: center;
	font-size: 12px;
}

.friendGreetingHistory{
	background-image: url("../img/btn/greetingHistory.png");
	width: 112px;
	float: right;
	height: 37px;
	margin:3px 0 0 0;
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.friendStatus{
	background-image: url("../img/friend/statusPaper.png");
	width:316px;
	height: 163px;
	position: relative;
	margin:3px auto;
}

.friendStatusName{
	width: 130px;
	height: 15px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 9px;
}

.friendStatusStory{
	width: 100px;
	height: 15px;
	position: absolute;
	top: 46px;
	left: 40px;
}

.friendStatusParameters{
	width: 80px;
	height: 15px;
	position: absolute;
	top: 68px;
	left: 80px;
	text-align: right;
	line-height: 1.95em;
}

.friendStatusBtn1{
	width: 85px;
	height: 85px;
	position: absolute;
	top: -3px;
	left: 220px;
}

.friendStatusBtn2{
	width: 85px;
	height: 85px;
	position: absolute;
	top: 80px;
	left: 180px;
}

/**/
.hint{
	width:96%;
	position: relative;
	margin:2px auto;
}
.hint .hintMessage{
	color:#9d586a;
	position: absolute;
	width:53%;
	text-align: left;;
	left:40%;
	top:30%;
	line-height: 1.08rem;
}

/*pager*/
.pager{
	background-image: url("../img/common/pagerLine.png");
	width: 313px;
	height: 26px;
	margin:0 auto;
	position: relative;
}

.pagerBtnPrev{
	width:37px;
	height: 21px;
	position: absolute;
	top:0px;
	left:30px;
}

.pagerBtnNext{
	width:37px;
	height: 21px;
	position: absolute;
	top:0px;
	right:30px;
}

/*アイテムリスト*/

.itemThumbnail{
	width:35%;
	margin:0 4% 0 0;
	float: left;
}

.itemInfo{
	width:61%;
	float: left;
}

.itemProperty{
	width:72px;
	height: 15px;
	padding:0 0 0 56px;
	font-size: 12px;
	margin:2px 0 2px 0;
}

.itemPropertyPossession{background-image: url("../img/common/status_possessions.png")}
.itemPropertyCharm{background-image: url("../img/common/status_charm.png")}
.itemPropertyCoin{background-image: url("../img/common/status_coin.png")}
.itemPropertyMare{background-image: url("../img/common/status_mare.png")}
.itemPropertyRuby{background-image: url("../img/common/status_ruby.png")}
.itemPropertyMixi{background-image: url("../img/common/status_mixi.png")}

.itemAction{
	padding:6px 0 0 0;
}
.itemSelection{
	float: left;
	width:40%;
}

.itemActionBtn{
	float: right;
	width:50%;
}


/*お知らせ*/
.infoContent{
	margin:10px auto;
}

.infoItem{
	position: relative;
	overflow: hidden;
}

.infoMsg{
	background-color: #fff;
	border: 1px solid #662400;
	font-size: 10px;
	padding: 2px;
	margin: 1px 0 5px 35px;
	width: 210px;
	overflow: hidden;
	position: relative;
}

.infoDate{
	margin: 3px 0 0 35px;
	display: inline-block;
	font-size: 11px;
}

.infoCursol{
	background-image: url("../img/common/infoCursol.png");
	width: 8px;
	height: 16px;
	position: absolute;
	top:14px;
	right: 6px;
}

.infoIcon{
	width:27px;
	height: 27px;
	position: absolute;
	left:6px;
	top:8px;
}

.infoIconInfo{background-image: url("../img/common/info_info_icon.png");}
.infoIconFriend{background-image: url("../img/common/info_friend_icon.png");}
.infoIconGacha{background-image: url("../img/common/info_gacha_icon.png");}
.infoIconImportant{background-image: url("../img/common/info_important_icon.png");}
.infoIconEvent{background-image: url("../img/common/info_event_icon.png");}
.infoIconPresent{background-image: url("../img/common/info_present_icon.png");}

.infoCategory{
	width: 34px;
	display: inline-block;
	height: 10px;
	margin: 6px 0 0 0;
	background-size: 100% 100%;
}

.infoCategoryGacha{background-image: url("../img/common/info_gacha.png");}
.infoCategoryFriend{background-image: url("../img/common/info_friend.png");}
.infoCategoryInfo{background-image: url("../img/common/info_info.png");}
.infoCategoryEvent{background-image: url("../img/common/info_event.png");}
.infoCategoryImportant{background-image: url("../img/common/info_important.png");}
.infoCategoryPresent{background-image: url("../img/common/info_present.png");}

.infoLink{
	position: absolute;
	width:400px;
	height: 46px;
	top:0;left:0;
	display: block;
}

.infoContentDetail{
	display: none;
}

.infoDetaiDescription{
	padding:6px;
}


.infoDetailTitle{
	text-align: center;
	padding:5px 0;
	font-weight: 900;
}

/*item*/
.itemList01{

}
.itemListThumb{
	width:35%;
	float: left;
	margin:3px 3% 3px 0;
}

.itemListInfo{
	width:62%;
	float: left;
	margin:3px 0 3px 0;
}



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

.avaLayerArea{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
}

.avaLayer{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
}
.itemCategories{
	width: 100%;
	height: 100%;
	position: relative;
}
.catBtns{width:1140px;height:54px;overflow: hidden;}
.catBtnsCloset{width:1080px;height:54px;overflow: hidden;}
.catBtnsItem{width:420px;height:54px;overflow: hidden;}
.catBtnsItemUse{width:480px;height:54px;overflow: hidden;}

@media (max-width: 320px) {
   .catBtnsWrap { width: 320px; }
}
@media screen and (min-width:320px) and (max-width:380px) {
   .catBtnsWrap { width: 374px; }
}
@media screen and (min-width:380px) and (max-width:480px) {
   .catBtnsWrap { width: 420px; }
}
@media (min-width: 481px) {
   .catBtnsWrap { width: 320px; }
}

.catBtn{
	width:60px;
	height: 54px;
	float: left;
}

.avaStatus{
	width:100%;
	height: 23px;
	background-image: url("../img/closet/status.png");
	overflow: hidden;
}

.charmDisplay{
	float: left;
	margin: 5px 0 0 12%;
	text-align: left;
	width:33%;
}
.haveAvaDisplay{
	float: left;
	margin: 5px 0 0 20%;
	width:30%;
	text-align: left;
}

.cursolLeft1{
	background-image: url("../img/common/cursolLeft1.png");
	width: 20px;
	height: 30px;
	position: absolute;
	top:50px;
	left:-2px;
}
.cursolRight1{
	background-image: url("../img/common/cursolRight1.png");
	width: 20px;
	height: 30px;
	position: absolute;
	top:50px;
	right:-2px;
}
.cursolLeft2{
	background-image: url("../img/common/cursolLeft2.png");
	width: 32px;
	height: 53px;
	position: absolute;
	top:0px;
	left:-7px;
}
.cursolRight2{
	background-image: url("../img/common/cursolRight2.png");
	width: 32px;
	height: 53px;
	position: absolute;
	top:0px;
	right:-7px;
}

.avaThumbArea{
	background-color: rgba(154,224,207,0.8);
	width:100%;
	height: 124px;
	position: relative;
}

.avaThumbAreaGesoten{
	background-color: rgba(154,224,207,0.8);
	width:100%;
	height: 135px;
	position: relative;
}

#avaBtnThumbs{
	width:100px;
	height: 100%;
	position: relative;
}
.avaThumbnail{
	width:18%;
	height: 58px;
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select:none;
}

.thumbBtns{
	width:100%;
	height: 58px;
}

.avaTakeOnSign{
	position:absolute;
	bottom:4px;left:0px;
	width:100%;height:23px;
	-webkit-touch-callout: none;
	-webkit-user-select:none;
}

#avaItemInfo{
	background-color: rgba(0,0,0,0.8);
	width: 100%;height: 100%;
}


/*gacha*/
.FreeGachaSelect{
	width: 100%;
	height: 200px;
	background-size: 100% 100%;
}
.FreeGachaSelect1{background-image: url("../img/gacha/back1.png");}
.FreeGachaSelect2{background-image: url("../img/gacha/back2.png");}
.FreeGachaSelect3{background-image: url("../img/gacha/back3.png");}
.FreeGachaSelect4{background-image: url("../img/gacha/back4.png");}
.FreeGachaSelect5{background-image: url("../img/gacha/back5.png");}
.FreeGachaSelect6{background-image: url("../img/gacha/back6.png");}
.FreeGachaSelect7{background-image: url("../img/gacha/back7.png");}
.FreeGachaSelect8{background-image: url("../img/gacha/back8.png");}
.FreeGachaSelect9{background-image: url("../img/gacha/back9.png");}

.guideGachaFinger{
	width: 85px;
	height: 45px;
	position: absolute;
	top: 10px;
	left: 80px;
}

.FreeGachaCharaSelect{
	width:100%;
	height: 459px;
	background-image: url("../img/gacha/gachaBackCharaSelect.png");
	background-size: 100% 100%;
}

.gachaChara{
	width: 100%;
	height: 200px;
	position: absolute;
	top:0;left:0
}
.gachaChara1{background-image: url("../img/gacha/main1.png");}
.gachaChara2{background-image: url("../img/gacha/main2.png");}
.gachaChara3{background-image: url("../img/gacha/main3.png");}
.gachaChara4{background-image: url("../img/gacha/main4.png");}
.gachaChara5{background-image: url("../img/gacha/main5.png");}
.gachaChara6{background-image: url("../img/gacha/main6.png");}
.gachaChara7{background-image: url("../img/gacha/main7.png");}
.gachaChara8{background-image: url("../img/gacha/main8.png");}
.gachaChara9{background-image: url("../img/gacha/main9.png");}

.gachaBtn{
	width:98px;
	height: 98px;
	position: absolute;
}

.gachaBtn_pos1{top:1px;left:2px}
.gachaBtn_pos2{top:1px;right:2px}
.gachaBtn_pos3{bottom:1px;left:2px}
.gachaBtn_pos4{bottom:1px;right:2px}

.gachaBtn1_1{background-image: url("../img/gacha/c_1_1.png");}
.gachaBtn1_2{background-image: url("../img/gacha/c_1_2.png");}
.gachaBtn1_3{background-image: url("../img/gacha/c_1_3.png");}
.gachaBtn1_4{background-image: url("../img/gacha/c_1_4.png");}

.gachaBtn2_1{background-image: url("../img/gacha/c_2_1.png");}
.gachaBtn2_2{background-image: url("../img/gacha/c_2_2.png");}
.gachaBtn2_3{background-image: url("../img/gacha/c_2_3.png");}
.gachaBtn2_4{background-image: url("../img/gacha/c_2_4.png");}

.gachaBtn3_1{background-image: url("../img/gacha/c_3_1.png");}
.gachaBtn3_2{background-image: url("../img/gacha/c_3_2.png");}
.gachaBtn3_3{background-image: url("../img/gacha/c_3_3.png");}
.gachaBtn3_4{background-image: url("../img/gacha/c_3_4.png");}

.gachaBtn4_1{background-image: url("../img/gacha/c_4_1.png");}
.gachaBtn4_2{background-image: url("../img/gacha/c_4_2.png");}
.gachaBtn4_3{background-image: url("../img/gacha/c_4_3.png");}
.gachaBtn4_4{background-image: url("../img/gacha/c_4_4.png");}

.gachaBtn5_1{background-image: url("../img/gacha/c_5_1.png");}
.gachaBtn5_2{background-image: url("../img/gacha/c_5_2.png");}
.gachaBtn5_3{background-image: url("../img/gacha/c_5_3.png");}
.gachaBtn5_4{background-image: url("../img/gacha/c_5_4.png");}

.gachaBtn6_1{background-image: url("../img/gacha/c_6_1.png");}
.gachaBtn6_2{background-image: url("../img/gacha/c_6_2.png");}
.gachaBtn6_3{background-image: url("../img/gacha/c_6_3.png");}
.gachaBtn6_4{background-image: url("../img/gacha/c_6_4.png");}

.gachaBtn7_1{background-image: url("../img/gacha/c_7_1.png");}
.gachaBtn7_2{background-image: url("../img/gacha/c_7_2.png");}
.gachaBtn7_3{background-image: url("../img/gacha/c_7_3.png");}
.gachaBtn7_4{background-image: url("../img/gacha/c_7_4.png");}

.gachaBtn8_1{background-image: url("../img/gacha/c_8_1.png");}
.gachaBtn8_2{background-image: url("../img/gacha/c_8_2.png");}
.gachaBtn8_3{background-image: url("../img/gacha/c_8_3.png");}
.gachaBtn8_4{background-image: url("../img/gacha/c_8_4.png");}

.gachaBtn9_1{background-image: url("../img/gacha/c_9_1.png");}
.gachaBtn9_2{background-image: url("../img/gacha/c_9_2.png");}
.gachaBtn9_3{background-image: url("../img/gacha/c_9_3.png");}
.gachaBtn9_4{background-image: url("../img/gacha/c_9_4.png");}

.gachaBtn1_1_off{background-image: url("../img/gacha/c_1_1_off.png");}
.gachaBtn1_2_off{background-image: url("../img/gacha/c_1_2_off.png");}
.gachaBtn1_3_off{background-image: url("../img/gacha/c_1_3_off.png");}
.gachaBtn1_4_off{background-image: url("../img/gacha/c_1_4_off.png");}

.gachaBtn2_1_off{background-image: url("../img/gacha/c_2_1_off.png");}
.gachaBtn2_2_off{background-image: url("../img/gacha/c_2_2_off.png");}
.gachaBtn2_3_off{background-image: url("../img/gacha/c_2_3_off.png");}
.gachaBtn2_4_off{background-image: url("../img/gacha/c_2_4_off.png");}

.gachaBtn3_1_off{background-image: url("../img/gacha/c_3_1_off.png");}
.gachaBtn3_2_off{background-image: url("../img/gacha/c_3_2_off.png");}
.gachaBtn3_3_off{background-image: url("../img/gacha/c_3_3_off.png");}
.gachaBtn3_4_off{background-image: url("../img/gacha/c_3_4_off.png");}

.gachaBtn4_1_off{background-image: url("../img/gacha/c_4_1_off.png");}
.gachaBtn4_2_off{background-image: url("../img/gacha/c_4_2_off.png");}
.gachaBtn4_3_off{background-image: url("../img/gacha/c_4_3_off.png");}
.gachaBtn4_4_off{background-image: url("../img/gacha/c_4_4_off.png");}

.gachaBtn5_1_off{background-image: url("../img/gacha/c_5_1_off.png");}
.gachaBtn5_2_off{background-image: url("../img/gacha/c_5_2_off.png");}
.gachaBtn5_3_off{background-image: url("../img/gacha/c_5_3_off.png");}
.gachaBtn5_4_off{background-image: url("../img/gacha/c_5_4_off.png");}

.gachaBtn6_1_off{background-image: url("../img/gacha/c_6_1_off.png");}
.gachaBtn6_2_off{background-image: url("../img/gacha/c_6_2_off.png");}
.gachaBtn6_3_off{background-image: url("../img/gacha/c_6_3_off.png");}
.gachaBtn6_4_off{background-image: url("../img/gacha/c_6_4_off.png");}

.gachaBtn7_1_off{background-image: url("../img/gacha/c_7_1_off.png");}
.gachaBtn7_2_off{background-image: url("../img/gacha/c_7_2_off.png");}
.gachaBtn7_3_off{background-image: url("../img/gacha/c_7_3_off.png");}
.gachaBtn7_4_off{background-image: url("../img/gacha/c_7_4_off.png");}

.gachaBtn8_1_off{background-image: url("../img/gacha/c_8_1_off.png");}
.gachaBtn8_2_off{background-image: url("../img/gacha/c_8_2_off.png");}
.gachaBtn8_3_off{background-image: url("../img/gacha/c_8_3_off.png");}
.gachaBtn8_4_off{background-image: url("../img/gacha/c_8_4_off.png");}

.gachaBtn9_1_off{background-image: url("../img/gacha/c_9_1_off.png");}
.gachaBtn9_2_off{background-image: url("../img/gacha/c_9_2_off.png");}
.gachaBtn9_3_off{background-image: url("../img/gacha/c_9_3_off.png");}
.gachaBtn9_4_off{background-image: url("../img/gacha/c_9_4_off.png");}

.gachaSelectBtn{
	position: absolute;
	display: block;
	background-color: transparent;
	width: 98px;
	height: 98px;
	top:0;left:0;
	border: none;
}

.gachaStory{
	width:95px;
	height: 37px;
	background-image: url("../img/gacha/scenario.png");
	text-align: center;
	padding:9px 10px;
	font-size: 0.8em;
	position: absolute;
	bottom:2px;
	left:102px;
	color: #fff;
}

.have1{
	width:26px;
	height: 16px;
	position: absolute;
	top:51px;
	left:18px;
}

.have2{
	width:33px;
	height: 16px;
	position: absolute;
	top:51px;
	left:50px;
}

.have3{
	width:53px;
	height: 16px;
	position: absolute;
	top:67px;
	left:23px;
}

.btnCharaGesoten{
	width: 97px;
	height: 117px;
	float: left;
	margin:14px 2px 0 2px;
	position: relative;
	display: block;
	background-size: 100% auto;
}

.btnChara{
	width: 101px;
	height: 117px;
	float: left;
	margin:14px 2px 0 2px;
	position: relative;
	display: block;
	background-size: 100% auto;
}

.btnChara1{background-image: url("../img/gacha/charaSelect1.png");}
.btnChara2{background-image: url("../img/gacha/charaSelect2.png");}
.btnChara3{background-image: url("../img/gacha/charaSelect3.png");}
.btnChara4{background-image: url("../img/gacha/charaSelect4.png");}
.btnChara5{background-image: url("../img/gacha/charaSelect5.png");}
.btnChara6{background-image: url("../img/gacha/charaSelect6.png");}
.btnChara7{background-image: url("../img/gacha/charaSelect7.png");}
.btnChara8{background-image: url("../img/gacha/charaSelect8.png");}
.btnChara9{background-image: url("../img/gacha/charaSelect9.png");}

.btnCharaSelected{
	background-image: url("../img/gacha/selected.png");
	width: 94px;
	height: 34px;
	position: absolute;
	bottom:-5px;
	left:3px;
}

.gachaPanel{
	float: left;
	width:25%;
	position: relative;
}

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

.btnGachaForm{
	background-image: url("../img/btn/btnGacha.png");
	background-color: transparent;
	width: 223px;
	height: 38px;
	display: block;
	background-size: 100% auto;
	border: none;
}

.btnGachaPanel{
	background-image: url("../img/btn/btnPanel.png");
	width: 171px;
	height: 38px;
	position: absolute;
	top:38px;
	left:26px;
	text-align: center;
	color:#fff;

}

.btnGachaArea{
	position: relative;
	width:238px;
	height: 76px;
	margin:2px auto;
}


/*お仕事*/

.staminaBar{
	background-image: url("../img/love/staminaBar.png");
	width:302px;
	height: 36px;
	margin:4px auto;
	position: relative;
}

.staminaMask{
    width:225px;
    height:20px;
   -webkit-mask-image:url("../img/love/gaugeMask.png");
   position: absolute;
   top:14px;
   left:75px;
}
.staminaVal{
	position: absolute;
	width: 57px;
	height: 12px;
	left:5px;
	top:18px;
	font-size: 10px;
	text-align: center;
}

.staminaLine{
	background-image: url("../img/love/staminaLine.png");
	width:225px;
	height: 20px;
	position: absolute;
	top:15px;
    left:75px;
}

.perfectChain{
	background-image: url("../img/love/perfectChain.png");
	width:297px;
	height: 35px;
	margin:4px auto;
	position: relative;
}

.loveTitle{
	max-width: 320px;
	height: 362px;
	background-image: url("../img/love/vs.png");
	background-size: 300px auto;
	background-position-x: center;
}

.loveMessage{
	color:#35686c;
	text-align: center;
	width:260px;
	height: 106px;
	position: absolute;
	top: 70px;
	left: 30px;
	font-size: 12px;
	line-height: 1.5em;
}

.avaPaper{
	background-image: url("../img/love/avaPaper.png");
	width: 101px;
	height: 150px;
	position: absolute;
	padding: 9px;
}

.avaMyself{
	top:142px;
	left:12px;
}

.avaTarget{
	top:142px;
	right:12px;
}

.avaTargetChange{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 78px;
	right: -8px;
}

.playLove{
	display: block;
	width:223px;
	height: 39px;
	background-image: url("../img/btn/btnWork.png");
	border: none;
	background-color: transparent;
	position: absolute;
	left:48px;
	bottom:5px;
	background-size: 100% auto;
}

.playLoveOff{
	display: block;
	width:223px;
	height: 39px;
	background-image: url("../img/btn/btnWorkOff.png");
	border: none;
	background-color: transparent;
	position: absolute;
	left:48px;
	bottom:5px;
	background-size: 100% auto;
}

.loveChara{
	margin:0 7px;
}
/*
.loveChara{
	float: left;
	width:86px;
	height: 112px;
	margin:0 7px;
}
*/

.loveSelected{
	width:54px;
	height: 30px;
	position: absolute;
}

/* .loveSelected1{ top:83px;left:45px}
.loveSelected2{ top:83px;left:149px}
.loveSelected3{ top:83px;left:251px}
.loveSelected4{ top:195px;left:45px}
.loveSelected5{ top:195px;left:149px}
.loveSelected6{ top:195px;left:251px}
.loveSelected7{ top:307px;left:251px}
.loveSelected8{ top:307px;left:149px}
.loveSelected9{ top:307px;left:45px} */
.loveSelected1{ top:105px;left:45px}
.loveSelected2{ top:105px;left:149px}
.loveSelected3{ top:105px;left:251px}
.loveSelected4{ top:227px;left:45px}
.loveSelected5{ top:227px;left:149px}
.loveSelected6{ top:227px;left:251px}
.loveSelected7{ top:344px;left:251px}
.loveSelected8{ top:344px;left:149px}
.loveSelected9{ top:344px;left:45px}

.loveResult01:before {
	display: block;
    width:100%;
    height: 39px;
	background-image: url("../img/love/resultTitle01.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top:-39px;
	left:0;
}

.loveResult01{
	width:94%;
	position: relative;
	background-image: url("../img/common/backgroundBody2.png");
	background-repeat: repeat-y;
	padding:0 3%;
	margin: 42px auto 10px auto;
}


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


.loveResult02:before {
	display: block;
    width:100%;
    height: 39px;
	background-image: url("../img/love/resultTitle02.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top:-39px;
	left:0;
}

.loveResult02{
	width:94%;
	position: relative;
	background-image: url("../img/common/backgroundBody2.png");
	background-repeat: repeat-y;
	padding:0 3%;
	margin: 42px auto 10px auto;
}


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



.loveResult03:before {
	display: block;
    width:100%;
    height: 39px;
	background-image: url("../img/love/resultTitle03.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	top:-39px;
	left:0;
}

.loveResult03{
	width:94%;
	position: relative;
	background-image: url("../img/common/backgroundBody2.png");
	background-repeat: repeat-y;
	padding:0 3%;
	margin: 42px auto 10px auto;
}


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

.loveResultAva{
	background-image: url("../img/love/resultAvaPaper.png");
	width: 101px;
	height: 101px;
	padding:5px;
	float: left;
	margin-right:5px;
}

.loveResultInfo{
	width:170px;
	float: left;
}

.loveResultPlus{
	width:36px;
	height: 17px;
	background-image: url("../img/love/resultPlus.png");
	position: absolute;
	text-align: center;
	color:#fff;
	top:-6px;right:-2px;
	font-size: 12px;
}

.loveResultStatus{
	width:119px;
	height: 19px;
	padding:5px 0 6px 60px;
	position: relative
}

.loveResultStatusKizuna{background-image: url("../img/love/resultStatusKizuna.png");}
.loveResultStatusMare{background-image: url("../img/love/resultStatuMare.png");}
.loveResultStatusGacha{background-image: url("../img/love/resultStatusGacha.png");}

.chainStar{
	width: 32px;
	height: 32px;
	background-image: url("../img/love/chainStar.png");
	position: absolute;
}

.chainStar1{ top:1px;left:71px}
.chainStar2{ top:1px;left:120px}
.chainStar3{ top:1px;left:168px}
.chainStar4{ top:1px;left:215px}
.chainStar5{ top:1px;left:263px}


/*charaSelect*/
.targetCharaSelect{
	width:100%;
	background-image: url("../img/chara_select/back.jpg");
	position: relative;
	background-position-y: bottom;
}

.selCharaMainImage{

}

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

.targetCharaSelectBox{
	/* width:71px; */
	height: 340px;
	background-image: url("../img/chara_select/selectbox.png");
	position: absolute;
	top:5%;left:0;
	padding: 22px 2px 5px 2px;
}

.targetChara{
	width: 210px;
	height: 360px;
	position: absolute;
	bottom:0;
	left:25%;
}

.targetCharaIcon{
	width:68px;
	height: 68px;
	margin:0 auto 10px auto;
}

.targetCharaIcon1{background-image: url("../img/chara_select/01.png");}
.targetCharaIcon2{background-image: url("../img/chara_select/02.png");}
.targetCharaIcon3{background-image: url("../img/chara_select/03.png");}
.targetCharaIcon4{background-image: url("../img/chara_select/04.png");}
.targetCharaIcon5{background-image: url("../img/chara_select/05.png");}
.targetCharaIcon6{background-image: url("../img/chara_select/06.png");}
.targetCharaIcon7{background-image: url("../img/chara_select/07.png");}
.targetCharaIcon8{background-image: url("../img/chara_select/08.png");}
.targetCharaIcon9{background-image: url("../img/chara_select/09.png");}
.targetCharaIcon10{background-image: url("../img/chara_select/10.png");}

.targetCharaIcon1_off{background-image: url("../img/chara_select/01_off.png");}
.targetCharaIcon2_off{background-image: url("../img/chara_select/02_off.png");}
.targetCharaIcon3_off{background-image: url("../img/chara_select/03_off.png");}
.targetCharaIcon4_off{background-image: url("../img/chara_select/04_off.png");}
.targetCharaIcon5_off{background-image: url("../img/chara_select/05_off.png");}
.targetCharaIcon6_off{background-image: url("../img/chara_select/06_off.png");}
.targetCharaIcon7_off{background-image: url("../img/chara_select/07_off.png");}
.targetCharaIcon8_off{background-image: url("../img/chara_select/08_off.png");}
.targetCharaIcon9_off{background-image: url("../img/chara_select/09_off.png");}
.targetCharaIcon10_off{background-image: url("../img/chara_select/10_off.png");}

.targetCharaBtn{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom:20px;
}

.targetCharaBtn2nd,
.targetCharaBtn2ndFalse {
    width: 38%;
    position: absolute;
    bottom: 20px;
}

.targetCharacterArea .targetCharaBtn2nd:nth-child(2) {
	right: 39%;
}

.targetCharacterArea .targetCharaBtn2nd:nth-child(3),
.targetCharaBtn2ndFalse {
	right: 1%;
}

.targetCharaBtn2nd .btnImage1,
.targetCharaBtn2ndFalse .btnImage1 {
	width: 100%;
}

.targetCharaBtn2{opacity: 0;}
.targetCharaBtn3{opacity: 0;}

/*名前入力*/

.nameBackground{
	width:100%;
	height: 500px;
	position: relative;
}

.nameBackground0{background-image: url("../img/setting/chara0.png");}
.nameBackground1{background-image: url("../img/setting/chara1.png");}
.nameBackground2{background-image: url("../img/setting/chara2.png");}
.nameBackground3{background-image: url("../img/setting/chara3.png");}
.nameBackground4{background-image: url("../img/setting/chara4.png");}
.nameBackground5{background-image: url("../img/setting/chara5.png");}
.nameBackground6{background-image: url("../img/setting/chara6.png");}
.nameBackground7{background-image: url("../img/setting/chara7.png");}
.nameBackground8{background-image: url("../img/setting/chara8.png");}
.nameBackground9{background-image: url("../img/setting/chara9.png");}
.nameBackground11{background-image: url("../img/setting/chara11.png");}


.nameMessage{
	position: absolute;
	width:57%;
	height: 85px;
	left:36%;
	top:117px;
}

.nameBox{
	position: absolute;
	width: 100%;
	height: 300px;
	top:220px;
}

@media only screen and (max-width:480px) {
	.nameMessage{
		top:137px;
	}
	.nameBox{
		top:280px;
	}
}


/*mypage*/
.myMainVisual{
	width:100%;
	height: 420px;
	position: relative;
	margin:1px 0 0 0;
}

.myMainBackNight{background-image: url("../img/mypage/back03.jpg");}
.myMainBackDay{background-image: url("../img/mypage/back01.jpg");}
.myMainBackEvening{background-image: url("../img/mypage/back02.jpg");}

.myMainBack1_Night{background-image: url("../img/mypage/back1_3.jpg");}
.myMainBack1_Day{background-image: url("../img/mypage/back1_1.jpg");}
.myMainBack1_Evening{background-image: url("../img/mypage/back1_2.jpg");}

.myMainBack2_Night{background-image: url("../img/mypage/back2_3.jpg");}
.myMainBack2_Day{background-image: url("../img/mypage/back2_1.jpg");}
.myMainBack2_Evening{background-image: url("../img/mypage/back2_2.jpg");}

.myMainBack3_Night{background-image: url("../img/mypage/back3_3.jpg");}
.myMainBack3_Day{background-image: url("../img/mypage/back3_1.jpg");}
.myMainBack3_Evening{background-image: url("../img/mypage/back3_2.jpg");}

.myMainBack4_Night{background-image: url("../img/mypage/back4_3.jpg");}
.myMainBack4_Day{background-image: url("../img/mypage/back4_1.jpg");}
.myMainBack4_Evening{background-image: url("../img/mypage/back4_2.jpg");}

.myMainBack5_Night{background-image: url("../img/mypage/back5_3.jpg");}
.myMainBack5_Day{background-image: url("../img/mypage/back5_1.jpg");}
.myMainBack5_Evening{background-image: url("../img/mypage/back5_2.jpg");}

.myMainBack6_Night{background-image: url("../img/mypage/back6_3.jpg");}
.myMainBack6_Day{background-image: url("../img/mypage/back6_1.jpg");}
.myMainBack6_Evening{background-image: url("../img/mypage/back6_2.jpg");}

.myMainBack7_Night{background-image: url("../img/mypage/back7_3.jpg");}
.myMainBack7_Day{background-image: url("../img/mypage/back7_1.jpg");}
.myMainBack7_Evening{background-image: url("../img/mypage/back7_2.jpg");}

.myMainBack8_Night{background-image: url("../img/mypage/back8_3.jpg");}
.myMainBack8_Day{background-image: url("../img/mypage/back8_1.jpg");}
.myMainBack8_Evening{background-image: url("../img/mypage/back8_2.jpg");}

.myMainBack9_Night{background-image: url("../img/mypage/back9_3.jpg");}
.myMainBack9_Day{background-image: url("../img/mypage/back9_1.jpg");}
.myMainBack9_Evening{background-image: url("../img/mypage/back9_2.jpg");}

.myMainBack10_Night{background-image: url("../img/mypage/back10_1.jpg");}
.myMainBack10_Day{background-image: url("../img/mypage/back10_1.jpg");}
.myMainBack10_Evening{background-image: url("../img/mypage/back10_1.jpg");}

.myMainBack11_Night{background-image: url("../img/mypage/back11_1.jpg");}
.myMainBack11_Day{background-image: url("../img/mypage/back11_1.jpg");}
.myMainBack11_Evening{background-image: url("../img/mypage/back11_1.jpg");}

.myMainChara{
	width:100%;
	height: 420px;
}

.myMainChara1_1{background-image: url("../img/mypage/chara01_01.png");}
.myMainChara1_2{background-image: url("../img/mypage/chara01_02.png");}
.myMainChara1_3{background-image: url("../img/mypage/chara01_03.png");}
.myMainChara1_4{background-image: url("../img/mypage/chara01_04.png");}
.myMainChara1_5{background-image: url("../img/mypage/chara01_05.png");}
.myMainChara1_6{background-image: url("../img/mypage/chara01_06.png");}
.myMainChara1_7{background-image: url("../img/mypage/chara01_07.png");}
.myMainChara1_8{background-image: url("../img/mypage/chara01_08.png");}
.myMainChara1_9{background-image: url("../img/mypage/chara01_09.png");}
.myMainChara1_10{background-image: url("../img/mypage/chara01_10.png");}
.myMainChara1_10001{background-image: url("../img/mypage/chara01_11.png");}
.myMainChara1_10002{background-image: url("../img/mypage/chara01_12.png");}
.myMainChara1_10003{background-image: url("../img/mypage/chara01_13.png");}

.myMainChara2_1{background-image: url("../img/mypage/chara02_01.png");}
.myMainChara2_2{background-image: url("../img/mypage/chara02_02.png");}
.myMainChara2_3{background-image: url("../img/mypage/chara02_03.png");}
.myMainChara2_4{background-image: url("../img/mypage/chara02_04.png");}
.myMainChara2_5{background-image: url("../img/mypage/chara02_05.png");}
.myMainChara2_6{background-image: url("../img/mypage/chara02_06.png");}
.myMainChara2_7{background-image: url("../img/mypage/chara02_07.png");}
.myMainChara2_8{background-image: url("../img/mypage/chara02_08.png");}
.myMainChara2_9{background-image: url("../img/mypage/chara02_09.png");}
.myMainChara2_10{background-image: url("../img/mypage/chara02_10.png");}
.myMainChara2_10001{background-image: url("../img/mypage/chara02_11.png");}
.myMainChara2_10002{background-image: url("../img/mypage/chara02_12.png");}
.myMainChara2_10003{background-image: url("../img/mypage/chara02_13.png");}

.myMainChara3_1{background-image: url("../img/mypage/chara03_01.png");}
.myMainChara3_2{background-image: url("../img/mypage/chara03_02.png");}
.myMainChara3_3{background-image: url("../img/mypage/chara03_03.png");}
.myMainChara3_4{background-image: url("../img/mypage/chara03_04.png");}
.myMainChara3_5{background-image: url("../img/mypage/chara03_05.png");}
.myMainChara3_6{background-image: url("../img/mypage/chara03_06.png");}
.myMainChara3_7{background-image: url("../img/mypage/chara03_07.png");}
.myMainChara3_8{background-image: url("../img/mypage/chara03_08.png");}
.myMainChara3_9{background-image: url("../img/mypage/chara03_09.png");}
.myMainChara3_10{background-image: url("../img/mypage/chara03_10.png");}
.myMainChara3_10001{background-image: url("../img/mypage/chara03_11.png");}
.myMainChara3_10002{background-image: url("../img/mypage/chara03_12.png");}
.myMainChara3_10003{background-image: url("../img/mypage/chara03_13.png");}

.myMainChara4_1{background-image: url("../img/mypage/chara04_01.png");}
.myMainChara4_2{background-image: url("../img/mypage/chara04_02.png");}
.myMainChara4_3{background-image: url("../img/mypage/chara04_03.png");}
.myMainChara4_4{background-image: url("../img/mypage/chara04_04.png");}
.myMainChara4_5{background-image: url("../img/mypage/chara04_05.png");}
.myMainChara4_6{background-image: url("../img/mypage/chara04_06.png");}
.myMainChara4_7{background-image: url("../img/mypage/chara04_07.png");}
.myMainChara4_8{background-image: url("../img/mypage/chara04_08.png");}
.myMainChara4_9{background-image: url("../img/mypage/chara04_09.png");}
.myMainChara4_10{background-image: url("../img/mypage/chara04_10.png");}
.myMainChara4_10001{background-image: url("../img/mypage/chara04_11.png");}
.myMainChara4_10002{background-image: url("../img/mypage/chara04_12.png");}
.myMainChara4_10003{background-image: url("../img/mypage/chara04_13.png");}

.myMainChara5_1{background-image: url("../img/mypage/chara05_01.png");}
.myMainChara5_2{background-image: url("../img/mypage/chara05_02.png");}
.myMainChara5_3{background-image: url("../img/mypage/chara05_03.png");}
.myMainChara5_4{background-image: url("../img/mypage/chara05_04.png");}
.myMainChara5_5{background-image: url("../img/mypage/chara05_05.png");}
.myMainChara5_6{background-image: url("../img/mypage/chara05_06.png");}
.myMainChara5_7{background-image: url("../img/mypage/chara05_07.png");}
.myMainChara5_8{background-image: url("../img/mypage/chara05_08.png");}
.myMainChara5_9{background-image: url("../img/mypage/chara05_09.png");}
.myMainChara5_10{background-image: url("../img/mypage/chara05_10.png");}
.myMainChara5_10001{background-image: url("../img/mypage/chara05_11.png");}
.myMainChara5_10002{background-image: url("../img/mypage/chara05_12.png");}
.myMainChara5_10003{background-image: url("../img/mypage/chara05_13.png");}

.myMainChara6_1{background-image: url("../img/mypage/chara06_01.png");}
.myMainChara6_2{background-image: url("../img/mypage/chara06_02.png");}
.myMainChara6_3{background-image: url("../img/mypage/chara06_03.png");}
.myMainChara6_4{background-image: url("../img/mypage/chara06_04.png");}
.myMainChara6_5{background-image: url("../img/mypage/chara06_05.png");}
.myMainChara6_6{background-image: url("../img/mypage/chara06_06.png");}
.myMainChara6_7{background-image: url("../img/mypage/chara06_07.png");}
.myMainChara6_8{background-image: url("../img/mypage/chara06_08.png");}
.myMainChara6_9{background-image: url("../img/mypage/chara06_09.png");}
.myMainChara6_10{background-image: url("../img/mypage/chara06_10.png");}
.myMainChara6_10001{background-image: url("../img/mypage/chara06_11.png");}
.myMainChara6_10002{background-image: url("../img/mypage/chara06_12.png");}
.myMainChara6_10003{background-image: url("../img/mypage/chara06_13.png");}

.myMainChara7_1{background-image: url("../img/mypage/chara07_01.png");}
.myMainChara7_2{background-image: url("../img/mypage/chara07_02.png");}
.myMainChara7_3{background-image: url("../img/mypage/chara07_03.png");}
.myMainChara7_4{background-image: url("../img/mypage/chara07_04.png");}
.myMainChara7_5{background-image: url("../img/mypage/chara07_05.png");}
.myMainChara7_6{background-image: url("../img/mypage/chara07_06.png");}
.myMainChara7_7{background-image: url("../img/mypage/chara07_07.png");}
.myMainChara7_8{background-image: url("../img/mypage/chara07_08.png");}
.myMainChara7_9{background-image: url("../img/mypage/chara07_09.png");}
.myMainChara7_10{background-image: url("../img/mypage/chara07_10.png");}
.myMainChara7_10001{background-image: url("../img/mypage/chara07_11.png");}
.myMainChara7_10002{background-image: url("../img/mypage/chara07_12.png");}
.myMainChara7_10003{background-image: url("../img/mypage/chara07_13.png");}

.myMainChara8_1{background-image: url("../img/mypage/chara08_01.png");}
.myMainChara8_2{background-image: url("../img/mypage/chara08_02.png");}
.myMainChara8_3{background-image: url("../img/mypage/chara08_03.png");}
.myMainChara8_4{background-image: url("../img/mypage/chara08_04.png");}
.myMainChara8_5{background-image: url("../img/mypage/chara08_05.png");}
.myMainChara8_6{background-image: url("../img/mypage/chara08_06.png");}
.myMainChara8_7{background-image: url("../img/mypage/chara08_07.png");}
.myMainChara8_8{background-image: url("../img/mypage/chara08_08.png");}
.myMainChara8_9{background-image: url("../img/mypage/chara08_09.png");}
.myMainChara8_10{background-image: url("../img/mypage/chara08_10.png");}
.myMainChara8_10001{background-image: url("../img/mypage/chara08_11.png");}
.myMainChara8_10002{background-image: url("../img/mypage/chara08_12.png");}
.myMainChara8_10003{background-image: url("../img/mypage/chara08_13.png");}

.myMainChara9_1{background-image: url("../img/mypage/chara09_01.png");}
.myMainChara9_2{background-image: url("../img/mypage/chara09_02.png");}
.myMainChara9_3{background-image: url("../img/mypage/chara09_03.png");}
.myMainChara9_4{background-image: url("../img/mypage/chara09_04.png");}
.myMainChara9_5{background-image: url("../img/mypage/chara09_05.png");}
.myMainChara9_6{background-image: url("../img/mypage/chara09_06.png");}
.myMainChara9_7{background-image: url("../img/mypage/chara09_07.png");}
.myMainChara9_8{background-image: url("../img/mypage/chara09_08.png");}
.myMainChara9_9{background-image: url("../img/mypage/chara09_09.png");}
.myMainChara9_10{background-image: url("../img/mypage/chara09_10.png");}
.myMainChara9_10001{background-image: url("../img/mypage/chara09_11.png");}
.myMainChara9_10002{background-image: url("../img/mypage/chara09_12.png");}
.myMainChara9_10003{background-image: url("../img/mypage/chara09_13.png");}

.myMainChara10_1{background-image: url("../img/mypage/chara10_01.png");}
.myMainChara10_2{background-image: url("../img/mypage/chara10_02.png");}
.myMainChara10_3{background-image: url("../img/mypage/chara10_03.png");}
.myMainChara10_4{background-image: url("../img/mypage/chara10_04.png");}
.myMainChara10_5{background-image: url("../img/mypage/chara10_05.png");}
.myMainChara10_6{background-image: url("../img/mypage/chara10_06.png");}
.myMainChara10_7{background-image: url("../img/mypage/chara10_07.png");}

.myMainChara11_1{background-image: url("../img/mypage/chara11_01.png");}
.myMainChara11_2{background-image: url("../img/mypage/chara11_02.png");}
.myMainChara11_3{background-image: url("../img/mypage/chara11_03.png");}
.myMainChara11_4{background-image: url("../img/mypage/chara11_04.png");}
.myMainChara11_5{background-image: url("../img/mypage/chara11_05.png");}
.myMainChara11_6{background-image: url("../img/mypage/chara11_06.png");}
.myMainChara11_7{background-image: url("../img/mypage/chara11_07.png");}
.myMainChara11_8{background-image: url("../img/mypage/chara11_08.png");}
.myMainChara11_9{background-image: url("../img/mypage/chara11_09.png");}
.myMainChara11_10{background-image: url("../img/mypage/chara11_10.png");}
.myMainChara11_10001{background-image: url("../img/mypage/chara11_11.png");}
.myMainChara11_10002{background-image: url("../img/mypage/chara11_12.png");}
.myMainChara11_10003{background-image: url("../img/mypage/chara11_13.png");}

.myNewcomerBanner{
	width: 130px;
	height: 40px;
	top: 244px;
	left: 10px;
	position: absolute;
}

.myBannerTop{
	width:80%;
	position: absolute;
	right:0;
	top:2px;
}

.myMainAvatar{
	position: absolute;
	right:10px;
	top:60px;
	width:64px;
	height:90px;
}

.myMainAvaImage{
	position: absolute;
	width:64px;
	height:90px;
	-webkit-mask-image:url("../img/mypage/avamask.png");
}

.myMainAvaFrame{
	position: absolute;
	width:73px;
	height: 99px;
	top:-4px;
	left:-5px;
}

.mySerif{
	width: 112px;
	height: 53px;
	background-image: url("../img/mypage/dialogue.png");
	position: absolute;
	top:55px;
	left:108px;
	padding:5px 10px;
	font-size: 11px;
	text-align: left;
}

.myInfoIcon{
	width: 40px;
	height: 43px;
	background-image: url("../img/mypage/iconInfo.png");
	position: absolute;
	top:10px;
	left: 10px;
}

.myNotificationCount{
	font-size:8px;
	color:#fff;
	text-align: center;
	border-radius: 30px;
	border:solid 1px #662400;
	padding:1px 6px;
	position: absolute;
	top:-3px;
	right:-7px;
	background-color: #ff6c8d;
}

.myMainMenu{
	width: 100%;
	height: 136px;
	position: absolute;
	left:0;
	bottom:-55px;
}

.myMainMenuStory{background-image: url("../img/mypage/frameMenu.png");}
.myMainMenuKizuna{background-image: url("../img/mypage/frameMenuKizuna.png");}
.myMainMenuDress{background-image: url("../img/mypage/frameMenuDress.png");}
.myMainMenuBranch{background-image: url("../img/mypage/frameMenuEnding.png");}
.myMainMenuGuide{background-image: url("../img/mypage/frameMenuGuide.png");}

.myMainMenu .btnStory{
	position: absolute;
	width:39%;
	height:114px;
	top:14px;
	left:2%;
	display: block;
}

.myMainMenu .btnGacha{
	position: absolute;
	width:25%;
	height:80px;
	top:40px;
	left:42%;
	display: block;
}

.myMainMenu .btnGame{
	position: absolute;
	width:25%;
	height:80px;
	top:25px;
	left:70%;
	display: block;
}

.storyTicket{
	width:75px;
	height: 13px;
	position: absolute;
	top:80px;
	left:9%;
}
.storyTicket0{background-image: url("../img/mypage/ticket0.png");}
.storyTicket1{background-image: url("../img/mypage/ticket1.png");}
.storyTicket2{background-image: url("../img/mypage/ticket2.png");}
.storyTicket3{background-image: url("../img/mypage/ticket3.png");}
.storyTicket4{background-image: url("../img/mypage/ticket4.png");}
.storyTicket5{background-image: url("../img/mypage/ticket5.png");}


.gachaBanner{
	background-image: url("../img/mypage/gachaBanner.png");
	width:27%;
	height: 20px;
	position: absolute;
	top:86px;
	left:42%;
	text-align: center;
	padding:12px 0 0 0;
	font-size: 0.8em
}

.stamina{
	width:15%;
	height: 16px;
	position: absolute;
	top:75px;
	left:76%;
	text-align: center;
	font-size: 9px
}

.myParams{
	width:180px;
	height: 200px;
	position: absolute;
	top:165px;
	right: 10px;
}

.myParam1{
	width: 153px;
	height: 192px;
	background-image: url("../img/mypage/param1.png");
	position: absolute;
	top:0;
	right:0;
	z-index: 1000;
	-webkit-transform: rotate(-7deg);
	-webkit-transform-origin-y: 180px;
	opacity: 1.0;
}

.myParam2{
	width: 153px;
	height: 192px;
	position: absolute;
	top:0;
	right:0;
	z-index: 1001;
	-webkit-transform-origin-y: 180px;
	opacity: 1.0;
}

.myRose1{background-image: url("../img/mypage/rose1.png");}
.myRose2{background-image: url("../img/mypage/rose2.png");}
.myRose3{background-image: url("../img/mypage/rose3.png");}
.myRose4{background-image: url("../img/mypage/rose4.png");}
.myRose5{background-image: url("../img/mypage/rose5.png");}

.myParam1Param{
	text-align: right;
	padding: 74px 20px 0 0;
	line-height: 2.3em;
}

.myParam2Progress{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 100px;
}

.myParam2Param{
	position: absolute;
	top: 93px;
	left: 0px;
	width: 80px;
	text-align: right;
	line-height: 2.7em;
}
.myParam2Water{
	position: absolute;
	width: 35px;
	height: 56px;
	top: 101px;
	left: 102px;
	background-position: center bottom;
}



.mainContent{
	width:100%;
}


/*poupshop*/
.popupShopScrollArea{
	width: 100%;
	overflow: hidden;
	padding:0 2%;
	margin:3px 0;
}

popupShopScrollAreaInner{
	width: 100%;
	height: 220px;
}

.poupItems{
	height: 220px;
}

.poupShopItem{
	width:150px;
	float: left;
}

.poupShopItemInner{
	width:136px;
	margin:0 4px;
	padding:3px 3px;
	height: 214px;
	box-shadow:rgba(190, 190, 190, 0.7) 0px 0px 2px 3px inset;
	-webkit-box-shadow:rgba(190, 190, 190, 0.7) 0px 0px 2px 3px inset;
	border-radius: 5px;
	background-color: #f9f3ed;
}

.popupShopCoin{
	background-image: url("../img/common/status_coin_popup.png");
	width:53px;
	height: 22px;
	margin:0 auto;
	padding:2px 0 0 80px;
}

.popupShopRuby{
	background-image: url("../img/common/status_ruby_popup.png");
	width:53px;
	height: 22px;
	margin:0 auto;
	padding:2px 0 0 80px;
}

.popupShopMixi{
	background-image: url("../img/common/status_mixi_popup.png");
	width:53px;
	height: 22px;
	margin:0 auto;
	padding:2px 0 0 80px;
}

/*globalMenu*/
.globalMenu{
	position: absolute;
	top:0px;
	width: 320px;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	opacity: 0.0;
	display: none;
	z-index: 2000;
}

.globalMenuPopup:before {
	display: block;
    width:310px;
    height: 37px;
	background-image: url("../img/menu/popuptop.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% auto;
	position: absolute;
	top:-36px;
	background-repeat: no-repeat;
}
.globalMenuPopup{
	width:310px;
	margin:60px auto 0 auto;
	position: relative;
	background-image: url("../img/menu/poupbody.png");
	background-repeat: repeat-y;
}

.globalMenuPopup:after {
	display: block;
    width:310px;
    height: 48px;
	margin:0 auto;
	background-image: url("../img/menu/popupbottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% auto;
	position: absolute;
	bottom:-48px;
	background-repeat: no-repeat;
}

.globalMenuContent{
	padding:0 5px;
}

.globalMenuMajorIcons{
	width: 290px;
	height: 133px;
	background-image: url("../img/menu/chain1.png");
	background-position: center center;
	margin:0 auto;
}

.globalMenuContent .globalMenuIcon{
	width: 58px;height: 58px;
}

.globalMenuIcon4 .globalMenuIcon{padding:0 8px;}
.globalMenuIcon3 .globalMenuIcon{padding:0 16px;}


.globalMenuPopupClose{
	background-image: url("../img/menu/x.png");
	width: 35px;
	height: 35px;
	position: absolute;
	top:-30px;right:-3px;
}

.mscenarioLeftTicket{
	width: 16%;
	padding:0 1%;
	display: inline;
}

.loveApp{
	background-image: url("../img/mscenario/love.png");
	width: 140px;
	height: 27px;
	margin: 5px auto;
	padding: 22px 5px 0 170px;
}

.mscenarioKizunaTable{
	background-image: url("../img/mscenario/kizuna.png");
	width: 151px;
	height: 66px;
	margin: 5px auto;
	padding: 30px 5px 0 170px;
	line-height: 2.1em;
}

.branchTable{
	background-image: url("../img/mscenario/branch.png");
	width: 151px;
	height: 67px;
	margin: 5px auto;
	padding: 7px 5px 0 170px;
	line-height: 2.3em;
}

.branchSelSecret{
	position: relative;
}
.branchSelSecretParams{
	width: 40%;
	height: 50px;
	top: 59%;
	left: 10%;
	position: absolute;
	line-height: 2rem;
	text-align: right;
}

.branchSelSecretBtns{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom:-15px;
	left:0;
}


.branchSelRomantic{
	margin: 30px auto auto auto;
	width: 135px;
	height: 135px;
	background-image: url("../img/mscenario/branchRomatic.png");
	position: relative;
	padding: 80px 10px 0 10px;
	text-align: right;
	line-height: 2.6em;
}
.branchSelDark{
	margin: 30px auto auto auto;
	width: 135px;
	height: 135px;
	background-image: url("../img/mscenario/branchDark.png");
	position: relative;
	padding: 80px 10px 0 10px;
	text-align: right;
	line-height: 2.6em;
}

.branch2EndBtn{
	width: 112px;
	height: 34px;
	position: absolute;
	bottom: 8px;
	left: 27px;
}

.avaMissionStory{
	background-image: url("../img/mscenario/avaMissionStory.png");
	width: 255px;
	height: 63px;
	padding: 28px 30px 0 30px;
	margin: 5px auto;
}

.SScenarioCharaSelectAreaWapper{
	width: 100%;
    position: relative;
}
.SScenarioCharaSelectArea{
	background-image: url("../img/sscenario/charaSelectBack.png");
	width: 100%;
	height: 130px;
	background-size: 100% 100%;
	position: relative;
	overflow-y: hidden;
}

.SScenarioCharaSelectAreaCursolLeft{
	background-image: url("../img/common/cursolLeft1.png");
	width:20px;height: 30px;
	position:absolute;
	/* top: 102px; */
	top: 45px;
	left: 5px;
}
.SScenarioCharaSelectAreaCursolRight{
	background-image: url("../img/common/cursolRight1.png");
	width:20px;height: 30px;
	position:absolute;
	top: 45px;
	/* top: 102px; */
	right: 5px;
}

.SScenarioCharaSelectInner{
	width: 970px;
	height: 100%;
}

.SScenarioChara{
	float: left;
	width: 85px;
	height: 113px;
	margin:17px 6px 0 6px;
	display: block;
	background-size: 100% auto;
}

.SScenarioChara1g{background-image: url("../img/minichara/1g.png");}
.SScenarioChara2g{background-image: url("../img/minichara/2g.png");}
.SScenarioChara3g{background-image: url("../img/minichara/3g.png");}
.SScenarioChara4g{background-image: url("../img/minichara/4g.png");}
.SScenarioChara5g{background-image: url("../img/minichara/5g.png");}
.SScenarioChara6g{background-image: url("../img/minichara/6g.png");}
.SScenarioChara7g{background-image: url("../img/minichara/7g.png");}
.SScenarioChara8g{background-image: url("../img/minichara/8g.png");}
.SScenarioChara9g{background-image: url("../img/minichara/9g.png");}
.SScenarioChara10g{background-image: url("../img/minichara/10g.png");}

.SScenarioChara1{background-image: url("../img/minichara/1.png");}
.SScenarioChara2{background-image: url("../img/minichara/2.png");}
.SScenarioChara3{background-image: url("../img/minichara/3.png");}
.SScenarioChara4{background-image: url("../img/minichara/4.png");}
.SScenarioChara5{background-image: url("../img/minichara/5.png");}
.SScenarioChara6{background-image: url("../img/minichara/6.png");}
.SScenarioChara7{background-image: url("../img/minichara/7.png");}
.SScenarioChara8{background-image: url("../img/minichara/8.png");}
.SScenarioChara9{background-image: url("../img/minichara/9.png");}
.SScenarioChara10{background-image: url("../img/minichara/10.png");}

.SScenarioHaveScenarios{
	background-image: url("../img/sscenario/bookBack.png");
	background-repeat: repeat-y;
}

.shiori{
	background-image: url("../img/sscenario/shiori.png");
	width: 289px;
	padding:15px 20px 5px 5px;
	margin:0 0 15px 0;
}

.shiori:after{
	display: block;
	width:100%;
    height: 14px;
	margin:0 auto;
	background-image: url("../img/sscenario/shiori_bottomn.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom:-14px;
	left:0;
}

.bookImg{
	width:75px;
	margin:0 8px 0 0 ;
	float:left;
}

.bookDetail{
	width:190px;
	float:left;
}

/*End List*/

.endlistBackground{
	width:313px;
	height: 123px;
	background-image: url("../img/mscenario/ending/background.png");
	position: relative;
	margin:8px auto;
}

.endlistCharaName{
	width:313px;
	height: 20px;
	color:#ccad00;
	text-align: center;
	position: absolute;
	top:10px;
}

.endlistIcon{
	width: 81px;
	height: 81px;
	position: absolute;
	top:33px;
}

.endlistIcon10003{left:210px}
.endlistIcon10002{left:110px}
.endlistIcon10001{left:10px}

.stillBackgournd{
    width: 100%;
    height: 490px;
    background-size: 19%;
    background-image: url(../img/still/back_pattern.png);
    background-repeat: repeat;
}

.stillThumb1{
	width:85px;
	height: 118px;
	margin:5px 5px 0 5px;
	float: left;
}

.stillThumb2{
	width:115px;
	height: 88px;
	margin:30px 5px 0 5px;
	float: left;
}

.stillThumb3{
	width:90px;
	height: 100px;
	margin:20px 5px 0 5px;;
	float: left;
}

.stillThumb4 {
    width: 90px;
    height: 100px;
    margin: 10px 5px 0 -90px;
    float: left;
}

.stillThumb5 {
    width: 90px;
    height: 100px;
    margin: 21px 4px 0 14px;
    float: left;
}

.stillThumb6 {
    width: 90px;
    height: 100px;
    margin: 22px 5px 0 13px;
    float: left;
}

.stillThumb7 {
    width: 90px;
    height: 100px;
    margin: -6px 0 0 5px;
    float: left;
}

.stillThumb8{
	width:90px;
	height: 100px;
	margin:20px 5px 0 5px;;
	float: left;
}

.stillThumb9 {
    width: 90px;
    height: 100px;
    margin: 33px 5px 0 10px;
    float: left;
}

.stillThumb11 {
    width: 90px;
    height: 100px;
    margin: 0px 5px 0 10px;
    float: left;
}

/*help*/
.helpContents{
	padding:5px;
}

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

.helpTitle{

	padding:7px 5px;
	font-weight: 900;
	color:#385d7c;
}

.helpTitleOdd{background-color: #d1f7f2;}
.helpTitleEven{background-color: #b5f7ee;}

.helpContent{
	display: none;
	padding:8px;
	background-color: #eafdfb;
}

.cursolDown{
	background-image: url("../img/common/cursolDown1.png");
	width:30px;
	height: 20px;
	position: absolute;
	top:4px;
	right:5px;
}

.cursolUp{
	background-image: url("../img/common/cursolUp1.png");
	width:30px;
	height: 20px;
	position: absolute;
	top:4px;
	right:5px;
}

/*tutorial choice*/
.tutorialChoice2{
	background-image: url("../img/tutorial/step2_back.png");
	width:100%;
	height: 400px;
	position: relative;
	background-size: 100% 100%;
}

.tutorialChoiceChara2{
	width: 316px;
	height: 305px;
	background-image: url("../img/tutorial/step2_main.png");;
	position: absolute;
	bottom:0;
}

.tutorialChoiceCharaMessage2{
	position: absolute;
	width: 175px;
	height: 70px;
	top:31px;
	left:115px;
}
.tutorialChoiceNext2{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 20px;
}

.tutorialChoiceCharaLove{
	position: absolute;
	width:150px;
	height: 15px;
	top:175px;
	left:153px;
}

.tutorialChoice1{
	background-image: url("../img/tutorial/step2_back1.png");
	width: 100%;
	height: 550px;
	position: relative;
	background-size: 100% 550px;
}

.tutorialChoiceCharaMessage1{
	position: absolute;
	width: 175px;
	height: 70px;
	top: 86px;
	left: 115px;
}

.tutorialChoiceChara1{
	width: 316px;
	height: 550px;
	background-image: url("../img/tutorial/step2_main1.png");
	position: absolute;
	bottom:-20px;
}

.tutorialChoiceNext1{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 20px;
}

.tutorialChoiceExplain1{
	position: absolute;
	width: 100%;
	height: 242px;
	left: 0;
	top: 230px;
}



.tutorialScenario{
	background-image: url("../img/tutorial/mscenario.png");
	width:100%;
	height: 550px;
	position: relative;
	background-size: 100% 100%;
}

.tutorialScenarioChara{
	width: 316px;
	height: 473px;
	background-image: url("../img/tutorial/mscenario_chara.png");;
	position: absolute;
	bottom:0;
}

.tutorialScenarioMessage{
	position: absolute;
	width: 175px;
	height: 70px;
	top:38px;
	left:115px;
}
.tutorialScenarioTicket{
	background-image: url("../img/tutorial/mscenario_ticket.png");;
	width: 100%;
	height: 130px;
	position: absolute;
	top:230px;
	background-size: 100% 100%;
}

.tutorialScenarioNext1{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 250px;
}


.tutorialScenarioNext2{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 130px;
}

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

.tutorialKizunaLuciaMessage{
	width:60%;
	height: 18%;
	left:36%;
	top:32%;
	position: absolute;
}

.tutorialKizunaParamater{
	background-image: url("../img/tutorial/step3_kizunaParamater.png");;
	width: 100%;
	height: 148px;
	position: absolute;
	bottom:0;
	background-size: 100% 100%;
}

.tutorialKizunaParamaterText{
	width:46%;
	height: 34%;
	position: absolute;
	top:38%;
	left:55%;
	/*
	line-height: 2.5em;
	*/
	line-height: 2.2em;
}

.tutorialLove{
	background-image: url("../img/tutorial/step3_kizunaLove.png");
	width:100%;
	height: 550px;
	position: relative;
	background-size: 100% 100%;
}

.tutorialloveChara{
	width: 316px;
	height: 473px;
	background-image: url("../img/tutorial/step3_kizunaLoveChara.png");;
	position: absolute;
	bottom:0;
}

.tutorialLoveMessage{
	width:60%;
	height: 18%;
	left:36%;
	top:8%;
	position: absolute;
}

.tutorialLoveGame{
	width: 313px;
	height: 402px;
	background-image: url("../img/tutorial/step3_kizunaGame.png");;
	position: absolute;
	bottom:-90px;
}

.tutorialLoveGameParams1{
	width: 93px;
	height: 22px;
	position: absolute;
	top:125px;
	left:20px;
	font-size: 12px;
}
.tutorialLoveGameParams2{
	width: 93px;
	height: 22px;
	position: absolute;
	top:125px;
	left:188px;
	font-size: 12px;
}

.playLoveTutorial{
	width: 223px;
	height: 39px;
	background-image: url("../img/btn/btnWork.png");;
	position: absolute;
	left:40px;
	top:190px;
	background-color: transparent;
	border: none;
	background-size: 100% 100%;
}
.guideLoveFinger{
	width:85px;
	height:45px;
	position: absolute;
	top:190px;
	left:0px;
}

.tutorialLoveGamePerfect{
	width: 311px;
	height: 172px;
	background-image: url("../img/tutorial/step3_kizunaLovePerfect.png");;
	position: absolute;
	top:150px;
}

.tutorialLoveGameStamina{
	width: 100%;
	position: absolute;
	bottom:15px;
}

.tutorialCloset{
	background-image: url("../img/tutorial/step4_closet.png");
	width:100%;
	height: 550px;
	position: relative;
	background-size: 100% 100%;
}

.tutorialClosetChara{
	width: 316px;
	height: 473px;
	background-image: url("../img/tutorial/step3_kizunaLoveChara.png");;
	position: absolute;
	top:70px;
}

.tutorialClosetMessage{
	width:60%;
	height: 18%;
	left:36%;
	top:8%;
	position: absolute;
	font-size:12px;
	line-height: 1.2em;
}

.tutorialGoalChara{
	width: 316px;
	height: 473px;
	background-image: url("../img/tutorial/step6_goalChara.png");;
	position: absolute;
	bottom:0;
}

.tutorialGoalMessage{
	width:60%;
	height: 18%;
	left:36%;
	top:8%;
	position: absolute;
}

.tutorialMessageNext{
	background-image: url("../img/tutorial/step4_messageNextBtn.gif");
	width: 49px;
	height: 18px;
	position: absolute;
	right: 20px;
	bottom: 2px;
}

.tutorialClosetAvatarTarget{
	background-image: url("../img/tutorial/step4_ava.png");
	width: 310px;
	margin:5px auto;
}

.tutorialClosetAvatar{
	width: 100%;
	position: absolute;
	top:150px;
	height: 380px;
}

.tutorialClosetAvatarExplain{
	background-image: url("../img/tutorial/step4_mare.png");
	width: 308px;
	height: 164px;
	margin:5px auto;
	display: none;
}

.tutorialClosetAvatarTarget{
	background-image: url("../img/tutorial/step4_ava.png");
	width: 302px;
	height: 207px;
	margin:5px auto;
	position: relative;
}

.tutorialStep4popup{
	width: 302px;
	height: 302px;
	margin:0 auto;
	background-image: url("../img/tutorial/step4_popup.png");
}

.tutorialClosetComplete{
	width: 100%;
	position: absolute;
	top:240px;
}

.tutorialSaleImage{
	width:320px;
	height: 330px;
	background-image: url("../img/tutorial/step_goal_sale.png");
	position: absolute;
	top:230px;
}

.tutorialSaleImage_native{
	width:320px;
	height: 330px;
	background-image: url("../img/tutorial/step_goal_sale_native.png");
	position: absolute;
	top:230px;
}

.tutorialSaleImage_mixi{
	width:320px;
	height: 330px;
	background-image: url("../img/tutorial/step_goal_sale_mixi.png");
	position: absolute;
	top:230px;
}

.tutorialSaleBtn1{
	position: absolute;
	width: 63px;
	height: 48px;
	top: 230px;
	left: 220px;
	background-image: url("../img/tutorial/step_goal_btn1.png");
	display: block;
	background-size: 100% 100%;
	border: none;
	background-color: transparent;
}


.tutorialSaleBtn2{
	position: absolute;
	width: 63px;
	height: 48px;
	top: 230px;
	left: 140px;
	background-image: url("../img/tutorial/step_goal_btn2.png");
	display: block;
	background-size: 100% 100%;
}

/*newcomer*/
.newcomerMission{
	background-image: url("../img/newcomer/mission_panel.png");
	width: 320px;
	height: 293px;
	margin:0 auto;
	position: relative;
}

.newcomerMissionPanel{
	width:107px;
	height:85px;
	position: absolute;
}

.newcomerMissionPanel1{	top:14px; left:0px;}
.newcomerMissionPanel2{	top:14px; left:107px;}
.newcomerMissionPanel3{	top:14px; left:214px;}
.newcomerMissionPanel4{	top:102px; left:0px;}
.newcomerMissionPanel5{	top:102px; left:214px;}
.newcomerMissionPanel6{	top:195px; left:0px;}
.newcomerMissionPanel7{	top:195px; left:107px;}
.newcomerMissionPanel8{	top:195px; left:214px;}
.newcomerMissionPanelLeft{	top:130px; left:107px; text-align: center;}


/*top*/
.topContent{
	margin:-120px 0 0 0;
}

.ambpointTitle{
}

.ambPointBack{
	width: 94%;
	position: relative;
	background-image: url("../img/ambpoint/backbody.png");
	background-repeat: repeat-y;
	padding: 0 3%;
	margin: 0 auto 11px auto;

}

.ambPointBack:after {
	display: block;
	width:100%;
    height: 11px;
	margin:0 auto;
	background-image: url("../img/ambpoint/backbottom.png");
	font-size: 0;
	line-height: 0;
	content: "";
	background-size: 100% 100%;
	position: absolute;
	bottom:-11px;
	left:0;
}

.ambPointActionBtn{
	width:60%;
	float: left;
}
.ambPointActionPoint{
	width:36%;
	float: left;
	text-align: right;
	height: 20px;
	padding:8px 0 0 0;
}

/*premium gacha*/
.gachaDetailMain{
	position: relative;
}

.gachaDetaiBtnFrame{
	background-image: url("../img/gacha/premium/btnFrame.png");
	width:100%;
	height:203px;
	position: absolute;
	left:0;
	bottom:-15px;
}

.gachaPremiumLimit{
	width:60%;
	height: 20px;
	position: absolute;
	left:25px;
	bottom:28px;
	color:#fff;
}
.gachaPremiumBtn1{
	width: 85px;
	height: 85px;
	position: absolute;
	top: 13px;
	right: 6px;
}
.gachaPremiumBtn3{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 100px;
	right: 2px;
}
.gachaPremiumBtn10{
	width: 115px;
	height: 115px;
	position: absolute;
	top: 35px;
	right: 88px;
}

.premiumGet{
	width: 94%;
	height: 94%;
	position: absolute;
	left: 3%;
	top: 3%;
}

.gachaItemDetail{
	width:94%;
	height: 94%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top:3%;left:3%;
	color:#fff;
	font-size: 8px;
	display: none;
}

/*invite*/
.inviteFriend{
	width: 60px;
	height: 60px;
	background-color: #fff;
	overflow: hidden;
	float: left;
	margin:5px 5px;
	position: relative;
}

.inviteFriendChk{
	width:20px;
	height: 20px;
	background-image: url("../img/invite/chk.png");
	position: absolute;
	bottom:0;
	right:0;
}

/*rubu*/
.rubyPlus{
    width: 73px;
    height: 18px;
    background-color: rgb(250, 200, 222);
    border: 0 solid rgb(200, 70, 110);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color:#de478b;
    float: left;
}

.rubyMinus{
    width: 73px;
    height: 18px;
    background-color: rgb(215, 241, 255);
    border: 0 solid rgb(64, 105, 200);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color:#1a96cf;
    float: left;
}

.rubyUseDay{
	float:left;
	width:130px;
	margin:0 0 0 10px;
}

/*loginbonus*/
.loginBody{
	background-image: url('../img/login/body.png');
	background-repeat: repeat-y;
}

.loginStamp{
	width:18%;
	display:inline-block;
	position:relative;
	margin-left: 1.5%;
}

.loginAvatarThumbnail{
	width:25%;
	display:inline-block;
	position:relative;
	margin-left: 1.5%;
	/*margin:0 4% 0 0;*/
	/*float: left;*/
}

.loginPopupItemThumbnail{
	width:35%;
	display:inline-block;
	position:relative;
	margin-left: 30%;
}

/*newyear*/
.newyearBody{
	background-image: url('../img/newyear/bg.png');
	background-repeat: repeat-y;
}

/*宝くじ　lottery*/
.btnLotteryTicket{
    background-image: url("../img/btn/btnLotteryTicket.png");
    width: 265px;
    height: 52px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
}
.btnLotteryMixi{
    background-image: url("../img/btn/btnLotteryMixi.png");
    width: 265px;
    height: 52px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
}
.btnLotteryCoin{
    width: 265px;
    height: 52px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
	background-image: url("../img/btn/btnLotteryCoin.png");
}
