@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 62.5%;
    line-height: 180%;
	background: #f4f0e1;
	color: #454545;
}
a {
	text-decoration: none;
	color: #454545;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:link {
	color: #103765;
}
a:visited {
	color: #103765;
}
a:hover {
	color: #7299C0;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	color: #454545;
}
@media screen and (max-width: 767px) {
	body {
		background: #fff;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		text-decoration: underline !important;
		color: #103765;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both!important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
/* font-weight */
.fb {
	font-weight: bold!important;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {content: "\e900";}
.icon-category:before {content: "\e901";}
.icon-check:before {content: "\e902";}
.icon-checked:before {content: "\e903";}
.icon-down:before {content: "\e904";}
.icon-facebook:before {content: "\e905";}
.icon-google:before {content: "\e906";}
.icon-line:before {content: "\e907";}
.icon-twitter:before {content: "\e908";}
.icon-arrow02:before {content: "\e909";}
.icon-arrow01:before {content: "\e910";}
.icon-search:before {content: "\e911";}
.icon-tag:before {content: "\e912";}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none;
}
.mb {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
#wrapper {
	font-size: 140%;
	background: url(/wp-content/uploads/body_bg.png) repeat-y center top;
}
/* @media (min-width: 768px) {
	#wrapper {
		background: url(/wp-content/uploads/body_bg.png) repeat-y center top;
		padding: 0 20px;
		max-width: 932px;
		margin: 0 auto;
		box-sizing: border-box;
	}
} */
/*--------------------------------------
content
--------------------------------------*/
#content {
    max-width: 920px;
    margin: 20px auto 0;
    text-align: left;
    padding: 0 20px 70px;
	min-height: 600px;
	box-sizing: border-box;
}
#content #main {
	width: 73%;
	max-width: 640px;
	float: left;
	box-sizing: border-box;
/* 	line-height: 1.5; */
}
#content #main .contentsBox {
    margin-bottom: 45px;
}
#content #main .contentLayoutArea {
    word-break: break-all;
    overflow: hidden;
	line-height: 1.3;
}
@media (max-width: 767px) {
	#content {
		padding: 0 0 70px;
	}
	#content #main {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto;
		max-width: none;
	}
	#content #contentsBoxWrap {
		margin: 0 auto;
		padding: 0 20px;
	}
}
/*--------------------------------------
bread
--------------------------------------*/
#bread {
    width: 100%;
    text-align: right;
    line-height: 1.3;
    line-height: 120%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#bread li {
    display: inline;
}
#bread li+li:before {
    padding-right: .3em;
    content: "＞";
}
#bread li a {
    text-decoration: underline;
    vertical-align: baseline;
}
@media screen and (max-width: 959px) {
	#bread {
		padding: 0 20px;
	}
}
/*--------------------------------------
header
--------------------------------------*/
#header h1 {
	margin: 0 auto;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #08305f;
	padding: 1px 0 0 10px;
}
#header #headerLeft {
	width: 38%;
	float: left;
}
#header #headerLeft #logo {
	margin: 9px 0 0 10px;
}
#header h2 {
	margin: 6px 0 0 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.1;
	font-size: 10px;
	color: #CEC2A8;
}
#header #headerRight {
	width: 61%;
	float: right;
	max-width: 544px;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
	text-align: right;
}
#header #headerRight div#telNumber {
	margin-bottom: 7px;
}


@media screen and (min-width: 768px) {
	#header {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 20px 1px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	#header {
		background: #fff;
		border-bottom: none;
		z-index: 999;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
	}
	#header #headerInner {
		padding: 0;
		height: auto;
	}
	#header .catchword,
	#header h2,
	#header #headerRight #telNumberWrap,
	#header #headerRightUnder {
		display: none !important;
	}
	#header #headerLeft {
		width: calc(100% - 80px);
		max-width: 256px;
		padding: 14px 0 0 10px;
		box-sizing: border-box;
	}
	#header #headerLeft #logo {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	#header #headerLeft #logo a img {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	#header #headerRight {
		width: 60px;
		max-width: 60px;
		padding: 0;
	}
	
	/* お問い合わせ */
	body.inquiryBody #wrapper {
		background: none;
	}
	.inquiryBody #header {
		margin-bottom: 0;
	}
	.inquiryBody #header #headerLeft {
		float: none;
		width: 100%;
		max-width: 282px;
		padding: 20px 0 0 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.inquiryBody #header #headerRight {
		display: none;
	}
}


/*--------------------------------------
NAVI
--------------------------------------*/
#navigation {
	background: #fff;
	max-width: 920px;
	margin: 0 auto;
}
#navigation #navigationInner {
    max-width: 920px;
    text-align: center;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
