@charset "utf-8";

/*=====================================

layout.css

=====================================*/

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	line-height: 0;
	vertical-align: bottom;
}

#detailBox section::after{
	content: '';
	clear:both;
	display: block;
}

/*-------------------------------------
 setting
-------------------------------------*/

body {
	position: relative;
	color: #000;
	font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
a {
	color:#19749C;
	text-decoration:none;
}
a:hover{

	color:#19749C;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
img {
	max-width: 100%;
}


/*-------------------------------------
 header
-------------------------------------*/
header {
    background: #4889c9 none repeat scroll 0 0;
    border-top: 5px solid #000000;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    height: 31px;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;

}
#headerInner{
	max-width:960px;
	margin:0 auto;
}

header h1 {
    margin-left: 284px;
    margin-top: 7px;
}
header .headerLogo {
    float: left;
    position: relative;
    width: 115px;
	margin-top:-10px;
	margin-left:-10px;
}
#search{
	float:left;
	width:120px;
}


header .gNavBtn {
	position: absolute;
	top: 9px;
	right: 14px;
	width: 49px;
	height: 31px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/gnav_menu.svg) no-repeat 0 0;
	background-size: 49px 31px;
	display:none;
}
header .gNavBtn a{
	display: block;
	height: 100%;
}


#gNav{
	margin-left:150px;
}
#gNav li{
	float:left;
	margin-right:4%;
	font-size:17px;
	color:#FFFFFF;
}
#gNav li a{
	color:#FFFFFF;
	text-decoration:none;
}
#socialBtn{
    display: block;
    float: right;
    margin-top: -1px;
    position: relative;
}
#socialBtn ul li{
	float:left;
	margin-right:10px;
	height: 33px;
}
#socialBtn ul li a{
	width: 33px;
	height:33px;
	display: inline-block;
}
#socialBtn ul li a img{
	width: 100%;
	height: 100%;
}
#container {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding-top: 55px;
	padding-bottom:40px;
	
}
.bgWhite100{
	width:100%;
	background-color:#FFFFFF !important;
}
.bgBeige100{
	width:100%;
	background-color:#F8F6E4 !important;
}

.bgBlue100{
	width:100%;
	background-color:#E6F1FB !important;
}

.containerInner{
	max-width:960px;
	margin:0 auto;
} 

#mainImg{
	/*padding-bottom: 10px;*/

}

.ttlHanmaru{
	text-align:center;
	border-top: 1px solid #ffffff;
}
.ttlLeadTxt{
    background-color: #ffffff;
    margin-top: -13px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.ichiranLink{
	text-align:center;
	padding-bottom:40px;
	padding-top:20px;
}
.ichiranLink a{
	padding:5px;
	background-color:#FFFFFF;
	display:block;
	margin:0 auto;
	width:225px;
	height: 20px;
	border: solid 1px #B2DFF6;
}

.EventLinkListBox{
	padding:2%;
	background-color:#FFFFFF;
	width:100%;
	border-radius:3px;
	margin-top:20px;
}

.EventLinkList{
	border-bottom:solid 1px #D0E5F7;
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-size:14px;
}
.EventLinkList:last-child{
	margin-bottom:0;
}

.EventLinkList dt{
	float:left;
	width:120px;
}
.EventLinkList dd{
    border-left: 4px solid #4889c9;
    margin-left: 125px;
    padding-left: 16px;
}


.linksList01 li{
	width:31%;
	float:left;
	border-bottom:solid 1px #D0E5F7;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-left:2%;
	font-size:17px;
}
.linksList01 {
	margin-left:-1%;
	margin-top:20px;
}

.bannerList01{
	clear:both;
	margin-top:30px;
}
.bannerList01 li{
	width:20%;
	float:left;
	text-align:center;
}

@media (max-width: 768px){
.linksList01 li{
	width:100%;
	float:none;
}
.linksList01 {
	margin-left:0;
}
}


footer {
    background: #4682BC none repeat scroll 0 0;
    clear: both;
    color: #333;
    padding-bottom: 0;
    padding-top: 10px;
    text-align: center;
}
.footerLink{
	float:left;
	width: 33.3333%;

	font-size:13px;
	text-align:left;
}
.footerLinkList{
	margin-bottom:10px;
	border-left:4px #FFFFFF solid;
}
.footerLink a{
	color:#FFFFFF;
}
.footerLink h3{
	font-size:16px;
}
.footerLink li{
	padding-left:20px;
}
footer p {
	padding: 3px;
	font-size: 12px;
	background-color:#000000;
	color:#FFFFFF;
	clear:both;
	margin-top:20px;

}
@media (max-width: 768px){
.footerLink{
	float:left;
	width: 48%;
	padding-left:2%;
}
}

.gNav01{
	position:fixed;
	z-index:20;
	bottom:0;
	min-width:100%;
}
.gNav01 ul.gNav01Links{
	width:100%;
	margin-top:-40px;
}


.gNav01 ul li{
	background-color:#FFFFFF;
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	bottom:0;
}
.gNav01 ul li p{

}
.gNav01 ul li a{
    color: #000000;
    display: block;
    font-size: 13px;
    height: 31px;
    margin-left: 56px;
    padding-top: 9px;
    text-decoration: none;
    vertical-align: middle;
}

.gNav01 ul li ul{
	flex-direction:column-reverse;
	display:none;
}
.gNav01 ul li ul li ul{
	flex-direction:column-reverse;
	display:block;
}
.gNav01 ul li ul{
	flex-direction:column-reverse;
}
.gNav01 ul li ul li{
	margin: 0;
	float:none;
	width:100%;
	border-bottom:1px solid #FFFFFF;
	background-color: #F3F3F3;
    box-shadow: none;
}
.gNav01 ul li ul li ul li{
	margin-left: 20px;
	float:none;
	width:100%;
	border-bottom:1px solid #FFFFFF;
	background-color: #F3F3F3;
    box-shadow: none;
}
.gNav01 ul li ul li a{
	margin-left: 8px;
}
.gNav01 ul li .open{
    display: block;
    float: left;
    font-size: 17px;
    height: 26px;
    margin-top: 0;
    padding: 6px 0 8px 17px;
    width: 100%;
	background-color:#FFFFFF;
	}
.gNav01 ul li .open span{
    border-right: 1px solid #cecece;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 17px;
    height: 26px;
    margin-top: 0;
    width: 27px;
	margin-right:10px;
	}

#right-sidr input[type="text"]{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    float: left;
    height: 29px;
    margin-left: 10px;
    margin-top: 10px;
    width: 204px;
}

#right-sidr input[type="image"]{
	border:none;
	margin-top:10px;
}



#newsTile{
	/*clear: both*/
}





