@charset "utf-8";
header{
	max-width: 1000px;
	height: 130px;
	margin: 0 auto;
}
html {
	box-sizing: border-box;
}
#index{
	margin: 0 auto;
}
body {
    font-family: sans-serif;
}
.logo{
	width: 480px;
	margin-right: 180px;
    margin-left: 180px;
    margin-top: 5px;
}
.logo2 {
    margin: 0 auto;
    text-align: center;
    list-style: none;
}
.logo2 li {
    display: inline-block;
}
.honyaku {
    background-color: #bce2e8;
    padding: 7px;
    width: 80px;
    text-align: center;
    border: solid 2px #bce2e8;
    display: block;
}
.honyaku:hover {
    background-color: white;
}
.honyaku a {
    text-decoration: none;
    color: black;
    display: block
}
ul.ddmenu {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-color: #ffd700;
	justify-content: space-around;
    text-align: center;
}
ul.ddmenu li {
	width: 200px;
	display: inline-block; 
	list-style-type: none; 
	position: relative;
	flex: 1 0 auto;
}
ul.ddmenu a {
	background-color: #ffd700;
	color: black;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: block;
}
ul.ddmenu a:hover {
   background-color: #ffa500;
   color: black;
}
ul.ddmenu a.now {
	background-color: #ffa500
}
ul.ddmenu li:hover ul {
   display: block;
}
ul.ddmenu ul {
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
}

ul.ddmenu ul li {
	width: 200px;
   border-top: 1px solid #ffa500;
}
ul.ddmenu ul li a {
   line-height: 35px;
   text-align: center;
   padding-left: 5px;
   font-weight: normal;
}
ul.ddmenu ul li a:hover {
   background: #ffa500;
   color: black;
}
.header-nav-wrapper{
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	background:#ffffff
}
#main {
	width: 990px:
}
.main-wrapper{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 200px;
	width: 100%;
}
.content{
    width: 1000px;
    margin: 0 auto;
}
.topmenu {
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	list-style: none;
	text-align: center;
    width: 800px;
}
.topmenu li {
	float: left;
	border: 3px solid #bce2e8;
	margin: 0 20px 80px 60px;
	width: 300px;
	height: 240px;
}
.topmenu a {
    text-decoration: none;
    color: black;
    display: block;
}
.topmenu li:last-child {
    margin-right: 0;
}
.topmenu1 {
    text-align: center;
}
.top_text {
    background-color: #bce2e8;
}
ul.naiyou li {
	list-style-type: none;
}
.que {
	margin: 20px;
	border: 3px solid #e83929;
	padding: 5px;
	border-radius: 10px;
}
.ans {
	margin: 20px;
	border: 3px solid #007bbb;
	padding: 5px;
	border-radius: 10px;
}
.qq {
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	background-color: #e83929;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
}
.aa {
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	background-color: #007bbb;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
}
.interview {
    margin: 20px;
    border: 3px solid #ffa500;
    padding: 5px;
    border-radius: 10px;
    background-color: #fddea5;
}
span.orange {
    font-weight: normal;
    background: linear-gradient(transparent 60%, #ffa500 60%, #ffa500 100%);
}
.yel {
    font-weight: normal;
    background: linear-gradient(transparent 60%, yellow 60%, yellow 100%);
}
.matome {
    background-color: #ffa500;
    padding: 5px;
    height: 30px;
    margin-right: 750px;
    text-align: center;
    border-radius: 15px;
}
.matome p {
    line-height: 1px; 
}
img.float_left {
	float: left;
	margin: 10px;
}
.float_clear {
	clear: both;
}
.float_clear2 {
	clear: both;
    border: solid 2px #bce2e8;
}
img.float_right {
	float: right;
	margin: 10px;
}
.model {
    font-size: 15px;
    margin-right: 400px;
    margin-left: 400px;
    margin-top: 40px;
    background-color: #ffa500;
    padding: 5px;
    text-align: center;
}
ul{
    margin: 0;
    padding: 0;
}
a{
    color: green;
}
a:hover{
    text-decoration: none;
    
}
h1{
	font-size: 30px;
	background-color: #bce2e8;
	text-align: center;
	padding: 5px;
	box-shadow: 0px 0px 0px 10px #bce2e8;
	border: dashed 2px white;
}
h2{
    font-size: 25px;
    padding: 5px 10px;
    color: #ffa500;
    background-color: white;
    border: solid 3px #ffa500;
    border-radius: 15px;
}
h3{
    font-size: 21px;
    border-bottom: double 5px #ffd700;
}
h4{
    font-size: 18px; 
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 13px;
}
p {
    font-size: 17px;
}
.space {
    margin-left: 15px;
}
.right {
    text-align: right;
}
.photo {
    text-align: center;
}
ul.cource {
    width: 900px;
    text-align: center;
}
ul.course li {
	width: 300px;
	display: inline-block; 
	list-style-type: none;
    padding: 5px;
    margin: 5px;
}
ul.course a {
	color: black;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.course_content {
    padding-top: 200px;
}
.course_orange {
    background-color: #ffa500;
    text-align: center;
    padding: 5px;
}
.course_yellow {
    background-color: #ffd700;
    text-align: center;
    padding: 5px;
}
.course_blue {
    background-color: #bce2e8;
    text-align: center;
    padding: 5px;
}
#image1 {
    transition: all 500ms 0s ease;
}
#image2 {
    transition: all 500ms 0s ease;
}
#image3 {
    transition: all 500ms 0s ease;
}
.on {
    transform: scale(2.0, 2.0) translate(0px, 80px);
}
.off {
    transform: scale(1.0, 1.0) translate(0px, 0px);
}
.app {
    border: 3px solid #bce2e8;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
}
video {
    width: 500px;
    height: 700px;
}
.transration {
    background-color: #bce2e8;
    padding: 5px;
    margin-right: 650px;
    margin-left: 70px;
    text-align: center;
}
table {
    border-collapse: collapse;
}
td {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}
td,th {
    border: 1px solid black;
}
thead tr {
    background-color: #bce2e8;
}
.page {
    margin-top: 150px;
}
.pagination {
    list-style: none;
    text-align: center;
}
.pagination li {
    display: inline-block;
    width: 200px;
    background-color: white;
    border: solid 2px #bce2e8;
    padding: 5px;
    margin: 10px 400px 10px 10px;
    text-align: center;
    border-radius: 10px;
    color: #bce2e8;
}
.pagination li:last-child {
    margin-right: 10px;
}
.pagination li:hover {
    background-color: #bce2e8;
    color: black;
    border: solid 2px #bce2e8;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}
.pagination a {
    display: block;
    text-decoration: none;
    color: black;
}
footer{
    text-align: center;
    color: black;
    width: 1000px;
    margin: 0 auto;
    background-color: #c3e9e9;
}
footer small{
    font-size: 12px;
}