@charset "euc-jp";

body {
  background-color: #fffbf0;
  background-image: url();
  border-top: 5px solid #666;
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*コンテンツ共通
----------------------------------------------------------------*/
/*全体共通*/
/*タイトル共通*/
.cmn-ttl01{
  padding: 2px 0 2px 10px;
  text-align: left;
  font-size: 1.31em;
  font-weight: bold;
  color: #FFF;
  background: #2CCAC1;
  border-left: 10px solid #6CDAD4;
}
.cmn-ttl02 {
  font-size: 1.31em;
  font-weight: bold;
  color: #2D95ED;
}

/*テキスト共通*/
.cmn-txt01 {
  font-size: 1.13em;
}
.cmn-txt02 {
  font-size: 1.87em;
  font-weight: bold;
  color: #666666;
}
.cmn-attn01 {
  color: #CC0000;
  font-weight: bold;
}
.cmn-attn02 {
  font-weight: bold;
}
.cmn-attn03 {
  font-size: 1.125rem;
  font-weight: bold;
}
.cmn-attn04 {
  color: #CC0000;
}
.cmn-attn05 {
  font-weight: bold;
}
@media screen and (max-width: 736px) {
.cmn-txt02 {
  font-size: 1rem;
}
}

/*イメージ共通*/
.cmn-img-box01 {
  width: 100%;
  text-align: center;
}

.list-btn {
 cursor: pointer 
}

