/*ƒXƒ}ƒzCSS*/

@media screen and (max-width:900px) {



.headcopy {
	position: relative;
	background-image: url(./top5.jpg);
	background-size: 100%;
	background-position: center;
	height: 215px;
  }

.toppic{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.toppic img{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: block;
	  width: 100%;
	  height: auto;
	  transform: translate(-50%,-70%);
}

.headcopy h1 {
	position: absolute;
	color: #000000;
	top: 30%;
	left: 0;
	right:0;
	font-weight: 600;
	font-size:45px;
	text-shadow: 2px 2px 2px #fff;
  }



.headcopy h2 {
	position: absolute;
	color: #000000;
	top: calc(30% + 50px);
	left: 0;
	right: 0;
	font-weight: 600;
	font-size:17px;
	text-shadow: 2px 2px 2px #fff;
  }


.main{
	margin:20px 0px;
	width:100%;
}

.lang-area{
	width:90%;
	margin:20px auto;
	text-align:right;
}

.lang-area a{
	color:blue;
	text-decoration: none;
	
	pointer-events:auto;
}

.lang-area a:hover{
	color:red;
	text-decoration: underline;
}

.lang-area a:active{
	color : #f00;
}

.title{
	box-sizing: border-box;
	width:90%;
	background: #e6e6e6;
	font-weight:600;
	font-size:18px;
	padding:20px 10px;
}

table{
	box-sizing: border-box;
	margin:0 auto;
	width:90%;
}

  th, td {
    display: inline-block;
    width: 100%;
    float: left;
  }

table tr{
	border-bottom: 1px dotted #d7d7d7;
}

table th{
	border-bottom: none;
	padding:10px 0px 0px 0px;
	text-align:left;
}

table td{
	border-bottom: 1px dotted #d7d7d7;
	padding:0px 0px 20px 0px;
}

.font2{
	font-weight: 600;
	white-space: nowrap;
}


ul{
	margin: 0px 0px;
	padding: 10px 15px;
}


