@charset "UTF-8";

.ja{
  font-family: "メイリオ", Meiryo, sans-serif;
}

.en{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.cn{
  font-family: 'SimSun','sans-serif';
}


.jumbotron {
	background-color: #fff;
	padding: 1rem 0 0;
	margin-bottom: 0;
}

a:hover{
	text-decoration: none;
}

ul li {
	list-style: none;
}
a img{
  cursor: pointer;
  transition-duration: 0.3s;
}
a:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.table th {
  color: #C43138;
  vertical-align: middle;
}
.table td, .table th{
	padding: .20rem;
  vertical-align: middle;
}

.header li {
    display: block;
    width: 80px;
    font-size: 80%;
    margin-right: 6px;
    border: 1px #C43138 solid;
    text-align: center;
  	padding: 2px;
}
.header li a {
	color: #C43138;
}
.header .on  {
	background-color: #C43138;
}
.header .on a {
	color: #fff;
}

.main01{
    background-image: url(../img/main.png);
    background-size: cover;
    background-position: center 60%;
	height:410px;
}
.main02{
    background-image: url(../img/main02.png);
    background-size: cover;
    background-position: center 60%;
	height:130px;

}
.mainTxt h2{
	font-weight: bold;
	font-size:140%;
}

.staff{
	background-color: #C43138;
}
.staffArea{
	background-color: #fff;
}

.pagetop {
	background-color: #E0EAEB;
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
