@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  overflow-y:scroll; 
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #212121;
  font-family: "Noto Sans Japanese","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
}
a, a:visited, a:hover {
    text-decoration: none;
    color: inherit;
}
p,li {
    line-height:1.4;
    margin:0;
    padding: 0;
}
img {  
    width: 100%;
    border:0;
    vertical-align: top;
    max-width: 945px;
}


#head {
  line-height: 0;
}
#page {
	background: rgb(250, 240, 230);
  text-align: center;
  padding-bottom:  20px;
}
#page .title {
  width: 70%;
  max-width: 438px;
  margin: 0 auto 25px;
  padding-top: 35px;
}
#page .title2 {
  margin: 0 auto 25px;
}
.grid {
  max-width: 1280px;
  margin: 0 auto;
}
.grid > div {
  width: 46%;
  box-shadow: 0px 3px 3px 1px rgba(0,0,0,.04);
  max-width: 240px;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  background: #FFF;
  padding: 8px;
  border-radius: 6px;
}
  .yahoo .title {
    width: 90%;
    margin: 20px auto;
  }
  .yahoo .card {
    box-shadow: none;
    margin-bottom: 20px;
  }
  .yahoo .card img {
    border-radius: 3px;    
  }

.if_hd {
  width: 100%;
  height: 44px;
}
.if_bt {
  width: 100%;
  height: 40px;
}

.grid > div ul {
text-align: left;
margin: 5px;
}
.grid > div ul:before {
content: "coordinate items";
font-size: 10px;
color: #39F;
font-weight: bold;
display: block;
letter-spacing: 1px;
margin: 15px 5px 0;
opacity: .6;
display: none;
}
.grid > div li {
display: inline-block;
margin-right: 5px;
margin-top: 10px;
line-height: 150%;
}
.grid > div li a {
padding: 4px 10px;
font-size: 11px;
background-color:#f5f5f5;
color: #666;
border-radius: 5px;
display: block;
}
.grid > div li a:hover {
background-color: #EEE;
}
.mini .grid > div:nth-child(n+4) {
  display: none;
}
.mini.yahoo.grid > div:nth-child(n+4) {
  display: none;
}
  @media screen and (max-width: 619px) {
    .mini .grid > div:nth-child(n+3) {
      display: none;
    }
    .mini.yahoo.grid > div:nth-child(n+3) {
      display: none;
    }
  }
    @media screen and (max-width: 320px) {
      .grid > div {
        width: 45%;
      }
      .grid > div li a {
      padding: 4px 4px;
      }
    }

.bt-link {
  max-width: 400px;
  width: 70%;
  background-color: #222;
  margin: 25px auto 20px;
}
.bt-link a {
  display: block;
  color: #FFF;
  padding: 15px;
  letter-spacing: 2px;
}
.bt-link a:hover {
  background-color: #444;
}

/* page-top */
#page-top {
    position: fixed;
    bottom: 90px;
    right: 5px;
  z-index: 999;
}
#page-top a {
    background: #333;
    text-decoration: none;
    width: 55px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  opacity: .4
}
#page-top a:hover {
    text-decoration: none;
    background: #333;
  -webkit-transition: all 0.8s ease;
  transition:   all 0.8s ease;
  opacity: .2
}
#page-top img {
  width: 60%;
}
