/* Enter Your Custom CSS Here */
*{
font-size:16px;
line-height:170%;
font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
letter-spacing:0.03em;
}
#gMenu .menu li a strong {
    letter-spacing: -0.05em;
}
#footMenu .menu li{
font-size:16px;
line-height:170%;
}
#content .infoList ul li .infoTxt a{
font-size:16px;
}
#topPr p a {
line-height:170%;
}
#topPr h3 a {
letter-spacing:-0.1em;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
a.link_margin{
    vertical-align:middle;
    position: relative;
    word-wrap:break-word;
    font-size:16px;
    list-style-type: none;
    display: inline-block;
    margin: 0.5%;
    width: 14%;
    height: 60px;
    text-align: center;
    text-decoration: none;
}
a.link_margin:hover{
    border: 1px solid #BD2432;
    background: #ffe4e1;
    color: #BD2432;
    text-decoration: none;
}

#dropmenu ut{
    list-style-type: none;
    width: 100%;
    margin: 1px;
    padding: 0;
    line-height:1;
}
#dropmenu li{
    position: relative;
    width: 190px;
    height: 260px;
    float: left;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    line-height:1;
}
#dropmenu li a{
    display: block;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
    line-height:1;
}
#dropmenu li:hover{
    background: #ffe4e1;
    color: #BD2432;
    text-decoration: none;
    margin: 0;
    font-weight: bold;
    line-height:1;
}
#dropmenu li:hover a{
    background: #ffe4e1;
    color: #c30000;
    text-decoration: none;
    margin: 0;
    font-weight: bold;
    line-height:1;
}
.broken_link, a.broken_link {
    text-decoration: none;
}
.content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
    width: 198px;
}
.content h4.entryTitle a {
    font-size: 20px;
}
#footer dl#footerOutline {
    width: 360px;
}