#navigation ul#nav > li {
    position: relative;
    width: 20%;
    box-sizing: border-box;
	float: left;
	border-right: 1px solid #fff;
}
#navigation > ul {
	position: relative;
	z-index: 99;
}
#navigation #nav > li ul {	
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
#navigation ul#nav ul a {
	display: block;
	background-color: #c5e3fd;
    background-repeat: no-repeat;
    height: 30px;
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-decoration: none !important;
}

.desktop #header #navigation #nav > li > a:hover + ul,
.desktop #header #navigation #nav > li > a ul:hover,
.desktop #header #navigation #nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop #header #navigation #nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet #header #navigation #nav > li > ul {
	display: none;
}
.tablet #header #navigation #nav > li > a + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet #header #navigation #nav > li.hover > a + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#header #navigation {
		display: none !important;
	}
	#header #navigation #nav > li ul {
		pointer-events: none;
	}
	#navigation ul#nav > li > a {
		display: block;
		height: 30px;
		line-height: 30px;
	}
	#navigation ul#nav ul a {
		line-height: 30px;
	}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#navigation #nav > li ul {
		right: 0;
		left: inherit;
	}
}

@media screen and (max-width: 959px) and (min-width: 768px) {
	#navigation li a.navigationBg span {
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.toggleMenu {
		float: right;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #0C3462;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	#header #navigation {
		display: none;
		background: #DBECFF;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}
	#navigation #navigationInner {
		border: none;
		padding: 20px;
	}
	#header #navigation #nav {
		display: block;
	}
	#navigation ul#nav li {
		float: none;
		width: 100%;
		border: none;
	}
	#navigation ul#nav > li:not(:first-child) {
		margin-top: 2px;
	}
	#header #navigation #nav > li > a {
		background: #fff;
		color: #22201E;
		text-align: left;
		padding: 20px 40px 20px 20px;
		box-sizing: border-box;
		height: auto;
		display: block;
		font-size: 15px;
/* 		font-family: "秀英角ゴシック金 M","Shuei KakuGo Kin M";
		font-weight: bold; */
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 600;
	}
	#header #navigation #nav > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	#header #navigation #nav > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	#header #navigation #nav > li > a.parent:after {
		content: "";
		width: 10px;
		height: 10px;
		border-left: 1px solid #FF9C00;
		border-top: 1px solid #FF9C00;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	#header #navigation #nav > li.hover > a.parent:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	#header #navigation #nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	#navigation ul#nav ul.pullSub li {
		width: 100%;
		margin-top: 2px;
	}
	#header #navigation #nav > li ul li {
		display: none;
	}
	#header #navigation #nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#navigation ul#nav ul a {
		width: 100%;
		background: #96C4FF;
		color: #fff;
		padding: 20px 30px;
		height: auto;
		border: none;
		box-sizing: border-box;
		font-size: 15px;
		text-align: left;
	}
	#navigation ul#nav ul a span {
		padding: 0;
	}

	#header #navigation #nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header #navigation #nav > li > a {
		position: relative;
	}
	#header #navigation #nav > li.hover > a + ul,
	#header #navigation #nav > li > a:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	#header .contact_box {
		background: #0C3462;
		padding: 30px;
	}
	#header .contact_box .contact_tit {
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.2;
		color: #fff !important;
		text-align: center;
	}
	#header .contact_box ul li:not(:first-child) {
		margin-top: 10px;
	}
	#header .contact_box img {
		width: 100%;
	}
}
@media screen and (max-width: 374px) {
	#header .contact_box {
		padding: 20px;
	}
}


