﻿
@media screen and (max-device-width: 480px) {
}
@media screen and (min-device-width: 481px) {
}

html, body, div,
h1, h2, h3, h4, h5, h6,
ol, ul, li,img {
   margin:0px;
   padding:0px;
   border:0px;
   font-family:inherit;
   font-style:inherit;
   font-weight:inherit;
}

div.waku {
 width: 800px;
 border: solid 3px blue;
 border-width: 0px 3px 0px 3px;
 margin-left:auto;
 margin-right:auto;
 padding-bottom: 20px;
}

h1{
 color: blue;
 font-size: 19pt;
 letter-spacing: 2px;
 text-align: center;
}
div.h1 {
 width: 700px;
 padding: 20px 0px 30px 0px;
 margin: 0px 50px 30px 50px;
 font-family:"sans-serif",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック';
 border: solid 5px yellow;
 border-width: 0px 0px 5px 0px;
 text-align: center;
}

div.top {
 margin: 20px 20px 20px 20px;
 font-size: 11pt;
 text-align: left;
 line-height: 25px;
}
div.dust{
 margin-left: 20px;
 line-height: 30px;
 font-size: 12pt;
}

div.up{
 text-align: right;
 margin-right: 20px;
 line-height: 30px;
 font-size: 12pt;
}

ul.link {
 font-size: 11pt;
 line-height: 16pt;
 letter-spacing: 2px;
 list-style-type: disc;
}

h2{
 color: red;
 font-size: 14pt;
 letter-spacing: 5px;
 font-family:"sans-serif",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック';
 margin: 20px 50px 10px 50px;
 text-align: center;
 font-style: italic;
}
div.bun {
 width: 700px;
 border-bottom: solid 2px blue;
 padding: 15px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom: 20px;
 border-width: 0px 0px 2px 0px;
}
div.img{
 text-align: center;
 margin: 15px 0px 15px 0px;
}
span.red{
 color: #ff0000;
}
span.blue{
 color: blue;
}
p.line30{
 line-height:30px;
 text-indent: 1em;
 font-size: 12pt;
 letter-spacing: 2px;
}
p.line30s{
 line-height:30px;
}
ul.line30s{
 line-height:30px;
 list-style-type: disc;
}

span.italic{
 font-style: italic;
 font-size: 12pt;
 line-height:30px;
 white-space: normal;
 letter-spacing: 3px;
}
a{
 white-space: nowrap;
}
a.italic{
 padding: 0px 10px 0px 10px;
 white-space: nowrap;
}
div.ad{
 margin: 40px 0px 20px 0px;
 text-align: center;
}
table{
 margin-left:auto;
 margin-right:auto;
}
div.link {
 width: 700px;
 border: solid 2px green;
 border-width: 0px 0px 0px 2px;
}
table.site{
 padding: 20px;
 border-width: 0px;
}
td.site {
 width: 300px;
 padding: 10px;
}
img.site {
 margin: 0px 15px 0px 15px;
 border: 0px;
 width: 300px;
}
img.wide {
 margin: 0px 15px 0px 15px;
 border: 0px;
 width: 600px;
}
p.links {
 width: 700px;
 font-size: 9pt;
 line-height: 13pt;
 padding-left: 10px;
}
h3{
 color: blue;
 font-size: 13pt;
 letter-spacing: 2px;
 font-family:"sans-serif",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック';
 margin: 30px 0px 10px 10px;
 font-weight: bold;
}
iframe {
 margin: 10px 20px 10px 20px;
}



}