@charset "utf-8";
/* ===================================================================
CSS information

file name : leaf.css

このCSSは、新ページでのみ、読み込みます。

=================================================================== */

/* renewal2017 default reset */
body {
  background: #ffffff;
}
/* リンクカラー */
a:focus {
  outline:none;
}
a:link {
  color:#333333;
  text-decoration: none;
}
a:visited {
  color:#777777;
  text-decoration: none;
}
a:hover {
  color:#ffcd05;
  text-decoration: underline;
}
/* base layout */
#contents {
  padding-top: 50px;
  position: relative;
}
/* mainContents */
#contents #mainContents {
  border-right: 1px solid #cccccc;
}
/* sideContents */
#contents #sideContents {
  border-left: 1px solid #cccccc;
  margin-left: -1px;
  padding-left: 19px;
}
/* topic pass */
#contents ul#topicPass {
  padding: 7px 0 0;
  position: absolute;
  top: 0;
}
#contents ul#topicPass li {
  background: none;
  padding: 0;
  margin-left: 10px;
  color: #929292;
  display: inline-block;
}
#contents ul#topicPass li:not(:first-child)::before {
  content: ">　";
}

/* main title */
h1.mainTitle,
p.mainTitle {
  border-left: 7px solid #ffcd05;
  padding-left: 20px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 30px 40px;
}
h1.mainTitle span,
p.mainTitle span {
  font-size: 13px;
  display: block;
  padding-top: 5px;
  color: #929292;
}


/* -----------------------------------------------------------
　Y! インタレストマッチ
----------------------------------------------------------- */
#div-gpt-ad-ydn {
	width:640px;
	margin:40px 0 20px;
	border:1px solid #999;
	background:#fff;
	overflow:hidden;
}
