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

* {margin: 0px;
	padding: 0px;}

@font-face { font-family: Arial; font-display: swap; }
	
body {border:none;
	background-color: white;
	font-family: Arial;
	color: #000;
    font-size: 20px;
	line-height: 26px;
	font-style: normal;
	text-align: left;}

 {background-color: #ffffff;
	text-align:center;}
	
#footer {background-color: #ffffff;
	text-align:center;}
	
div.clear {clear:both;}

#wrapper {margin: 0 auto;
	max-width:1075px;
	background-position:center top;}    
	
#col2 {float: left;
	margin-left:4px;
	border-left-width:0px;
	padding-left:2px;
	max-width:715px;
	padding-right:2px;
	border-right-width:0px;
	margin-right:4px;}
	
#col3 {float: right;
	margin-left:4px;
	border-left-width:0px;
	padding-left:2px;
	max-width:320px;
	padding-right:2px;
	border-right-width:0px;
	margin-right:4px;}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  font-weight:bold;
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #FFF;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

p { font-size: 20px;
	text-align: justify;
	vertical-align: text-top;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;}
		
img {
  max-width: 100% ;
  height: auto ;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;  
}

h1 {font-size: 36px;
	text-align: center;
	padding-bottom:16px;
	padding-top:16px;
	line-height: 35px;}
	
h2 {font-size: 26px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;}

h3 {font-size: 30px;
	text-align: center;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;}

ul{padding-left: 40px;}

ol{padding-left: 40px;}

li {padding: 12px 4px 12px 4px;}

A:link {text-decoration: none; color: #03C; font-size: 20px; font-weight:bold;} 
A:visited {text-decoration: none; color: #639; font-size: 20px;}
A:active {text-decoration: none; color: #000; font-size: 20px;}
a:hover{text-decoration: underline; color: #000; font-size: 20px;}
a {list-style-type: none;}

.date {font-size: xx-small;}
.date a:link {font-size: xx-small; color: #666}

.aff {font-size: small;  line-height: 14px; font-style: italic;}

div.footer {font-size: 14px;
	color: #555555;
	text-align: center;}
	
.footer a {font-size: 14px;
	color: #555555;
	text-align: center;
	text-decoration: none;}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    padding-top: 56.25%;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom:20px;
  }

.listicle li {font-size: larger; 
              font-weight:bold;
			  list-style-position:inside;
	          padding-top: 40px;}

	.listicle li a:link {text-decoration: none; color: #03C; font-weight:bold;}
	.listicle li a:visited {text-decoration: none; color: #639;}
	.listicle li a:active {text-decoration: none; color: #000;}
    .listicle li a:hover {text-decoration: underline; color: #000;}	
			
ul.listicle {list-style-type:none;}	

.nonlisticle li {font-size: 20px;
	text-align: justify;
	vertical-align: text-top;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
font-weight: normal}

 li p {font-size: 20px;
	text-align: justify;
	vertical-align: text-top;
    font-weight:normal;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;}

.chineseGP {text-align: center;
			font-weight: bold;
			font-size: 16px;}
.chineseGP td {width: 7.7%;}

table { margin: auto;
		width: 100%;
		cellpadding: 3;}



/* MV CSS Adjustment */
@media only screen and (max-width: 359px){
    #col2  {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #col2 p {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}
.red_button{
  border: none;
  background-color: #04AA6D;  
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  margin: 20px 2px;
  cursor: pointer;
}