@charset "UTF-8";
/* リセットスタイルシート */

html,body {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8;
	font-size:13px;
	text-align:center;
	background: url(../../../../img/battlecats/bg01.png);
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	height: 100%;
	overflow-x:hidden;
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:none;
	word-break : break-all;
}

address{
  font-style:normal;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

cf{
	zoom: 1;
}

a:link,
a:hover,
a:visited{
	color: #006cff;
	text-decoration: underline;
}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.2;/*透明度80%*/
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0.5s; /* 実行までの待ち時間 */
}

#socialbuttons div {
	float: left;
	margin: 0 0 0 5px;
}

.socialTxt{
	clear: both;
	text-align: left;
}

.only_ios{
	display:none;
}

.other_ios{
	display:none;
}

.only_android{
	display:none;
}

.only_pc{
	display:none;
}

.hdn{
	text-align:center !important;
	width:100% !important;
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	z-index:-999 !important;
	visibility:hidden !important;
}

.caution{
	border: 2px solid #FF0004;
	padding: 5px;
	border-radius: 5px;
	display: block;
}

/* Shared Styles
******************************************************************************************************************************************************************************************************/ 
span.orange{
	color: #FF6600;
}

span.orange1{
	color: #FF6600;
}

span.blue{
	color: #00acee;
}

span.deepblue{
	color: #374f8e;
}

span.red{
	color: #F00;
}

span.yellow{
	color: #FF0;
}

span.green{
	color: #008f03;
}

span.purple{
	color: #82318E;
}

span.pink{
	color: #F0F;
}

span.lime{
	color: #ac0;
}

span.brightyellow{
	color: #fc0;
}


span.fs120{
	font-size: 120%;
}

span.fs84{
	font-size: 84%;
}

span.fs76{
	font-size: 76%;
}

span.fw{
	font-weight: bold;
}

.pt_s{
	padding-top: 6px;
	display: block;
}

.mt20{
	margin-top: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

p.Fright{
	float: right;
	margin: 0 0 10px 10px;
}

/* Header Styles
******************************************************************************************************************************************************************************************************/ 
header{
	background: #000;
	position: relative;
}

header h1{
	padding: 10px 0 10px 10px;
	text-align: left;
}

/* Management 
******************************************************************************************************************************************************************************************************/

article {
	text-align: center;
	margin: 0 auto;
	min-height: 100%;
}

article.white {
	background: #FFFFFF;
}

@media only screen and (min-device-width: 768px) { article{ max-width: 640px; } }

article h2{
	margin: 0 0 10px;
}

article #latest,
article #news{
	text-align: left;
}

article #latest .event{
	margin: 0 0 10px 0;
	text-align: center;
}

article #latest .event span.txt{
	color: #ef2323;
	font-weight: bold;
	text-decoration:blink;
}

article #latest .newsTxt li{
	background: #fff599;
	border-top: 1px dotted #998c00;
	padding: 7px 10px;
}

article #news .newsTxt li{
	background: #FFF;
	border-top: 1px dotted #998c00;
	padding: 7px 10px;
}

article #latest .newsTxt li:last-child,
article #news .newsTxt li:last-child{
	border-bottom: 1px dotted #998c00;
}

article #latest .newsTxt li span.date,
article #news .newsTxt li span.date{
	display: block;
	font-weight: bold;
}

article #latest .newsTxt li span.date img,
article #news .newsTxt li span.date img{
	vertical-align: top;
	margin: 0 5px 0 0;
}

article #latest .attention {
	padding: 7px 0;
}

article #latest .attention li img{
	vertical-align: top;
	margin: 0 5px 0 0;
}

article #latest .attention li {
	padding: 0 0 10px 10px;
}

article #latest .navi li {
	width: 30%;
	float: left;
	margin: 0 0 20px 2.5%;
}

article #serialTop ul{
	margin: 0 0 20px 0;
}

