@charset "utf-8";
/* CSS Document */


/* Float Shadow */
.container{
	padding-bottom:20px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom:1px solid black;
}



.row li{
	float:left;
	width:20%;
	font-weight:bold;
	font-size:28px;
	text-align:center;
}
.row li a{
	display:block;
}
.row li a:hover{
	text-decoration:none;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}




/*  article_sample01.html */
/* ========================================  */


.kiji_over{
	margin-top:40px;
	padding-bottom:30px;
	border-bottom:1px solid #bababa;
	margin-bottom:30px;
}

.kiji_over .kiji_left{
    float:left;
	margin-left:10px;
	margin-right:20px;
}

.kiji_over .kiji_right{
    float:right;
	margin-right:10px;
	margin-left:20px;
}

.kiji_over li:not(:nth-child(2)){
	font-size:14px;
	line-height:1.5;
	padding-left:6px;
	padding-right:6px;
}

.fleft{
	margin-right:10px;
	margin-bottom:10px;
}

.headline_title{
	font-size:20px;
	color:#015186;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:30px;
}

.kiji_left2{
	float:left;
	margin-left:10px;
	width:660px;
	margin-right:50px;
}
.kiji_left2 .fleft2{
	float:left;
	margin-right:20px;
	margin-bottom:10px;

}
.kiji_right2{
	float:left;
	width:310px;
}
.headline_title2{
	font-size:20px;
	color:#015186;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:30px;
	padding-left:6px;
}
.kiji_left2 li:not(:first-child){
	font-size:14px;
	line-height:1.5;
	padding-left:6px;
}

.kiji_over2{
	padding-bottom:30px;
	border-bottom:1px solid #bababa;
	margin-bottom:30px;
}