@charset "UTF-8";
/* top */
body#top .main {
	background-image: url(img/top_bg_2.png);
	background-repeat: no-repeat;
	width: 960px;
	overflow: hidden;
}

h3.ttlh3x {
font-size: 1.4rem;
color: #000;
  position: relative;
  padding: .7rem 0;
}

h3.ttlh3x:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

h3.ttlh3 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #094;
  font-size:1.4rem;
}

h3.ttlh3:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}

.topul, .topol {
padding-left:30px;margin-top:10px;margin-bottom:30px;
}
.topul li, .topol li {
padding-top:15px;
font-size:1rem;
}


a.link {
    display: block;
    background-color: #eee;
    padding: 1em;
    text-align: center;
    text-decoration: none;
margin:1rem auto;
width: 700px;
}

a.link:hover
{
    background-color: #efe;
}