/*クラス名を付けた要素にスタイルを適用する場合*/

.txt-btn1 {
  border: 1px solid #b3c6ff ;
  border-radius: 5px;
  background-color: #f0fff8 ;
  width: 77% ;
  margin: 0 ;
  padding: 4px 10px 4px 10px ;
  /*天右地左*/
  color: #336699 ;
  text-decoration: none ;
}

.txt-btn2 {
  display:inline-block;
  border: 1px solid #ffb3b3 ;
  border-radius: 5px;
  background-color: #ffe8e8 ;
  width: 150px ;
  margin: 10px;
  padding: 4px 10px 4px 10px ;
  /*天右地左*/
  text-align: center ;
}

.txt-btn2:hover {
  border: 1px solid #ffb3b3 ;
  background-color: #fff0f0 ;
  margin: 7px ;
  padding: 7px 13px 7px 13px ;
}

.txt-btn2 a:link {
  color: #bf0030 ;
}

.txt-btn3 {
  border: 1px solid #d7d7d7 ;
  border-radius: 5px;
  background-color: #f7f7f7 ;
  width: 77% ;
  max-width:240px;
  margin: 0 ;
  padding: 4px 10px 4px 10px ;
  /*天右地左*/
  color: #7f7f7f ;
  text-decoration: none ;
}

.footnote {
  margin: 5px 0 0 15px ;
  /*天右地左*/
  color:#bf0030 ;
  line-height:120% ;
}

.main-intprt {
  margin: 10px 0 0 0 ;
  padding: 15px 0 15px 0 ;
  /*天右地左*/
  width : 750px ;
  height : 1520px ;
  border: 1px solid #8f8f8f ;
  background-color: #fff ;
  list-style-type: none ;
  text-align: left ;
  line-height: 130% ;
  vertical-align: middle ;
  /*なぜか効かない*/
}

.intprt {
  margin: 10px 0 10px 0 ;
  /*天右地左*/
  text-align: center ;
  font-size: 15px;
  color: #7a0006;
  font-weight: bold ;
}

.btn-intprt {
  margin: 5px 0 0 0 ;
  /*天右地左*/
  width : 100% ;
  text-align: center ;
}

.subtitle {
  margin: 0 ;
  padding: 0 ;
  /*天右地左*/
  font-weight: bold ;
  font-size:15px ;
  color: #1f4e79 ;
  line-height: 120% ;
}
