@charset "utf-8";
/*----------------------------------------------------
ypm0
----------------------------------------------------*/
.disp-n-0 { display: inline block!important; }
.disp-n-1 { display: none!important; }

.disp-0 { display: none!important; }
.disp-1 { display: inline block!important; }

/*----------------------------------------------------
  common
----------------------------------------------------*/

html {  background: #000;}

.contentBox {  margin-bottom: 40px;}

.mt00 {  margin-top: 0px !important;}
.mt10 {  margin-top: 10px !important;}
.mt20 {  margin-top: 20px !important;}
.mt30 {  margin-top: 30px !important;}
.mt40 {  margin-top: 40px !important;}
.mt50 {  margin-top: 50px !important;}
.p0 {  padding: 0px !important;}
.pl0 {  padding-left: 0px !important;}
.pt0 {  padding-top: 0px !important;}
.pt5 {  padding-top: 5px !important;}
.pt10 {  padding-top: 10px !important;}
.pt20 {  padding-top: 20px !important;}
.pt30 {  padding-top: 30px !important;}
.pt40 {  padding-top: 40px !important;}
.pt50 {  padding-top: 50px !important;}
.pt60 {  padding-top: 60px !important;}
.pb0 {  padding-bottom: 0px !important;}
.pb10 {  padding-bottom: 10px !important;}
.pb20 {  padding-bottom: 20px !important;}
.pb30 {  padding-bottom: 30px !important;}
.pb40 {  padding-bottom: 40px !important;}

.price span {
  color: #fee18a;
  font-weight: bold;
  margin-right: 1em;
}
#kv_img {
  position: relative;
  height: 506px;
}
#kv_img h1 img {
  position: absolute;
  margin-left:-750px;
  left:50%;
}

/*-----------------
○伸縮ボックステンプレート
.bgt{  background: url() center top repeat-y; }
.bgr{  background: url() center top no-repeat;   }
.bgf{    background: url() center bottom no-repeat;}

○リスト内
.inbox{
  width:100%;
  padding:10px;
}
.inbox .ico{
   float:left;
   padding:0 30px 20px 0;
}
.inbox .textArea{
    float:right;
    text-align:left;
}
.inbox .textArea .link{  margin-bottom: 20px;}
.inbox .textArea .price{  line-height:1.8;}
.inbox .textArea .price .member{  color:#e0140f;}
.inbox .textArea .price .normal{  color:#000;}
------------------*/

.inbox{
	width: 100%;
	height: 130px;
	padding-top: 32px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 0;
	overflow: hidden;
}
.inbox .ico{
   float:left;
   padding:0 0 10px;
}
.inbox .textArea{
    float:right;
    text-align:left;
    margin-right: 10px;

}
.inbox .textArea .link{
  margin-bottom: 20px;
}

.inbox .textArea .price{
  line-height:1.8;
  font-weight: bold;
}

.inbox .textArea .price .member{
  color:#fee18a;
  font-weight: bold;
}

.inbox .textArea .price .normal{
  color:#adcd69;
  font-weight: normal;
}

.inbox04{
  width:100%;
  padding:15px 0 20px 20px;
  overflow: hidden;
}
.inbox04 .ico{
   float:left;
   padding:0 0 10px;
}
.inbox04 .textArea{
    float:right;
    text-align:left;
    margin-right: 18px;
}

.inbox04 .textArea .link{
  margin-bottom: 20px;
}

.inbox04 .textArea .price{
  line-height:1.8;
  font-weight: bold;
}

.inbox04 .textArea .price .member{
  color:#cd0202;
  font-weight: bold;
}

.inbox04 .textArea .price .normal{
  color:#fff;
  font-weight: normal;
}

/*-------------------------------
  index
---------------------------------*/



/*#index .att_box{margin-top:-100px;}*/
#index #contents_wrap_in {
  padding-top: 40px;
}

#index #contents_wrap #contents_sub {
    margin-top: -125px;
}

#new {
	width: 863px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background: url(../img/new_bg.png) no-repeat center top;
	height: 195px;
	overflow:hidden;
	padding-top:25px;
	padding-bottom:75px;
	padding-left:30px;
}

#new > .top_img{
  margin-top:-36px;
  margin-bottom: 0px;
}

#new > .bot_img{
  margin-bottom: -14px;
  z-index:500;
  position: relative;
}

#new h2 > img{
  float:left;
  margin-right: 25px;
  margin-left: 40px;
  margin-top:52px;
}

#new h2 a{
  float:left;
  width:635px;
  height:90px;
  display:block;

}

#new h2 a img{
	position: relative;
	margin-right:50px;

}

#new h2 {
  width:850px;
  position: relative;
  overflow:hidden;
}

#new h2 .date {
	width: 180px;
	height:20px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin-right: 0;
	margin-top:32px;
	display: block;
	float: left;
	padding: 10px 8px 7px;
	color: #fff;
}

*+html #new h2 .date {
	height:20px;
}

*+html #new h2 {
  top: -4px;
}

#new .new_content {
  margin:0px;
  z-index:500;
  position:relative;
  padding: 28px 0 0 0;
}
*+html #new .new_content {
  padding: 28px 0 0 0;
}

#new .new_inner {
	width: 610px;
	height:50px;
	float: right;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 25px;
	
}
*+html #new .new_inner {
	margin-top:-5px;
}
#new .new_inner .price{
	clear: both;
	width: 500px;
	margin: 0 53px 0 auto;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
*line-height:1.5em;
	color: #adcd69;
}

#new .new_inner .price span{
  margin-right: 1em;
  font-weight: bold;
}

#yahoo {
	width: 850px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	line-height: 1.8;
}

#yahoo .small {
	padding: 50px 0 0 0;
	font-size: 14px;
	color: #000000;
}

#yahoo .tx {
  font-size: 16px;
  font-weight: bold;
}

/*#yahoo a{
  color:#FFF;
}*/

#yahoo #link02 {
   font-size: 130%;
   font-weight: bold;
   color: #c862de;
}

/*special*/

#special.re_page {
    height: auto;
    margin: 80px auto 0px auto;
    width: 820px;
}
#special {
  width: 989px;
  margin: -30px auto 0;
  position: relative;
  height: 1000px;
}
*+html #special {
  z-index:120;
}

#special h2 {
  margin-bottom: -50px;
}

#special h2 img{
  position: relative;
  z-index: 400;
}

#special ul{
  z-index: 112;
  position: relative;
  width: 892px;
  height:912px;
  margin: 0 auto;
  background:url(../img/special_ul_bg.png) no-repeat center top;
  top:-277px;
}

#special ul li{
  margin-bottom: 30px;
}

#special ul li .top_img {
    margin-top:-5px;
    margin-left: 1px;
}

#special ul li .bot_img {
    margin-bottom:-5px;
    margin-left: 1px;
}

#special h2 span {
  display: block;
  text-align: left; }

#special h2 span img {
  position: relative;
  left:40px;
}

#special .line {
  margin-top:-36px;
}

#special .inner {
  margin:-50px 0;
  padding:5px 0;
  overflow: hidden;
}

#special .ico {
  float: left;
  width: 160px;
  margin-left: 8px;
}

#special .specialBlock {
  float: left;
  width: 580px;
  padding-left: 10px;
}

#special .txt {
  padding-bottom: 20px;
}

#special .bg {
	width: 892px;
	height: 430px;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -21px;
	padding-left:8px;
}

#special .card {
  position: relative;
  top: -277px;
  z-index: 100;
}

#special .tx {
  z-index: 110;
  position: relative;
  text-align:center;
}

#special .price {
	float: left;
	width: 590px;
	text-align: right;
	margin-top: 10px;
	margin-right: -2px;
	font-weight: bold;
}

#special .price p {
  font-weight:bold;
  font-size: 18px;
  line-height: 1.2;
  width: 227px;
  display: inline;
}

#special .list li {
	width: 820px;
	margin: 0 auto 0px auto;
	height: 163px;
	line-height: 0;
	font-size: 1%;
}

 
#special .list li .bgt{	/* [disabled]background: url(../img/special_li_bgt.png) center top no-repeat; */}
#special .list li .bgr{	/* [disabled]background: url(../img/special_li_bgr.png) center top no-repeat;   */}
#special .list li .bgr01{
  background: url(../img/special_li_bgr01.png) center top no-repeat;
}
#special .list li .bgr02{
  background: url(../img/special_li_bgr02.png) center top no-repeat;
}
#special .list li .bgr03{
  background: url(../img/special_li_bgr03.png) center top no-repeat;
}
#special .list li .bgr04{
  background: url(../img/special_li_bgr04.png) center top no-repeat;
}
#special .list li .bgf{	/* [disabled]background: url(../img/special_li_bgf.png) center bottom no-repeat; */}

#special .inbox .textArea {
  margin-right: 55px;
  }
#special .inbox04 .textArea {
  margin-right: 70px;
  padding-top: 20px;}
/*recommend*/
#recommend {
  width: 890px;
  margin: 20px auto 20px auto;
  position: relative;
  height: 740px;
  background: url(../img/recommend_ttl_bg.png) no-repeat top center;
}
*+html #recommend {
  z-index: 100;
}

#index #recommend {
	padding-top: 168px;
}

#recommend .bg {
  position: absolute;
  top: 0;
  right: -91px;
}

#recommend .subttl{
  /*background: url(../img/recommend_sub_bgr.png) repeat-y center top;*/
  margin-bottom: 25px;
  z-index: 500;
  position: relative;
  margin-top:-20px;
}

#recommend .subttl .top_img{
  margin-top:-70px;
}

#recommend .subttl .tx{
  margin-top:-25px;
}

