/*今週のチラシ5/20号*/

.p_m10{
     margin-bottom: 10px;
}

.tf_font{
	font-family: "S-ShueiMaruGoStd-L","筑紫A丸ゴシック","Tsukushi A Round Gothic", "筑紫B丸ゴシック","Tsukushi B Round Gothic","游ゴシック", "Yu Gothic","游ゴシック体","YuGothic","Courier","Courier New","monospace","sans-serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic" ;
	
}

/*ボタン*/
.btn a{
 text-decoration: none;
}

a.btn01{
  background: #4088c8;
  border: 2px solid #4088c8;
  color: #fff;
  border-radius: 10px;
   display: flex;
  justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    font-weight: bold;
}

a.btn01:hover{
  color: #4088c8;
  border: 2px solid #4088c8;
  background: #fff;
}

a.btn02{
  background: #1d2087;
  border: 2px solid #1d2087;
  color: #fff;
  border-radius: 10px;
   display: flex;
  justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    font-weight: bold;
}

a.btn02:hover{
  color: #1d2087;
  border: 2px solid #1d2087;
  background: #fff;
}