﻿body{
  margin: 0;
  padding: 0;
}
div.container{
  overflow: hidden;
  width:360px;
  margin: 0 auto;
  font-size: 18px;
  font-family:"Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}

div.top{
  background: red;
  text-align: center;
  padding-top: 20px;
/* ...............................グラデーション....... */
animation: bg-color 10s infinite;
-webkit-animation: bg-color 10s infinite;
/* ...........グラデーションここまで................... */
  }

/* ...............................グラデーション....... */
@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
/* ...........グラデーションここまで................... */

div.top a{
  display: block;
  /* background: red; */
  text-align: center;
  text-decoration: none;  /* リンクの下線を消す */
  font-size: 40px;
  line-height: 60px;
  color:white;
  font-weight: bold;
}
/* ｌｉｎｋで使用しているｃｓｓ */

table.link_migi{
  margin: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
a.widelink_migi{
  display: block;
  padding: 0.1em 0;
  text-decoration: none;
  color:black;
}
a.widelink_migi:visited{
  color:black;
}
span.migi_bold{
  font-weight: bold;
  font-size: 15px;
}
h1{
  line-height : 35px;
  font-size: 34px;
  font-weight : bold;
  text-align: center;
  margin: 10px 10px;
  border-bottom: solid 4px red;
}
span.hi{
  font-size: 34px;
  font-weight : bold;
  text-align: center;
  margin: 10px 10px;
}
span.bold_1{
  font-weight: bold;
  font-size: 18px;
}
bun_bold_1{
  font-weight: bold;
  font-size: 17px;
}
div.ab{
  font-size: 28px;
  line-height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
p.sent{
  text-align: center;
}
p.bun{
  font-size: 17px;
  line-height: 1.8em;
  margin-left: 15px;
  margin-right: 15px;
}
p.bun_yellow{
  background-color: #fcf2f1;
  font-size: 17px;
  line-height: 1.8em;
  padding: 10px 15px;
  /* padding-left: 15px;
  padding-right: 15px; */
  /* margin-left: 15px;
  margin-right: 15px; */
}


p.bun_u{
  font-size: 17px;
  color: navy;
  line-height: 1.8em;
  margin-left: 20px;
  margin-right: 15px;
}
p.bun_s{
  font-size: 13px;
  line-height: 1.8em;
  margin-left: 15px;
  margin-right: 15px;
}

table.menu{
  margin: 10px auto;
}
table.menu td{
  font-size: 18px;
  font-weight: bold;
  width: 170px;
  vertical-align: top;	
}
.menu a{
  text-decoration: none;
  color: blueviolet;
}
.bun a{
  font-size: 18px;
  text-decoration: none;
  color: black;
}
.bun_yellow a{
  font-size: 18px;
  text-decoration: none;
  color: black;
}
table.link{
  margin: 10px auto;
}
td.link_td{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #444444;
  width: 30px;
  padding: 10px;
}
td.link_td a{
text-decoration: none;
color: black;
}
td.link_td_this{
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  border: solid 1px #444444;
  background-color: #444444;
  width: 30px;
  padding: 10px;
}
td.link_td_side{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #444444;
  width: 50px;
  padding: 10px;
}
td.link_td_side a{
  text-decoration: none;
  color: black;
}
td.link_td_side_opacity{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  opacity:0.5;
  border: solid 1px #444444;
  width: 50px;
  padding: 10px;
}
div.mokuzi{
  font-size: 14px;
  text-align: left;
  background-color: #EEEEEE;
  margin: 5px auto;
  padding: 10px 5px 10px 10px;
  width: 280px;
}
div.next_p{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: blue;
  margin: 5px auto;
  padding: 10px 5px 10px 20px;
  width: 300px;
}
div.next_p a{
  text-decoration: none;
  color: white;
}
div.aba{
    line-height : 60px;
    font-size: 30px;
    font-weight : bold;
    text-align: center;
}
.right_small{
  font-size: 13px;
  text-align: right;
}
ul, ol {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}





span.under {
  background: linear-gradient(transparent 50%, yellow 50%);
  font-size: 17px;
  line-height: 1.8em;
}

h3 {
  font-size: 32px;
  margin: 0 8px 0 10px;
  padding: 5px;/*文字周りの余白*/
  color:red;/*文字色*/
  background: #ffebe9;/*背景色*/
  border-left: solid 6px red;/*左線（実線 太さ 色）*/
}
h2 {
  font-size: 20px;
  margin: 0 8px 0 10px;
  padding: 5px;/*文字周りの余白*/
  color:red;/*文字色*/
  background: #ffebe9;/*背景色*/
  border-left: solid 6px red;/*左線（実線 太さ 色）*/
}

div.abb{
  font-size: 24px;
text-align:right;
}
div.center{
  text-align: center;
  font-size: 15px;
  width: 360px;
  margin: 3px auto;
}
div.center_big{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin: 3px auto;
}
div.center a{
  text-decoration:none;
  color: black;
}

div.kazari{
  padding: 0.5em 1em;
  margin: 2em auto;
  width: 200px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: red;
  background: #ffebe9;
  border: solid 6px #ff7d6e;/*線*/
  border-radius: 10px;/*角の丸み*/
}
table.manbai,table.manbai td,table.manbai th{
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 2px #ff7d6e;/*線*/
}
table.tensya,table.tensya td,table.tensya th{
  border-collapse: collapse;
  border: solid 2px #ff7d6e;/*線*/
}
td.l{
  padding:0 10px;
  background-color:pink ;
}
td.r{
  padding:0 10px;
font-size: 18px;
}
table.syou,table.syou td{
  margin: 10px auto;
  padding: 2px 5px;
  font-size: 18px;
  border-collapse: collapse;
  border: solid 2px #ff7d6e;/*線*/
}

footer{
  line-height : 30px;
  font-size: 15px;
  text-align: center;
}

/* ーーーブロック型リンク ーーー*/
p.link a {
   display: inline-block;      /* リンクをインラインブロック化して表示 */
   width: 320px;                 /* 横幅を100%*/
   border: 1px solid skyblue;    /* 枠線を加える */
   border-radius: 0.75em;        /* 枠線の角を丸くする */
   padding: 0.7em;               /* 内側の余白量を0.7文字分にする。この余白は「クリック可能な空白」 */
   margin: 0px 5px 0 5px; /* 外側の余白量として、右に0.15文字分、下に0.5文字分。この余白は「クリック対象外」 */
   background-color: #eeffff;    /* 背景色として淡い水色 */
   text-decoration: none;        /* リンクの下線を消す */
   line-height: 1.4;             /* 行の高さを1.4倍にする */
}
/* ▼リンクの上にマウスが載った際の装飾(背景色だけ指定) */
.sample a:hover { background-color: #fcfcaa; }
p.link a.usucya {
  background-color: #EEE8AA;
  margin: 0px 5px 0 5px;
}
p.link a.usuaka {
  background-color: #FFBEDA;
  margin: 0px 5px 0 5px;
}
p.link a.usumidori{
  background-color: #99FF99;
  margin: 0px 5px 0 5px;
}
p.link a.usuki{
  background-color: #ffffcc;
  margin: 0px 5px 0 5px;
}
p.link a.sorairo{
  background-color: #eeffff;
  margin: 0px 5px 0 5px;
}
p.link a.usumurasaki{
  background-color: #EAD9FF;
  margin: 0px 5px 0 5px;
}
span.red{
  font-size: 26px;
  font-weight: bold;
  color: red;
}
span.navy{
  font-size: 26px;
  font-weight: bold;
  color: navy;
}
span.kana{
  font-size: 22px;
  font-weight: bold;
}
span.bold{
  font-size: 18px;
  font-weight: bold;
  color: navy;
}
span.big{
  font-size: 26px;
  font-weight: bold;
}
span.syou{
  font-size: 14px;
}
span.small{
  font-size: 14px;
  color: navy;
}
.cm{
  line-height : 1.5em;
  font-size: 10px;
  text-align: center;
}
table.uchi_link{
  width:340px;
  border: solid 1px olive;
  border-collapse: collapse;
  font-size: 18px;
  font-family: メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
  line-height : 28px;
  color : #363636;
  /* 墨色 */
  margin: 10px 5px 10px 10px;
  }
 table.uchi_link th{
 text-align: center;
 font-weight: bold;
 line-height: 40px;
 background-color : #510000;
 color: white;
 }
 
 
 /* ここから「table」 */
table.seizahyou{
  width: 280px;
  margin: 10px auto 50px auto;
  border-collapse: collapse;
  line-height : 30px;
  color : white;
  background-color : #004000;
  font-size: 18px;
}
 table.seizahyou td,table.seizahyou th{
   border:2px solid #fff;
   /* ＃ｆｆｆは白 */
 }
.sns{
  padding-left: 20px;
}

/* ここからＳＮＳ  */




