@charset "UTF-8";

html{
  height : 100%;
}
body{
  font-size : 13px;
  font-family : "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing : 1px;
  margin : 0;
  -webkit-text-size-adjust : 100%;
}
body.milka{
  line-height : 1.5;
  padding : 110px 30px 50px;
}
div.center{
  max-width : 620px;
  margin : 0 auto;
}
dt{
  font-weight : bold;
  color : gray;
  position : relative;
  padding-left : 10px;
  margin-top : 10px;
  margin-bottom : 10px;
}
dt:before{
  content : "";
  display : inline-block;
  position : absolute;
  top : 45%;
  left : 0;
  width : 0;
  height : 0;
  margin-top : -5px;
  border : 5px solid transparent;
  border-left-color : #000000;
}
dd{
  margin-left : 0;
  padding-left : 15px;
  border-left : 1px solid gray;
}
a{
  color : gray;
  text-decoration : none;
}
a:hover{
  top : 1px;
  left : 1px;
  position : relative;
}
a.under{
  text-decoration : underline;
}
h1{
  font-size : 13px;
  font-family : Georgia,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight : normal;
  margin-top : 50px;
  margin-bottom : 30px;
}
h2{
  font-size : 13px;
  font-family : Georgia,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight : normal;
  color : gray;
  margin-top : 50px;
  margin-bottom : 30px;
  border-top : 1px dotted gray;
}
h3{
  font-size : 13px;
  font-weight : normal;
  margin-top : 30px;
  border-top : 1px dotted gray;
}
span.mini{
  font-size : 11px;
}
span.fav{
  font-size : 11px;
  color : #999999;
}
img{
  border : 0;
  max-width : 100%;
  height : auto;
}
img.line{
  border : 1px black solid;
}
/*memoページ*/
body.memo{
  line-height : 1.7;
  padding : 95px 10px 50px;
}
div.note{
  max-width : 600px;
  margin : 0 auto;
}

@media screen and (max-width: 1024px) {
    a:hover{
      position : static;
    }
}