body {
  margin:0;
  font-family:'源柔ゴシックX Bold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'arial', 'helvetica', 'sans-serif';
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  background-color: #333; /* dark grey */
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;  /* light grey */
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 12px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #ac9131;  /* gold color */     
  color: white;
}
.global-eye {
  background-color: #ff0000;  /* red color */     
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 12px;
    border: none;
    outline: none;
    color: white;
    padding: 6px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

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

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #f2f2f2;     /* light grey */ 
  color: black;
}

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

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* 日本語 ←→ 英語 切り替えボタン */
.en-jp{
    text-align:right;
    margin-right: 10px;
    background-color: #fff;
    font-size:smaller;
}

/* Altron Logo & Loto icon */
.banner1 {	
    float: left;
    width: 100%;
    padding: 0;   
}
.banner1 img{
    display: block;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.banner2{
	float: left;
    width: 50%;
    padding: 0;
}
.banner2 img{
    display: block;
}
.banner3 {	
    float: left;
    width: 50%;
    padding: 0;   
}
.banner3 img{
    display: block;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Create three equal columns that floats next to each other */
.footer {
    float: left;
    text-align:center;
    font-size: 12px;
    color: black;
    width: 33.333%;
    background-color: white;
    margin-top: 12px;
    padding-top: 12 px;
    padding-bottom: 20px;
}
.footer a{
    text-decoration: none;               
}
.footer a:hover {
	color: darkblue;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#apple{
	width: 120px;
	height: 36px;	
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	position: fixed;
	bottom: 8px;
	left: 0;
}
#apple a {
	text-decoration: none;
	color: white;
}

#google{

	width: 120px;
	height: 36px;	
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	position: fixed;
	bottom: 10px;
	right: 0;
}

#google a {
	text-decoration: none;
	color: white;
}

#amazon{
	width: 128px;
	height: 36px;	
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	position: fixed;
	bottom: 10px;
	right: 0;
}
#amazon a {
	text-decoration: none;
	color: white;
}

/* お問い合わせフォーム */

.freecontactform {
	width: 80vw;
	font-family: arial;
	border: 1px dashed #12d;
	padding:30px 0px;
	border-radius: 10px;
}
.freecontactformheader {
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.freecontactformmessage {
	text-align:center;
	padding-bottom:10px;
}
.freecontactform td {
	padding:4px;
	font-size:12px;
}
.freecontactform p {
	padding:4px;
}
.freecontactform label {
	padding:4px;
}
.freecontactform label {
	padding-right:10px
}
.required {
	font-weight:bold;
}
.required_star {
	font-weight:bold;
	color:#F00;
}
.not-required {
		font-weight:bold;
}
.antispammessage {
	padding:10px;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	font-weight:bold; 
}
.antispamquestion {
	font-weight:normal;

/*　お問い合わせフォーム END */

