@charset "UTF-8";

/*-------------------------------------------------------------
list Styles
-------------------------------------------------------------*/
/*-- リスト マーカーなし インデント付き --*/
.nomark {
  list-style-type: none;
  list-style-position: inside;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

.nomark01 li {
  list-style-type: none;
}

/*-- リスト マーカー：細い丸 --*/
ul.lighterdisc {
  list-style-type: none;
  margin: 0 0 1.5em 14px;
}

ul.lighterdisc li:before {
  content: '・';
  margin-left: -14px;
}

/*-- リスト マーカー：なし 行間広め --*/
ul.nomark-1 {
  list-style-type: none;
  margin: 0 0 1.5em 14px;
  line-height: 2em;
  padding-left: 14px; /* 1文字分、右に動かす */
  text-indent: -14px; /* 最初の行だけ1文字分、左に動かす */
}

ul.nomark-1 li:before {
  margin-left: -14px;
}





/*-- リンク下線はマウスオーバーで表示 --*/
li a.rollover {
  text-decoration: none;
}

li a.rollover:hover {
  text-decoration: underline;
}

/*-- インデント付き --*/
.list-indent01 {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.5em;
  margin: 0 0 0 25px;
}

/*-- リスト マーカーなし インデント付き --*/
ul.list-indent02 li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.5em;
  margin: 0 0 0 25px;
}

/*-- リスト マーカーなし インデント付き --*/
ul.none {
  list-style-type: none;
  list-style-position: inside;
  line-height: 2em;
  margin: 0 0 0 2em;
  padding: 0;
}

li.none {
  line-height: 1.5em;
  padding-left: 1em; /*1文字分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1文字分、左に動かす*/
}

/*-- リスト マーカーに矢印（オレンジ）付き --*/
ul.arrow-orange {
  list-style-type: none;
  list-style-position: inside;
  font-size: 16px;
  line-height: 2em;
  margin: 0 0 0 2em;
  padding: 0;
}

ul.arrow-orange li {
  list-style-type: none;
  background: url(../../img01/ic_morelink_or.png) left no-repeat;
  margin: 0 0 0 -20px;
  padding: 0;
  text-indent: 20px;
}

/*-- リスト マーカーに黒い矢印 --*/
ul.square li {
  list-style-type: square;
}

/*-- バナー付き --*/
ul.link-banner {
  list-style-type: none;
  list-style-position: inside;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 0;
}

ul.link-banner li {
  list-style-type: none;
  height: 80px;
  background: url(../../img01/banner/banner_nekonomori.gif) left no-repeat;
  padding: 0;
  padding-left: 200px;
}

/*-- アイコン付き段落 --*/
p.ic-q {
  font-size: 18px;
  background: url(../../img01/ic_faq_q.png) left top no-repeat; /* アイコン「Q」 */
  margin: 20px 0 10px 0;
  padding: 0 0 10px 50px;
}

p.ic-a {
  font-size: 14px;
  background: url(../../img01/ic_faq_a.png) left top no-repeat; /* アイコン「A」 */
  margin: 10px 0 20px 0;
  padding: 0 0 15px 50px;
}

/*-- スクロールエリア --*/
.scrollarea {
  height: 100px;
  overflow: scroll;
  margin-bottom: 20px;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #c0c0c0; /* seagreen */
  border-bottom: 1px solid #c0c0c0; /* seagreen */
}

.scrollarea-s {
  height: 80px;
  overflow: scroll;
  margin-bottom: 20px;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #c0c0c0; /* seagreen */
  border-bottom: 1px solid #c0c0c0; /* seagreen */
}

.scrollarea-l {
  height: 400px;
  overflow: scroll;
  margin-bottom: 20px;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #c0c0c0; /* seagreen */
  border-bottom: 1px solid #c0c0c0; /* seagreen */
}

.scrollarea dt,
.scrollarea-s dt {
  margin-bottom: 2px;
}

.scrollarea-l dt {
  font-weight: bold;
  margin-bottom: 2px;
  padding-left: 5px;
  border-left: 5px solid #2e8b57; /* seagreen */
}
.scrollarea dd,
.scrollarea-s dd,
.scrollarea-l dd {
  line-height: 1.5em;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c0c0c0;
  padding-left: 1em;
}

/*-------------------------------------------------------------
 編み師紹介
-------------------------------------------------------------*/
.show-list {
  list-style-type: none;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}

