@charset "UTF-8";
/* CSS Document */


/*
------------------------------------------------- */

/* ボックス ------ */
#article{
float:left;
width: 745px;
}
#search_kekka{
	margin-bottom:-20px;
}

/* メインイメージ ------ */
.blueberry { margin: 0 auto;
margin-bottom:20px; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 20px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }

/* 追加設定 */
.blueberry {
	max-width: 745px;
	 }
.blueberry ul{
	list-style:none;
	margin:0;
	padding:0;
	 }
.blueberry{ /* IE7 */
	/width: 745px;
	/height:205px;
	/background-image:url(/files/300125079.jpg);
	 }
@media screen and (max-width: 360px){
.blueberry{
	float:left;
	width:360px;
	margin-bottom:1em;
	}
.blueberry img{
	width:100%;
	}
.blueberry .pager{
	height:25px;
}
.blueberry .pager li a {
	padding: 18px;
}
}
@media screen and (max-width: 320px){
.blueberry{
	width:320px;
	}
}


/* アイコン付タイルバナー ------ */
#bn_tile {
	width:745px;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:1.5em;
	margin-bottom:1.5em;
	overflow : hidden;
}

#bn_tile dl{
	float:left;
	width:178px;
	height:80px;
	margin-bottom:1em;
	margin-right:8px;
	
	border:solid 1px #a7a7a7;
	color:#04034f;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5;
background-color:#f1f8ff;/* grd */
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e5f3ff));
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e5f3ff))";
zoom: 1;
/* IE10+, W3C */
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E5F3FF 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E5F3FF 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E5F3FF 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E5F3FF 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5F3FF 100%);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#bn_tile dt img{
	float:left;
	width:60px;
	height:60px;
	padding-top:10px;
}
#bn_tile dt a{
	width:112px;
	display:block;
}
#bn_tile dd a{
	float:left;
	width:112px;
	background-repeat:no-repeat;
	background-position:4px center;
	font-weight:normal;
	display:block;
}
#bn_tile dd{
display: table-cell;
vertical-align: middle;
height:80px;
}

*:first-child+html #bn_tile dt a{
	display:inline;
}
*:first-child+html #bn_tile dd a{
	padding:1.2em 0;
}
*:first-child+html #bn_tile dd{
	display:inline;
vertical-align: middle;
height:80px;
}

#bn_tile dl#tile04,
#bn_tile dl#tile08,
#bn_tile dl#tile12{
	margin-right:0;
}

@media screen and (max-width: 360px){
#bn_tile{
	width:360px;
	font-size:0.85em;
	margin-left:8px;
	text-align:center;
}
#bn_tile dl{
	width:30%;
	min-height:110px;
}
#bn_tile dt{
	min-height:50%;
}
#bn_tile dt img{
	float:none;
	padding:0;
	margin:0;
}
#bn_tile dt a{
	width:100%;
	display:block;
}
#bn_tile dd{
	display:inline;
	text-align:center;
	margin:0 auto;
}
#bn_tile dd a{
	float:none;
	width:auto;
	height:auto;
	line-height:1.3;
	min-height:3em;
	padding-top:0;
	margin:0;
}
#bn_tile dl#tile04,
#bn_tile dl#tile08,
#bn_tile dl#tile12{
	margin-right:8px;
}
#bn_tile dl#tile03,
#bn_tile dl#tile06,
#bn_tile dl#tile09,
#bn_tile dl#tile12{
	margin-right:0;
}
}
@media screen and (max-width: 320px){
#bn_tile{
	min-height:50%;
	max-width:320px;
	margin-left:6px;
}
}



/* サブナビ ------ */
#subnav_top{
float:right;
width:180px;
}
@media screen and (max-width: 360px){
#subnav_top{
width:auto;
}
}

/* 緊急時_情報 */
#article_emg #article{
width: 950px;
}
#emergency{
	clear:both;
	padding-bottom:0.5em;
	margin-bottom:1em;
	background-color:#ffeaea;
}
#emergency h2{
	padding:7px 10px;
	color:white;
	font-size:1.2em;