#recommend .subttl .bot_img{
  margin-top:-22px;
  margin-bottom:-10px;
}

#recommend h2 {
	position: relative;
	margin-bottom: 55px;
}
#recommend h2 img {
  position: relative;
  z-index: 100;
}
#recommend h2 img.card {
    bottom: 0px;
    left: 0;
    position: absolute;
	z-index:90;
}
#recommend .recommend_inner {
  position: relative;
  z-index: 500;
  width: 890px;
  margin: 0px auto 0;
}

#recommend .recommend_inner> .bgr > .bgt{
	width: 890px;
	position: relative;
}

#recommend .recommend_inner > .bgr{
	width: 890px;
	position: relative;
	margin-left: 1px;
}

#recommend .recommend_inner> .bgr > .bgt > .bgf{
	width: 890px;
	position: relative;
}
#recommend .recommend_inner .top_img{
  margin-top:-3px;
  position: relative;
}

#recommend .recommend_inner .bot_img {
  margin-top:-100px;
}

#recommend .recommend_inner .price {
	float: right;
	width: 565px;
	text-align: right;
	margin-top: 7px;
	font-weight: bold;
}

#recommend .recommend_inner .price p {
  font-size: 18px;
  font-weight:bold;
  line-height: 1.2;
  width: 227px;
  display: inline;
}

#recommend .recommend_inner .in_top_img{/*IE8*/}
*+html #recommend .recommend_inner .in_top_img{ /*IE7*/}

#recommend .recommend_inner .in_bot_img{
  position:absolute; 
  bottom:-43px;
  right:-4%;
}

#recommend ul {
	width: 890px;
	margin: 0px auto 30px auto;
	position: relative;
	z-index: 3000;
	overflow: hidden;
	padding-bottom: 54px;
	background: url(../img/recommend_ul_bg.png) no-repeat top center;
    height: 615px;
}

#recommend ul.list li {
	width: 789px;
	height:186px;
	text-align: left;
	line-height: 1px;
	font-size: 1px;
	margin: 0 auto;
}
#recommend ul.list li.first {	/* [disabled]border-top: 1px solid #e4be67; */
height:168px;
}

#recommend ul.list li.last {
  padding: 8px 32px 3px 32px;
  border:none;
}

#recommend .ico {
  float: left;
 }
#recommend .ico img {
  width:100%;
  height: auto;
}

#recommend .recommendBlock {
  float: left;
  width: 625px;
  padding-left: 10px;
}

#recommend .txt {
  margin-top:5px;
  margin-bottom: 5px;
}

#recommend .txt a {
  position: relative;
  z-index: 9000;
}

#recommend .price {
  width: 624px;
  text-align: right;
  font-size: 18px;
  line-height: 1;
}

#recommend .ico {
	padding-bottom: 0px;
	margin-left: 8px;
}

#recommend .inbox {
	padding-bottom: 15px;
}

#recommend .inbox .textArea {
	margin-right:50px;
	padding-top:10px;

}

#recommend .deco_img {
  margin-top:-53px;
  z-index:3500;
  position:relative;
  left:50%;
  margin-left:-856.5px;
}

*+html #recommend ul { /*ie7*/
  margin-top: 16px;
  margin-bottom: -16px;
}

*+html #recommend .recommend_inner .top_img { /*ie7*/
    margin-top: -19px;
}

/*free*/
#free {
  width: 890px;
  margin: 0 auto;
  position: relative;
}

#index #free {
  margin-top: 0px;
}

#free .bg {
  position: absolute;
  top: 0;
  right: -91px;
}

#free .subttl{
  background: url(../img/free_sub_bgr.png) repeat-y center top;
  margin-bottom: 25px;
  z-index: 500;
  position: relative;
  margin-top:-20px;
}

#free .subttl .top_img{
  margin-top:-70px;
}

#free .subttl .tx{
  margin-top:-25px;
}

#free .subttl .bot_img{
  margin-top:-22px;
  margin-bottom:-10px;
}

#free h2 {
	position: relative;
	margin-bottom:15px;
}

#free h2 img {
	width:100%;
	z-index:110;
	position:relative;
}

#free .free_inner {
  position: relative;
  z-index: 500;
  width: 888px;
  margin: 0 auto;
}

#free .list li .bgt{}
#free .list li .bgr{}
#free .list li .bgr01{
  background: url(../img/free_bgr01.png) center top repeat-y;
}
#free .list li .bgr02{
  background: url(../img/free_bgr02.png) center top repeat-y;
}

#free .list li .bgf{}

#free .free_inner .top_img{
  margin-top:-3px;
  position: relative;
}

#free .free_inner .bot_img {
  margin-top:-100px;
}

#free .free_inner .price {
  float: left;
  width: 590px;
  text-align: right;
  margin-top: 20px;
}

#free .free_inner .price p {
  font-size: 18px;
  line-height: 1.2;
  width: 227px;
  display: inline;
}

#free .free_inner .in_top_img{/*IE8*/
}

#free .free_inner .in_bot_img{
  position:absolute; 
  bottom:-43px;
  right:-4%;
}

#free ul {
	width: 888px;
	margin: 0px auto 30px auto;
	position: relative;
	z-index: 3000;
	padding-top:30px;
	overflow: hidden;
	padding-bottom: 0px;
	height: 410px;
	background: url(../img/free_ul_bg.png) no-repeat top center;
}

#free ul.list li {
	width: 850px;
	height: 144px;
	text-align: left;
	line-height: 1px;
	font-size: 1px;
	margin-right: 0px;
	margin-left: -1px;
	margin-bottom: 0;
	margin-top: 23px;
}

#free ul.list li.last {
  padding: 8px 32px 3px 32px;?
  border:none;
}

#free .ico img {
  width:100%;
  height: auto;
}
*+html #free .ico img {
  width: auto;
}

#free .freeBlock {
  float: left;
  width: 625px;
  padding-left: 10px;
}

#free .txt {
  margin-top:5px;
  margin-bottom: 5px;
}

#free .txt a {
  position: relative;
  z-index: 9000;
}

#free .price {
  width: 624px;
  text-align: right;
  font-size: 18px;
  line-height: 1;
}

#free .ico {
	margin-top: 0;
	margin-right: 0;
	margin-left: 75px;
	margin-bottom: 0;
}

#free .inbox {
	height: 153px;
	padding:0;
	position: relative;
	z-index: 200;
	display: block;
}

#free .textArea {
  position: relative;
  padding: 15px 50px 0 0;
}

#free img.card {
    left: 0;
    position: absolute;
    top: 0px;
    z-index: 120;
    display: block;
}

/*listmenu*/
#listmenu{
	margin-top:-40px;
}

#listmenu .price span {
  margin-right: 0;
}
#listmenu h3 {
  margin-top:-20px;
  margin-bottom: 0;
  padding-top: 10px;
}

#listmenu #menu_title {
	position: relative;
	margin: 0 auto;
	width: 890px;
	z-index: 1001;
	background-image: url(../img/love_bg.png);
	background-position: 0% -11px;
  }

#listmenu #menu_title .card {
    position: absolute;
    top: 58px;
    z-index: -100;
    display: block;
    left:11.1px;
}

#listmenu #menu_title img {
	margin:0 auto;
}

#listmenu #listmenu_in {
  width: 890px;
  margin: 0px auto 0 auto;
  position: relative;
  z-index: 1000;
  clear:both;
}
#listmenu #listmenu_in h4{
  position: relative;
  z-index: 1;
}

#listmenu #listmenu_in ul {
  position: relative;
  width: 870px;
  padding-top: 10px;
  margin: 0 auto -360px;
  z-index: 3;
}

#listmenu #listmenu_in .innerBox02{
	padding-top: 20px;
	padding-right: 22px;
	padding-left: 19px;
	padding-bottom: 20px;
	background-position: center 87%;	
}
#listmenu #listmenu_in .listmenu_Box {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 54px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 375px;
}

#listmenu #listmenu_in .listmenu_Box > .top_img {
  margin-top:-40px;
  margin-left:-12px;
}

#listmenu #listmenu_in .listmenu_Box > .bot_img {
  margin-top:-50px;
}

#listmenu #listmenu_in > .bot_img {
  margin-top: -30px;
  margin-bottom: -2px;
  margin-left: 0px;
}

/*inner*/
#listmenu li {
  margin-bottom: 13px;
  width: 410px;
}

#listmenu li.last{
  margin-bottom:0;
  }

#listmenu > li
{
   width: 333px;
   padding: 25px;
}

#listmenu .left
{
	padding-bottom:35px;
	width: 430px;
	float: left;
}

#listmenu .right
{
	padding-bottom:35px;
	width:430px;
	background-image: url(../img/list_bgr.png);
  float: right;
}

#listmenu .Block01 {
  margin: 0 auto 5px;
  padding-bottom: 8px;
  text-align: left;
}


#listmenu .Block01 .ico
{
  float: left;
  width: 100px;
  text-align: left;
  height: 100px;
  margin-top: -30px;
  padding-top: 10px;
}

#listmenu .Block01 .ico img 
{
	height: auto;
	margin:10px 0px 10px 20px;
}

#listmenu .Block01 .title
{
	float: right;
	width: 223px;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	word-wrap: break-word;
}

#index #listmenu .text{
  font-size: 14px;
  line-height: 1.4em;
  color: #000000;
  width: 370px;
  padding: 5px 0 10px 13px;
  text-align: left;
}

#listmenu .price{
	text-align: right;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 0;
	color: #181df5;
	font-size: 18px;
	line-height: 1.4em;
	margin: 0 -12px 0 auto;
}

