a{
	text-decoration: underline;
	color: #333;
}
img{
	width:200px;
	height:auto;
	border-radius:10px;
}
.img{
	padding:10px 10px 0 10px;
	line-height: 0;
}
ul.list{
	padding: 10px 10px 10px 10px;
	margin: 10px;
	background: #eee;
	border-radius: 10px;
	list-style: none;
	max-width: 400px;
}
ul.list li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.list li:last-child{
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
ul.list li a{
	list-style-type: disc;
	display: list-item;
	margin-left: 18px;
}

#note01{
	width:100%;
	max-width:440px;
	line-height: 0;
	position: relative;
}
#note01 .loading{
	padding: 10px;
	margin: 0 10px;
	display: block;
}
#note01 a{
	display: block;
	padding: 0 10px;
}
#note01 img{
	width:100%;
	border-radius:8px;
}
#note01 .logo{
	position: absolute;
	right: 18px;
	top: 8px;
	background: url(../img/parts/logo_note.png) no-repeat left top;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
#note01 h2{
	margin: 0;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    left: 18px;
    bottom: 8px;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 15px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    border-radius: 99px;
    display: flex;
    align-items: center;
}

.profile{
	display: flex;
	align-items: baseline;
}
.badge{
	margin: 10px 0 0 0px;
}
.badge img{
	width: 90px;
	height: auto;
	margin: 0px 10px 0 0;
}


@media (max-width: 455px) {
#note01{
	max-width: none;
}
.profile{
	align-items: center;
}
}