.show-list li {
  width: 310px;
  height: 80px;
  list-style-type: none;
  overflow: hidden;
  float: left;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #ccc; /* グレー */
}

.show-list img {
  width: 64px;
  height: 80px;
  float: left;
  margin: 0 10px 10px 0;
}

#contents-detail p.show-name,
#contents-detail-wide p.show-name {
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  margin: 0 0 0.5em;
  color: #000; /* 黒 */
}

#contents-detail p.show-date,
#contents-detail-wide p.show-date {
  font-size: 90%;
  text-align: left;
  line-height: 1.3em;
  margin: 0 0 0.5em;
  color: #666; /* グレー */
}

#contents-detail p.show-caption,
#contents-detail-wide p.show-caption {
  text-align: left;
  margin: 0 0 0.5em;
  color: #666; /* グレー */
}

.show-btn {
  margin: 0 0 0 3px;
}

/*-------------------------------------------------------------
 猫師匠紹介
-------------------------------------------------------------*/
.show-list-max {
  list-style-type: none;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}

.show-list-max li {
  width: 380px;
  height: 130px;
  list-style-type: none;
  overflow: hidden;
  float: left;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #ccc; /* グレー */
}

.show-list-max img {
  float: left;
  margin: 0 10px 10px 0;
}

#contents-detail-max p.show-name,
#contents-detail-max2 p.show-name {
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  margin: 0 0 0.5em;
  color: #000; /* 黒 */
}

.show-list-cat {
  list-style-type: none;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}

.show-list-cat li {
  width: 140px;
  height: 50px;
  list-style-type: none;
  overflow: hidden;
  float: left;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #ccc; /* グレー */
}

.show-list-cat li a {
  text-decoration: none;
  font-weight: bold;
  color: #333; /* 黒 */
}

.show-list-cat li a:hover {
  color: #ee7800; /* 橙色 だいだいいろ */
}

.show-list-cat img {
  float: left;
  margin: 0 10px 10px 0;
}

/*-------------------------------------------------------------
 波平倶楽部　写真館
-------------------------------------------------------------*/
.show-list-card{
  list-style-type: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.show-list-card li {
  width: 142px;
  height: 240px;
  overflow: hidden;
  float: left;
  margin: 0 3px 5px 0;
  padding: 3px;
  border: 1px solid #ccc; /* グレー */
}

.show-list-card img {
  width: 142px;
  margin-bottom: 2px;
}

.show-list-card-name {
  text-align: center;
  font-size: 12px;
  margin: 0 0 0.5em;
  color: #666; /* グレー */
}

.btn01 {
  margin: 0 3px 5px 0;
}

/*-------------------------------------------------------------
 猫スクール総合案内　セミナー紹介
-------------------------------------------------------------*/
.show-list-card02{
  list-style-type: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.show-list-card02 li {
  width: 188px;
  height: 500px;
  overflow: hidden;
  float: left;
  margin: 0 3px 5px 0;
  padding: 3px;
  border: 1px solid #ccc; /* グレー */
}

.show-list-card02 p {
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0.5em 0.5em 1.5em;
}

.show-list-card02-title-yellow {
  text-align: center;
  font-size: 18px;
  background: #fdc702; /* 黄色 */
  color: #fff; /* 白 */
}

.show-list-card02-title-green {
  text-align: center;
  font-size: 18px;
  background: #5cb477; /* 緑 */
  color: #fff; /* 白 */
}

.show-list-card02-title-royalblue {
  text-align: center;
  font-size: 18px;
  background: #01abe9; /* 水色 */
  color: #fff; /* 白 */
}

.show-list-card02-title-brown {
  text-align: center;
  font-size: 18px;
  background: #f29d0f; /* 黄金色 */
  color: #fff; /* 白 */
}

.show-list-card02-name {
  text-align: left;
  font-size: 16px;
  margin: 0.5em;
}

.show-list-card02-name2 {
  text-align: left;
  font-size: 16px;
  margin: 0 0.5em 0 1.5em;
}

.show-list-card02 li a,
.show-list-card02 li a {
  text-decoration: none;
  color: #4f991f; /* 緑 */
}

.show-list-card02 li a:hover,
.show-list-card02 li a:hover {
  color: #ee7800; /* 橙色 だいだいいろ */
}

.btn01 {
  margin: 5px 0;
}

.show-list-card02 hr {
  border-top: 1px dotted #4f991f; /* 緑 */
}
