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

#mainimage,
#mainimage img{
	width:100%;
}


/*next button*/
.bx-next {
	display:none;
}

/*previous button*/
.bx-prev {
	display:none;
}

.bx-pager{
	display:none;

}
.bx-default-pager{
	display:none;
}

#mainimage{
	width:100%;

}

#warn{
	width:95%;
	margin:0 auto;
	background:url(../img/arrow.png) 99% no-repeat;
	background-size:6%;
}

#warn p{
	width:90%;
}


#company{
	width:100%;
	border-top:1px solid #CCCCCC;
	background:url(../img/arrow.png) 99% no-repeat;
	background-size:6%;


}

#companyarea{
	width:95%;
	margin:0 auto;
	padding:10px 0 10px 0;
}

#companylogo{
	width:20%;
}

#companylogo img{
	width:100%;
}

#companytxt{
	width:90%;
	margin:0 auto;
}


#whatnew{
	width:100%;

}


#whatsnhead{
	width:100%;
	border-top:2px solid #666666;
}

#whicon{
	width:30%;
}

#whicon img{
	width:100%;
}

#nhinfo{
	width:17%;
	border:1px solid #900000;
	color:#900000;
	font-size:13px;
	font-size:1.3rem;
	margin:7px 0 0 -12.5%;
	padding:5px;
}

#nh{
	width:60%;
	font-size:13px;
	font-size:1.3rem;
	margin:12px 0 0 1%;
}

#whatsndata{
	width:100%;
}

#whicon img{
	width:50%;
}

#whatsndata table{
	width:100%;
	margin:0 auto;
}

#whatsndata table tr{
	border-bottom:1px dotted #CCCCCC;
}

#whatsndata table th{
	width:15%;
	padding:10px 0 10px 0;
	font-weight:normal;
	padding-left:5%;
	font-size:11px;
	font-size:1.1rem;
}

#whatsndata table td{
	width:80%;
	padding:10px 0 10px 0;
	padding-left:3%;
	font-size:11px;
	font-size:1.1rem;
	background:url(../img/arrow.png) 99% no-repeat;
	background-size:7%;
}

#whatsndata table td p{
	width:90%;
}



