@charset "Shift_JIS";


.font12{
   font-size : 13pt;
   color : #111;
   font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","EE EゴシチE","Osaka";
   line-height : 28px;
   text-align : left;
    margin: 12px 20px 0px 100px;
   list-style-type : decimal;
 text-shadow: 1px 1px 2px rgba(220, 220, 220, 0.45);
}
.font13{
   font-size : 18pt;
    font-style: bold;
    color : rgb(255, 0, 108);
   font-family: Arial;
   line-height : 28px;
   text-align : left;
    margin: 12px 20px 0px 100px;
 text-shadow: 1px 1px 2px rgba(220, 220, 220, 0.45);
}

a.link01{
   color : #fff;
   font-size : 14pt;
   text-align : center;
   line-height : 22px;
   font-weight : bold;
   padding-top : 6px;
   padding-left : 14px;
   padding-right : 14px;
   padding-bottom : 6px;
   transition: 0.8s;
   border-radius: 6px;
   background : linear-gradient(to bottom, #00b96e 0%, #008755 100%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
   /* Old browsers */
 /* FF3.6-15 */
 /* Chrome10-25,Safari5.1-6 */
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b96e', endColorstr='#008755',GradientType=0 );
   /* IE6-9 */
  
    font-family:  ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","EE EゴシチE","Osaka";
   border-width : 1px;
   border-style : solid;
   border-color : #008555;
   -webkit-text-shadow: 1px 1px 2px  rgba(0, 80, 0, 0.85);
   box-shadow:2px 2px 2px 2px rgba(230, 230, 230, 0.75);
   text-decoration : none;
}

    
.link01:hover{ 
       background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
   background : -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
   color : #008555;
   text-decoration : none;
}
    