#listmenu .price span {
  font-weight: normal;
  display: inline-block;
}

#listmenu .price .red {
  color: #d91414;
}

#listmenu .price .blue {
  color: #181df5;
}

#listmenu li {
    background:url("../img/list_bgr.png") no-repeat scroll center bottom transparent;
}

#listmenu li .inner {
    background:url("../img/list_bgt.png") no-repeat scroll center top transparent;
    padding-top: 18px;
}
.clearBT{ clear:both; display:block;}



/*love*/
#listmenu #love {
background:url(../img/love_bg.png)
}
#listmenu #love .Block01 .title a {
  color: #C51A2D;
  font-weight: bold;
}

/*meeting*/
#listmenu #meeting {
	background:url(../img/meet_bg.png)
}
#listmenu #meeting .Block01 .title a {
  color: #2e0b54;
  font-weight: bold;
}

/*life*/
#listmenu #life {
	background:url(../img/life_bg.png)
}
#listmenu #life.listmenu_Box {
	padding-top: 54px;
	padding-right: 0;
	padding-left: 0;
	;
}
#listmenu #life .Block01 .title a {
  color: #174c21;
  font-weight: bold;
}

.footer_btn_totop {
  padding:0px;
  margin-bottom: 30px;
}

.footer_btn {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}


#listmenu li.ttl .inner {
  background: none!important;
  margin-bottom:0px;
  margin-top:-20px;
  padding-bottom:0px;
}
#listmenu li.ttl{
  background: none!important;
  margin-bottom:0px;
  margin-top:-20px;
  padding-bottom:0px;
}
#listmenu li.ttl .inner p img {
	position: relative;
}
#meeting li.ttl .inner p img {
	bottom: 4px;
    left: 3px;
}
#life li.ttl .inner p img {
	bottom: 10px;
    right: 5px;
}

#listmenu li .ico {
  width: 85px!important;
}

*+html #index .att_cont .spec > .top_img {
	margin-bottom:-5px;	
}
.flash_text {
	color: #0f0424;
	margin: 0 auto;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 35px;
	padding-bottom: 30px;
	width: 801px;
	height: 35px;
	font-size: 15px;
}

/*-------------------------------------------
  入力ページ
-------------------------------------------*/
#form #contents_wrap_in {
  padding-top: 40px;
}

#form .flash_box {
  margin: 0 auto 20px auto;
}

#form .flash_box .anime_box{
  width:870px;
  min-height:868px;
 padding:0; 
  margin: 0 auto;
}

#form .topBox {
}

#form .ttl_box {
  padding-top: 0px;
  width: 780px;
  margin: 0 auto;
}

#form .ttl_box .ico{
  float:left;
}

#form .ttl_box .text{
  float:right;
  padding-top: 30px;
}

#form #pagetop {
  position: relative;
  z-index: 500;
}

#form .topBox .topBox_top .tx {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto 50px;
    text-align: left;
    width: 710px;
}

#form .topBox .topBox_cont{
  width: 890px;
  background: url(../img/box_inner02_bgr.png) center top repeat-y;
  margin: 0 auto;
  padding:0 0 0 0;
  position: relative;
}

#form .topBox .topBox_cont .bgt {
  margin-top: -5px;
}

*+html #form .topBox .topBox_cont .bgt {
	margin-top:0;	
}

#form .topBox .ttl_box {
	margin-top: -50px;
	height: 164px;
}
*+html #form .topBox .ttl_box {
  margin-top: 0px;
}

#form .topBox .bot_img{
  position:relative;
  z-index: 5000; 
  margin-top:-28px;
  margin-bottom:-30px;
  top: -56px;
}

#form .topBox .topBox_cont > .bgt > .bgf{
  padding-bottom: 40px;
}

#form .middlebox{
	width:684px;
	height:228px;
	margin:0 auto;
	padding-top:47px;
	background: url(../img/middlebox_bg.png) no-repeat center top;
	background-repeat:no-repeat;
}

#form .middlebox .bgt{
}

#form .middlebox .bgf{
}

#form .middlebox.sec {
    background: url("../img/form_middlebox_bgr.png") repeat-y scroll center top transparent;
    padding: 0;
}
#form .middlebox.sec > .bgt {
    margin-top: -26px !important;
}

*+html #form .middlebox.sec > .bgt {
    margin-top: -22px !important;
}

#form #contents_sub .middlebox .tx {
  color:#fff;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 500;
}

#form .middlebox.sec .tx{
  color:#030303;
  font-size: 16px;
}

#form .middlebox .lefttx{
	font-size:15px;
  text-align: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-top:10px;
}

#form .middlebox .tx .red {
  color:#f00000;
}

#form .middlebox .tx a{
	text-decoration: underline;
	color: #FFFFFF;
}
#form .middlebox .tx a:hover{
  text-decoration: none;
    color:#fcf304;
}

#form .middlebox .small {
  font-size:15px;
}

#form .middlebox .link {
  display: inline-block;
  vertical-align: middle;
}

#form .middlebox .link.blue{

  text-decoration: none;

  padding-left:20px;
}

#form .middlebox .link img {
  margin-right: 20px;
}

#form .middlebox.sec .bgf{
  margin-bottom:0px;
  margin-right:0px;
  position: relative;
  z-index: 400;
}
*+html #form .middlebox.sec .bgf{
  margin-top: 20px;
}

#form .listbox.fst,#result .listbox {
  margin-bottom: 40px;
  paddin:0;
}
/*#form .listbox.fst,#result .listbox_blue {
	paddin: 0;
	background-image: url(../img/result_21_bgr.png);
	background-repeat: repeat-y;
	background-position: center 0%;
}*/

#form .listbox > img, #result .listbox > img,#form .listbox h2 img,#result .listbox h2 img {
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}
#form .listbox > img, #result .listbox > img {
  height: 3px;
  margin:0;
  padding:0;
}
#form .listbox ul + img,#result .listbox ul + img{
  font-size: 0;
  line-height:0;
  vertical-align: bottom;
}
#form .listbox h2,#result .listbox h2 {
  font-size: 0;
  line-height: 0;
}
#form .listbox.sec {
  padding:0;
}
#form .listbox.sec .ttl img{
  margin-right: -1px;
}
#form .listbox ul,#result .listbox ul{
	width: 700px;
	margin: 0 auto;
	padding-top: 17px;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 25px; */
}
#form .listbox li,#result .listbox li{
	font-size: 17px;
	background: url(../img/form_listbox_listbg.png) left center no-repeat;
	text-align: left;
	padding: 5px 0 5px 50px;
}
#form .listbox ul,#result .listbox_blue ul{
	width: 680px;
	margin: 0 auto;
	padding: 17px 20px 25px 30px;
}
#form .listbox li,#result .bleu li{
	font-size: 17px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 50px;
	padding-bottom: 5px;
	background-image: url(../img/form_listbox_listbg_blue.png);
}

#form .listbox li span,#result .listbox li span{
	color: #9f6a06;
   border-bottom:1px solid #9f6a06;
   padding:5px 0 5px 0;
   display: inline-block;
}
#form .listbox li span,#result .listbox_blue li span{
	color: #9f6a06;
	border-bottom: 1px solid #9f6a06;
	padding: 5px 0 5px 0;
	min-width: 620px;
	display: inline-block;
}

#form .listbox.sec li{
   background:url(../img/form_listbox_listbg.png) left center no-repeat; }

#form .line {
  margin:20px 0;
}

#form .atte_textBox {
  line-height: 1.7;
//  margin-bottom: 35px;
  margin-top: 15px;
}

#form .atte_textBox h3{
  line-height: 1.7;
  font-size:18px;
  color:#c862de;
  margin-bottom: 10px;
}

#form .atte_textBox p{
  font-size:15px;
  color: #000;
//  margin-bottom: 15px;
}

/*---------------------------------
有料入力ページ
-----------------------------------*/

#form .topBox.freeform{
  margin-bottom: 0;
}

#form .topBox.freeform .topBox_top{
  margin-bottom: 20px;
}

#form .freeTxt {
  margin-top: 10px;
  position: relative;
}

#form .freeTxt .deco{
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left:-446px;
}

#form .freeTxt p{
  text-align: center;
}

#form .freeTxt p .red {
  color:#000;
}

#form .freeTxt .line {
  margin-top: -40px;
}

#form #freeArea {
  margin-bottom: 40px;
}

.att_box h4{
	padding-top:17px;
	font-size: 20px;
	font-weight: bold;
	color: #eee03d;
	text-align: center;
}

.att_box h4.motion{
  font-size:20px;
  font-weight:bold;
  margin:0 auto;
  margin-bottom:20px;
  color:#eee03d;
  width:680px;
  border-bottom: solid 1px #CCC;
  padding-bottom:8px;
  }

.att_box p.motion_txt{
  text-align:left;
  margin:0 auto;
  width:770px;
  padding:20px 0;
  }

.att_box .flash{
	margin-right: auto;
	margin-left: auto;
	color: #333;
	text-align: left;
	background-repeat: repeat-y;
	overflow: hidden;
	width: 830px;
	float: none;
	background-image: url(../img/spec_bgr.png);
	background-position: center top;
  }

.att_box .flash a{
  float:left;
  display:block;
  width:140px;
  padding-top:0px;
  margin-right:20px;
  }

.att_box .flash a img {
  width: 100%;
  height: auto;
}

.att_box .flash p{
	float: left;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 2px;
  }

.att_box .free_att img{
  margin:10px auto;
  }

.att_box .free_att{
  font-weight:normal;
  font-size:18px;
  line-height:1.4;
  color:#000;
  margin-bottom:20px;
  }
  
