/*================================================
	初期設定
================================================*/
/* リセット */
* { margin:0; padding:0; }
/* clearfix（回り込み解除） */
*:after { display:block; clear:both; }
/* はみ出し対策 */
body {
	width: 750px;
	margin: 0 auto;
	padding:0;
	font-family:sans-serif;
  background-color:#520c25;
	-webkit-text-size-adjust: none;
	font-size: 15px;
	color:#f9ecdb;
}
/* HTML5に対応していないOS対策 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

/* 画像下の変な余白削除 */
img { vertical-align: top; max-width:100%;
height: auto;}

/* ボタンの形統一 */
input[type="submit"] {
	margin-top:-10px;
	font-size:15px;
	padding:7px;
	text-align:center;
	border:1px solid #AAA;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	background:-webkit-gradient(
		linear,
		0% 100%,
		0% 21%,
		from(#E6E6E6),
		to(#FFF),
		color-stop(.5,#E6E6E6)
	);
	background:-moz-linear-gradient(
		0% 75% 90deg,
		#E6E6E6,
		#FFF,
		#FFF 100%
	);
	box-shadow:0 2px 2px rgba(100, 100, 100, 0.15);
	-moz-box-shadow:0 2px 2px rgba(100, 100, 100, 0.15);
	-webkit-box-shadow:0 2px 2px rgba(100, 100, 100, 0.15);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
}
/* 統一 
form select {
	font-size:16px;
	height:30px;
}*/
input[type="text"] {
	font-size:16px;
	height:30px;
	width:300px;
	margin-bottom:20px;
	ime-mode:active;
}

html{
max-width:100%;
margin:0 auto;
}

/*================================================
	基本的なアンカー設定
================================================*/
/* リンク設定 */
.str_color{
color:#e1b530;/* face str_text color */
}

/* Link Color */

a:link{
color:#c9b6f9;
}

a:visited{
color:#c9b6f9;
}

a:active{
color:#c9b6f9;
}

/* Android Tap Non-Display */
a,input {
-webkit-tap-highlight-color: rgba(219, 93, 74, 0.4);
}

/*================================================
	トップ画像
================================================*/
.top {
	margin:0;
	padding:0;
	background:url('/m8/img/sp/back.png') repeat top center;
	text-align:center;
}
.top img {
	margin:0;
	padding:0;

}



/*================================================
	最初の文言
================================================*/
.firstSentence {
	font-size:15px;
	width:90%;
	margin:10px auto;
}

/*================================================
	タロットコンテンツ
================================================*/

#tarot_container{
background:url(../img/tarot_bg2.jpg) 0 0 no-repeat;
height: 0;
padding-top: 90%;
background-size: contain;
position:relative;
background-size: 100%;
}


/*---------------------------------------
   js点滅
---------------------------------------*/

#uranauBtn img{
margin: 0 auto;
display: block;
width: 70%;
margin-top:10px; 
}


p.Btn span{
width:100%;
display:block;
position:relative;
}
p.Btn span img{
width:100%;
position:absolute;
top:0;
left:0;
}
@keyframes 'pulse2' {
  0%{
        opacity:0.2;
         }
    100%{
        opacity:2;
         }
}
@-webkit-keyframes 'pulse2' {
  0%{
        opacity:0.2;
         }
    100%{
        opacity:1;
         }
}
.flash1{
-webkit-animation-name: pulse2;
-webkit-animation-duration: 0.7s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
-webkit-animation-delay: 0s;
}

#pm{
background: #fff;
width: 50px;
height: 50px;
position: absolute;
right: 0;
bottom: 55px;
}

#pm img {
    width: 80%;
    padding: 10%;
}

#switch-bt .Btn img{
width:100%;
position:absolute;
top:0;
left:0;
}
/*================================================
	無料ボタン
================================================*/

#muryo_btn {
   background: url(../img/btn_bg.jpg);
   background-size: 100%;
   background-repeat: no-repeat;
   position: relative;
   padding-bottom: 2.6%;
}


#muryo_btn img{

}

#muryo_btn2 {
   background: url(../img/btn_bg2.jpg);
   background-size: 100%;
   background-repeat: no-repeat;
   position: relative;
   padding-bottom: 3%;

}



/*================================================
	無料鑑定
================================================*/
.menu {
	text-align:center;
}

.menu img {
	width: 320px;
}

.description {
	width:90%;
	margin:10px auto;
}
.description span {
	color:#c6ff63;
	font-weight:bold;
}
.description p:nth-child(2) {
	text-align:right;
}
.tarotSeat {
	height:320px;
	width:320px;
	margin:0 auto;
	background: url('../img/magicsquare-dark2.png') no-repeat center center;
	top: 20px;
    position: absolute;
    left: 1%;
    right: 1%;
}

