body {
background: #fff;
color: #000;
font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
font-size: 100%;
text-align: left;
}

div {
   width:100%;
   float:none;
}

.bannerbox {
   clear: both;
 
}

.bannerbox_main{
   clear: both;
   text-align:center;
   float:center;  
}
.bannerbox poweredby {
   display:block;
   float:right;
   position:right;
   font-size: 80%;
   color: #858989;
}

.bannerbox a {
   color: #c24637;
   display:block;
   text-decoration: none;
}

.bannerbox img {
   display:block;
   padding:5px 17px 5px 17px;
}

.title {
   font-weight:bold;
   margin:6px 0 2px 0;
   font-size: 120%;
}

.subtitle {
   font-weight:normal;
   margin:2px 0 6px 0;
   font-size: 80%;
   color: #858989;
}

.detail {
   /* width:120px; */
   font-weight:normal;
   margin:8px 10px 8px 10px;
   font-size: 100%;
}

.install {
   clear: both;
   float:left;
   padding: 10px;
}
.install_ios {
   width:58px;
   height:58px;
   margin-right:10px;
   padding:0;
   border:0;
   border-radius: 3px;
   background-color:#c24637; /*rgb(181,230,29);*/
   text-align:center;
   float:left;
   position: relative;
}

.install_android {
   width:58px;
   height:58px;
   margin:0;
   padding:0;
   border:0;
   border-radius: 3px;
   background-color:#2c4f7f; /*rgb(181,230,29);*/
   cursor:pointer;
   text-align:center;
   float:left;
   position: relative;
}

.install2 {
   width:195px;
   height:28px;
   margin:0;
   padding:0;
   border:0;
   border-radius: 3px;
   background-color:#36bbf8;
   cursor:pointer;
   margin: 5px 0 5px 0;
}

.install_ios:hover { background-color:#f55645; }
.install_android:hover { background-color:#477fcc; }
.install2:hover { background-color:#68caf7; }

.install a {
   color: #fff;
   display:block;
   text-decoration: none;
}

.install img {
   display:block;
   padding:5px 17px 5px 17px;
}

.install2 a {
   color: #fff;
   display:block;
   padding: 0 12px 0 12px;
   text-decoration: none;
   line-height:28px;
   vertical-align:middle;
}

.detail a {
   font-weight:bold;
   color: #858989;
}

.detail_history {
   font-weight:normal;
   margin:8px 0 8px 0;
   font-size: 100%;
   padding-left: 8px;
   border: 1px solid #858989;
   border-right-style: none;
   border-top-style: none;
   border-bottom-style: none;
}

.detail_history a {
   font-weight:bold;
   color: #858989;
   text-decoration: none;
}