@charset "utf-8";

/* ===== 横幅：アイコン用 */
.w40 { width:40px !important; }

/* ===== 背景色 */
.bg_c12 {	background-color:#cf142b; }

/* ===== 三角 */
.arrow { text-align:center; }
.arrow SPAN {
	width:0;
	height:0;
	border-top:32px solid #dedede;
	border-right:64px solid transparent;
	border-left:64px solid transparent;
	display:inline-block;
}
.arrow.white SPAN { border-top-color:#fff; }

/*
@media (max-width:640px) {
  .arrow {
    line-height:0;
  }
  .arrow SPAN {
    border-right:30px solid transparent;
    border-left:30px solid transparent;
  }
}
*/
