body                            {font-family:'avenir';color:#333333;margin:0px;padding:0px;width:auto;font-size:1.4em;-webkit-text-size-adjust:none}

/*header*/
.header                          {background-color:#04B4AE;height:5vh;position:fixed;top:0;width:100%;}
.header:after                    {content:"";display:block;clear:both;}
.header .header-1               {float:left;height:100%;}
.header .header-1 a             {text-decoration: none;padding:10px;font-weight:bold;;color:#ffffff;}
.header .header-1 a             {font-size:23px;}
.header .header-2               {float:right;}
.header .header-2 a             {text-decoration: none;padding:7px;color:#ffffff;}
.header .header-2 a             {font-size:20px;}


/*box1*/
.box1                           {width:100%;height:7vh;border-bottom:solid 1px #C0C0C0;padding-top:7vh;}
.box1 .box1-l                   {width:48%;margin:0px;padding:0px;float:left;}
.box1 .box1-l p                 {color:#808080;font-size:2vmax;margin:0px;padding:0px;}
.box1:after                     {content:"";display:block;clear:both;}

/*box2*/
.box2                           {width:50%;margin-left:auto;margin-right:auto;}
.box2 img                       {width:100%;display: block;margin:auto;}
.box2:after                     {content:"";display:block;clear:both;}

/*box3*/
.box3                           {width:50%;margin-left:auto;margin-right:auto;margin-bottom:5%;}
.box3 h6                        {font-size:2.5vmin;margin-bottom:5%;margin-top:0px;color:#808080;}
.box3 p                         {width:100%;font-size:2vmin;}
.box3 h4                        {color:#0099ff;margin-bottom:3%;font-size:3vmin;}

/*box4*/
.box4                           {width:50%;margin-left:auto;margin-right:auto;margin-bottom:80px;}
.box4 h4                        {color:#0099ff;font-size:3vmin;}
.box4 p                         {width:100%;font-size:2vmin;}

/*box5*/
.box5                           {width:50%;margin-left:auto;margin-right:auto;margin-bottom:130px;}
.box5 .list .time               {text-align:right}
.box5 table,th,td               {font-size:1.8vmin;border:1px #cccccc solid; }
.box5 .list table               {border-collapse:collapse;}
.box5 th,td                     {padding:8px 15px 8px 15px}
.box5 th                        {width:28%;text-align:left;background-color:#F5F5F5;}
.box5 td a                      {text-decoration: none;color:#FFA500;font-weight:bold;}
.box5:after                     {content:"";display:block;clear:both}
.box5 .list:after               {content:"";display:block;clear:both}

/*footer*/
.footer                         {background-color:#04B4AE;width: auto;height:5%;margin-top:50px;position:fixed;bottom:0px;width:100%;}
.footer .footer-left p          {float:left;font-size:1vw;color: #FFFFFF;}
.footer .footer-right p         {float:right;font-size:1vw;color: #FFFFFF;}
.footer:after                   {content:"";display:block;clear:both;}