/*--------------------------------------
* nav_pc
--------------------------------------*/
.navigationCross {
	max-width: 920px;
	margin: 1px auto 20px;
}
.navigationCross li {
    float: left;
	width: 16.6%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.navigationCross li:last-child {
	width: 17%;
	border-right: none;
}
.navigationCross li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 34px;
	line-height: 34px;
    display: block;
	text-align: center;
	border-top: 1px solid #c0ddeb;
	border-bottom: 1px solid #205b79;
	background: #1293f7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #aed3e6), color-stop(1.00, #3493c1));
	background: -webkit-linear-gradient(top, #aed3e6 0%, #3493c1 100%);
	background: -moz-linear-gradient(top, #aed3e6 0%, #3493c1 100%);
	background: -o-linear-gradient(top, #aed3e6 0%, #3493c1 100%);
	background: -ms-linear-gradient(top, #aed3e6 0%, #3493c1 100%);
	background: -linear-gradient(top, #aed3e6 0%, #3493c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed3e6', endColorstr='#3493c1',GradientType=0 );
	position: relative;
}
.navigationCross li a:after {
	content: "";
	position: absolute;
	right: 3px;
	width: 5px;
	height: 5px;
	background: url(/wp-content/uploads/nav_arrow.png);
	bottom: 3px;
}
.navigationCross li a:hover {
	background: #6eb7da;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d4ecf8), color-stop(1.00, #6eb7da));
	background: -webkit-linear-gradient(top, #d4ecf8 0%, #6eb7da 100%);
	background: -moz-linear-gradient(top, #d4ecf8 0%, #6eb7da 100%);
	background: -o-linear-gradient(top, #d4ecf8 0%, #6eb7da 100%);
	background: -ms-linear-gradient(top, #d4ecf8 0%, #6eb7da 100%);
	background: -linear-gradient(top, #d4ecf8 0%, #6eb7da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ecf8', endColorstr='#6eb7da',GradientType=0 );
}
@media screen and (max-width: 920px) and (min-width: 768px) {
	.navigationCross li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.navigationCross {
		display: none;
	}
}
	
/*--------------------------------------
MAIN
--------------------------------------*/
#mainImageWrap {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

/*--------------------------------------
SIDE
--------------------------------------*/
#side {
	width: 25%;
    max-width: 220px;
    float: right;
}
#side .sort {
    margin-bottom: 10px;
}
#sideNews .contentsBoxTitle {
	border-bottom: 5px solid #e8e8e8;
	padding-bottom: 5px;
	margin-bottom: 13px;
	position: relative;
}
#sideNews .contentsBoxTitle h3 {
	color: #4499C4;
	font-weight: bold;
}
#sideNews .contentsBoxTitle p {
	position: absolute;
	right: 0;
	top: 0;
}
#sideNews .contentsBoxTitle a.listLook {
	text-decoration: none;
	font-size: 90%;
	line-height: 140%;
	color: #454545;
	position: relative;
	padding-left: 20px;
}
#sideNews .contentsBoxTitle a.listLook:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 1px;
	width: 13px;
	height: 15px;
	background: url(/wp-content/uploads/icon_info_list_side.gif) no-repeat;
}
#sideNews .contentsBoxTitle a.listLook:hover {
	text-decoration: underline;
}
#side .naviList > li > a {
    display: block;
    background: #08315f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #426084), color-stop(1.00, #08315f));
    background: -webkit-linear-gradient(top, #426084 0%, #08315f 100%);
    background: -moz-linear-gradient(top, #426084 0%, #08315f 100%);
    background: -o-linear-gradient(top, #426084 0%, #08315f 100%);
    background: -ms-linear-gradient(top, #426084 0%, #08315f 100%);
    background: -linear-gradient(top, #426084 0%, #08315f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426084', endColorstr='#08315f',GradientType=0 );
	font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 10px 3px 10px 35px;
    margin-bottom: 2px;
    position: relative;
}
#side .naviList > li > a:after {
    content: "";
    position: absolute;
    right: 4px;
    width: 5px;
    height: 5px;
    background: url(/wp-content/uploads/side_nav_arrow.png);
    bottom: 4px;
}
#side .naviList > li > a:hover {
    background: #2b5584;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #6c8aaa), color-stop(1.00, #2b5584));
    background: -webkit-linear-gradient(top, #6c8aaa 0%, #2b5584 100%);
    background: -moz-linear-gradient(top, #6c8aaa 0%, #2b5584 100%);
    background: -o-linear-gradient(top, #6c8aaa 0%, #2b5584 100%);
    background: -ms-linear-gradient(top, #6c8aaa 0%, #2b5584 100%);
    background: -linear-gradient(top, #6c8aaa 0%, #2b5584 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8aaa', endColorstr='#2b5584',GradientType=0 );
}

#side .accessBox {
    border: 1px solid #b5c2d2;
    box-sizing: border-box;
    padding: 7px 9px 11px;
    background: #fff;
}
#side .accessBox .title {
/* 	font-family: "秀英角ゴシック金 M","Shuei KakuGo Kin M";
	font-weight: 400;
	font-style: normal; */
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #696969;
    text-align: center;
    margin: 0 0 9px;
}
.sideMap {
	position: relative;
    width: 100%;
    padding-top: 200px;
	box-sizing: border-box;
}
.sideMap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#side .accessBox small a {
	font-size: 14px;
	text-decoration: underline;
}
#side .accessBox dl {
	line-height: 1.4;
	font-size: 14px;
	margin: 20px 0 21px;
}
#side .accessBox dl dd:not(:last-child) {
	margin-bottom: 20px;
}
#side .accessBox li {
	margin-top: 7px;
}
@media screen and (max-width: 767px) {
	#side {
		float: none;
		margin: 0 auto;
		padding-top: 50px;
		width: 100%;
	}
}

/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
#conBottom {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.contact_section {
		padding: 40px 20px;
		background: #0C3462;
	}
	.contact_section .contact_tit {
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.2;
		color: #fff;
		text-align: center;
	}
	.contact_section ul li:not(:first-child) {
		margin-top: 10px;
	}
	.contact_section .timeArea {
		font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
		background: #fff;
		border-radius: 5px;
		padding: 15px;
		max-width: 630px;
		box-sizing: border-box;
		margin: 20px auto 0;
	}
	.contact_section .timeArea p {
		font-size: 13px;
		margin-top: 5px;
		line-height: 1.7;
		text-align: left;
	}
	table.timetableC {
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
	}
	.timetableC th,
	.timetableC td {
		font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: center;
		vertical-align: middle;
		padding: 2px 0;
		font-size: 14px;
	}
	.timetableC thead th {
		border-bottom: 1px solid #CBCAC9;
		color: #22201E;
		padding: 0 0 5px;
		font-size: 14px;
	}
	.timetableC thead th:first-child {
		width: 34%;
	}
	.timetableC tbody th {
		word-break: keep-all;
		white-space: nowrap;
	}
	.timetableC tbody td {
		color: #FF9C00;
	}
	.timetableC tbody td.holiday {
		color: #22201E;
	}
	.timetableC tbody tr:first-child th,
	.timetableC tbody tr:first-child td {
		padding-top: 7px;
	}
	.timetableC tbody tr:last-child th,
	.timetableC tbody tr:last-child td {
		padding-bottom: 7px;
		border-bottom: 1px solid #CBCAC9;
	}
}
@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}
#footerInner {
	max-width: 920px;
	background: #103765;
	padding: 20px 20px 60px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footer #footerContent {
	max-width: 920px;
	margin: 0px auto;
	text-align: center;
}
#footer #footerContent ul {
    margin-bottom: 14px;
    text-align: center;
	font-size: 90%;
}
#footer #footerContent li {
    display: inline-block;
}
#footer #footerContent li a {
    color: #fff;
}
#footer #footerContent li a:hover {
	text-decoration: underline;
}
#footer #footerContent address {
    font-style: normal;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
	#footerInner {
		padding-bottom: 19%;
	}
}

