/* ===========================================
	css
=========================================== */
/* TBS FREE */
section.unit p.tbsfree {
	background-image:url(../img/bn_free.png);
	background-repeat:no-repeat;
	background-size:cover;
}
section.unit p.tbsfree a {
	display:block;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
#bknm ul{
dispaly:block;
margin-bottom:2.0em;
}
#bknm h3{
dispaly:block;
margin:0 1.0em 0.5em 0;
}
#bknm li{
dispaly:block;
float:none;
margin:0 1.0em 0.75em 1.0em;
}

/* PC only */
@media screen and (min-width: 768px) {

section.unit p.tbsfree {
	width:440px;
	height:180px;
	margin:0 auto 15px;
}
section.unit p.tbsfree a {
	width:440px;
	height:180px;
}
section.unit p.tbsfree a:hover {
	background-color:#ffea4e;
	opacity:0.5;
}

}


/* SMP only */
@media screen and (max-width: 767px) {

section.unit p.tbsfree {
	width:220px;
	height:90px;
	margin:0 auto 10px;
}
section.unit p.tbsfree a {
	width:220px;
	height:90px;
}

}

/* catari */

.catari-widget {
}

@media all and (min-width: 768px) {
.catari-widget {
    background-color: #fff;
		margin:15px 0;

}
}

@media all and (max-width: 767px) {
.catari-widget {
	background-color: #fff;
	margin: 0 30px 15px 30px;
}


}