background-color:#a90000;/* grd */
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cc0000, endcolorstr=#700000));
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cc0000, endcolorstr=#700000))";
zoom: 1;
/* IE10+, W3C */
background-image: -o-linear-gradient(bottom, #CC0000 0%, #700000 100%);
background-image: -moz-linear-gradient(bottom, #CC0000 0%, #700000 100%);
background-image: -webkit-linear-gradient(bottom, #CC0000 0%, #700000 100%);
background-image: -ms-linear-gradient(bottom, #CC0000 0%, #700000 100%);
background-image: linear-gradient(to bottom, #CC0000 0%, #700000 100%);
margin:0!important;
}
#emergency h3{
	margin:0!important;
	margin-top:1.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:18px 7px 1px 7px!important;
	background-image:none;
	border-bottom:solid 1px #a90000;
	color:#000;
	background-color:white;
}
#emergency p,
#emergency h3,
#emergency h4,
#emergency h5,
#emergency h6{
	margin:0.5em 10px;
	line-height:1.5;
}
@media screen and (max-width: 360px){
#emergency{
	width:360px;
}
}
@media screen and (max-width: 320px){
#emergency{
	width:320px;
}
}
#kotujiko{
	background-color:#dcf3e3;
	border:solid 1px #a7a7a7;
	margin-bottom:1em;
}
#kotujiko h2{
	margin:0;
	padding:0.5em 7px 0 7px;
	font-size:1.2em;
}
#kotujiko table{
	width:96%;
	margin:0 auto;
	margin-bottom:4px;
	background-color:white;
}
#kotujiko caption{
	margin:0;
	padding:0 0.5em 0 0.5em;
}
#kotujiko th{
	width:4em;
	padding:0.2em;
}
#kotujiko td{
	padding:0.2em 0.8em;
}


/* バナー画像_右サイド ------ */
.bn_side ul{
clear:both;
margin:0px;padding:0px;
list-style-type:none;
margin-bottom:1em;
}
.bn_side li{
margin-bottom:5px;
line-height:100%;
}
.bn_side li img{
width:178px;
border:solid 1px #a7a7a7;
}
@media screen and (max-width: 360px){
.bn_side li{
float:left;
}
.bn_side li img{
width:160px;
margin-left:10px;
margin-right:5px;
}
}
@media screen and (max-width: 320px){
.bn_side li{
float:left;
}
.bn_side li img{
width:145px;
margin-left:8px;
margin-right:3px;
}
}

#kanrenLink{
width:auto;
margin-bottom:1.5em;
}
#kanrenLink li a{
display:block;
padding: 0.5em 2em;
}
#kanrenLink li{
margin-bottom:6px;
padding-right:8px;
border:solid 1px #a7a7a7;
background-image:url(/files/300125552.png);
background-repeat:no-repeat;
background-position: 0.7em;
}

#kanrenLink ul{
	margin:0px;padding:0px;list-style-type:none;
	clear:both;
	list-style:none;
	margin:0!important;
	padding:0!important;
	margin-bottom:1em;
}
@media screen and (max-width: 360px){
}
#kanrenLink ul{
	padding:2em 0;
}


/* 広告バナー1 ------ */
#ad_head{
width:180px;
height:88px;
margin-bottom:1em;
background-color:#afd9ff;
}
#ad_head p img{
float:right;
width:120px;
height:70px;
margin:9px;
}
#ad_head h2{
float:left;
width:36px;
height:62px;
}
@media screen and (max-width: 360px){
#ad_head{
width:100%;
}
#ad_head p img{
float:left;
padding-left:25px;
}
}
@media screen and (max-width: 320px){
#ad_head p img{
padding-left:9px;
}
}

/* 広告バナー2 ------ */
#ad{
clear:both;
width:100%;
margin-bottom:1.8em;
background-color:#afd9ff;
}
#ad h2{
	float:left;
	width:36px;
	height:62px;
}
#ad ul{
	float:left;
	width:905px;
	margin:0px;padding:0px;list-style-type:none;
	padding-left:9px;
	padding-top:9px;
	}
@media screen and (max-width: 360px){
#ad ul{
width:267px;
padding-left:25px;
}
}
@media screen and (max-width: 320px){
#ad ul{
padding-left:9px;
}
}
#ad li{
float:left;
width:120px;
height:70px;
line-height:100%;
margin-right:9px;
padding-bottom:9px;
}
#ad li img{
width:120px;
height:70px;
border:solid 1px #ccc;
}
#ad li img.mar0{
margin-right:0px;
}