.att_box .free_att .blue{
  color:#37a7f5;
  }

.att_box a.free_link{
  color:#d4f82b;
}

.spec{
	width: 890px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../img/spec_bgr.png);
}

.spec h4{
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 18px;
	
	padding: 0;
	z-index: 900;
	position: relative;
	line-height: 1.5em;
}

.spec_cont{
	text-align: center;
	padding: 40px 40px 40px 40px;
	text-align: left;
}

.spec_cont.fla {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spec.attention {
  margin-bottom: 40px;
}

.spec .bot_img{
  margin-top: -14px;
}

.spec_cont a{
	color: #fcf304;
}

#index .spec_cont a{
  color:#fb0303;
}

.spec_cont p {
	width: 710px;
	line-height: 1.4;
	font-size: 100%;
}

.spec_cont.premium p {
  text-align: center;
}

.spec_cont p.att{
  font-size:15px;
}

.spec_cont p.red{
  color:#fa0606;
  margin-top:15px;
  }

.spec_cont p.fwb{
  margin-top:0px;
  margin-bottom: 20px;
  font-size:16px;
  }

.spec_cont p.fwb .rb{
	color: #fee18a;
  }

.spec_cont p.fwb .bb{
	color: #adcd69;
}

.spec h4.boxttl{
	margin-bottom: 0px;
	
}
*+html .spec h4.boxttl{
  margin-bottom:-3px;
  line-height:0!important;
}

.att_box .spec.movie .spec_cont .flash a {
  width: 150px;
}

#info_area02.spec_cont {
  padding:10px 0 10px 0;
  position:relative;
  z-index:800;
}

*+html #info_area02.spec_cont {
	margin-bottom:0;
	padding-bottom:0;
}

#index #info_area02.spec_cont {
	padding-top: 45px;
	font-size: 15px;
	background-image: url(../img/spec_bgr.png);
	margin: 0 auto;
	width: 770px;
	background-position: center top;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#info_area02 > .sttl {
  color: #000;
  font-weight: bold;
  line-height: 2;
}

/*---------------------------------
入力ページ 調整
-----------------------------------*/

#form01 {
    /*background: url("../img/bk_star.png") no-repeat scroll center top transparent;*/
    margin-bottom: 50px;
    position: relative;
    /*top: -130px;*/
}

#form01 .topBox {
	margin-top:50px;
}

#form01 .topBox .topBox_cont {
	width: 890px;
	background-image: url(../img/form_topbox_bgr.png);
}
#form01 .topBox .topBox_cont > .bgt {
	    margin-top: -120px;
    position: relative;
    top: -10px;
}

*+html #form01 .topBox .topBox_cont > .bgt{
	margin-top:-4px;	
}

#form01 .topBox .topBox_cont > .bgt > .bgf {
    background: url("../img/form01_topBox_bgf.png") no-repeat scroll center bottom transparent;
    margin-bottom: -20px;
}
#form01 .topBox .topBox_top > .bgr {
}

*+html #form01 .topBox .topBox_top > .bgr {
  padding-top: 1px;
}

#form01  .ttl_box {
	width: 100%;
	height: 137px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/form_tittle_bg.png);
	background-repeat: no-repeat;
}
#form01 .topBox .ttl_box .ico {
	margin-top:20px;
	    margin-left: 45px;
}
#form01 .topBox .ttl_box .text {
    margin-right: 120px;
}

#form01 .deco {
  margin-top: 50px;
}

#form .endinfo {
	height:412px;
//  background:url(../img/end_info_bg.png) no-repeat center top;
  padding:30px 0 30px 0;
}
#form .endinfo h3{
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 17px;
}
#form02 .flash_box .anime_box {
  min-height: 1000px;
}

#form03 {
  margin-bottom: 40px;
}

#form07 .deco {
  margin-top: 50px;
}

/*------------------------------------------
  有料結果
-------------------------------------------*/
.flash_box {
	min-height: 883px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 40px; */
	position: relative;
	background: url(../img/anime_bg.png) no-repeat center top;
	width: 868px;

}

.flash_box .startbtn{
	position: absolute;
	top:740px;
	left:223px;
	display: block;
}

.flash_box .endbtn{
	position: absolute;
	top:740px;
	left:223px;
	display: none;
}

.flash_box .somepaybtn{
	position: absolute;
	top:750px;
	left:22px;
}

.flash_box .paybtn,
.flash_box .member_freebtn{
	position: absolute;
	top:750px;
	left:430px;
}

.flash_box .allfreebtn{
	margin: 0 auto;
    position: absolute;
    top: 734px;
    left: 265px;
}

.flash_box .btnArea {
	display: none;	
}

.flash_box .startbtn a,
.flash_box .endbtn a,
.flash_box .somepaybtn a,
.flash_box .paybtn a{
	outline:none;
}
.flash_box ul{
	list-style: none;
	left:0px;
}
.flash_box ul li{
	width: 169px;
	height: 137px;
	/* opacity: 0;?*/
	position: relative;
}
.flash_box ul li img{
	position: absolute;
}
.flash_box ul li .card1 {
	top: 0;
	left: 0;
}
.flash_box ul li .card2 {
	top: -35px;
    left: -37px;
	display: none;
}
.flash_box ul li .card5 {
	top: 0;
	left: 0;
}
.flash_box ul li .card6 {
	top: -45px;
    left: -47px;
	display: none;
}
.flash_box ul li .card7 {
	top: -55px;
    left: -47px;
	display: none;
}
.flash_box ul li .card8 {
	top: -65px;
    left: -47px;
	display: none;
}
.flash_box ul li .card9 {
	top: -75px;
    left: -47px;
	display: none;
}
#result .topBox{
  margin-bottom: 20px;}

#result .topBox_cont{
	width: 890px;
	background: url(../img/listbox_bgr.png) center 10px repeat-y;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#result .topBox .topBox_cont > .bgt{
  background: url(../img/listbox_bgt.png) no-repeat center top;
}
#result .topBox .topBox_cont > .bgt > .bgf{
  padding: 16px 0;
  background: url(../img/listbox_line_bgf.png) no-repeat center bottom;
}

#result .ttl_box {
  width:890px;
  height:164px;
  margin:0px auto 0px auto;
  background:url(../img/form_tittle_bg.png);
}

#result .ttl_box .ico{
  float:left;
}

#result .ttl_box .text{
	float: right;
	padding-top: 50px;
	margin-right: 50px;
}

#result .ttl_box .text_02{
	float: right;
	padding-top: 33px;
	margin-right: 20px;
}

#result .ttl_box .text_03{
	float: right;
	padding-top: 44px;
    margin-right: 56px;
}

#result .topBox_cont.nobg {
  background: none;
}

#result .topBox_cont .topBox_top {
  padding-top: 0;
  margin-top: 0px; }

#result .topBox .topBox_cont .topBox_top .tx{
	font-size: 17px;
	width: 720px;
	text-align: left;
	width: 650px;
	color: #382302;
	margin: 0 auto;
	line-height: 1.4;
}

#result .flash_box.n1 {
  background:url(../img/cardbox_n1_bg.png) no-repeat center top;
}

#result .topBox > .bot_img {
  margin-top: -87px;
  position: relative;
  z-index: 810;
}

#result .flash {
  margin-bottom: 20px;
}

#result .topBox .topBox_cont.sec {
  width: 925px;
  background: none;
}

#result .topBox_cont.sec .bgt{
  margin-top:-120px;
}

#result .topBox_cont.sec > .bot_img{
  margin-bottom: -40px;
}

#result .att_cont p .yellow{
  color:#eee03d;
  margin-bottom:12px;
  display: inline-block;
}

#result .topBox .inner.red ul li {
  color:#FFF;
  background:url(../img/ico_top_box2.png) left 115% no-repeat;
}

#result .topBox .inner ul li .tx{
  padding:2px 0 2px 0;
  border-bottom:1px solid #6a6767;
  width: 640px;
  display: inline-block;
}

#result .topBox_cont.sec .topBox_top {
  margin-top: -240px!important;
  position: relative;
}

#result .topBox_cont.sec .bgt{
   margin-top: 0px!important;
}

#result .topBox_cont.sec .topBox_top .tx{
  font-size: 17px;
  width: 770px;
  margin:0 auto;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 80px;
}

#result .pay_result_supervisor.sec {
  margin-bottom: 40px;
}

#result .flash_box {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 60px; */
}

#result .flash_box .anime_box {
  width:870px;
  min-height:1000px;
  margin: 0 auto;
  padding:0;}

#result .flash_box .bgt {}
#result .flash_box > .bgt > .bgf {}

#result .title_display_box{
	width: 100%;
	margin-bottom: 15px;
	background: url(../img/title_display_box_bgr.png) repeat-y center top;
	position: relative;
	z-index: 1200;
}

#result .display_box_top{
	background: url(../img/title_display_box_bgt.png) no-repeat center top;
	position: relative;
	z-index: 1200;
	width: auto;
}

#result .display_box_foot{
	background: url(../img/title_display_box_bgf.png) no-repeat center top;
	position: relative;
	width: 890px;
	height: 188px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	top: 0px;
}


 #result .display_box_bot{
	/*background: url(../img/title_display_box_bgf.png) no-repeat center bottom;*/
	/*margin-bottom: -40px;*/
	padding-top: 30px;
	/*padding-right: 0;
	padding-left: 0;
	padding-bottom: 70px;*/
 }

#result .display_box_bot > .ttl {
	background-repeat:repeat-y;
	background-position: center top;
	background-image: url(../img/title_display_ttl_bgt_bgr.png);
	width: 600px;
	text-align: center;
	margin: 70px auto 0px auto;
	/*position: relative;
  padding: 20px 0 32px 0;*/
	height: 252px;
	position: relative;
	z-index: 100;
}

