@charset "UTF-8";
/* CSS Document */


@media screen and (max-width : 768px){
	
	
/** header ************************/
.header{
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
	padding:0 0 5px 0;
	background:#bf1900;
	border-bottom:#bf1900 solid 4px;
}
.headerTitle{
	width: 100%;
	height:auto;
	padding: 10px 0 0 0;
	font-size: 12px;
	text-align:center;
}

.headerUnderLine{
	clear:both; height:0px; width:100%; background:#BF1900;
}

.headerDescription a:link{color:#000;text-decoration:none;}
.headerDescription a:hover{color:#000;text-decoration:none;}
.headerDescription a:active{color:#000;text-decoration:none;}
.headerDescription a:visited{color:#000;text-decoration:none;}


/** footer ************************/
#term{
	text-align:center; font-size:xx-small; border-top:#BF1900 solid 1px; margin:10px 0 0 0;
}
#footer{
	text-align:center; font-size:xx-small; border-top:#BF1900 solid 1px; margin:10px 0 0 0;
}
#company{
	text-align:center; font-size:xx-small;
	margin:5px 10px;
}



}