@charset "UTF-8";


a[href^="tel:"]:hover{
text-decoration:none;
}


/*--
table.t_clear {
	color:#111;
	table-layout: fixed;
	margin: 10px auto;
	  background: #ffffff;
}
table.t_clear, table.t_clear th, table.t_clear td, table.t_clear tr {
	border:solid 1px #111;
	text-align:center;
	padding:3px;
	font-size:12px;
}

table.t_clear th{
width:auto !important;
}--*/





/*PDFアイコン表示*/
.icon-pdf {
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 13px;
	background: url("/share/images/icon_pdf_s.gif") no-repeat center left;
	vertical-align: middle;
}



/*音声読み上げ用*/
.timetbl .call_stat{
	display:none;
}

@mediatype aural,speech,braille,embossed{
	.timetbl .call_stat{
		display:inline;
	}
}



.to_center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}



@media screen and (max-width:800px){
	
	#inner-content-area{
		padding:0;		
	}
	
	#inner-content-area,#rightContent,.office_cont ul.list-btn{
		width: auto;
	}
	#rightContent{
		clear:both;
		float:none;
	}
	#leftNav2{
		display: none;
	}
	
	.timetbl .ttl{
		width: 97%;
	}

	
	.ind_box1em >div{
	 font-size: 86%;	
	}
	.ind_box1em{
		width:95%;
	}

	
	.h3_1co, .h3_3co {
	background: #06a177;
	color: #FFF;
	text-align: center;
	padding: 10px 0 8px 0;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.3;
	text-indent: 0;
		border:none;
}
	h1  *{
		background: none !important;
		padding: 0 !important;
	}
	#breadcrumb{
		display: none;
	}

	.h4_offLink {
	padding: 11px 0 11px 10px;
	font-weight: bold;
	margin: 0 10px 15px 0px;
	font-size: 18px;
	border-left: 5px solid #06a177;
	text-align: left;
	line-height: 1.3;	
	background: none;
	margin: 10px !important;
}
	.h4_offLink *{
		background: none !important;
		padding: 0 !important;
	
	}
	.h4_offLink h1, .h4_onLink h1, .h4_offLink h2, .h4_onLink h2, .h4_offLink h3, .h4_onLink h3 {
	 font-size: 100%;
  }	
	.lineH4{
		display: none;
	}
	.h4_offLink +.mL10{
		margin-right: 10px;
	}
	.h4_offLink+.mB40{
		margin-bottom:20px !important;
	}

}

@media screen and (max-width:641px){

	#search_area *{
		display: none;
	}

.bnr_kepco_jp p.left,
	.bnr_kepco_jp p.right{
		float:none;
		margin: 10px !important;
		width:100%;
		box-sizing: border-box;
	}

	.bnr_kepco_jp p.left img,
	.bnr_kepco_jp p.right img{
		width:100%;
	}
	

.attention{
	margin-top:0;
}

}

table.review_table{
	width:100%;}

.review_table th {
	background: #eee;
	font-weight: bold;
}
.review_table th,
.review_table td{
    padding: 5px 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #CCC;
    text-align: center;
    vertical-align: middle;
    color: #333;
}

.review_table li {
	text-align: left;
}