#result .display_box_bot > .ttl .inner{
  /*background: url(../img/title_display_ttl_bgt_bgt.png) no-repeat center top transparent;*/
}
#result .display_box_bot > .ttl .inner_f {
  /*background: url(../img/title_display_ttl_bgt_bgf.png) no-repeat center bottom transparent;*/
  padding-top: 20px;
}

#result .display_box_bot > .ttl .inner p{
  font-size: 27px;
  width: 524px;
  margin: 0px auto 0 auto;
  line-height: 1.25;
  text-align: center;
  position: relative;
  z-index: 1030;
  font-weight: bold;
  color:#4d3409;
  padding-top: 87px;
  padding-bottom:30px;
}

#result .title_display_box .inner_display {
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
}


#result .title_display_box .inner_display .left {
  float:left;
}

#result .title_display_box .inner_display .rightText {
	float: right;
	width: 425px;
}

#result .title_display_box .inner_display .detail {
  padding:0 0 20px 0;
}

#result .title_display_box .inner_display .ttl{
  font-weight: bold;
  font-size: 22px;
  color:#382302;
  margin-bottom: 40px;
}

#result .title_display_box .inner_display .support {
  margin-bottom: 40px;
}

#result .title_display_box .inner_display ul {
  overflow: hidden;
  width: 650px;
  margin:0 auto 40px auto;
}

#result .title_display_box .inner_display ul.double {
  width: 473px;
  margin: 0 auto;
}

#result .title_display_box .inner_display li {
  float:left;
  margin-right: 20px;
  width: 200px;
}

#result .title_display_box .inner_display ul.double li{
  margin-right: 72px;
}

#result .title_display_box .inner_display ul.double li:last-child{
  margin-right: 0;
}

#result .title_display_box .inner_display li img{
  width: 100%;
  height: auto;
}

#result .title_display_box .inner_display li:last-child {
  margin:0!important;
}

#result .title_display_box .inner_display li.last {
  margin:0!important;
}

#result .title_display_box .inner_display .detail {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	padding: 0;
}

#result .title_display_box .brown {
	float: right;
	width: 300px;
	color: #4d3409;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	text-align: left;
}
#result #result52 .title_display_box .brown {
	float: left;
	width: 300px;
	color: #4d3409;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	text-align: left;
	margin-left:6px;
}


#result .title_display_box .download {
	width: 350px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 1.08;
	float: right;
}

#result .title_display_box .download .red{
  color: #ff0000;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
#result .title_display_box .download .bleu{
	color: #1b3273;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 0;
}
#result .title_display_box .download span{
	display: inline-block;
	font-size: 17px;
	color: #4d3409;
	font-weight: bold;
}

#result .title_display_box .qr {
	width: 200px;
	height: 200px;
	background: #e7d6b5;
	margin-top: 0px;
	margin-right: 73px;
	margin-bottom: 0;
	float: right;
}

#result .limited02 {

}
#result .limited {
  background: url(../img/result13_bgr.png) repeat-y center top;
  position: relative;
    z-index: 200;
    height:100%;
}
#result56 {
	z-index: -100;
	position: relative;
}

#result .limited > .bgt{
  background: url(../img/limited_bgt.png) no-repeat center top;
  position: relative;
  /*margin-bottom: -20px;*/
  margin-top: 0;
  overflow:hidden;
}
#result .limited > .bgt > .bgf{
  background: url(../img/limited_bgf.png) no-repeat center bottom;
  padding-bottom: 20px;
}

#result .limited .tx {
	width: 650px;
	margin: 0 auto;
	color: #4d3409;
	font-size: 17px;
	line-height: 1.4;
	text-align: left;
}

#result .card_sec02 .tx .deco{
  position: absolute;
  left:50%;
  top: -50px;
  margin-left:-446px;
}

#result .spec_cont {
  text-align: center;
}

#result .badge {
  margin-top:-40px;
  padding:50px 0 25px 0;
}

#result .recommend_sub {
	/* [disabled]padding-bottom:40px; */
	width: 890px;
	margin: 0 auto 0 auto;  /*background:url(../img/recommend_sub_bgr.png) repeat-y center top;*/
}

#result .recommend_sub .bgt {
  /*background:url(../img/recommend_sub_bg.png) no-repeat center top;*/
}

#result .recommend_sub .bgf {
}

#result .recommend_sub .bgf02{
}

#result .spec .bold {
  font-weight: bold;
  font-size:15px;
  margin-bottom: 15px;
}

#result .spec_cont {
	background: url(../img/result_atte_br.png) repeat-y center top;
	padding: 0;
	font-size: 16px;
	color: #ffffff;
	}

/*#result .premium {
	background: url(../img/result_atte02_br.png) repeat-y center top;
}*/
#result .spec_cont .bgt {
  background:url(../img/result_atte_bt.png) no-repeat center top;
}
#result .spec_cont .bgt .bgf{
  background:url(../img/result_atte_bf.png) no-repeat center bottom;
  padding: 40px 0px;
  overflow: hidden;
}
#result .footer_btn_wrap{
	margin-top: 0px;
}


#result .spec_cont p span.small,
#result .spec_cont p.small {
  font-size: 15px!important;
}

#result .spec_cont a {
  font-size: 15px!important;
}

#result .sep_line {
  margin:-65px auto 140px auto;
}

#result .sep_line02 {
  margin:0 auto 40px auto;
}

#result .atte_textBox {
  line-height: 1.7;
  margin-bottom: 35px;
  background: url(../img/atte_textBox_bg.png) no-repeat top center;
  padding: 35px 0;
}

#result .atte_textBox h3{
  line-height: 1.7;
  font-size:18px;
  color:#fc0404;
  margin-bottom: 10px;
}

#result .atte_textBox p{
  font-size:15px;
  color: #000;
  margin-bottom: 15px;
}

#result .panel_list ul {
  width: 840px;
  margin:0px auto 0;
  padding:20px;
  overflow: hidden;
  position: relative;
}

#result .panel_list ul li{
  float:left;
  width:410px;
  margin-bottom:20px;
  background: url(../img/panel_list_li_bgr.png) repeat-y center top transparent;
}

#result .panel_list ul li.even{
  float:right;
  }

#result .panel_list ul li .list_top{
	padding-top: 15px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/list_bgt.png);
	background-position: center top;
  }

#result .panel_list ul li .list_bot{
	padding-bottom: 14px;
	background-repeat: no-repeat;
	background-position: center bottom no-repeat transparent;
	background-color: transparent;
	background-image: url(url);
  }

#result .panel_list ul li .list_in{
  padding:0;
  width:405px;
  font-size:16px;
  line-height:1.4;
  color:#000033;
  text-align:left;
  }

#result .panel_list ul li .list_in a {
  font-size: 20px;
  font-weight: normal;
  color: #da2034;
}

#result .panel_list ul li .list_ico{
  float:left;
  margin-left:20px;
  margin-top: 30px;
}

#result .panel_list ul li .list_ttl a{
  float:right;
  width:222px;
  padding-top: 20px;
  padding-right: 25px;
  font-weight:bold;
}

#result .panel_list ul li .list_txt{
  padding:10px 4px;
  width:340px;
  }

#result .panel_list ul li .list_pra{
    text-align: right;
    font-size: 18px;
    letter-spacing: -0.04em;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-right: 16px;
    margin-top: -40px;
  }

#result .panel_list ul li .list_pra span{
  font-weight: normal;
  color:#c00000;
}

#result .panel_list ul li .list_pra span.blue{
  color:#181df5;
}

#result .panel_list ul li .list_ttl {
  padding-bottom:10px;
  padding-top:0px;
}

#result .panel_list02 ul {
	width: 840px;
	margin: -50px auto 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
}

#result .panel_list02 ul li{
	float: left;
	width: 413px;
	margin-bottom: 20px;
}

#result .panel_list02 ul li.even{
  float:right;
  }

#result .panel_list02 ul li .list_top{
  padding-top:15px;
  background: url(../img/panel_list_li_bgt02.png) no-repeat center top transparent;
  }

#result .panel_list02 ul li .list_bot{
  padding-bottom:14px;
  background: url(../img/panel_list_li_bgf02.png) center bottom no-repeat transparent  ;
  }

#result .panel_list02 ul li .list_in{
	width:413px;
  padding:0;
  font-size:16px;
  line-height:1.4;
  color:#000033;
  text-align:left;
  background:url(../img/panel_list_li_bgr02.png)
  }

#result .panel_list02 ul li .list_in a {
  font-size: 18px;
  font-weight: normal;
  color: #900;
}

#result .panel_list02 ul li .list_ico{
  float:left;
  margin-left:20px;
  margin-top: 30px;
}

#result .panel_list02 ul li .list_ttl a{
  float:right;
  width:222px;
  padding-top: 20px;
  padding-right: 25px;
  font-weight:bold;
}

#result .panel_list02 ul li .list_txt{
  padding:10px 4px;
  width:340px;
  }

#result .panel_list02 ul li .list_pra{
    text-align: right;
    font-size: 18px;
    letter-spacing: -0.04em;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-right: 16px;
    margin-top: -40px;
  }

#result .panel_list02 ul li .list_pra span{
  color:#c00000;
}

#result .panel_list02 ul li .list_pra span.blue{
  color:#181df5;
}

#result .panel_list02 ul li .list_ttl {
  padding-bottom:10px;
  padding-top:0px;
}

#result .ranking{
  width:925px;
  margin:0px auto 0 auto;
  
  }

