@charset "UTF-8";
/* CSS Document */

.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FF0000;
    background: #ECECEC;
    transition: .4s;
	margin:10px;
  }

.square_btn:hover {
	background: #FF0000;
	color: white;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.square_btn2{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    border-color:#005aa7;	
    transition: .4s;
	margin:10px;
  }

.square_btn:hover2 {
	background: #005aa7;
	color: white;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


img {
max-width: 100%;
height: auto;
}

