 @media (min-width: 800px) {
#demo02{
	display: none;
}


.demo01 {
	background: url(..img/UNITLOGOGRAY.png) center; /* ロールオーバー時のチラつき防止 */
	margin-top: 20px;
}
.demo01 a {
	width: 217px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/UNITLOGOGRAY.png);
}
.demo01 a:hover {
background-image: url(../img/UNITLOGOGREEN.png);
}
.demo02 {
	background: url(..img/UNITLOGOGRAY.png) center;
	margin-left:30px;
	margin-top: 20px;
}
.demo02 a {
	width: 217px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/UNITLOGOGRAY.png);
}
.demo02 a:hover {
background-image: url(../img/UNITLOGODARKGRAY.png);
}
.img-line{
	margin-top: -15px;
	margin-bottom: -10px;
}

.englishword{
	font-family:Raleway;
	color:#969696;
}

.littleportfolio{
	font-size:10px;
}

.news {
	margin-bottom:20px;
}

.img-newsimg {
	max-width:100%;
	padding:15px;
}
.newsword {
	max-width:100%;
	margin-top:10px;
}

.intro-text{
}