@import url(common.css);

/*------------------------------------------
リンク・ホバー
------------------------------------------*/
a {
  text-decoration: none;
  color: #0645ad;
}
a:hover {
  opacity: 0.7;
}
/*------------------------------------------
改行
------------------------------------------*/
br.br,
.br600 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .br600 {
    display: block;
  }
}

/*------------------------------------------
	 NEWマークアイコン（赤字）
------------------------------------------*/
.new-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px; /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px; /* アイコンの角を丸める */
}

/*------------------------------------------
		蛍光ペンマーカー風（水色）
------------------------------------------*/
.line_marker_bl {
  background: linear-gradient(#fff 60%, #d3edfb 0%);
  font-weight: bold;
  font-size: 1.8em;
  text-shadow: 1px 1px 0 #fff, 0 1px 0 #fff;
  color: #494949;
}
