/*!
  ARAURANAI
  @name araletarotura.css
  @description LEASE tarotura
  @version 2.0
  @author Max Lawrence 
  @site http://big-net-eye.com/
  @copyright (c) 2019 big-net-eye (http://big-net-eye.com/)
*/
CHARSET "UTF-8";
.letarot-sp {
	clear:both;
    width: 100%;
    min-height: 450px;
	background:#BC0203;
	color:#fff;
	text-align:center;
	position:relative;
	margin:0px;
	
}
.letarot-opw {
	display:block;
    width: 100%;
    min-height: 450px;
	background:#fff;
	color:#000;
	position:absolute;
	top:0;left:0;
	text-indent:-9999px;
	z-index:100;
}
.letarot-text {
	width: 100%;
	text-align:center;
    position:absolute;
	top:10px;
	left:0px;
}
.letarot-cardsp {
    width: 80px;
	position:absolute;
	cursor: pointer;
	cursor: hand;
}
.letarot-img {
    width: 80px;
	position:absolute;
	top:0px;
	left:0px;
}
.letarot-result{
	width: 80px;
	position:absolute;
	display:none;
	text-indent:-9999px;
}

@media only screen and (max-width:640px){
.letarot-text {
font-size: 14px;
}
}