@charset "utf-8";
/*-----------------------for both-----------------------*/
@font-face {
	
}
html,body,p,div,*,table, input{
	font-family: Arial, Helvetica, sans-serif;
	/*line-height:160%;*/
}

h1,h3,h4{
	font-family: 'sans-serif';
}
h1{
	font-size: 25px;
}

article h3 span{
	font-family: 'sans-serif';
}

.expo .right h4{
font-family: 'sans-serif';
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {

h1{
	font-size: 25px;
}
h3 {
	font-size: 21px;
	
}


#indexNav h3 a{
	font-family: 'sans-serif';
}
 


}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
}
