
body{
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

a{
	text-decoration:none;
	color:#0b8bbb;
}

img {
	max-width: 100%;
}

.qr_image {
	width: 185px;
	height: 185px;
}

.back_part, .desc_part, .cont_part {
	margin: 20px;
}

.back_part {
	font-size: 30px;
	font-family: EuphemiaUCAS
}

.logo_part {
	text-align: center;
	margin-bottom: 40px;
}

#logo_wrap {
	display: inline-block;
	background-color:#eee;
	width:200px;
	height:200px;
    border-radius:20%;
    overflow:hidden;
}
#logo_wrap img{
	width:200px;
	height:200px;
}

#dl {
	margin-bottom: 60px;
}

.download {
	text-align: center;
	color: #298cda;
	font-size: 24px;
}
.download .button {
	display: inline-block;
	background-color: #298cda;
	color: white;
	width: 280px;
	border-radius:22px;
    overflow:hidden;
    padding-top: 4px;
}

.download a {
	color: white;
}

.desc_part h1 {
	margin-top: 60px;
}


.list_part {

}

.list_item {
	float:left;
	margin: 20px;
	width: 130px;
	height:150px;
}
.list_icon {
	background-color:#eee;
	width:100px;
	height:100px;
    border-radius:20%;
    overflow:hidden;
    margin-bottom: 10px;
}
.list_icon img{
	width:100px;
	height:100px;
}
