
/*==============================================
慢検(ショップ鴨泡)
-----------------------------------------
＝#Aバター背景ショップ
＝蹼Oペイメント
==============================================
アバターショップ
-----------------------------------------
＝/茅ゴールド・ポイント

==============================================*/


/*==============================================
＝#Aバター背景ショップ
==============================================*/
.FontColor_red{
	color: #ff0000;
}
.fwN{
	font-weight: normal !important;
}
p.nopd_tb{ padding: 0 6px !important; }
.Txt_Aside{
	color: #555555;
	font-size: .7em;
}
.w12e{ min-width: 12em !important; }
.border_basic{
	border-bottom:solid 1px #dddddd;
	padding: 10px 8px;
}
.Item_list .item_name{
	padding: 0 0 8px 0 !important;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.15 !important;
}
.btn_basic{
	display: inline-block;
	padding: 10px 8px;
	min-width: 100px;
	color: #1793C1;
	font-size: .95em;
	font-weight: bold;
	/*background-color: #e9e9e9;*/
	background-image: -moz-linear-gradient(top, 
		#ffffff 0, 
		#e9e9e9 50%,
		#e9e9e9 100%);
	background-image: -o-linear-gradient(top, 
		#ffffff 0, 
		#e9e9e9 50%,
		#e9e9e9 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0   , #ffffff),
		color-stop(0.5 , #e9e9e9),
		color-stop(1   , #e9e9e9)
		);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
	-moz-box-shadow: 1px 1px 2px 0 #999999;
	-webkit-box-shadow: 1px 1px 2px 0 #999999;
	-o-box-shadow: 1px 1px 2px 0 #999999;
	-ms-box-shadow: 1px 1px 2px 0 #999999;
    box-shadow: 1px 1px 2px 0 #999999;
	border: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/*==============================================
＝蹼Oペイメント
==============================================*/
.block{
	margin-bottom :10px !important;
}
.block .Common_Title_Sec{
	margin-bottom:6px;
}
.block:last-child{
	margin-bottom :0 !important;
}
.block > div[class^="bl_"]{
	margin :0 10px !important;
}

table.generic th{
	text-align:left;
	font-weight:normal;
	padding-right:1em;
}

#body{
	background-color:#D0F3FF;
}
#body .Common_Btn{
	padding-bottom:12px;
}
 .amount{
   font-size: 1.3em;
 }
 .navigate{
   padding : 5px;
   font-size: 0.95em !important;
   font-weight:bold;
   }

.paymentMain{
    padding:0 5px;
}
    /*payment detail form*/
  .paymentOptions{
    margin:0 auto 8px;
    font-weight:bold;
    /*width: 95%;*/
    background-color: white;
    border: solid 1px rgb(217,217,217);
    -webkit-border-radius: 8px;   
    }
    .paymentOptions > li{
        list-style-type: none;  
        border-top: solid 1px rgb(217,217,217);
        padding-top:10px;     
        padding-right:10px;    
        padding-bottom:14px;   /* Indent the cell content 14 pixels from the bottom edge of a cell */
        padding-left:10px;
      }
      .paymentOptions > li:first-child{
        border-top-style:none;
      }
    .paymentMain input[type="number"]{
        font-size:1.0em;
    }
 /* .paymentMain input[type="submit"]{
    font-size:1.2em;
  }
  */
  .paymentMain select{
    font-size:1.05em;
  }
    .paymentMain .guide{
        padding:10px 0px;
    }
    .paymentMain .note{
        padding:3px 0 0;
        font-size:0.8em;
        font-weight:normal;
    }
  #creditMethod li{
    display:inline-block;
    padding:12px;
    line-height:1.8;
    vertical-align:middle;
  }
  #creditMethod input[type="radio"]{
    padding:10px;
    margin:-10px;
    margin-right:0px;
  }
    #ptList{
        
      }
      #ptList a{
        display:block;
            font-size:1.3em;
            padding:5px;
      }
    .backBtn{
        /*float:right;*/
        margin-left:30px;
    display: inline-block;
    padding: 2px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b9f3b9), color-stop(0.5, #4de04f), color-stop(0.5, #00d403), color-stop(1, #009202));*/
    border-top-color: #2f363e;
    border-left-color: #435a79;
    border-right-color: #435a79;
    border-bottom-color: #385074;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #fff;
    font-size: 0.85em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);       
    }

  .control li{
    list-style-type:none;
        list-style-position:outside;
  }
    .control a ,
    .control input[type="submit"] {
            display:block;
                text-decoration:none;
                width:90%;
                font-size:1.1em;
                font-weight:bold;
                text-align:center;
          margin: 0 auto;
          padding: 10px 10px;
          -webkit-appearance: none;
          -webkit-border-radius: 8px;
          -webkit-box-shadow: 1px 1px 1px #222;
                -webkit-box-sizing:content-box;
        color: #404040;
        text-shadow: 1px 2px 3px #A0A0A0;
        border: 1px #C0C0C0 solid;
        background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E0E0E0));
    }
  .control .forward{
    color: #FFF !important;
    text-shadow: 1px 2px 3px #C45C00 !important;
    border: 1px #F27300 solid !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)) !important;
  }
  .control .backward{
  }
  .control .cancel{
    
  }
.payeasy_explanation{
    padding-left: 15px;
}
#GP_msg li
{
  color:red;
  padding-top:3px;
  padding-bottom:3px;
}

.errorPage .navigate{
  
}
.errorPage #GP_msg li{
  font-size:1.1em;
  padding: 10px;
  background-color:#FFFFFF;
  
}

