﻿.hoverA {
  border-radius: 0%;     /*角を落とさない*/
  cursor: pointer;
  transition: all 1s linear 0s;
}
.hoverA:hover {
  transform: rotateY(180deg);
}

.boxshadowA {
    box-shadow: 0px 0px 25px rgba(255, 0, 0, 0.3);
}

.animateA {
    margin:  7px  20px  7px 10px;    /*上右下左*/
    padding: 6px  3px  3px;
    background: #EEDDCC;
	transition: margin 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}
.animateA:hover {
    margin:  0px  20px 14px 10px;
    padding: 6px 3px  3px;
    background: #FFCCBB;
}

font { font-family:'Lucida Grande',
          'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
           Meiryo, メイリオ, sans-serif;
}

body{
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}
#service p {
    /*Androidブラウザフォントバグ対策*/
    max-height: 999999px;  
}

.fontHGbig {
	font-size: 26px;
	line-height: 30px;
	font-family: "HG創英角ﾎﾟｯﾌﾟ体";
	color: "#000000";
}
.font08 {
	font-size: 8px;
	line-height: 10px;
	font-family: "ＭＳ ゴシック";
	color: "#000000";
}

.font10 {
	font-size: 10px;
	line-height: 16px;
	font-family: "ＭＳ ゴシック";
	color: "#000000";
}

.font12 {
	font-size: 12px;
	line-height: 16px;
	font-family: "ＭＳ ゴシック";
	color: "#000000";
}

.font14 {
	font-size: 14px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ ProN W3";
	color: "#000000";
</style>
}

.font16 {
	font-size: 16px;
	line-height: 22px;
	font-family: "ＭＳ ゴシック";
	color: "#000000";
</style>
}

.uline {
  text-decoration: underline;
  text-underline-position: below;
}
