@charset "utf-8";
/*---------------------------- PC向けのスタイル ----------------------------*/
@media screen and (min-width: 768px) {
/* CSS Document */

.ufc a {
	position: absolute;
	top: 50px;
	width: 180px;
	height: 25px;
	left: 10px;
	background-image: url(../../img/header-logo02.png);
}

.ufc_sm {
	display: none;
}
}

/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:250px) and (max-width:768px) {
/* CSS Document */
.ufc_sm img {
	display: block;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	height: auto;
	width: 160px;
	margin-bottom: 10px;
}
}
