

/* CSS Document */

html {
	
}
body {

    	background-image:url("../images/fs_out.jpg");
    background-size: 100%;

}

#contents_body{
	width:1080px;
	margin:0 auto;
  box-shadow: 8px 0px 5px -1px rgba(67, 188, 188, 0.65), -8px 0px 5px -1px rgba(67, 188, 188, 0.65);
background-color: #FFF;
      display: block;
    background-size: 100%;
}

img{ width: 100%;
      vertical-align: bottom;
      /* 画像に影を付ける */
      /* 左右の向きpx  上下の向きpx ぼかしpx 広がりpx 色 ; */
}

.access-box {
	width: 100%;
    background-image: url("../images/fs_img3_05.jpg");
    background-size: 100%;
}

.access-box ul {
	width: 61%;
    margin: 0 auto;
    padding-left: 0;
}

.access-box ul li{
    float: left;
	width: 24%;
	margin: 0 0.5%;
    list-style: none;
}

.clear{
    clear: both;
}




.relative {
  position: relative;
}

img.photo1 {
  position:static;
  top:0px;
  left:0px;
  z-index: 1;
}
img.photo3 {
  position:static;
  top:0px;
  left:0px;
  z-index: 1;
}
img.photo2 {
  position:absolute;
  z-index: 5;
    width: 25%;
    margin: 0 auto;
    top:57%;
    left:37.5%;
}


.fs_back{
    background-color: #FFF;
    
}
