@charset "utf-8";

#container {
	width: 100%;
}

ol#topic_path {
	width: 1220px;
	padding: 10px 0 0;
}

#tips {
	box-sizing: border-box;
	text-align: center;
	padding: 0 0 0px;
}

#tips h1 {
	margin: 38px auto 0;
	color: #3c3c3c;
	font-weight: normal;
	font-size: 3.2em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

#tips h1 span {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	top: -7px;
	margin: 0px 0 0;
	padding: 0 80px;
	font-weight: bold;
	font-size: 0.55em;
	line-height: 1.0em;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

#tips h1 span:before,
#tips h1 span:after {
	content: "";
	display: inline-block;
	width: 62px;
	height: 20px;
	position: absolute;
	top: -3px;
}

#tips h1 span:before {
	left: 0;
	background: url("../img/anniversary_tips/title_sub_before.png") no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx) {
	#tips h1 span:before {
		background: url("../img/anniversary_tips/title_sub_before@2x.png") no-repeat;
		background-size: contain;
	}
}

#tips h1 span:after {
	right: 0;
	background: url("../img/anniversary_tips/title_sub_after.png") no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx) {
	#tips h1 span:after {
		background: url("../img/anniversary_tips/title_sub_after@2x.png") no-repeat;
		background-size: contain;
	}
}

#tips_block_area {
	margin: 0 auto 0;
	width: 1040px;
}

#tips_block_area .tips_block {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 36px 47px 30px;
	border-bottom: solid 1px #c5c6c6;
	text-align: left;
}

#tips_block_area .tips_block h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
	color: #362c2c;
	text-align: center;
}

#tips_block_area .tips_block .tips_text {
	margin: 14px 0 0;
}

#tips_block_area .tips_block .tips_text p {
	font-size: 1.3em;
	line-height: 1.8em;
	color: #5d5555;
	margin: 14px 0;
}


#posts_no {
	text-align: center;
	margin: 15px auto 0;
	font-size: 1.2em;
}


#pager_area {
	text-align: center;
	margin: 36px auto 70px;
}

.b_pager_icon {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 34px;
	height: 34px;
	border: solid 1px #2f2c2c;
	border-radius: 50%;
	position: relative;
	margin: 0 7px;
	vertical-align: top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.b_pager_icon:before,
.b_pager_icon:after {
	border-top: 1px solid #2f2c2c;
	border-right: 1px solid #2f2c2c;
}

.b_pager_icon:hover {
	background: #2f2c2c;
}
.b_pager_icon:hover:before,
.b_pager_icon:hover:after {
	border-color: #fff;
}


.b_pager_icon_none {
	opacity: 0.2;
	cursor: default;
}
.b_pager_icon_none:hover {
	background: none;
}
.b_pager_icon_none:hover:before,
.b_pager_icon_none:hover:after {
	border-color: #2f2c2c;
}



#b_pager_prev:before {
	content: "";
	display: block;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#b_pager_next:before {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#b_pager_first:before,
#b_pager_first:after {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#b_pager_first:before {
	left: 11px;
}
#b_pager_first:after {
	left: 16px;
}

#b_pager_last:before,
#b_pager_last:after {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#b_pager_last:before {
	right: 11px;
}
#b_pager_last:after {
	right: 16px;
}


#pager_no {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 0 0;
	margin: 0px 30px;
}

#pager_no a {
	display: inline-block;
	width: 50px;
	color: #8b8988;
	font-size: 1.7em;
	line-height: 1.0em;
	margin: 0 0px;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#pager_no a:hover {
	color: #3e3a39;
}

#pager_no a.pager_no_now {
	color: #3e3a39;
	cursor: default;
}
#pager_no a.pager_no_now:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 2px;
	border-bottom: solid 2px #727171;
	bottom: 0px;
	left: 50%;
	margin-left: -7px;
}















