body {line-height: 140%; font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; 
"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",font-size:16px;color:#1f1f1f;
}
/*ページ全体の設定　幅900px　変更不可*/
.wrap{width:100%;
      border:0px dotted #ccc;
      text-align:left;
      padding:5px 15px;
      max-width: 900px; minimam-width: 320px;}
@media screen and (max-width:480px)
{.wrap{display:block;width:90%;padding:15px;border:0px solid #00c;} }

/*画像の大きさ指定　ページ幅の40%一枚とテキストの組み合わせ*/
p.gazo img{width:40%;height:auto;}
@media screen and (max-width:480px)
{p.gazo img{float:none; display:block; width:90%; } }

/*画像の大きさ指定　ページ幅の48% 　二枚並べる*/
p.gazo1 img{width:48%;height:auto;}
@media screen and (max-width:480px)
{p.gazo1 img{float:none; display:block; width:90%; } }

/*画像の大きさ指定　ページ幅の100%　一枚並べる*/
p.gazo2 img{max-width:100%;height:auto;}
@media screen and (max-width:480px) {.gazo2 img{margin-left:auto;margin-right:auto;
 display:block; width:98%; } }

/*画像の大きさ指定　ページ幅の32.5%　三枚並べる*/
p.gazo3 img{width:32.5%;height:auto;}
@media screen and (max-width:480px)
{p.gazo3 img{float:none; display:block; width:90%;margin-bottom: 15px; } }

/*画像の大きさ指定　cutは画像原稿の大きさそのまま、要注意　スマホ時でも同じ寸法*/
p.cutimg{width:auto;height:auto;}

/*画像の位置指定*/
.hidari{float:left;margin-right:10px;}
.hidari20{float:left;margin-right:20px;}
.migi{float:right;margin-left:10px;}
.migi20{float:right;margin-left:20px;}


/*見出し文字設定　*/
.m-mi{display:block;font-weight:normal;
           font-size:20px; font-weight:bold;
           border:solid 1px #006400;
           border-left:solid 10px #00f;
           width:60%;height:30px;
           padding-top:6px;padding-left:15px;
           margin-bottom:5px;
           -webkit-box-shadow: 5px 8px 8px -6px #8d8c8c; 
           box-shadow: 5px 8px 8px -6px #8d8c8c;
           -moz-box-shadow: 5px 8px 8px -6px #8d8c8c;
}
@media screen and (max-width:480px) {.m-mi{font-size:16px;display:block; width:90%;} }

/*リンク文字設定　*/
a.ki:link{color:#00c;text-decoration:underline}
a.ki:visited{color:#00c;text-decoration:underline}
a.ki:hover{background-color :#eef488; color:#000;text-decoration:none}

/*テキスト文字色設定*/
.fcaka{color:#c00;font-weight:bold;}