@charset "utf-8";
/* CSS Document */

#mainContainer .base .photo {
	width: 523px;
}
#mainContainer .base .news {
	width: 523px;
}

.floatR {
    float: right;
}

#constructionprogress h3 {
	margin-bottom: 13px;
	padding: 5px 0;
	border-bottom: 1px solid #ced5df;
}


.slide {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 20s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url("/construction/hiroshima/images/index_ph001.jpg"); 
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url("/construction/hiroshima/images/index_ph002.jpg");
  animation-delay: 3s;
}

.slide-image:nth-child(3) {
  background-image: url("/construction/hiroshima/images/index_ph003.jpg");
  animation-delay: 8s;
}
.slide-image:nth-child(4) {
  background-image: url("/construction/hiroshima/images/index_ph004.jpg");
  animation-delay: 13s;
}

.slide-image:nth-child(5) {
  background-image: url("/construction/hiroshima/images/index_ph005.jpg");
  animation-delay: 18s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
    100% {
  opacity: 0;
  }



}
/* #newsBlock */
#newsBlock {
	position: relative;
	width: 372px;
}
*:first-child+html #newsBlock { /*for IE7 */
	min-height: 225px;
}

#newsBlock { /*for IE8 */
	min-height: 225px\9;
}

#newsBlock h3 {
	margin-bottom: 13px;
	padding: 5px 0;
	border-bottom: 1px solid #ced5df;
}

#newsBlock dt {
	float: left;
	/*margin-right: 10px;*/
}
#newsBlock dd {
	padding-left: 8em;
	/*float: left;*/
}
#newsBlock .attention {
	position: absolute;
	right: 0;
	top: 4px;
}
#newsBlock .attention ul li {
	display: inline;
}

.blueBox {
	width: 350px;
	border: #032d75 1px solid;
	padding: 10px;
}

/* banner */
.banner {
	width: 898px;
	border: #333 1px solid;
	padding: 5px;
	text-align: center;
}