/* ************* 体験教室用スタイル ************* */
 /* トップ説明文の枠 */
.trconframe {
  width: 600px;					/* 横幅 */
  margin: 20px 0px;				/* 領域間余白:上下 左右 */
  text-align: center;			/* テキストをセンタリング */
}
 /* キャッチフレーズ */
.catchphrase {
  letter-spacing: 1px;		/* 文字間隔 */
  line-height: 110%;		/* 文字業間 (100% = 文字の高さ) */
  color: #333333;			/* 文字色 */
  margin: 3px 0px;			/* 領域間余白:上下 左右 */
  font: bold 250% cursive, serif;	/* 文字スタイル [太字 サイズ 種類] */
}
 /* トップ説明文 */
.trialcont {
  text-align: left;			/* 文字をを左寄せに戻す */
  letter-spacing: 2px;		/* 文字間隔 */
  line-height: 120%;		/* 文字業間 (100% = 文字の高さ) */
  font-size: 80%;			/* 文字のサイズ */
  color: #666666;			/* 文字色 */
  margin: 15px 50px;		/* 領域間余白:上下 左右 */
}
 /* 段落 */
p.msp {
  margin: 15px 0px;		/* 領域間余白:上下 左右 */
}

 /* --- コース説明スタイル --- */
 /* コース名の文字 */
.ctitle {
  padding: 5px 0px 10px;		/* 領域内余白:上 左右 下 */
  letter-spacing: 2px;			/* 文字間隔 */
  font: bold 120%;				/* 文字スタイル [太字 サイズ] */
  background-color: #d76677;	/* 背景色 */
}
.ctitle a {
  color: #faf6f6;					/* 文字色 */
  text-decoration: none;			/* テキストの線,点滅 なし */
}
.ctitle a:hover {
  color: #880033;					/* 文字色 */
}
 /* コース簡易説明の文字 */
.cabbtion {
  letter-spacing: 1px;		/* 文字間隔 */
  line-height: 130%;		/* 文字業間 (100% = 文字の高さ) */
  color: #666666;			/* 文字色 */
  font: 80%;				/* 文字スタイル [太字 サイズ] */
}
