.clear{
	clear:both;
}

body{
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Kosugi', sans-serif;
}

#contents{
	width: 1080px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#main{
}


/* header block */

ul#head_line{
	margin:0px 0px 15px 0px;
	color: #fff;
}

ul#head_line li{
	display:inline;
	padding: 5px 0;
	float:left;
	clear:both;
	background:url('../img/bg-black.png');
	font:11px;
	width: 100%;
}

ul#head_line li #head_contents{
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	
}

ul#head_line li #head_contents #head_left{
	float: left;
	padding-top: 7px;
}

ul#head_line li #head_contents #head_left span{
	float: left;
	width: 100px;
	padding: 5px;
	background:#D90100;
	color:#eee;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 18px;
}

ul#head_line li #head_contents #head_left p{
	float: left;
	background:#fff;
	width: 300px;

	line-height: 18px;
	font-size: 14px;
	color: #333;
	text-align: left;
	overflow: hidden;
}

ul#head_line li #head_contents #head_left p .marquee{
	background:none;
    white-space: nowrap;

	padding-left: 100%;

    animation-name: marquee;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: auto;
}
@keyframes marquee {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}

ul#head_line li #head_contents #head_left p .no-marquee{
	color: #555;
	background:none;
    white-space: nowrap;
    width: auto;
}


ul#head_line li #head_contents #head_left p .marquee a{
	text-decoration: none;
	
	color: #EC2660;
}

ul#head_line li #head_contents #head_right{
	float:right;
}


/* head menu */
.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 160px;
	padding: 0;
}

.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}

.dropmenu:after{
	clear: both;
}

.dropmenu li{
	position: relative;
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dropmenu li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.dropmenu li ul li{
	width: 100%;
}

.dropmenu li ul li a{
	padding: 13px 15px;
	border-top: 1px solid #555;
	text-align: left;
}


.dropmenu li a:hover{
	background: #494F4A;
}

#fade_in{
	width: auto;
}
#fade_in li{
	margin-left: 5px; 
	width: 110px !important;
	display: inline-block !important;
	padding: 0px !important;

	clear: none !important;
	text-align: left;
	
	background: none !important;
}


#fade_in li a.add_tr{
	background:url('../img/triangle.gif');
	background-repeat: no-repeat;
	background-position-y: 17px;
	
	padding-left: 15px;
}

#fade_in li a:hover{
	color: #FFCCE5;
}

#fade_in li ul{
	visibility: hidden;
	opacity: 0;
	transition: 0s;
}

#fade_in li:hover ul{
	visibility: visible;
	opacity: 1;
}

#fade_in li ul li{
	background:url('../img/bg-black.png') !important;
}

#fade_in li ul li a{
  visibility: hidden;
	opacity: 0;
	transition: .5s;
}
#fade_in li:hover ul li a{
	visibility: visible;
	opacity: 1;
}


/* top */

#top_main{
	background:url('../img/top_logo.gif');
	background-repeat: no-repeat;
	background-position-y: 100px;
	background-position-x: center;
	width: 100%;
	min-height: 500px;
}

#top_main_l{
	float: left;
	width: 50%;
}

#top_main_l a{
	display: block;
	margin: 170px 0px 0px 20%;
	width: 170px;

}

#sp_emergency{
    display: none;
}

/*
#top_main_l a img{
	transition: 3.0s;
}

#top_main_l a:hover img{
	background: #000;
}
*/

#top_main_r{
	float: right;
	width: 50%;
}

#top_main_r a{
	float: right;
	text-align: right;
	display: block;
	margin: 170px 23% 0px 0px;
	width: 170px;
}

#top_middle_info{
	margin-top: 80px;
}

#top_info{
	float: left;

	overflow: auto;
	background-color: rgba(255, 255, 255, 0.4);
	width: 330px;

}

#top_info_content{
	overflow: auto;
/*	width: 355px;
*/
	height: 150px;
	margin: 10px auto;

	background-color: rgba(255, 255, 255, 0.5);
	
	padding: 15px;
}

#top_info_content h2{

	padding-bottom: 5px;

	font-size: 18px;

	border-bottom: 1px solid #333;
}

#top_info_content h2 a{
    float: right;
    display: block;
    overflow: auto;
    margin-top: 3px;
}

#top_info_content ul{
	margin-top: 10px;
	list-style: none;

}

#top_info_content ul li{
	margin: 7px 0 0 0;
}

#top_info_content ul li a{
	text-decoration: none;
	color: #000;

	font-size: 14px;

	padding-bottom: 5px;
}

#top_info_content ul li a:hover{
	color: #D12C1A;
	text-decoration: underline;
}

#new_info{
	float: left;

	margin-left: 50px;
}

#new_info_l{
	float: left;
	width: 60px;
	height: 195px;

	background:url('../img/new_info_bg_l.png');
	background-repeat: repeat-y;
	background-position: left;

	text-align: center;
}

#new_info_l img{
	margin: 90px 0 0 20px;
}


#new_info_content{
	float: left;
	width: 560px;
	height: 160px;

	padding: 25px 10px 10px 10px;

/*	background-color: rgba(255, 255, 255, 0.547);
*/
    background:url('../img/w_50.png');
}

