﻿@charset "utf-8"; 

body {
	margin: 0; padding: 0;
}

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1, h2, h3, h4, p, a, img, dl {
	margin: 0; padding: 0; font-weight: normal;
}

.hidden {
	overflow: hidden;
}

.body_header_bg{
	background: #f6f6f6;
}

.body_main_bg{
	background: #ffffff;
}

.body_main{
	display: block;
}

.color_red {
	color: #cc0000;
}



.header_title_english, .header_title, .header_title_kana, .standard_time_titile, .standard_time {
	font-family: 'Noto Sans JP', sans-serif;
}

.webfont-bold{
	font-weight: bold;
}

.header_title-area{
	width:90%;
	margin: 32px auto;
}

.header_title_english {
	color: #555555;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}

.header_title {
	color: #555555;
	font-size: 22px;
	text-align: center;
	margin: 10px auto;
	line-height: 1.3;
}

.header_title_kana {
	color: #555555;
	font-size: 15px;
	text-align: center;
	margin: 12px auto;
	line-height: 1.3;
}





.access_route_title_english, .access_route_title {
	font-family: 'Noto Sans JP', sans-serif;
}

.access_route_title-area{
	width:100%;
	margin: 16px auto;
}

.access_route_title {
	text-align: center;
	font-size: 15px;
	line-height:1.8;
	color: #444444;
	padding: 32px 8px;
	background: #e8e8e8;
}





@media screen and (min-width: 769px) {

body {
	margin: 0; padding: 0;
}

.body_width{
	width: 960px;
	margin: 0px auto;
}

.header_title_english {
	font-size: 18px;
}

.header_title {
	font-size: 32px;
}

.header_title_kana {
	font-size: 16px;
}

.contents_main{
	min-height: 800px;
}




.access_route_title {
	text-align: center;
	font-size: 15px;
	line-height:1.8;
	color: #444444;
	padding: 8px 8px;
	background: #e8e8e8;
}





}