article #helpTop ul li,
article #linkTop ul.bnrarea li {
	width: 40%;
	float: left;
	margin: 0 0 10px 7%;
}

article #linkTop ul.download {
	margin: 10px 0 20px;
}

article #linkTop ul.download li {
	float: left;
	margin: 0 0 0 7%;
}

article #linkTop ul.subnavi {
	clear: both;
}

article #linkTop ul.subnavi li {
	margin: 0 0 0px 0;
}

/* Btn Area 
******************************************************************************************************************************************************************************************************/

article .btn{
	margin: 0 10% 20px;
	text-align: center;
}

@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) {
	article .btn li span.txt{
		line-height:1.2;
	}
}

article .btn li{
	margin-bottom: 10px;
}

article .btn li span.appstoreBtn,
article .btn li span.googleplayBtn,
article .btn li span.amazonBtn{
	display: block;
	margin-bottom: 5px;
}

article .btn li span.txt{
	display: block;
	margin: 0 0 10px 0;
}

article p.spmode{
	margin: 0 20% 20px;
}

/* Secondlayouat
******************************************************************************************************************************************************************************************************/

#change {
	background: #FFF;
}

#news h3,#update h3,#dayevent h3,#help h3,#event h3,#iconArea h3,#change h3,#faq h3,#help_n h3 {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.1);
	padding: 4px 0;

	background: #000000;
	background: -moz-linear-gradient(top, #666 0%, #000 75%);
	background: -webkit-linear-gradient(top, #666 0%,#000 75%);
	background: linear-gradient(to bottom, #666 0%,#000 75%);
}

#update .content{ text-align: left; padding: 10px;}
#help .content, #dayevent .content,#change .content{ text-align: left;padding: 10px 0;}
#event .content{ text-align: left;}

#help .content .block,#dayevent .content .block,#change .content .block{ padding: 0 10px;}
#event .content .block{ padding: 10px;}

#help .content p,
#dayevent .content p,
#change .content p{
	margin: 0 0 20px 0;
}

.content p.img{ text-align: center;}

.content p.img img{ border: 3px solid #000;}

#help h4,
#dayevent h4,
#event h4,
#change h4{
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 2px 10px;
	margin: 0 0 10px 0;
	background: #000;
}

/* IconArea/FAQ Shared Styles 
******************************************************************************************************************************************************************************************************/
#faq,#help_n,#help,
#iconArea{
	background: #FFF;
	text-align: left;
}

@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) { #iconArea{ font-size: 84%; } }
@media only screen and (min-device-width: 768px) { #iconArea{ font-size: 100%; } }

#faq .txt_intro,
#iconArea .txt_intro{
	padding: 3% 2%;
}

#iconArea h4{
	border-top: 1px solid #f1f1f1;
	padding: 4px 0 4px 5%;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	/* cursor: pointer; */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

/* FAQ 
******************************************************************************************************************************************************************************************************/

/*#faq h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 8px 0;
	background: #000;
}*/

#faq h4{
	text-align: center;
	padding: 2px 0;
	color: #666;
	font-weight: bold;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #CCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
}

#faq h5{
	padding: 4px 10px 2px 10px;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #dcdcdc; 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#faq a:link,
#faq a:hover,
#faq a:visited{
	color: #4BB6E9;
	text-decoration: underline;	
}

/* Q&A
******************************************************************************************************************************************************************************************************/

#faq dl.list dt.head {
	position: relative;
	margin: 0;
	padding: 15px 30px 15px 10px;
	background: #FFF;
	border-top: 1px solid #ececec;
	display: block;
	cursor: pointer;
}

#faq dl.list dt.first {
	border-top: none;
}

#faq dl.list dt.last {
	border-bottom: 1px solid #ececec;
}

#faq dl.list dt span {
	position: absolute;
	top:50%;
	right:5%;
	margin-top:-16px;
}

