@charset "utf-8";

/* ----------↓ LAYOUT ↓---------- */
#breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}

#main {
  width: 1100px;
}


/* ----------↓ DIV ↓---------- */
div.ct-ttl {
  margin-bottom: 15px;
}

div.ct-ttl img {
  display: block;
}

div.gotop {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}



/* ----------↓ P ↓---------- */
#main p {
  margin-bottom: 1.6em;
}

#main p.last {
  margin-bottom: 4em;
}



/* ----------↓ IMG ↓---------- */
.gotop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}




/* ----------↓ #BREADCRUMB ↓---------- */
#breadcrumb {
  font-size: 90%;
  line-height: 1.1em;
  color: #606060;
}

#breadcrumb li {
  list-style-type: none;
  display: inline;
  color: #606060;
}

#breadcrumb li a {
  color: #606060;
  text-decoration: underline;
}

#breadcrumb li:after {
  content: "　＞　";
  color: #AAAAAA;
  font-size: 90%;
}

#breadcrumb li:last-child:after {
  content: none;
}

#breadcrumb li a:hover {
  color: #425695;
}



