@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
 

 
nav {
	clear:both;
	margin-top:10px;
	margin-bottom:2px;
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-right: none;
}

nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    float: left;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    width: 16.6667%; /* fallback for non-calc() browsers */
    width: calc(100% / 4);
    box-sizing: border-box;
}

nav ul li:first-child {
    border-left: none;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #616161;
    padding: 10px 0;
}

div {
	width: 100%;
}
 
h2 {
  font: 400 30px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
 
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
li {
  font: 200 15px/1.5 Helvetica, Verdana, sans-serif;

}
 
li:last-child {
  border: none;
}
 
li a {
  text-decoration: none;
  color: #999;
  display: block;
  width: 70px;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
li a:hover {
  font-size: 25px;
  background: #f0f0f0;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	border-bottom: 2px solid #000;
	color:#FF0000;
	
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	border-bottom: 2px solid #000;
	text-align: center;
	color:# 999;
	color: #CCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 4vw;

	color: #000;
	text-align: justify;
}
p1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	color: #000;
}
p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: # 000;
	text-align: justify;
}
p3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 2vw;
	color: # 000;
	text-align: justify;