#faq dl.list dd {
	margin: 0;
	height: 0; /* ここでもとの高さを0にしとく */
	background: #f4f4f4 url(a.jpg) no-repeat left 3px;
	overflow: hidden;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 3px 6px -2px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 3px 6px -2px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 3px 6px -2px inset;
}

#faq dl.list dd span{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #F1F1F1;
}



/*New help ADD */

#help_n dl.list dt.head {
	position: relative;
	margin: 0;
	background: #FFF;
	border-top: 1px solid #ececec;
	padding: 15px 30px 15px 10px;
	display: block;
	cursor: pointer;
	text-align:left;
	font-weight:bold;
}

#help_n dl.list dt.first {
	border-top: none;
}

#help_n dl.list dt.last {
	border-bottom: 1px solid #ececec;
}

#help_n dl.list dt span {
	position: absolute;
	top:50%;
	right:5%;
	margin-top:-16px;
}

#help_n dl.list dt .qa {
	position: static;
	top:0%;
	left:0%;
	padding-right:8px;
	margin-top:-3px;
	float:left;
}

#help_n dl.list dd {
	margin: 0;
	height: 0; /* ここでもとの高さを0にしとく */
	background: #f4f4f4 url(a.jpg) no-repeat left 3px;
	overflow: hidden;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 3px 6px -2px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 3px 6px -2px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 3px 6px -2px inset;
}

#help_n dl.list dd div{
	padding:10px;
	display: block;
	border-bottom: 1px solid #F1F1F1;
}

#help_n dl.list dd div .center{
	text-align:center;
}

#help_n dl.list dt a{
	text-decoration:none;
	color:#333;
}

#help_n dl.list dt a{
	display:block;
	/*padding: 15px 30px 15px 10px;	*/
}

#help_n h5{
	padding: 4px 10px 2px 10px;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #dcdcdc; 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

/* 注意事項 
******************************************************************************************************************************************************************************************************/

#faq dl.category  {
	position: relative;
	font-size: 90%;
	padding: 10px 10px 0;
}

#faq #qa p.txt,
#faq #change p.txt {
	padding: 10px;
}

#faq dl.category dt {
	position: absolute;
}

#faq dl.category dd {
	padding: 0 0 0 1.3em;
}

#faq dl.category dt.question,
#faq dl.category dd.question{
	font-weight: bold;
	color: #4BB6E9;
	margin-bottom: 3px;
}

#faq dl.category dd.question span.ios{
	font-size: 84%;
	font-weight: normal;
	color: #FFF;
	background: #666;
	border-radius: 3px;
	padding: 2px 4px;
	margin-right:2px;
}

#faq dl.category dd.question span.android{
	font-size: 84%;
	font-weight: normal;
	color: #FFF;
	background: #7fbb3e;
	border-radius: 3px;
	padding: 2px 4px;
}

#faq dl.category dt.answer{
	font-weight: bold;
}

#faq dl.category dd.answer{
	padding-bottom: 5px;
}

/* データ引継ぎ 
******************************************************************************************************************************************************************************************************/

#faq .btn {
	width: 70%;
    zoom: 1;
	font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #FFF;
    overflow: visible;
	border-radius: 5px;
    background-color: #269CE9;
  	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 3px 1px;

}

#faq .btn a {
	display: block;
	color: #FFF;
	padding: 10px 20px;
	text-decoration: none;
}

#change .caution_box {
	background: #ffde00;
	color: #ff0000;
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

#change .caution_box p{
	padding: 5px;
}

/* IconArea 
******************************************************************************************************************************************************************************************************/

#twittericon{
}

#iconArea h5{
	color: #4BB6E9;
	font-weight: bold;
	margin: 4%;
	border-bottom: 1px solid #4BB6E9;
}

#iconArea ul.icon{
	margin: 0 0 0 4%;
	
}

#iconArea ul.twitter_icon{
	margin: 5% 0 0 4%;
	
}

#iconArea ul.icon li{
	float: left;
	margin: 0 2% 3% 0;
}

#iconArea ul.icon li img{
}

