﻿@charset "utf-8";


/* ================================================================================
	Header CSS
================================================================================ */

#header {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}

#header .inner {
	position: relative;
	z-index: 12;
}

#header .inner:after {
	content: "";
    display: table;
	clear: both;
}

#header h1 {
	float: left;
	width: 207px;
	height: 31px;
	margin-top: 4px;
}

#header .rb {
	width: 730px;
}

#header #gnav {
	float: left;
	width: 399px;
}

#header #gnav ul {
	overflow: hidden;
}

#header #gnav li {
	float: left;
}

#header #gnav #gnav01 {
	display: none;
}

#header #gnav li a {
	display: block;
	width: 132px;
	padding: 10px 0;
	border-left: 1px solid #e4e4e4;
	text-align: center;
}

#header #gnav li a:hover {
	text-decoration: none;
}

#header #gnav li span {
	margin-left: 1em;
	font-size: 11px;
}

#header #font-area {
	float: left;
	width: 121px;
	height: 32px;
	padding: 5px 5px 6px;
	border-left: 1px solid #e4e4e4;
	background-color: #eeeeee;
}

#header #font-area ul {
	display: flex;
	overflow: hidden;
}

#header #font-area li {
	position: relative;
	float: left;
	margin-left: 5px;
	font-size: 12px;
}

#header #font-area li:first-child {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1;
}

#header #font-area li a {
	display: block;
	width: 38px;
	padding: 5px 0;
	background-color: #d5d5d5;
	font-size: 12px;
	color: #8c8c8c;
	text-align: center;
}

#header #font-area li a.active {
	background-color: #ffba00;
	color: #242d3c;
}

#header #font-area li a:hover {
	text-decoration: none;
}

#header #support {
	float: left;
	width: 191px;
	padding: 5px 3px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
}


/* ================================================================================
	SlidingPanel BASE CSS
================================================================================ */

#toppanel {
	position: absolute;
		top: 35px;
		left: 113px;
		z-index: 15;
		width: 951px;
}


/* ================================================================================
	SlidingPanel OPEN PANEL CSS
================================================================================ */

#panel {
	display: none;
	position: relative;
	z-index: 16;
	width: 587px;
	height: 322px;
	padding-top: 20px;
	background: url(../images/maga_nav_bg01.png) 0 0 no-repeat;
}

#panel ul {
	display: table;
	margin: 15px 20px 0;
}

#panel li {
	display: inline-block;
	width: 172px;
	margin-left: 7px;
	margin-bottom: 10px;
}

#panel .close-bt {
	text-align: center;
}


/* ================================================================================
	Footer CSS
================================================================================ */

.page-top {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}

.page-top a {
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius: 4px;
	background-color: #999;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.page-top a:hover {
	text-decoration: none;
}

.page-top a span {
	margin-left: 5px;
	font-size: 13px;
}

#facility-list {
	width: 100%;
	background: #efefef url(../images/footer_shadow01.png) 0 0 repeat-x;
}

#facility-list .inner {
	overflow: hidden;
	padding: 20px 10px;
}

#facility-list li a {
	font-size: 12px;
}

#facility-list .lb {
	width: 314px;
	padding-right: 30px;
	border-right: 1px solid #aaaaaa;
}

#facility-list .lb h5 img {
	height: 20px; /* 180313.高さで揃える */
}

#facility-list .lb ul {
	margin-top: 10px;
}

#facility-list .rb ul + ul {
	width: 312px;
	margin-left: 30px;
}

#facility-list .lb li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/footer_arrow01.jpg) 0 center no-repeat;
}

#facility-list .rb {
	float: left;
	width: 572px;
	padding-left: 23px;
}

#facility-list .rb h5 img {
	height: 20px; /* 180313.高さで揃える */
}

#facility-list .rb ul {
	float: left;
	width: 230px;
	margin-top: 10px;
}

#facility-list .rb li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/footer_arrow01.jpg) 0 center no-repeat;
}

footer {
	width: 100%;
}

footer .inner {
	overflow: hidden;
}

footer #footer-utility {
	padding: 35px 0;
	background: #fff url(../images/footer_shadow01.png) 0 0 repeat-x;
}

footer #footer-utility h5 {
	float: left;
	width: 149px;
}

footer #footer-utility ul {
	overflow: hidden;
	float: left;
	width: 740px;
	margin: 5px 0 0 30px;
}

footer #footer-utility li {
	float: left;
	margin-left: 7px;
}

footer #footer-utility li:before {
	content: "|";
}

footer #footer-utility li:first-child {
	margin-left: 0;
}

footer #footer-utility li:first-child:before {
	content: "";
}

footer #footer-utility li a {
	margin-left: 7px;
}

footer #copy {
	padding: 17px 0 29px;
	background: url(../images/copy_bg01.jpg) 0 0 repeat-x;
}

footer #copy p {
	text-align: center;
}

footer #copy small {
	font-size: 12px;
	color: #fff;
}


/* ================================================================================
	Sub Common CSS
================================================================================ */

main {
	width: 100%;
	background: url(../images/main_bg00.jpg) center 0 repeat-y;
}

#main-bg {
	width: 100%;
	background:  url(../images/main_bg01.jpg) center 0 no-repeat;
}

#container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.side {
	float: left;
	width: 210px;
	padding: 20px 10px 30px;
}

.side h1 {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.side .tel {
	padding: 6px 0 4px;
	background-color: #323232;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.side .side-nav {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.side .side-nav h4 {
	background: #C73E67 url(../images/side_icon01_show.png) 10px center no-repeat;
	padding: 10px 0 10px 55px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.side .side-nav h4.show {
	background: #C73E67 url(../images/side_icon01.png) 10px center no-repeat;
}

.side .side-nav ul {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
}

.side .side-nav li a {
	display: block;
	padding: 9px 0 9px 25px;
	background: url(../images/arrow_icon01.png) 13px center no-repeat;
	border-bottom: 1px solid #e4e4e4;
	color: #232323;
}

.side .side-nav li a:hover {
	text-decoration: none;
}

.side .banner {
	margin-top: 20px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.side .utility-nav {
	margin-top: 10px;
}

.side .utility-nav li {
	padding-left: 25px;
	background: url(../images/arrow_icon02.png) 13px center no-repeat;
}

.side .utility-nav li a {
	color: #232323;
}

#side02 {
	z-index: 100;
	left: 0;
	display: none;
}

#main {
	float: right;
	width: 730px;
	padding-bottom: 40px;
}

/* ================================================================================
	facility_list <span>
================================================================================ */

#facility-list li span {
	font-size: 12px;
}

#blogfeed-list > li , #newsfeed-list > li {
	list-style: none;
	padding: 0 0 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #c4c4c4;
}

#blogfeed-list > li > a, #newsfeed-list > li > a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}