.paymentOptions .allocated_numbers{
    -webkit-border-radius: 8px;
    border:solid 1px #cccccc;
    padding:3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E0E0E0));
    margin-top:10px;
}
.paymentOptions .allocated_numbers dt{
  padding:2px;
}
.paymentOptions .allocated_numbers dd{
  padding:2px;
  padding-left:1em;
  font-size:1.8em;
}

.paymentOptions ol
{
  list-style-position:inside;
}
.paymentOptions ol li
{
  padding:3px;
}

.paymentOptions li > strong{
	display:block;
	margin-bottom:6px;
}


/*==============================================
＝#Aバターショップ
==============================================*/

/*==============================================
＝/茅ゴールド
==============================================*/
.Gold_Box{
	height: 60px;
	margin:8px;
	padding:6px;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-ms-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
}
.Gold_Box .inner{
	display: table;
	width: 100%;
}
.Gold_Box .gold,
.Gold_Box .btn{
	display: table-cell;
	vertical-align: middle;
}
.Gold_Box .btn_absolute{
	float: right;
	width: 20%;
	min-width: 90px;
}

/*==============================================
秘#鴻Oイン桙冒ox
==============================================*/
.Log_In_Box{
	position:relative;
	margin:8px;
	padding:6px;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-ms-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	text-align:center;
}
/*==============================================
ボタン色澄2・
	サイトメインカラー
	レース髄穫
==============================================*/
/*--サイトメインカラー*/
.Btn_Type_Umasta li span.Btn,
ul li.Btn_Type_Umasta span.Btn{
	color:#471c03;
	text-shadow:1px 1px 1px #fff;
	border-top:3px solid #583907;
	border-left:3px solid #583907;
	border-bottom:3px solid #583907;
	border-right:3px solid #583907;
	background-image: -moz-linear-gradient(top, 
							#fcfd00, 
							#f3a000);
	background-image: -o-linear-gradient(top, 
							#fcfd00, 
							#f3a000);
	background-image: -webkit-gradient(linear,left top,left bottom,
		from(#fcfd00),
		to(#f3a000)
		);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfd00', EndColorStr='#f3a000')";
	-moz-box-shadow:		0px 0px 1px 1px #fff inset,
											0px 0px 20px #da9100 inset;
	-webkit-box-shadow:	0px 0px 1px 1px #fff inset,
											0px 0px 20px #da9100 inset;
	-o-box-shadow:			0px 0px 1px 1px #fff inset,
											0px 0px 20px #da9100 inset;
	box-shadow:					0px 0px 1px 1px #fff inset,
											0px 0px 20px #da9100 inset;
}
/*----サイトメインカラーｖ、クティブ・/
.Btn_Type_Umasta li .Menu_Active span.Btn,
ul li.Btn_Type_Umasta .Menu_Active span.Btn{
	font-weight:bold;
	color:#471c03;
	text-shadow:1px 1px 1px #fff;
	border-top:3px solid #583907;
	border-left:3px solid #583907;
	border-bottom:3px solid #583907;
	border-right:3px solid #583907;
	background-image: -moz-linear-gradient(top, 
							#fdbc00, 
							#de6200);
	background-image: -o-linear-gradient(top, 
							#fdbc00, 
							#de6200);
	background-image: -webkit-gradient(linear,left top,left bottom,
		from(#fdbc00),
		to(#de6200)
		);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdbc00', EndColorStr='#de6200')";
}

/*==============================================
アバターショップ白頻ボックス
==============================================*/
body.Shop_Ava .Common_Info_Box{
	border:4px solid #7b5504;
}
body.Shop_Ava .Common_Info_Box .Common_Info_Box_Title{
}
body.Shop_Ava .Common_Info_Box .Common_Info_Box_Title h2{
	color:#fff;
	text-shadow:0px -1px 0px #000;
	border:1px solid #654603;
	border-bottom:1px solid #523801;
	background:#96681b;
	background-image: -moz-linear-gradient(top, 
							#be872c 0%,
							#96681b 100%);
	background-image: -o-linear-gradient(top, 
							#be872c 0%,
							#96681b 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0 , #be872c),
		color-stop(1.0 , #96681b)
		);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#be872c', EndColorStr='#96681b')";
}
body.Shop_Ava .Common_Info_Box .Common_Info_Box_Title .Title_Deco{
	background: url(/static/bg/bg_shop_gacha_title.png) center top repeat-x;
}
/*==============================================
アバターショップタブ
==============================================*/
body.Shop_Ava ul.Tab{
	border-bottom: 3px solid #e07c7c;
}
body.Shop_Ava ul.Tab li div.Tab_Normal{
	height:35px;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 1px #7c5b12;
}
body.Shop_Ava ul.Tab li div.Tab_Active{
	height: 35px;
	color: #fff;
	text-shadow:1px 1px 1px #ab5050;
	font-weight:bold !important;
}
body.Shop_Ava ul.Tab li div.Tab_Normal{
	background-image: -moz-linear-gradient(top, 
							#eeba49, 
							#cd8c54);
	background-image: -webkit-gradient(linear, left top, left bottom,
	from(#eeba49),
	to(#cd8c54)
	);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeba49', EndColorStr='#cd8c54')";
	border-top : 1px solid #ab7c17;
	border-left : 1px solid #ab7c17;
	border-right : 1px solid #ab7c17;
}
body.Shop_Ava ul.Tab li div.Tab_Active{
	background-image: -moz-linear-gradient(top, 
							#ffabab 0, 
							#e07c7c 50%);
	background-image: -webkit-gradient(linear, left top, left bottom,
	color-stop(0 ,#ffabab),
	color-stop(0.5 , #e07c7c)
	);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffabab', EndColorStr='#e07c7c')";
	border-top : 1px solid #9f5454;
	border-left : 1px solid #9f5454;
	border-right : 1px solid #9f5454;
}