/*
Theme Name: TOKAI RIST
Description: Custom theme for RIST homepage
Author: Hiroki Kimura
Version: 1.0.1
*/

main {padding:20px 50px;}
body {
	background-color:white;
	margin-top:50px;
	font-family: "HiraKakuPro-W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
}

/*--------------------------------------------------------------------*/
header {
	position: fixed;/*ヘッダーを固定*/
	z-index: 9999;/*一番前に表示されるように設定*/
	top: 0;/*画面一番上で固定*/
	width: 100%;/*ヘッダーが横幅いっぱいになるように指定*/
	background-color: #fff;
	color: #000;
	font-size:16pt;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*ヘッダーの影*/
}

footer {
	background-color: #fff; /*東海ブルーは#0044FF, #00AAFFがきれい*/
	font-size: 15pt;
	color: #000;
}

/*--------------------------------------------------------------------*/
/* Header Styles */
.panel-site-title {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	flex-direction:row;
    align-items: baseline;
    width: 100%;
}
.site-title {
	margin-left: 20px;
}

.global-menu-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
	margin-right: 30px;
}
.global-menu-list li{
	margin-left: 15px;
}

.menu-item-image img {
    width: auto;
    height: 25px;
    vertical-align: middle;
}

.global-nav{
	font-size: 12pt;
	font-weight: bold;
}
.global-nav li a{
	color: black;
	text-decoration: none;
	transition: all 0.3s;
}
.global-nav a:hover{
	color: #0044FF;
}

/*--------------------------------------------------------------------*/
/* Footer Styles */
.page-footer{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	flex-direction:row;
    align-items: baseline;
    width: 100%;
}

.page-footer::before{
    content: "";
	border: none;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #00AAFF;
}

.footer-widget-area{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	flex-wrap: wrap;
	flex-grow: 1;
}

.widget-footers{
	list-style: none;
	padding-left:0px;
	width:100%;
	font-size:15px;
}
.footer-link li a{
	font-size: 15px;
	font-weight:bold;
	color: black;
	text-decoration: none;
	transition: all 0.3s;
}
.footer-link li a:hover{
	color: #0044FF;
}
.footer-linkTitle{
	font-size: 20px;
	font-weight:bold;
	color: #0044FF;
}

.footer-copyright{
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
}