@media only screen and (min-device-width: 768px) { #iconArea ul.icon li img{ zoom: 100%; } }

/* Tab 
******************************************************************************************************************************************************************************************************/

#tabs ul.btnTab{
	display:table;
	table-layout: fixed;
	width:100%;
}

#tabs ul.btnTab li{
	display:table-cell;
	text-align:center;
	font-weight: bold;
	border-top:1px solid #CCC;
	border-radius: 8px 8px 0 0;
	color: #666;
}

#tabs ul.btnTab li:not(:last-child){
	border-right:1px solid #CCC;
}

#tabs ul.btnTab li a{
	background: #1ca9e3;
	padding:5px 0;
	display:block;
	text-decoration:none;
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#tabs ul.btnTab li a:link,
#tabs ul.btnTab li a:visited{
	color: #FFF;
}

/* Menu 
******************************************************************************************************************************************************************************************************/

.menu ul{
	margin: 0 0 0 5px;
}

.menu ul li{
	display: inline;
	margin-left: 5px;
	padding-bottom: 10px;
}

/* Contact
******************************************************************************************************************************************************************************************************/

form{
	padding: 0 10px;
}


.inputBox{
	border-bottom: 1px solid #ececec;
	padding: 7px 0;
}

span.required{
	color: red;
	font-size: 80%;
}

span.txt{
	font-size: 90%;
}

span.attention{
	display: block;
	font-size: 90%;
	font-weight: bold;
	color: red;
}

input[type="text"],
input[type="mail"] {
   font-size: 110%;
}

textarea {
	font-size: 110%;
	height: 7em
}

.width100 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.file{
	padding: 10px 0;
}

.formDesc{
	padding: 10px 0 0;
}

.formDesc p.txt,
.formDesc dl{
	margin: 0 0 10px 0;
}

.conf{
	margin: 10px 10px 0 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ececec;
}

/* 送信ボタン
******************************************/

#submitBtn{
	border: 0;
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	border: solid 1px #0095d2;
	width: 100%;
	background: #1ca9e3;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* 完了ボタン
******************************************/

#compBtn{
	border: 0;
	font-size: 1.3em;
	font-weight: bold;
	border: solid 1px #0095d2;
	background: #1ca9e3;
	border-radius: 5px;
	margin: 0 3%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#compBtn a{
	display: block;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#compBtn a:link,
#compBtn a:hover,
#compBtn a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

/* 戻るボタン
******************************************/

#returnBtn{
	border: 0;
	font-size: 1.3em;
	font-weight: bold;
	border: solid 1px #333333;
	background: #666666;
	border-radius: 5px;
	margin: 0 3%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#returnBtn a{
	display: block;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#returnBtn a:link,
#returnBtn a:hover,
#returnBtn a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}

.button_form{
	padding: 15px 10px;
	text-align: center;
}

/* Back btn 
******************************************************************************************************************************************************************************************************/
.back{
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	color: #333;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 10px;
}

/* Appli Area 
******************************************************************************************************************************************************************************************************/

#appli{
	clear: both;
	background: #0c0c0c;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	color: #FFF;
	text-align: left;
	font-size: 84%;
}

#appli .box{
	padding: 10px 10px 0;
	margin: 0 auto;

}

@media only screen and (min-device-width: 768px) { #appli .box{ width: 640px; } }

#appli p.icon{
	float: left;
	margin: 0 3px 0 0;
}

/* Footer Styles 
******************************************************************************************************************************************************************************************************/



footer{
	margin: 0 auto;
	text-align: center;
	background: #000;
	padding: 5px 0;
}

/* Table Styles 
******************************************************************************************************************************************************************************************************/

.table_style {
	text-align: center;
	width: 95%;
	border: solid #ccc 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 20px;
}

.table_style th {
	text-align: left;
	padding: 8px 0 8px 8px;
	background: #f1f1f1;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	vertical-align: top;
	width: 15%;
}

.table_style td {
	text-align: left;
	padding: 8px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
