@charset "utf-8";


#wrap {
    background: transparent url(images/top_kv01.png) center 0 no-repeat;
}
#header {
    margin-bottom: 460px;
}
#main {
	font-size: 87.25%;
}
#con_nav {
    margin-bottom: 43px;
}
#con_nav ul {
    font-size: 0;
    margin-right: -26px;
	padding-left: 5px;
}
#con_nav li {
    display: inline-block;
    font-size: 1px;
    margin-right: 26px;
    position: relative;
    z-index: 1;
}
#con_nav li a {
	background-color: #fff;
	display: block;
}
#con_nav li a img{
}
/*before:左側の影*/
#con_nav li:before{
  z-index: -1;
  position: absolute;
  content:'';
  bottom: 18px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:432px;
  background: #8d8c8c;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/*after:右側の影*/
#con_nav li:after{
  z-index: -1;
  position: absolute;
  content:'';
  bottom: 18px;
  right: 10px;
  width: 50%;
  top: 80%;
  max-width:432px;
  background: #8d8c8c;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 10px rgba(0,0,0,0.4);	
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform:rotate(5deg);

}

#news {
    float: left;
    margin-bottom: 35px;
    width: 530px;
}
#news h2 {
	margin-bottom: 15px;
}
#news li {
    border-bottom: 1px dotted #b2b2b2;
	line-height: 145%;
    margin-top: 9px;
    padding-bottom: 10px;
}
#news li:last-child {
    border-bottom: none;
}
#news time {
    display: block;
    font-weight: bold;
}
#news a {
}

#map {
    float: right;
    margin-bottom: 35px;
    padding-top: 6px;
}