@charset "utf-8";

/* -------------------------------------------------- */
/* リンク */
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	background-image: url(../img/fv_bg_link.png);
}



/*--------------コンテンツ--------------*/

#linkSe1 {
	margin: 0 auto 100px;
	width: 1000px;
	font-size: 1.8rem;
	line-height: 1.625;
}

#linkSe1 .left01, #linkSe1 .left02{
  float: left;
}

#linkSe1 .left02 {
  width: 785px;
}

#linkSe1 a:hover, #linkSe1 a:active {
  color: #fff;
}

.rightUrl {
  color: #dac495;
  margin-bottom: 15px;
}

#linkSe1 .left01 {
  margin-right: 30px;
}

#linkSe1 a {
  display: block;
  padding: 27px 30px;
  transition: 0.3s ease-in-out;
  	-webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
}

#linkSe1 a:hover, #linkSe1 a:active {
  background-color: #362e2b;
}

.linkA {
  margin-bottom: 25px;
}

.linkGroup {
  overflow: hidden;
}


