@charset "utf-8";
/* CSS Document（about/index.html用） */

#header{z-index:2;}

#sectiontitle{
  width:100%;
  padding-top:20px;
  margin:0px auto;
}

/*---特別企画『地域に生きる』---*/
#section01{
  margin:0px auto;
  padding-bottom:100px;  
  height:auto;
	width:100%;
  overflow:hidden;
  background:url(../img/bg04.jpg) no-repeat center;
	background-size: cover;
}

#fadein_area{
  height:400px;
  margin: 0px auto;
  padding-top:50px;  
  text-align:center;
}

#fadein_area ul{
  width:650px;
  margin:auto;
}

#fadein_area li{ 
  float: left;
  width:	150px;
  height: 150px;
  margin:5px;
}

.arrow_box {
  width:auto;
	z-index: 1;
  display: none;
  position: absolute;
  padding: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;  
  border-radius: 3px;
  background: #000000;
  color: #fff;
}

.arrow_box:after {
  position: absolute;
	z-index: 1;  
  bottom: 100%;
  left: 20%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #000000;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/*---MASTERSとは---*/
#section02{
  margin:70px auto;
  width:100%;
  max-width:960px;  
}

@media only screen and (min-device-width : 320px)
  and (max-device-width : 480px) {
#sectiontitle{
  width:100%;
  margin:0px auto;
}
}




