@charset "utf-8";



#topheader {
	width: 100%;
	text-align: center;
	height: 570px;
	/*background: url(/img/header_img.jpg) no-repeat center 0;*/
}

#headerin {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#headtop {
	width: 984px;
	padding-top: 32px;
	margin: 0 auto;
}

#hmainmenu { /* メイン画像内メニュー */
	width: 240px;
	height: 420px;
	text-align: left;
	background: url(../img/hmainmenu_bg.png) no-repeat center 0;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -492px;
	z-index: 1;
}

#hmainmenuin {
	margin-left: 12px;
	margin-top: 25px;
}

#hmainmenuin li {
	padding: 0;
	font-size: 0;
}

#headslide {
	position: relative;
}

.bgimg {display: none;}


/* ------------------------------
 画像内メニュー吹き出し
------------------------------ */

#menu01{
	width: 228px;
	margin-bottom: 13px;
}
#menu02{
	width: 228px;
	margin-bottom: 18px;
}

#menu01 li,#menu02 li {
	position: relative;
	line-height: 0;
}

#menu01 a:link, #menu01 a:visited,
#menu02 a:link, #menu02 a:visited {
	color: #2e4fb5;
	text-decoration: none
}
#menu01 a:active, #menu01 a:hover,
#menu02 a:active, #menu02 a:hover {
	color: #2e4fb5;
	text-decoration: underline;
}


#menu01 li:hover > a,#menu02 li:hover > a {
	color: #fafafa;
}


#menu01 li:hover > ul,#menu02 li:hover > ul {
	display: block;
}

/* 吹き出し部分メニュー */

#menu01 ul,#menu02 ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    display: none;
    position: absolute;
    top: 0;
    left: 228px;
    z-index: 99999;    
    background: #dee3f3;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
   

}

#menu02 ul.blow01 {
    position: absolute;
    top: -69px;
    left: 228px;
    z-index: 99999;
}
#menu02 ul.blow02 {
    position: absolute;
    top: -47px;
    left: 228px;
    z-index: 99999;
}

#menu01 ul ul,#menu02 ul ul {
  top: 0;
  left: 216px;
}

#menu01 ul li,#menu02 ul li {
    font-size: 12px;
	float: none;
    margin: 0;
    padding: 0;
    display: block;  
    
}

#menu01 ul li:last-child,#menu02 ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}


#menu01 ul a,#menu02 ul a {
    padding: 0 12px 10px;
	/*width: 135px;*/
	width: 145px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	outline:none;
}

#menu01 li:hover,#menu02 li:hover  {
	background: url(../img/hmainmenu_bg.gif) no-repeat left 0;
}

#menu01 li:hover > a,#menu02 li:hover > a {
	background: url(/shared/img/hmainmenu_bg.gif) no-repeat left 0;
}

#menu01 li ul li:hover,#menu02 li ul li:hover {
	background: none;
	color: #2e4fb5;
}

#menu01 li ul li:hover > a,#menu02 li ul li:hover > a {
	background: none;
	color: #2e4fb5;
}


#menu01 ul li:first-child > a,#menu02 ul li:first-child > a{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}


#menu01 ul li:last-child > a,#menu02 ul li:last-child > a {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu01:after,#menu02:after  {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #menu01 { zoom: 1; } /* IE7 */
*:first-child+html #menu02 { zoom: 1; } /* IE7 */


/* -------------いらない-----------------
.arrow{
	position: absolute;
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #dee3f3;
}

.blow .arrow{
	position: absolute;
    left: -8px;
    top: 71px;
	width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #dee3f3;
}
------------------------------ */


/* ------------------------------
 タブ切り替え
------------------------------ */
#tabnavicont {
	height: 32px;
	background: #2e4fb5;
}



#tbnvctin {
	width: 960px;
	padding-top: 5px;
	margin: 0 auto;
}
.tabNavi {
	float: left;
}
.tabNavi li {
	float: left;
}


.tab_content {
	width: 720px;
	margin-right: -24px;
	text-align: left;
}

#tab1{
	padding-bottom: 20px;
}
#tab2{
	padding-bottom: 20px;
}
#tab3{
	padding-bottom: 20px;
}
#tab4{
	padding-bottom: 20px;
}


.list {
	float: left;
	margin: 5px 0 0 25px;
	height: 11px;
	margin-left: 148px;
}
.rss {
	float: left;
	margin: 4px 0 0 25px;
	height: 14px;
}

/* add start 2015/01/29 */
.tab_content .list {
	clear: both;
	float: right;
	margin: -10px 24px 0 auto;
	height: auto;
}
/*
.tab_content .list a {
	background: url(../img/list_icon2.png) no-repeat 0 4px;
	padding-left: 15px;
}*/
/* add end 2015/01/29 */

.ttlday {
	/*height: 16px;*/
	height: 18px;
	/*line-height: 18px;*/
	line-height: 20px;
	/*border: solid 1px #cbd3ec;*/
	background-color: #2e4fb5;
	margin-bottom: 10px;
	padding: 0 5px;
	/*font-size: 85%;*/
	font-size: 11px;
	/*color: #2e4fb5;*/
	color: #fff;
}
.tab_content .date {
	display: inline-block;
	margin-top: 5px;
	color: #979797;
	text-decoration: none;
	font-size: .86em;
}
.blockbox a {
	/*text-decoration: none;*/
}
.ttlday .img {
	width: 105px;
	float: left;
	height: 16px;
}
.ttlday p.catname {
	float: left;
}
.ttlday p {
	float: right;
}

.blockbox .text {
	overflow: hidden ;
}
.blockbox .text02 {
	overflow: hidden ;
}

.blockbox .link {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 108%;
}




@media print { /* プリント用CSS */

#printImg {
	position: relative;
	width: 984px;
	height: 460px;
}
.bgimg {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
/*.swiper-wrapper .swiper-slide {
	display: none;
}*/

/*
.bgimg img {display: block;}

#headerin {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#headtop {
	margin: 0;
	padding: 0;
	width: 960px;
	position: absolute;
	top: 32px;
	left: 12px;
	z-index: 1;
}
#hmainmenu { /* メイン画像内メニュー * /
	width: 240px;
	height: 436px;
	position: absolute;
	top: 94px;
	left: 0;
}

#hmainmenuin {
	margin: 0;
	width: 216px;
	position: absolute;
	top: 41px;
	left: 12px;
}
*/
#tabnavicont {
	width: 984px;
	margin: 0 auto;
	height: 0;
	border-top: solid 32px #2e4fb5;
	position: relative;
	background: #2e4fb5;
}

*+html #tbnvctin {
	width: 960px;
	padding-top: 0;
	position: absolute;
	top: 5px;
	left: 12px;
}

#tbnvctin {
	width: 960px;
	padding-top: 0;
	position: absolute;
	top: -32px;
	left: 12px;
}
} 




/* ;;edit;;20151221 */
#menu02 li:last-child ul li a {
	width: 205px;
}