@charset "UTF-8";
/* My CSS Document */
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f8f8f8
}
.table-hover>tbody>tr:hover {
	background-color: #f8f8f8
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
.m-bottom_-100 {
	margin-bottom: -100px;
}
.text-muted {
	color: #323232;
}
#map {
	height: 360px;
}
.map p {
	margin: 1px;
	white-space: nowrap;
}
.displaybloc {
	float: left;
	margin-right: 50px;
}
.f-right {
	float: right;
}


@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {
	font-size: 50px;
}
}
.carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	color: #000;
	width: 80%;
	height: 200px;
	text-align: center;
}
#bloc-8 a:hover {
	color: #009fa7;
}
.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
}

@media screen and (min-width: 768px) {
.pd-left {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
}

#bloc-corona h1{
	color: #323233;
}

#bloc-corona .taisaku{
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: #EFFFFF;
  border: 1px solid #009FA7;
  border-radius: 8px;
}