/* =====================================
■fixed_box
===================================== */
@media screen and (min-width: 768px) {
	#footer .fixed_box {
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		width: 339px;
		bottom: 0 !important;
		right: 0;
		line-height: 0;
	}
	#footer .fixed_box li {
		float: right;
		width: 50px;
	}
	#footer .fixed_box li:first-child {
		margin-left: 10px;
	}
	#footer .fixed_box li:last-child {
		width: 229px;
		border-left: none;
	}
	#footer .fixed_box li a:hover img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	#footer .fixed_box {
		width: 100%;
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
	}
	#footer .fixed_box li {
		float: right;
		width: 42.6%;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:first-child {
		width: 14.8%;
		border: none;
	}
	#footer .fixed_box img {
		width: 100%;
	}
}



/*Pagination CSS*/
/*--------------------------------------
pagination
--------------------------------------*/
.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 1px;
}
.pagination li a {
	display: inline-block;
	line-height: 24px;
	background: #4da1de;
	color: #FFF;
	width: 24px;
	height: 24px;
	text-decoration: none;
	vertical-align: baseline;
}
.pagination li a:hover {
	background: #84C4F2;
	text-decoration: underline;
}
.pagination li .current {
	color: #fff;
	background: #84C4F2;
	display: inline-block;
	line-height: 24px;
	width: 24px;
	height: 24px;
}
.pagination li a.prev, .pagination li a.next {
	width: auto;
	color: #454545;
	height: auto;
	background: none;
}
/* .pagination li a.prev {
	background-image: url(/wp-content/themes/genova_tpl/style/00/images/icon_news_previous.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 10px;
	text-decoration: none;
}
.pagination li a.next {
	background-image: url(/wp-content/themes/genova_tpl/style/00/images/icon_news_next.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	text-decoration: none;
} */
.pagination li a.prev:hover, .pagination li a.next:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.pagination > .page-numbers {
		position: relative;
		margin-top: 25px;
		max-width: 300px;
		margin: 25px auto 0;
		width: 100%;
	}
	.pagination li a.prev, .pagination li a.next {
		position: absolute;
		top: -30px;
		width: 130px;
		box-sizing: border-box;
	}
	.pagination li a.prev {
		left: 0;
	}
	.pagination li a.next {
		right: 0;
	}
}