@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
@import url(nav.css);
/*-------------------------------------------------------- about */
/* about */
.about_dl{}
.about_dl dt{
  margin-top: 0.2em;
  padding: 0.3em 1em;
  background: rgba(0,0,0,0.5);
  color: #FFF;
  box-shadow:0px -10px 0px -9px #999 inset,3px -27px 0px -25px #adadad inset;
}
.about_dl dd{
  padding: 0.3em 1em;
  background: #FFF;
}
.about_dl dd a{
  color: #333;
}
.go_map{
  position: relative;
  min-height: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd0000+0,840000+100 */
  background: rgb(189,0,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(189,0,0,1) 0%, rgba(132,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(189,0,0,1) 0%,rgba(132,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(189,0,0,1) 0%,rgba(132,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 1.5em 2em;
  text-align: center;
  font-size: 1.4rem;
}
.go_map span{
  width: 100%;
  display: inline;
   position: absolute;
   top: 50%;
   left:50%;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.go_map span img{
  margin-right: 0.5em;
  display: inline;
  vertical-align: middle;
}


ul.pri_ul{
  margin: 0;
  padding: 1em 1em 0.5em 1.5em;
	background-color:#FFFFFF;
  list-style: none;
}
	ul.pri_ul li{
    margin: 0 0 0.5em 1em;
		line-height:1.6em;
    list-style: none;
    font-size: 1.3rem;
	}
		ul.pri_ul li span{
      margin-left: -1.5em;
      margin-right: 0.2em;
		}

.go_map a{
  display: block;
  width: 100%;
  height: auto;
  color: #FFF;
}