﻿@font-face {
   font-family: 'Roboto Slab';
   src: url('font/RobotoSlab-VariableFont_wght.ttf') format("truetype");
}

body{
	padding-top:50px;
}

h1{
	text-align: center;
	font-size: 40px;
	font-family: 'Robot Slab', serif;
	font-weight: 1px;
	line-height: 1.2;
	letter-spacing: 1px;
}
h1 span{
	font-size: 15px;
}




.globalNavi{
	text-align: center;
	margin-bottom: 50px
}

.globalNavi li{
	display: inline-block;
	margin-right:  40px;
	font-family: 'Robot Slab', serif;
	font-size: 20px;
}
.globalNavi li:last-child{
	margin-right: 0px;
}

a{
	text-decoration: none;
}

.mainImage{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.mainImage img {
	width: 100%;
	height: auto;
}

.aboutSection,
.newsSection{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.hStyle{
	text-align: center;
	font-size: 11px;
	font-family: 'Robot Slab', serif;
	margin-bottom: 40px;
	line-height: 1.2;
}

.hStyle span{
	font-size: 35px;
	font-family: 'Robot Slab', serif;
	border-bottom: 2px solid #000000;
}





.aboutSection ul{
	overflow: hidden;
	passing: 0;
}
.aboutSection li{
	float: left;
	list-style: none;
	width: 32%;
	margin-right: 2%;
}

.aboutSection li:last-child{
	margin-right: 0%;
}

.aboutSection li img{
	width: 100%;
	height: auto;
}

.aboutSection h3{
	font-size: 25px;
	font-family: 'Robot Slab', serif;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
}

.aboutSection p{
	font-size:14px;
	margin: 0;
	letter-spacing: 1px;
}






.newsSection table{
width: 100%;
}




.newsSection th{
	font-size: 14px;
	font-family: 'Robot Slab', serif;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 10%;
}

.newsSection td{
	font-size: 14px;
	font-family: 'Robot Slab', serif;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 90%;
}


.youtubeBt{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.youtubeBt a{
	background: #000000;
	color: #ffffff;
	display: block;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	text-decoration: none;
	border-radius: 4px;
	font-family: 'Robot Slab', serif;
}

.copyright{
	text-align: center;
	font-size: 14px;
	font-family: 'Robot Slab', serif;
	padding-top: 30px;
}