#new_info_content h2{
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

#new_info_content h4{
    margin-bottom: 10px;
}


#new_info_r{
	float: left;

	width: 60px;
	height: 195px;

	background:url('../img/new_info_bg_r.png');
	background-repeat: repeat-y;
	background-position: right;

	text-align: center;
}

#new_info_r img{
	margin: 90px 20px 0 0;
}


.kerrcell a{
	text-decoration: none;

	color: #000;
}

.kerrcell a h5{
    margin-top: 6px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.kerrcell h3{
	font-weight: normal;
	margin-bottom: 10px;

	font-size: 14px;

	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10‘Î‰ž */
}

.kerrcell div.slick-list img{
	width: 140px;
	height: 95px;
    object-fit: cover;
    margin-left: 25px;
}

.event_l a img{
	width: 140px;
	height: 95px;
    object-fit: cover;
}

#top_bottom_info{
	margin-top: 35px;
	text-align: center;
}

#top_bottom_info .top_bottom_link{
	display: inline-block;

	width: 100px;

}

#top_bottom_info .top_bottom_link a{
	text-decoration: none;

	color: #fff;
	transition: 1.0s ;
}

#top_bottom_info .top_bottom_link a:hover{
	color: #E05C77;
}


#top_bottom_info .top_bottom_link p{
	margin-top: 3px;
	background:url('../img/top_bottom_bg.png');
	background-repeat: repeat-y;

	background-position: center;
	font-size: 14px;

	line-height: 18px;
}


#top_bottom_links{
	text-align: center;
}

#top_bottom_links div{
	overflow: auto;
	margin-left: 35%;

	text-align: center;
}

#top_bottom_links div input{
	float: left;

	width: 250px;
	font-size: 20px;
	padding: 5px;
	margin: 0;
	
	border: 1px solid #848124;
}

#top_bottom_links div button{
	float: left;
	margin: 0;
	border: 0;
    width: 80px;
}

#top_bottom_links div img{
	float: left;
	margin: 0;
}

#top_bottom_links div a img{
	display:block;
	margin: 0 10px;
}


#home_bps_link{
    position:fixed;
    left: 10px;
    bottom: 0;
    width: auto;
    height: auto;
}


#home_bps_link img{
	width: 160px;
}

#footer{
	text-align: center;
	
	font-size: 14px;
}

#footer h2{
	font-weight: normal;

	margin: 10px 0;
}

#footer p{
	padding: 10px;

	font-size: 12px;
}



/********************************/
/*800px
/********************************/
@media screen and (max-width:800px){

body{
	background:url('../img/home_bg0.jpg');
	background-attachment: fixed;
}

#prevslide{
    display: none !important;
}

#nextslide{
    display: none !important;
}

#head_line{
	display: none;
}
#head_contents{
	display: none;
}


#contents{
	width: 100%;
}

.supersized{
	display: none;
}

#prevslide, #nextslide{
	display: none;
}

#top_main{
	width: 100%;
	
	background-position-y: 0;
	background-position-x: 7%;
}

#top_main_l{
	float: none;
	width: auto;
	
	margin-top: 20px;
}

#top_main_l a{
	margin: 5%;
	float: right;
}

#top_main_r{
	float: none;
	width: auto;
}

#top_main_r a{
	margin: 5%;
	float: right;
}

#top_middle_info{
	margin: 0;
	width: 100%;
}

#top_info{
	width: 100%;
}

#top_info_content{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	
	padding: 5px;
}

#new_info{
	box-sizing: border-box;
	overflow: auto;

	width: 100%;

	margin: 10px 0 0 0;
	height: auto;
}

#new_info_l, #new_info_r{
	display: none;
}

#new_info_content{
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
    
.kerrcell{
	width: 100%;
}

.kerrcell div{
	width: 150px;
	
	margin-bottom: 10px;
}

.kerrcell div:nth-child(odd){
	float: left;
}

.kerrcell div:nth-child(even){
	float: right;
}

.kerrcell div h3{
	margin-bottom: 5px;
}

.kerrcell div img{
	width: 140px;
	height: 95px;
}

#top_bottom_links{
	text-align: center;
	width:100%;
	
    margin-bottom: 60px;
}

#top_bottom_links div{
	display:inline-block;

	margin: 0 auto;
}
#home_bps_link img{
    width: 80px;
}
    
    #sp_emergency{
    display: block;
}

#sp_emergency span{
	float: left;
	width: 100px;
	padding: 5px;
	background:#D90100;
	color:#eee;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 18px;
}

#sp_emergency p{
	float: left;
	background:#fff;
	width: 300px;

	line-height: 18px;
	font-size: 14px;
	color: #333;
	text-align: left;
	overflow: hidden;
}

#sp_emergency p .marquee{
	background:none;
    white-space: nowrap;

	padding-left: 100%;

    animation-name: marquee;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: auto;
}
@keyframes marquee {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}

#sp_emergency p .no-marquee{
	color: #555;
	background:none;
    white-space: nowrap;
    width: auto;
}


#sp_emergency p .marquee a{
	text-decoration: none;
	
	color: #EC2660;
}

}

