
body {
	padding:0;
	margin:0;
	color: #FFF;
	background-color: #330000;
	
	text-align:center;
	font-size:16px;
    overflow:visible;
	
  	/*-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;*/
}

a{
	color: #FF0;
  	-webkit-touch-callout: none;
}

img {
	width:100%;
}

img.globalIcon{
	width:auto !important;
}

.iconEmo {
	width:20px;
	height: 20px;
}

/********* MAIN LAYOUT *******/

#wrapper {
	width: 320px;
	margin: 0 auto;
	overflow:hidden;
}

div.table2 {
	display:table;
	width:100%;
}

div.table2>div {
	display:table-row;
}

div.table2>div>div {
	display:table-cell;
	padding:0px;
	text-align:center;
}

div.table2>div>div.txt {
	width:75%;
}

div.table2>div>div.txt2 {
	text-align:left;
	width:60%;
}



div.table {
	display:table;
	width:320px;
}

div.table>div {
	display:table-row;
}

div.table>div>div {
	display:table-cell;
	padding:0px;
	text-align:center;
}

div.table>div>div.txt {
	width:75%;
}

div.table>div>div.txt2 {
	text-align:left;
	width:60%;
}

.txt {
	text-align:left;
}

a.button1, a.button2, a.button3, a.button4, a.button5 {
	text-decoration: none;
}
/******** COMPONENTS ***********/

.menu {
	background-color:#053C05;
}

.intro {
	background-color:#900;
	padding: 1.3em;
}

.new {
	background-color:#053C05;
}

hr	{
   border-width: 1px 0px 0px 0px;
   border-style: dashed;
   border-color:#666;
   height: 0px;
}


.kiriban {
	padding-right:4px;
	padding-left:4px;
	text-align:center;}
.kiriban1 {background-color:#F5DEB3;
	border:solid 2px #fff;
	padding-top:2px;
	padding-bottom:2px;}
.kiriban1:hover {border-left:solid 3px #f96;
	border-right:solid 3px #f96;
	border-top:solid 2px #f96;
	border-bottom:solid 2px #f96;}

/******** HIGHLIGHT *********/

.S1{
	color:#F3F;
}
.S2{
	color:#0FF;
}
.S3{
	color:#F00;
}

.parrent{
    background: url('/public/images/sta/images.jpg') no-repeat 0px 0px;
    background-size: 320px 480px;
    width: 320px;
    height: 480px;
    position: relative;
}

.new_app{
    background: url('/public/images/sta/images_new.jpg') no-repeat 0px 0px;
    background-size: 320px 480px;
    width: 320px;
    height: 480px;
    position: relative;
}

.parrent form{
    position: absolute;
    bottom:60px;
    width: 320px;
    margin: 0 auto;
}
.parrent form button{
    background: url('/public/images/sta/button1.png') no-repeat 0px 0px;
    background-size: 268px 47px;
    width: 268px;
    height: 47px;
    text-indent: -9999px;
    border:none;
	position: absolute;
    bottom: 20px;
	right: 25px;
}
.parrent a.aDevice{
    background: url('/public/images/sta/button2.png') no-repeat 0px 0px;
    background-size: 103px 23px;
    width: 103px;
    height: 23px;
    text-indent: -9999px;
    border:none;
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.parrent .support{
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 12px;
}
.parrent .support a{
    color:#159e5c;
    text-decoration:none;
}
