/* お知らせ_タブ切り替え ------ */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 1px 0 0;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/files/300165067.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	display:block;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/* .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
} */
.ui-tabs-panel {
	border:solid 1px #a7a7a7;
    padding: 1em 8px;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* 通常・共通 ------ */
#infoTabs2{
	margin-bottom:2em;
}
#infoTabs2 div{
	clear:both;
	background-color:#fffded;
	padding:1.3em 0 1em 0;
}
#infoTabs1 #tabs li{
	width:154px;
}
#infoTabs2 #tabs li{
	width:24.8%;
}
#infoTabs1 span,
#infoTabs2 span{
	font-size:1.1em;
	line-height:2;
	}

/* 緊急 ------ */
#infoTabs1 div{
	clear:both;
	background-color:#fff;
}
#infoTabs1{
	border-bottom:solid 2px #a90000;
	margin:0px 7px 3px 7px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
#article_emg #infoTabs1{ /* Level3 */
	margin-top:3px;
}
#infoTabs1 div{
	clear:both;
	padding:1.3em 0 1em 0;
}

/* お知らせタブ内容 */
#infoTabs1 dl,
#infoTabs2 dl{
	width:95%;
	clear:both;
	margin:auto 3%;
	line-height:1.3;
}
#infoTabs1 dt,
#infoTabs2 dt{
	width:3em;
	float:left;
	margin-right:1em;
	border-right:solid 1px #a3d3ff;
	margin-bottom:0.5em;
}
#infoTabs1 dd.day,
#infoTabs2 dd.day{
	width:6.5em;
	float:left;
	margin-bottom:0.5em;
}
#infoTabs1 dd.linktit{
	width:550px;
	float:left;
	margin-bottom:1em;
}
#infoTabs2 dd.linktit{
	width:560px;
	float:left;
	margin-bottom:1em;
}
#article_emg #infoTabs1 dd.linktit{ /* Level3 */
	width:740px;
}
#article_emg #infoTabs2 dd.linktit{ /* Level3 */
	width:755px;
}
@media screen and (max-width: 360px){
#infoTabs1 #tabs li{
	width:47.8%!important;
}
#infoTabs2 #tabs li{
	width:49.7%!important;
}
#infoTabs1 dd.linktit{
	width:90%;
}
#infoTabs1 dl,
#infoTabs2 dl{
	width:360px;
	margin-left:1em;
	margin-right:1em;
}
#infoTabs1 dd.linktit{
	width:88%!important;
}
#infoTabs2 dd.linktit{
	width:92%!important;
}
#infoTabs1 a span,
#infoTabs2 a span{
	margin-bottom:1px;
}
}
@media screen and (max-width: 320px){
#infoTabs1 ul#tabs,
#infoTabs2 ul#tabs{
	width:320px;
}
#infoTabs1 dl,
#infoTabs2 dl{
	width:320px;
}
}

/* お知らせのよこ並びリンク ------ */
.info_navTop{
	float:right;
	width:150px;
	margin-right:25px;
	padding-top:0.5em!important;
	padding-bottom:0.5em!important;
	text-align:right;
	display:block;
	list-style-type:none;
}
.info_navTop dt{
	display:none;
}
.info_navTop dd a{
display:block;
padding: 0 5px 0 27px;
background:none;
font-weight:normal;
}
.info_navTop dd.btn_link{
float:left;
width:80px;
background-image:url(/files/300125552.png);
background-repeat:no-repeat;
background-position:17px center ;
}
.info_navTop dd.btn_rss{
	float:right;
width:60px;
background-image:url(/files/300132173.png);
background-repeat:no-repeat;
background-position:8px center ;
}
@media screen and (max-width: 360px){
.info_navTop{
	float:left;
	padding:0!important;
	}
.info_navTop dd{
	float:left;
	text-align:left;
	width:100%!important;
	line-height:2.5em;
	background-position: center left!important;
	}
.info_navTop dd a{
	padding-left:20px;
}
}

#article li{
	margin-bottom:0;
}

/* copyright (C) Rivers all rights reserved. */