section.comunity .grid figure > span { outline:1px solid #ccc; }
section.comunity .bullets .unit { width:140px; }

section.docs h4 .line { display:inline-block; width:100%; height:1px; background-color:#ccc; }

.floating-banner {
	width:76px;
	box-sizing:border-box;
	padding:4px;
	position:fixed;
	top: 60%;
	right:0px;
	background-color:#fff;
	border:1px solid #5f90cc;
	border-radius:8px 0 0 8px;
	border-right:none;
	overflow:hidden;
	transition:all .3s ease;
	animation-name: floating;
	animation-duration: 3.0s;
	animation-iteration-count: infinite;
}
.floating-banner a {
	transition:color .3s ease;
	color:#5f90cc;
}
.floating-banner:hover {
	background-color:#5f90cc;
}
.floating-banner:hover a {
	color:#fff;
}
@keyframes floating {
	0% { transform: translateY(0%); }
	50% { transform: translateY(6%); }
	100% { transform: translateY(0%); }
}

section.comunity .bullets .has-badge:before {
	content:"";
	display:inline-block;
	width:42px;
	height:37px;
	background-image:url(/jp/set/data/developer/img/overview/icn_check.png);
	background-size:42px 37px;
	position:absolute;
	top:-10px;
	left:-10px;
}
section.comunity .txt-check::before {
	content: "";
	background: url(/jp/set/data/developer/img/overview/icon_check.png) center bottom no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-left: -20px;
	margin-right: 2px;
}



@media screen and ( min-width:769px ) and (min-device-width:813px) {
	section.comunity .grid figure img { max-height:100px; width:auto; }
}


@media screen and ( min-width:769px ) and ( max-width:900px ){

}


@media screen and ( max-width:768.9px ), screen and (max-device-width:812.9px) {
	section.reports .grid,
	section.comunity .grid,
	section.docs .grid { max-width:420px; margin-left:auto; margin-right:auto; }
}