.cardPosition {
	width:320px;
	height:320px;
    top: 0;
	position:absolute;
}
.cardPosition img {
    width: 155px;
}
.card1 {
    top: 9px;
    left: 297px;
    position: absolute;
    z-index: 10;
}

.card2 {
    top: 172px;
    left: 509px;
    position: absolute;
    z-index: 10;
}

.card3 {
    top: 172px;
    left: 85px;
    position: absolute;
    z-index: 10;
}


.card5 {
    top: 450px;
    left: 430px;
    position: absolute;
    z-index: 10;
}

.card6 {
    top: 450px;
    left: 165px;
    position: absolute;
    z-index: 10;
}
.submission {
	top:118px;
    left: 120px;
    width: 80px;
    height: 110px;
	/*border:2px #f6f074 dotted;
	background:#713535;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;*/
	position:absolute;
	z-index:1;
	color:#ccce8d;
	text-align:center;
	/*padding-top:7px;*/
	font-size:14px;
}
.description2 {
	width:90%;
	margin:10px auto;
	font-size:13px;
}


/*---------------------------------------
   体験談
---------------------------------------*/


#taiken_box {
  background: url(../img/main_bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;

}

#taiken {
  position: relative;
  padding-top: 3%;
}

 .taiken_img {
 	width: 90%;
    margin: 0 auto;
}

 .taiken_img p{
  padding-top: 3%;
  font-size: 14px;
  padding-bottom: 2%;
}



/*---------------------------------------
   タロット結果ページ

---------------------------------------*/

#next_box {
  background: url(../img/prof_txt.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.next_img{
    text-align: center;
}

.next_img  img{
    width: 25%;
    padding-top: 16%;
    padding-bottom: 9%;
}

/*================================================
	フォーム
================================================*/


#contents {
  background: url(../img/form_back.jpg)no-repeat;
  background-size: 100%;
  position: relative;
}
/*====== box05--> profile_form(1) <--- ======*/
#box05 {
    padding: 0 50px;
}

#box05 #pro_top h1{
width:100%;
margin: 0 auto;
}
#box05 #pro_top h2{
max-width: 960px;
width:100%;
height: 121px;
margin: 0 auto;
}
#box05 table{
  margin-bottom: 30px;
}

#box05 table td b{
padding:10px;
font-size: 18px;
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
text-align: left;
line-height: 1.4em;
}

#box05 table th{
    background-image: -webkit-gradient(linear,left top,left bottom,from( #b54d75 ),to( #651b38 ));
    background-image: -webkit-linear-gradient( #b54d75,#651b38 );
    background-image: -moz-linear-gradient( #b54d75,#651b38 );
    background-image: -ms-linear-gradient( #b54d75,#651b38 );
    background-image: -o-linear-gradient( #b54d75,#651b38 );
    background-image: linear-gradient( #b54d75,#651b38 );
    display: block;
    font-size: 16px;
    padding: 3px 10px;
    color: #f7f0c0;
    border-radius: 5px;
    line-height: 1.6;

}


#box05 table td{
padding:40px 0 0 45px;
text-align: left;
}

#box05 p img{
vertical-align:middle;
}

#box05 p.domain_txt{
margin-top:10px;
font-size: 14px;
line-height:1.4em;
}
.d_link {
margin-top: 50px;
padding-bottom:30px;
}

.d_link a:link{
font-size: 14px;
text-decoration: none;
}


.form_txt { 
  padding-top: 30px;

 }

#box05 .form_t {
    
}


#box05 h4 {
 font-size: 20px
 margin-bottom: 25px;
}

#p_center {
  text-align: center;
}


.p_mark {
    width: 15%;
    display: block;
    background-color: white;
    margin-left: 80%;
    padding: 1%;
    margin-bottom: 30px;
}
/*---------------------------------------
     サポートメニュー
---------------------------------------*/
#support{
padding-top: 5%;
/*background: url(../img/support_bg.jpg);*/
background-size: 100%;
background-repeat: no-repeat;
}

#support ul{
 margin:0 auto;
 list-style: none;
}

#support ul li{
}

