::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

body{
	background: url("../images/pc/img_bg.png");
}
.textBox{
	position: relative;
	background: url("../images/mobile/img_frame1.png") repeat-y center;
	width: 320px;
	margin: 18px auto;
	padding: 0 8px;
	-webkit-background-size: 320px 4px;
	     -o-background-size: 320px 4px;
	        background-size: 320px 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

}
.textBox:before{
	position: absolute;
	display: block;
	content: "";
	left: -8px;
	top: -18px;
	width: 320px;
	height: 18px;
	position: relative;
	background: url("../images/mobile/img_frame0.png") repeat-y;
	-webkit-background-size: 320px 18px;
	     -o-background-size: 320px 18px;
	        background-size: 320px 18px;
}
.textBox:after{
	position: absolute;
	display: block;
	content: "";
	left: -8px;
	bottom: -18px;
	width: 320px;
	height: 18px;
	position: relative;
	background: url("../images/mobile/img_frame2.png") repeat-y;
	-webkit-background-size: 320px 18px;
	     -o-background-size: 320px 18px;
	        background-size: 320px 18px;
}



.coinList{
	list-style: none;
}

.dateBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
}
.stoneList{
	list-style: none;
}
.cautionText{
	font-size: 1rem;
}
.twitWrap{
	position: relative;
	overflow: hidden;
	width: 320px;
	margin: 0 auto;

}
.halfText{
	padding-right: 70px;
}
.halfChara{
	position: absolute;
	top: 0;
	right: -50px;
}
.twitterBox{
	position: relative;
	z-index: 2;
}
.mailTextBox{
	display: inline-block;
	text-align: left;
	font-size: 1.2rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mailInBox{
	background: rgba(255,255,255,0.6);
height: 200px;
	padding: 10px;
	overflow-y: scroll;
}
.mailTitle{
	position: relative;
	font-size: 1.2rem;
	background: #019F88;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #71FBE7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mailTitle:after{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7.5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #fff;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
        transform: rotate(0deg);
}
.mailTitle.is-open:after{
-webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);

}

.pirika{
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 1;
}
.pirikaText{
	position: relative;
	z-index: 2;
	padding-right: 40%;
}
@media screen and (min-width: 639px){
.pirika{
	position: absolute;
	bottom: -50px;
	width: 200px;
	right: 0;
	z-index: 1;
}
.textBox{
	width: 640px;
	margin: 36px auto;
	-webkit-background-size: 640px 16px;
	     -o-background-size: 640px 16px;
	        background-size: 640px 16px;
}
.textBox:before{
	position: absolute;
	display: block;
	content: "";
	    left: -8px;
	top: -18px;
	width: 640px;
	height: 36px;
	position: relative;
	background: url("../images/mobile/img_frame0.png") repeat-y;
	-webkit-background-size: 640px 36px;
	     -o-background-size: 640px 36px;
	        background-size: 640px 36px;
}
.textBox:after{
	position: absolute;
	display: block;
	content: "";
	    left: -8px;
	bottom: -36px;
	width: 640px;
	height: 36px;
	position: relative;
	background: url("../images/mobile/img_frame2.png") repeat-y;
	-webkit-background-size: 640px 36px;
	     -o-background-size: 640px 36px;
	        background-size: 640px 36px;
}
.twitWrap{
	position: relative;
	overflow: hidden;
	width: 640px;
	margin: 0 auto;

}
.halfText{
	padding-right: 150px;
}
}