#result .ranking .bgf .deco_bgt{
position: relative;
top: -20px;
}

#result .ranking .bgf .deco_bgf{
position: relative;
bottom: -20px;
}

#result .ranking{
  /*background:url(../img/ranking_bg.png) repeat-y center top;*/
  position:relative;
  }

#result .ranking .bgt{
  /*background:url(../img/ranking_bgt.png) no-repeat center top;*/
  position:relative;
  }

#result .ranking .bgf{
  /*background:url(../img/ranking_bgf.png) no-repeat center bottom;*/
  position:relative;
}

#result .ranking .bgf .ranking_cont {
  position: relative;
  margin-top: -387px;
}

#result .ranking .bgf h3{
  margin-top: -40px;
}

#result .ranking_top ul {
  width: 820px;
  margin: 0 auto;
  padding: 15px 0 30px 0;
  overflow: hidden;
}

#result .ranking ul li{
  padding:5px 0;
  float:left;
  width:820px;
  }

#result .ranking ul li .list_left{
  float:left;
  width:65px;
  padding-right:10px;
  padding-left: 60px;
  }

#result .ranking ul li .list_right{
  float:right;
  line-height:1.4;
  padding-top:12px;
  width: 655px;
    text-align: left;
    padding-right: 20px;
	
  }

#result .ranking ul li .list_right a{
	color: #4d3409;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #433218;
	text-decoration: none;
  }

#result .ranking ul li .list_right .pra{
  font-size:18px;
  color:#164ef0;
  padding-top:4px;
  }

#result .ranking ul li .list_right .pra span{
  color:#fc0303;
  }

#result .ranking ul li.last{
  border-bottom:none;
  }

#result .ranking ul li.first{
	border-top: none;
	margin-top: 15px;
}

#result .ranking .bot_img {
  margin-top:-20px;
}

#result .card_sec02 .line {
  margin-bottom: 85px;
}

#result .card_sec02 .tx{
  position: relative;
}

#result .topBox.sec {
  padding-bottom:120px;
  margin-bottom:-166px;
}

#result .topBox.sec.nocircle{
  background:none;
}

#result .topBox .topBox_cont.thir .topBox_top{
  margin-top: -20px;
}

#result .topBox .topBox_cont.thir .deco{
  margin-top: 0px;
}

#result .message {
  margin-top: 40px;
}

#result .message h2 img {
  margin-right: -22px;
}

#result .sep_line {
  margin-bottom: 110px;
}


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

  無料結果

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

#result .line {
  margin: 10px 0 10px 0;
}

*+html #result .line {
  margin-top: -6px;
}

#result .pay_result_supervisor.sec {
  margin-bottom: 0;
}

#result .topBox_cont.sec .topBox_top {
  margin-top: -260px!important;
}

#result .topBox_cont.sec .topBox_top.more {
  margin-top: -20px!important;
}

#result .ttl_staff {
  margin-top: -115px;
}

#result .ranking {
  margin-top: 40px;
}
/*------------------------------------------

  一部無料

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

#result .topBox .topBox_cont .deco01{
  margin-top: 50px;
}

#result .topflash {margin-bottom: 10px;}
#result .ready {margin-top: -30px;}
#result .title_display_box .inner_display .detail {
  position: relative;
}
#result .title_display_box .inner_display .detail .blur  {
  position: relative;
  display: block;
  margin:0 auto;
}
#result .title_display_box .inner_display .detail .moreBtn {
  position: absolute;
  left: 0;
  top: 110px;
}
#result .free02 .inner_display .detail .acceptBtn {
  position: absolute;
  left: 3px;
  top: 25px;
}
#result .free02 .inner_display .brown {margin-bottom: 20px;}
#result .free02 .inner_display .detail {margin-top: 0; margin-bottom: 0px;}

#result .att_box .att_cont .moreBtn {
  display: block;
}
#result .att_box .att_cont .moreBtnAtt {
  margin-bottom: 0;
}

#result .free02_sep_line {
  margin: -20px 0 10px;
}

#result .topBox_cont.sec .topBox_top02 .tx {
  font-size: 17px;
  width: 770px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 80px;
}

#result .topBox_cont.sec .topBox_top02.badge_bg{
  background: url(../img/badge_ttl_back.png) no-repeat center top;
  padding-top: 30px;
}

#result .topBox_cont.sec .topBox_top02.badge_bg .badge{
  margin-left:-25px
}

#result .dummytx_01_wrap .detail{
  margin-bottom: 0!important;
  padding-bottom: 0!important;
   background:url(../img/dummytx_bg.png) center top repeat; }

#result .dummytx_01 {
	background: url("../img/tx_dammy01.png") repeat scroll left top transparent;
	height: 160px;
	margin-top: -39px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	width: 700px;
	position: relative;
}

#result .dummytx_01 .acceptBtn{
  bottom: -35px;
  position: relative;
}

#result .dummytx_02 {
   background:url(../img/dummytx_bg.png) center top repeat;  
   width: 703px;
   margin: 40px 0 0 0;
   padding: 10px 23px;
}

#result .dummytx_02 .detail{
  margin: 0 auto!important;
  padding: 0!important;
  width: 670px;
}

#result .dummytx_03 {
    background: url("../img/tx_dammy03.png") no-repeat scroll center top transparent;
    height: 160px;
    margin: 0 auto 0px;
    padding: 0 0 40px;
    position: relative;
    width: 700px;
}
#result .dummytx_03 .acceptBtn {
	    margin-top: 75px;
}

.about_pay {
	height: 1230px;
	margin-bottom: -210px;
}
.about_pay_ttl {

}
.about_pay_main {
  background: url("../img/about_pay_main_bg.png") no-repeat top center;
  height:870px;
}


/*------------------------------------------
  結果 調整
-------------------------------------------*/
.spread{
	position: relative;
	width: 720px;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 20px; */
	background: url(../img/spread_bg.png) no-repeat top center;
	padding: 150px 70px 30px;
	text-align: left;
}

.spread li{ float:left; margin-right:5px; margin-bottom:25px;}


#result .ttl_box .in {
  width:810px ;
  margin: 0 auto;
}

#result .limited.sec {
  margin-bottom: 20px;
}

#result08 .topBox {
  margin-bottom: 0;
}
#result08 .card_sec02{
  margin-bottom:-40px;
  height: 327px;
}

#result08 .line {
  margin-bottom: 0;
}

#result17 .ttl_box .text {
	padding-top: 50px;
}

#result21 .recommended {
}

#result49 {
  margin-top: 75px;
}

#result58 .ttl_box,#result17 .ttl_box {
  /*padding-top: 40px;*/
}

#result58 .topBox {
  margin-top: -74px;
  padding-top: 40px;
}

#result16 .sep_line {
  margin: 0;
}

#result17 .topBox {
  margin-bottom: -150px!important;
}

#result20　{
  margin-bottom: 20px;
}

#result20　.spec_cont .bgf{
  padding-bottom: 20px;
}

#result01 .ttl_box .ico,
#result08 .ttl_box .ico,
#result21 .ttl_box .ico {
  margin-left: 20px;
}
#result21 .ttl_box .ico02 {
    margin-left: 50px;
    float: left;
    margin-top: 10px;
}

#result21 .ttl_box {
	/* [disabled]margin-bottom: 20px; */
	width: 890px;
	padding-bottom:15px;
}

#result24 .spec_cont {
  background:url(../img/result_atte02_br.png) no-repeat top center;
  text-align:center;
  color:#0f0424;
  padding: 35px 40px 25px 40px;
  text-align: left;
}
#result55 .spec_cont {
	background: url(../img/form_atte_prem_sttl_bgr.png) no-repeat repeat top center;
	text-align: center;
	color: #0f0424;
	text-align: left;
}
#result24 .spec h4.boxttl,
#result55 .spec h4.boxttl {
  position: relative;
  margin-bottom: -28px;
}
#result24 .spec_cont p,
#result55 .spec_cont p {width:auto;}
#result24 .spec_cont a,
#result55 .spec_cont a {
	color: #FFFFFF;
}


#result27 {
  margin-top: 0;
}
#result27 .ttl_box .text  {
	padding-top: 50px;
}

#result58 .ttl_box .text  {
	padding-top: 50px;
}

#result36 .recommended {
  margin-bottom: 35px;
}

#result50 .detail {
  background: none!important;
}

#result51 .attention {
  font-size: 16px;
  color: #F00;
  text-decoration: underline;
}

#result .display_box_bot > .ttl .inner span{
  font-size: 130%;
}

#result55 .topBox_cont{
  padding-bottom: 0;
}
#result55{
  margin-bottom: 20px;
}

#result55 .spec_cont{
  text-align:center;
}

#result56 .ttl_box .text {
  padding-top: 52px;
}
#result57{
  padding-top: 50px;
  margin-bottom: 20px;
}

#result57 .ttl_box {
    background: url(../img/ttl_box_bg.png) no-repeat center center;
}

#result56 .topBox_cont{
  padding-bottom: 0;
}

#result58 .topBox_cont {
  padding-bottom: 0;
}

#result58 .topBox.sec {
  margin-bottom: -105px;
}
#result59 {
  1margin-top: -80px;

}

#result05 .title_display_box .inner_display .detail,
#result09 .title_display_box .inner_display .detail,
#result06 .title_display_box .inner_display .detail,
#result07 .title_display_box .inner_display .detail,
#result49 .title_display_box .inner_display .detail,
#result51 .title_display_box .inner_display .detail,
#result52 .title_display_box .inner_display .detail
 {
	width: 350px;
	background: url(../img/dummytx_bg.png) center top repeat;
	font-size: 17px;
	line-height: 1.3;
}