#support ul li a{
position:relative;
display:block;
height:44px;
margin: 0px 5%;
padding:0 15%;
font-size:14px;
font-weight:bold;
color: #f0f0c8;
text-decoration:none;
text-indent:10px;
line-height:44px;
background:-webkit-gradient(linear,left top, left bottom,color-stop(1.00,#7c4d2b),color-stop(0.00,#986641));
background:-webkit-linear-gradient(top, #7c4d2b 0%, #986641 100%);
background:-moz-linear-gradient(top, #7c4d2b 0%, #986641 100%);
background:linear-gradient(top, #7c4d2b 0%, #986641 100%);
border-radius:5px;
-webkit-border-radius:5px;
}

#support ul li a:after{
position: absolute;
    right: 2%;
    top: 25%;
    margin: -5px 0 0 0;
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/allow.png) no-repeat;
        background-size: auto auto;
    -webkit-background-size: 20px;
    background-size: 35px;

}


/* beginner */
#support ul li.beginner a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/star.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* Agree */
#support ul li.Agree a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/3line.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* payment */
#support ul li.payment a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/yen.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* privacy */
#support ul li.privacy a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/key.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* specific */
#support ul li.specific a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/exc.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* company */
#support ul li.company a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/company.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* drawal */
#support ul li.drawal a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/punish.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* info */
#support ul li.info a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/m.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/* shokai */
#support ul li.shokai a:before{
position:absolute;
left:2%;
top:30%;
margin:-9px 0 0 0;
display:block;
content:"";
width:40px;
height:40px;
background:url(../img/shokai.png) no-repeat;
-webkit-background-size:40px;
background-size:40px;
}

/*---------------------------------------
     tokusyo_payment
---------------------------------------*/

#tokusyo_pay{
padding:0 auto;
}

#tokusyo_pay ul{
width:100%;
text-align:center;
margin:10px auto;
list-style-type:none;
}

#tokusyo_pay ul:after{
display:block;
content:"";
clear:both;
}


#tokusyo_pay ul li{
float:left;
width:25%;
margin:0 0 10px 0;
}

#tokusyo_pay ul li:nth-child(4n){
margin:0 0 10px 0;
}


/*---------------------------------------
     footer
---------------------------------------*/
/*top page footer*/

footer {

}

footer nav{
  margin:0 auto;
}

footer #menu-bar{
  position:relative;
  font-weight: normal;
}

footer #menu-bar ul{
  height:55px;
  margin:0 auto;
  position:relative;
  list-style: none;
}

footer #menu-bar .btn-home{
  width:81px;
  height:34px;
  background:url(../img/home_btn.png) 0 0 no-repeat;
  background-size:cover;
  position:absolute;
  left:10px;
  top:10px;
}

footer #menu-bar .btn-menu{
  width:81px;
  height:34px;
  background:url(../img/menu_btn.png) 0 0 no-repeat;
  background-size:cover;
  position:absolute;
  right:10px;
  top:10px;
}

footer #menu-bar .copy{
  width:125px;
  height:27px;
  background-size:cover;
  top:5px;
  margin: 0 auto;
  padding-top: 1%;
}

footer #menu-bar .copy p{
font-size: 10px;
text-align: center;
line-height: 1.5em;
margin-top: 5%;
}

footer #menu-bar li>a{
display:block;
height:100%;
text-indent:-9999px;
}

/*2F footer*/
#footer01{
margin:0 auto;
padding:3px;
text-align:center;
font-size:x-small;
color:#fff;
margin-top:5px;
}

.backBtn{
text-align:left;
margin-top:10%;
}

#footer02{
position: absolute;
bottom: 0;
width: 100%;
text-align:center;
}

#footer02 p.copyright{
padding: 5px;
font-size:0.8em;
color:#fff;
}

#footer02 p.backBtn{
margin:5px;
}
/*---------------------------------------
     other
---------------------------------------*/


#official{
    background: url(../img/main_bg.jpg);
    background-repeat: repeat;
    background-size: auto auto;
    background-size: 100%;
    background-repeat: repeat-y;
    padding-bottom: 20%;

}



#write{
padding:0 3%;
margin-bottom: 10%;
margin-top: 5%;
line-height: 1.5;
}

#write h1 {
    font-size: 14px;
    color: #e6933c;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding: 0 0 0 2px;
    letter-spacing: 0.1em;
}

#write p.w_txt{
margin-top:5px;
line-height:1.4;
letter-spacing:0.1em;
margin-bottom: 10px;
font-size: .8em;
}

#write h2{
font-size:14px;
font-weight:bold;
letter-spacing:0.1em;
line-height:1.4;
margin:5px 0 5px 0;
color: #e6933c;
}

/* profile3 */
#caption {
    background: #8d365f;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 5px 0;
}


/* page top */
.pagetop{
margin:0 10px 10px 10px;
text-align:right;
}

.pagetop a{
padding:0 0 0 14px;
font-size:12px;
background:url(../index_img/all_arw.png) no-repeat left center;
-webkit-background-size:13px;
background-size:13px;
}

#main{
posit
top:33%;
left:2%;
right:2%;
bottom:0
}

#main table td{
width:50%;
padding:0 5px;
text-align:center;
}

#main table td:first-child{
text-align:right;
}

#main table td:last-child{
text-align:left;
}

#main table td img{
width:100%;
}

#form p.c_center{
padding-bottom:10px;ion:relative;
}

#main table{
position:absolute;
width:96%;
}

/*=================================================
UNDER 320 DEVICE
=================================================*/
@media only screen and (max-width: 320px) {


.tarotSeat {
    top: 1px;
    left: 0%;
    right: 0%;
}

#nav {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0px;
    bottom: 0;
  position: initial;
}

}