@charset "utf-8";
/* CSS Document */

.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
html {
    font-size: 62.5%
}
body {
	min-width:1024px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #111111;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 100%;
}
p {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
* {
    margin: 0;
    padding: 0;
}
section {
	clear: both;
}

#page-top {
		position: relative;
		width:56px;
		height:60px;
		float:right;
		vertical-align:bottom;
}
#page-top a {
	background-image: url(../img/go_top.png);
    text-decoration: none;
    color: #fff;
    width: 56px;
	height: 56px;
    text-align: center;
    display: block;
    border-radius: 5px;
	position: absolute;
    /*bottom: -1px;*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;    
}
.sns_img_wrap >a {
	vertical-align:bottom;
	
}

#topics_area {
	padding: 72px 0 72px 0 ;
}
.contents_wraper{
	overflow:hidden;
}

/* パンくずリスト */
.breadCrumb {
  position: relative;
  z-index: 100;
}
.breadCrumb li {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  vertical-align: middle;
  padding: 20px 0 0;
}
.breadCrumb li a {
  color: #b31818;
}

/* もっと見る */
.more_link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.more_link:hover {
    background-color: #b31818;
}