#result05 .title_display_box .inner_display .detail{
	margin-right:97px;
}




/*--------------------------------------------
  introduction
---------------------------------------------*/


#introduction #contents_wrap_in {
}
#introduction #contents_wrap #contents_sub {
  margin-top: -176px;
}

#introduction .profContIn_bgr .profcard {
  overflow: hidden;
  width: 720px;
  margin:0 auto ;
}

#introduction .profContIn_bgr .profcard li{
  float: left;
  margin: 0 20px 20px 0;
}

#introduction .profContIn_bgr .profcard li.eq4{
  margin-right: 0;
}

/*プロフィールエリア*/
#introduction #profile {
  text-align: left;
  width: 890px;
  margin: 0 auto;
  position: relative;
  z-index: 110;
}

#introduction .bgt,
#introduction .bgb {display: block;}
#introduction #profile .bgt,
#introduction #profile .bgb,
#introduction .profContIn {
  margin: 0 auto;
}

#introduction .profContIn {
	padding: 0;
	width: 850px;
}

*+html #introduction .profContIn {
  top: 370px;
}
#introduction #profile .bgr {
	background-image: url(../img/profile_bgr.png);
	background-repeat: repeat-y;
}
#introduction #profile .bgt {
	margin-bottom: 0;
	position: relative;
	z-index: 1020;
	background-image: url(../img/profile_bgt.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px top;
}
#introduction .profContIn .bgf {
	background:url(../img/profile_bgf.png)
	background-repeat: no-repeat;
	background-position: center bottom;
}

#introduction #profile .bgb{
   margin-top: -31px;
}

#introduction #profImg {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
}

#introduction #profImg h3 {
	background-image: url(../img/profile_bgr.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#introduction .profContIn_bgr {
  background: url(../img/profile_bgr.png) repeat-y center top;
}
#introduction .profContIn .sent {
	padding: 20px 65px 20px 65px;
	margin: 0 0 0px 0;
	font-size: 18px;
	line-height: 1.17;
	color: #ffffff;
}
#introduction .profContIn .sent img {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#introduction .profContIn .sent p {
	margin-bottom: 1.3em;
	font-size: 20px;
	width: auto;
	color: #4d3409;
	line-height: 1.8;
 font-family: "游明朝体", "Yu Mincho", YuMincho, serif;	}
#introduction .profContIn .sent em {color:#fff;}
#introduction .profContIn .sent .red{}
#introduction .profContIn .sent ul li {
  color:#fff;
  font-size: 18px;
  font-weight: normal;
  list-style-type: disc;
  list-style-position: inside;
}

#introduction .profContIn .sent ul.line li {
  text-decoration: underline;
}

#introduction .profContIn .sent ul {
  margin-bottom: 20px;
}
#introduction .profContIn .sent .red {
  margin-bottom: .5em;
}

#introduction .profContIn .sent .ttl {
  font-weight: bold;
  margin-bottom: 0px;
}
#introduction .profContIn .sent p a{
  display: block;
  color: #fff;
  line-height: 1.5;
}

/*タロットについて　全体・共通*/
#introduction #tarotAbt {
  width: 890px;
  margin: 25px auto 0px;
  padding-top: 0px;}

#introduction #tarotAbt .lead img{
  position: relative;
}

#introduction #tarotAbt .lead .listtarot {
	margin-top:20px;}

#introduction #tarotAbt .lead .headtx {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	font-size: 18px;
	width: 680px;
	z-index: 900;
	padding-top: 60px;
	color:#4D3409;
}

#introduction #tarotAbt .bgt {
  position: relative;
  z-index: 3;
  padding-top: 120px;}

#introduction #tarotAbt .bgb{
  margin:0 auto;
  margin-top: -50px;
  position: relative;
  z-index: 1500;
  top: -20px;
}

#introduction #tarotAbt .lead {
  position: relative;
}

#introduction #tarotAbt .lead p {
	margin: 0 auto ;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}
#introduction #tarotAbt .arcanaBox {
  position: relative;
  z-index: 1000;
  width: 852px;
  margin: 30px auto 74px auto;
}

#introduction #tarotAbt .arcanaBox .ttl {
  margin-bottom: 30px;
}

#introduction #tarotAbt .arcanaBox h4 {
  position: absolute;
  z-index: 10;
  width: 258px;
  height: 192px;
  left: 50%;
  top: 25px;
  margin-left: -129px;
}

#introduction #tarotAbt .arcanaBox .bgt{
  background: url(../img/card0102_bgt.png) no-repeat center top;
  padding-top: 35px;
}

#introduction #tarotAbt .arcanaBox .bgf{
  background: url(../img/card0102_bgf.png) no-repeat center bottom;
}

#introduction #tarotAbt .arcanaBox .bgb {
  position: relative;
  top: -65px;
  margin: 0 auto;
}
#introduction .arcanaBox li {
  float: left; 
  text-align: center;
  padding: 0 4px;}
#introduction .arcanaBox li .arcanaCard{
  position: relative; 
  z-index: 3;
  margin:0 auto;}
#introduction .arcanaBox li .cardTx{
	width: 208px;
	height: 80px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center 8px;
	background-image: url(../img/card_ttl_bg.png);
}
#introduction .arcanaBox li .cardTx p{
	top: 22px;
	position: relative;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
#introduction .arcanaBox li .cardTx02{
  width:164px;
  height: 64px;
  /*margin-top: -35px;*/
  background: url(../img/card_ttl_bg02.png) no-repeat center;
}
#introduction .arcanaBox li .cardTx02 p{
	top: 16px;
	position: relative; 
	font-size: 18px;
  text-align: center;
}
#introduction .arcanaBox li .cardTx03{
  width:164px;
  height: 64px;
  /*margin-top: -35px;*/
  background: url(../img/card_ttl_bg03.png) no-repeat center;
}
#introduction .arcanaBox li .cardTx03 p{
	top: 16px;
	position: relative; 
	font-size: 18px;
  text-align: center;
}
#introduction .arcanaBox li .cardTx04{
  width:164px;
  height: 64px;
  /*margin-top: -35px;*/
  background: url(../img/card_ttl_bg04.png) no-repeat center;
}
#introduction .arcanaBox li .cardTx04 p{
	top: 16px;
	position: relative; 
	font-size: 18px;
  text-align: center;
}
#introduction .arcanaBox li .cardTx05{
  width:164px;
  height: 64px;
  /*margin-top: -35px;*/
  background: url(../img/card_ttl_bg05.png) no-repeat center;
}
#introduction .arcanaBox li .cardTx05 p{
	top: 16px;
	position: relative; 
	font-size: 18px;
  text-align: center;
}

#introduction .arcanaBox li .figcap {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.profContIn em {
  font-size: 18px;
  display: block;
  text-indent: 1em;
  font-weight: bold;
}

#introduction #tarotAbt .arcanaBox .arcanaIn:first-child {
  padding-top: 10px;
}

#introduction #tarotAbt .arcanaBox .arcanaIn.lastArcanaIn{
  padding-bottom: 0px;
}

#introduction #tarotAbt .author {
  position: relative;
  z-index: 1600;
  padding-top: 30px;
  font-size: 20px;
}

#introduction #arcana01 li{
  width: 205px;
  /*margin-bottom: 40px; */
}
#introduction #arcana02 li{
  width: 164px;
}

#introduction #arcana02 .lastArcanaIn{
  width: 596px;
  margin: 0  auto 20px auto;
}

#introduction #arcana02 li {
  width: 164px;
  padding: 0 3px;
  /*margin-bottom: 20px; */
}

#introduction #arcana02 .ttl {
  margin-bottom: 30px;
}

#introduction #tarotAbt #arcana01 .lastArcanaIn li {
  margin-bottom: 0;
}
#introduction #tarotAbt #arcana01 .lastArcanaIn li:first-child {
  padding-left: 218px;
}

#introduction #arcana01 li .figcap {
  width: 150px;
}

/*スプレッド*/
#introduction #spread {
  width: 890px;
  margin: 0 auto -30px;
  padding: 0;
  /*top: -145px;*/
  z-index: 3;
}

#introduction #spread .lead {
  position: relative;
  margin-top:20px;
}

#introduction #spread .lead h3 {
}

#introduction #spread .lead p {
	width: 710px;
	margin: 10px auto 0;
	text-align: left;
	line-height:1.5;
	font-size:18px;
	color:#4d3409;
}

#introduction #spread .spreadIn,
#introduction #spread .bgb
 {
   width: 890px;
  margin: 0 auto;
}

#introduction #spread .spreadIn ul {
  position: relative;
  z-index: 600;
}

#introduction #spread .bgb {
  margin-top: -50px;
  bottom:-110px;
  left: 50%;
  margin-left:-428px;
  z-index: 400;
  position: absolute;
}

#spread .bgb {
  position: relative;
  z-index: 3;
  margin-top: -100px!important;
}

#spread .bgt {
  position: relative;
  z-index: 3;
  padding-bottom: 0;
  margin:0 auto -78px;
}

#introduction #spread .spreadIn {
   position: relative;
}
#introduction #spread .spreadIn #spread01{
  width: 890px;
  margin: 0 auto 0;
  padding-top: 40px;
  padding-bottom: 0px;
}

#introduction #spread h5 {
  margin-bottom: 10px;
}
#introduction #spread .figcap {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}

#introduction #spread .spreadIn li .figure{
  margin:0 auto;
}

