@charset "utf-8";

/* style03_pc.css
 * ************************************************** */
/* common */
.disnon {
	display: none;
}

/* top */
#read h2 img {
	width: 368px;
}

/* 見出し */
.talk h3 {
	margin: 90px 0 30px;
}
.talk h3:before {
	width: 110px;
	height: 90px;
	top: -90px;
	margin-left: -55px;
}
#cat01 .talk h3:before {
	background: url(../images/title01.png) no-repeat center top;
	background-size: contain;
}
#cat02 .talk h3:before {
	background: url(../images/title02.png) no-repeat center top;
	background-size: contain;
}
#cat03 .talk h3:before {
	background: url(../images/title03.png) no-repeat center top;
	background-size: contain;
}
#cat04 .talk h3:before {
	background: url(../images/title04.png) no-repeat center top;
	background-size: contain;
}
#cat05 .talk h3:before {
	background: url(../images/title05.png) no-repeat center top;
	background-size: contain;
}
#cat06 .talk h3:before {
	background: url(../images/title06.png) no-repeat center top;
	background-size: contain;
}

/* pager */
.pager {
	margin-top: 80px;
}
.pager ul {
	text-align: center;
}
.pager li {
	display: inline-block;
}
.pager li a {
	display: block;
	font-family: 'Fugaz One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	width: 50px;
	line-height: 2.4;
	background: #ce6049;
	color: #fff;
	box-shadow: 1px 1px 1px rgba(40,18,13,0.3);
	border: 1px solid #fff;
	border-radius: 2px;
	text-decoration: none;
}
.pager li + li {
	margin-left: 10px;
}
.pager li.active a {
	background: #b3b3b3;
	pointer-events: none;
}
