@charset "utf-8";

/*==============*/
/* サイト内検索 */
/*==============*/
div#searchPanel {
	background: #236794;	
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 20;
	display: none;
}
div#searchPanel form.searchBlock {
	margin: 30px 10px 0;
	border: 1px solid #234f6c;
	
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
}
div#searchPanel form.searchBlock input {
	font-weight: bold;
	display: block;
	height: 38px;
	margin: 0;
	padding: 0 10px;
	border: none;

	background: rgb(211,211,211);
	background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 6px, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(11%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 6px,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 6px,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 6px,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 6px,rgba(255,255,255,1) 100%);

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;

    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
}
div#searchPanel form.searchBlock button {
	color:#FFF;
	font-weight: bold;
	display: block;
	width: 80px;
	height: 38px;
	border: none;

	background: rgb(68,137,179);
	background: -moz-linear-gradient(top, rgba(68,137,179,1) 0%, rgba(29,95,137,1) 50%, rgba(8,65,101,1) 50%, rgba(8,46,71,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,137,179,1)), color-stop(50%,rgba(29,95,137,1)), color-stop(50%,rgba(8,65,101,1)), color-stop(100%,rgba(8,46,71,1)));
	background: -webkit-linear-gradient(top, rgba(68,137,179,1) 0%,rgba(29,95,137,1) 50%,rgba(8,65,101,1) 50%,rgba(8,46,71,1) 100%);
	background: -o-linear-gradient(top, rgba(68,137,179,1) 0%,rgba(29,95,137,1) 50%,rgba(8,65,101,1) 50%,rgba(8,46,71,1) 100%);
	background: -ms-linear-gradient(top, rgba(68,137,179,1) 0%,rgba(29,95,137,1) 50%,rgba(8,65,101,1) 50%,rgba(8,46,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4489b3', endColorstr='#082e47',GradientType=0 );
	background: linear-gradient(top, rgba(68,137,179,1) 0%,rgba(29,95,137,1) 50%,rgba(8,65,101,1) 50%,rgba(8,46,71,1) 100%);
}
div#searchPanel div.buttonBlockA03 {
	margin-top: 30px;
}


/*==========*/
/* メニュー */
/*==========*/
div#menuPanel {
	background: #236794;	
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 21;
	display: none;
}

/* 閉じるボタン */
div#menuPanel div.buttonBlockA03 {
	margin-top: 30px;
	margin-buttom: 20px;
}

/*--------*/
/* 全画面 */
/*--------*/
#gnavGeneral02,
#gnavGeneral01,
#gnavAjax02,
#gnavAjax01,
#allDisplay {
	width: 100%;
	position: absolute;
}
#gnavGeneral01 {
	z-index: 30;
	display: none;
	background-color: #236794;
}
#gnavGeneral02 {
	z-index: 40;
	display: none;
	background-color: #236794;
}
#gnavAjax01 {
	z-index: 31;
	display: none;
	background-color: #236794;
}
#gnavAjax02 {
	z-index: 31;
	display: none;
	background-color: #236794;
}
#allDisplay {
	z-index: 32;
	display: none;
	background-color: #FFF;
}
.slideInBlockA01 {
	padding-bottom: 20px;
}
.slideInheadingBlockC01 {
	height: 44px;
	background-color: #dceef4;
	line-height: 38px;

    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;

	box-align: center;
	-webkit-box-align: center;-ms-box-align: center;
}

.slideInheadingBlockC01 h2 {
	padding: 0 15px;

    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
}

.slideInCloseBlockA01 a {
	padding-left: 38px;
	display: block;
	width: 56px;
	height: 44px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #236794 url(../img/slidein_bg01.png) no-repeat 10px 50%;

	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-ms-background-size: 20px auto;
	background-size: 20px auto;

    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;

	box-align: center;
	-webkit-box-align: center;-ms-box-align: center;
}

.slideInInnerContentA01 { padding: 15px; }



.slideInBlockA01#gnavAjax02 ul.linkBlockA01,
.slideInBlockA01#gnavGeneral02 ul.linkBlockA01,
.slideInBlockA01#gnavAjax ul.linkBlockA01,
.slideInBlockA01#gnavGeneral ul.linkBlockA01 {
	border-left: #c5c5c5 1px solid;
	border-right: #c5c5c5 1px solid;
}

#gnavAjax02 div.buttonBlockA03,
#gnavAjax01 div.buttonBlockA03,
#gnavGeneral02 div.buttonBlockA03,
#gnavGeneral01 div.buttonBlockA03 {
	margin-buttom: 20px;
}