#result .title_display_box p.detail {
	width: 257px;
	margin: 0px auto 0;
	padding: 20px 0 40px;
	color: #4d3409;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	float: right;
}
*+html #result .title_display_box p.detail {
  margin: 0px auto -20px;
}
#result07 .title_display_box .inner_display {
	background: none;
	padding: 0;
	overflow: hidden;
}
#result07 .title_display_box .inner_display .rightText {
  width: 425px
}
#result08 {
  position: relative;
  z-index:110;
}
#result13 {
	position: relative;
	z-index: 100;
}
#result .limited .ttl_box .in {
	width: auto;
	margin-bottom: 40px;
}
#result .ttl_box .in02 {
	width: auto;
	height: 185px;
}
#result .limited .ttl_box .text {float:left;}
#result .limited .flash_box .anime_box,
#result23 .flash_box .anime_box,
#form02 .flash_box .anime_box {background: url("../img/flashbox_bg.png") no-repeat scroll center center;}
#result21 .topBox {
	position: relative;
}
#result21 .topBox .topBox_cont {
  background:url(../img/result13_bgr.png) repeat-y center top;
}
#result21 .topBox .topBox_cont .bgt {
  background:url(../img/listbox02_bgt.png) no-repeat center top;
}
#result21 .topBox .topBox_cont .bgt .bgf {
  background:url(../img/listbox02_bgf.png) no-repeat center bottom;
  padding: 25px 0 5px;
}
*+html #result21 .topBox .topBox_cont .bgt .bgf {
  padding: 1px 0 1px;
}
#result21 .topBox .topBox_cont .topBox_top .tx {color:#4d3409;}
#result49 .display_box_top {
    margin-top: 0px;
}
#result49 .title_display_box {padding-top: 0;}
#result51 .title_display_box .inner_display {}
#result51 .free02 .inner_display .brown {margin-bottom: 5px;}
#result51 .red {
  font-size: 16px;
  color:#b61d1a;
  line-height: 1.5;
  margin-bottom: 0;
}
/*#result59 + .limited {
	background: url("../img/limited02_bgr.png") repeat-y scroll center top transparent;
	margin-top: -56px;
}
#result59 + .limited > .bgt {
  background: none;
}
#result59 + .limited .tx {
  font-size: 16px;
  color: #000;
}*/
#result25 .panel_list ul {
  margin-top: -40px;
  margin-bottom: 10px;
}
#result25 .panel_list ul li {
	padding-bottom:35px;
	
	background-image: url(../img/list_bgr.png);
  float: right;
}#listmenu .right {
	
	
}
#result30 .panel_list ul {
    margin-top: -50px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
#result30 + .footer_btn_wrap .footer_btn {
    padding-top: 0;
}
#result30 .panel_list ul li {
  -webkit-box-shadow: 0 0 20px purple;
          box-shadow: 0 0 20px purple;
}

#pankuzu {
	width: 820px;
	margin: 45px auto -28px auto;
	color: #cc9900;
	z-index: 100000;
	text-align: left;
}

#introduction #pankuzu {
	position: relative;
	top: 95px;
	left: 0;
}

#form #pankuzu {
	position: relative;
	top: -87px;
	left: 0;
}

#result #pankuzu {
	position: relative;
	top: -43px;
	left: 0;
}

#pankuzu a {
	color: #cc00cc;
}

.stw_recommend {
	width: 800px;
	margin: 20px auto;
	background-color: #000000;
	padding-bottom: 20px;
}

.stw_recommend ul {
	width: 760px;
	margin: 0 auto;
}

.stw_recommend ul li {
	margin-top: 20px;
	border: 1px #ffff99 solid;
	padding: 20px 15px 20px 10px;
	display: table;
}

.stw_recommend ul li .left {
	width: 180px;
	padding-left: 10px !important;
	display: table-cell;
}

.stw_recommend ul li .right {
	width: 560px;
	float: none !important;
	padding-left: 10px !important;
	padding-right: 0px !important;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.stw_recommend a {
	text-decoration: none;
}

.stw_recommend ul li .right .site_name {
	color: #FFFF99;
	font-size: 15px;
	font-weight: bold;
}

.stw_recommend ul li .right .menu_name {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: underline;
	line-height: 1.5;
}

.stw_header {
	width: 100%;
	margin: 0 auto;
	background-color: #09055a;
	padding: 10px 0;
	font-size: 14px;
}

.stw_header .table {
	width: 970px;
	margin: 0 auto;
	display: table;
}

.stw_header .table .left {
	width: 700px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.stw_header .table .left img {
	width: 35px;
	vertical-align: middle;
}

.stw_header .table .left a {
	color: #FFC000;
}

.stw_header .table .right {
	width: 270px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.stw_header .table .right a {
	color: #FFC000;
}


.stw_bookmark{
	margin: 0 auto;
}

.stw_bookmark_end {
	margin: 0 auto;
	display: none;
}

.stw_bookmark .text, .stw_bookmark_end .text {
	margin: 15px auto 25px auto;
	font-size: 17px;
	color: #cc9900;
}

/*---------------------------------------
  IE7 対応
---------------------------------------*/

*+html #index #contents_wrap #contents_sub {
    margin-top: -174px;
}
*+html #new > .top_img {
  margin-top: -26px;
}

*+html #new > .bot_img {
  margin-top: -12px;
}

*+html .footer_btn {
}
*+html #listmenu .text{

  padding: 40px 0 10px 13px;

}

*+html .clearBT{ clear:both; display:block;}
*+html #recommend .ico img {
	width: auto;
	position: relative;
	/* [disabled]bottom: 15px; */
}

*+html #free ul { /*ie7*/
  margin-top: 0px;
  margin-bottom: 30px;
}
*+html #free ul.list li {

	height: 130px;
	margin-right: 0px;
	margin-left: -30px;
	margin-bottom: 0;
	margin-top: 50px;
}


	

*+html #form .line.a {
  margin-top: -45px;
}

*+html #form .topBox .bot_img{ /*IE7*/
  margin-top: -35px;
}

*+html #form .topBox .ttl_box {
  margin-top: 0;
}

*+html #form03 {
  margin-bottom: 40px;
}

*+html #form .topBox_cont .topBox_top {/*ie7*/
  margin-top:4px;
}

*+html #listmenu {
  /*margin-top: -208px;*/
}

*+html .spec > .bot_img{/*ie7*/
  margin-top: -30px;
}

*+html #result .spec > .bot_img {
 margin-top: -40px;}

*+html .spec > .bot_img.a{/*ie7*/
  margin-top: -27px!important;
}

*+html #form .spec > .bot_img.a{/*ie7*/
  margin-top: -25px;
}

*+html #result .spec_cont{ /*ie7*/
  margin-bottom: 0px;
  padding-bottom:0px;
}

*+html #info_area02.spec_cont {

}

*+html #result .topBox > .bot_img { /*IE7*/
  margin-top: -99px;
}

*+html #result .title_display_box .inner_display ul {
  width: 660px;
}

*+html #result .badge { /*ie7*/
  padding:50px 0 40px 0;
}

*+html #result .title_display_box .inner_display ul.double li.last {
  margin:0;
}

*+html #result08 .ttl_box .text {
  padding-top: 28px;
}

*+html #result .sep_line02 {
  margin:0px auto 40px auto;
}

*+html #result .topBox_cont.sec .topBox_top02{
  margin-bottom: -60px;
}

*+html .topBox_cont.clearfix.nobg.sec {
  padding-bottom: 0!important;
}

*+html #result .listbox {
  margin-bottom: 40px;
}

*+html #introduction #tarotAbt .bgb {
  top: -50px;
}

*+html #index #contents_wrap_in {
  padding-top: 90px;
}

*+html #recommend .price {
  line-height:1.2;
  padding-bottom:10px;
}

*+html #form05 .spec > .bot_img{
  margin-top: -35px;
}

*+html #form10 .spec > .bot_img{
  margin-top: -35px;
}
*+html #form .listbox h2,*+html #result .listbox h2 {
  position: relative;
  margin-top: -16px;
  margin-bottom: 0px;
}

*+html #result56 .sec.topBox_cont .topBox_top02 {
  margin-bottom: -10px!important;
}

*+html #result36 .spec > .a.bot_img {
  margin-top:-41px!important;
}

*+html #introduction #contents_wrap_in {
  margin-top: 40px;
}

*+html #introduction .arcanaBox li .cardTx {
  margin:0px auto;
}

*+html #listmenu #life.listmenu_Box {
    padding: 54px 0 430px;
    
#form .middlebox.sec > .bgt {
  margin-top: -40px !important;
  position: relative; }
#result01 {
	margin-bottom: -84px;
	position: relative;
	top: -84px;
}
*+html #result01 {
	top: -300px;
}
#result01 .topBox {
  padding-top: 84px;
}


.card_title {
  background: url("../img/res_inner_display_line.png") no-repeat center bottom;
}
:root .card_title,:root .card_txt {
  *filter:none !important;
  filter:none !important\9;
  filter:none !important\0/;
  filter:none !important;
}
*+html .card_title,*+html .card_txt {
  filter:none !important;
}
*:first-child+html .card_titl {
  filter:none;
}
*:first-child+html .card_txt {
  filter:none}

/*リスト調整*/

.bot{
	padding:0;
	margin:0;
}
.bot img {margin:0; vertical-align:bottom;}
#result .listbox .top .ttl {
	margin-top:0;
}

*+html #form .spec .bot_img{
	position:relative;
	top: -18px;
}

*+html .spec.movie .bot_img {
		
}

/*151127追記*/
*+html #listmenu .right {
	padding-bottom:35px;
}

*+html #new .new_inner .price {
	margin-right: 20px;
}
*+html #new .new_inner .price {
	margin-top:30px;
}
#profImg h2 img {
	width:100%;
}

