html, h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
    letter-spacing: 0.05em;
}
.module-title {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
    letter-spacing: 0.1em;
}
a:hover img {
	border: none;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: alpha(opacity=60);
}
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
p {
	margin: 0;
	padding: 0 0 1em;
}

.widget {
	margin: 0 0 1em;
}
h6{
background: url("/2018/wp-content/uploads/sites/2/2018/05/icon.png") no-repeat left center;
background-size: 30px 30px;
padding: 4px 0 0 38px;
margin: 0;
}
#page-2 .post-image {
	margin: 0 0 .5em 0;
}
.loops-wrapper.grid3 .post-title {
	font-size: .9em;
	letter-spacing: .05em;
}
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: 480px) {
  table {
		border-top: 1px solid #999;
  }
  table td {
    padding: 0.5em 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  table th {
    padding: 0.5em 0;
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
}
}
table.list {
border-top: 1px solid #ccc;
}
table th.list,
table td.list {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0.5em;
    border-top: none;
    border-bottom: 1px solid #d6d6d6;
    border-left: none;
    border-right: none;
    vertical-align: top;
    width: 5%;
}
table th.list {
    background: none;
    color: #134e94;
    text-align: left;
}
@media screen and (max-width: 480px) {
  table.list {
    font-size: 1.2em;
    border: 1px solid #d6d6d6;
  }
  table td.list {
    padding: 0.3em 0;
    border: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  table th.list {
    padding: 0.1em 0;
    border: none;
    background-color: #eee;
    color: #000;
    text-align: center;
    width: 100%;
  }
  td.list:last-child, th.list:last-child{
    border-bottom: 1px solid #d6d6d6;
  }

}