body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699cc;
}
a:link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #66CCFF;
	text-decoration: underline;
}
a:visited {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #66FFFF;
	text-decoration: none;
}
.lead {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.label {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #990000;
	text-decoration: none;
}
.label2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #FFCC00;
	text-decoration: none;
}
.justBlue {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003399;
	text-decoration: none;
	font-size: 16px;
}
.YellowBigger {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	color: #FFCC00;
	text-decoration: none;
}

a.bt-samp52 {
  display: block;
  position: relative;
  background: #1989fa;

  border: 7px solid #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1),1px 2px 3px rgba(0,0,0,0.1), inset 1px 1px 7px rgba(255,255,255,0.7), 
  inset -1px -1px 7px rgba(255,255,255,0.7);
  
  width: 350px;
  height: 60px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
line-height: 1;
margin:0 auto;
}

a.bt-samp52 span{
  position: absolute;
  top: 32%;
  left: 10px;
  width: 100%;
  height: 50%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000000;
line-height: 1;
}

a.bt-samp52:hover{
  background: #fbaf5d;
}

a.bt-samp52:hover span{
  text-shadow: none;
  -webkit-animation: text-anime52 0.5s ease;
  animation: text-anime52 0.5s ease;
}

.about{
    position: relative;
    margin: 30px 20px 10px -10px;
    padding: 10px 8px 10px 50px;
    color: #fff; /* テキスト色 */
    background: #B92A2C; /* 背景色 */
    font-size: 1.5em; /* フォントサイズ */
    font-weight: bold; /* フォント太さ */
    line-height: 1em;
    border-radius: 22px 0 0 22px;
}
.about:before {
    content: "";
    position: absolute;
    background: #ffe9a9; /* 丸部分の色 */
    top: 50%;
    left: 14px;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #777 inset;
}



.about2{
    position: relative;
    height:50px;;
    margin: 30px 20px 10px -10px;
    padding: 10px 8px 10px 50px;
    color: #fff; /* テキスト色 */
    background: #B92A2C; /* 背景色 */
    font-size: 1.5em; /* フォントサイズ */
    font-weight: bold; /* フォント太さ */
    line-height: 1em;
    border-radius: 22px 0 0 22px;
}
.about2:before {
    content: "";
    position: absolute;
    background: #ffe9a9; /* 丸部分の色 */
    top: 50%;
    left: 14px;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #777 inset;
}
