@charset "utf-8";
/* CSS Document */
.btn {
    position:relative;
	width: 320px;
	height: 48px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right:20px;
	margin-bottom: 5px;
	margin-left: -10px;
}
	.btn2 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn3 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn4 {
    position:relative;
	width: 65px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn5 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
.notification {
    position:absolute;
    right:0px;
    top:1px;
    background-color:#e74360;
    line-height:38px;
    width:42px;
    height:42px;
	font-size: 18px;
    border-radius:44px;
    color: #ffffff;
    border: 2px solid #bdbbbb;
	text-align: center;
}
