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

/*
Theme Name: original

*/

/*ページャー関連*/
.ichiran{
text-align:right;	
float:left;
}

.ichiran a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:80px;
	color:#fff;
	text-decoration:none;
	font-size:12px;padding: 10px !important;
	line-height:1;
	
}

.prenex{
float:right;
}
.prenex a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:50px;
	color:#fff;
	text-decoration:none;
	margin-bottom:3px;
	font-size:12px;
	line-height:1;
	padding:10px;padding: 10px !important;
}
.ichiran a:hover,.prenex a:hover{
text-decoration:underline;	
	line-height:1;
	padding:10px;
}

.pager {
	margin: 10px 0 10px;
	padding: 10px 10px 10px;
	overflow: hidden; 
	position: relative; 
	zoom:1;
}

.page-numbers {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	background: #ffffff;
	vertical-align: middle;
border:1px solid #999999;
color:#999999;
text-decoration:none !important;
}

a:hover.page-numbers {
	background-color:#999999;
	color:#ffffff;
}

.pager .current{

	background-color: #999999 !important;
color:#ffffff;
}

.b_box,.pager{
	margin:auto;
}
.m-single_article article a {
  display: block;
  padding-bottom: 0px !important;
}

/*リスト・リンク・マーカー
***********************************/
.wp-detail ul li{
	list-style-type:disc;
	margin-left:1em;
}

.wp-detail a{
color:#1e78e8;
text-decoration: underline;

}

/*見出し調整
***********************************/

.b_tit{
	display:block;
	position:static;
	font-size:27px;
	border-bottom:3px double #bf2b58 !important;
}

.wp-detail h2{
	font-size:24px !important;
	color: #bf2b58 !important;
	border-bottom:3px double #bf2b58 !important;
	text-align:left !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	font-weight:normal !important;
	height:auto !important;
	background-image:none !important;
}

.wp-detail h2:before{
	display: none;
}
.wp-detail h3{
	font-size:20px !important;
	color: #bf2b58 !important;
	text-align:left !important;
	border-bottom:1px solid #bf2b58 !important;
	font-weight:normal !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	height:auto !important;
	background-image:none !important;

}
.wp-detail h4{
	font-size:18px !important;
	color: #bf2b58 !important;
	border-bottom:1px dashed #bf2b58 !important;
	text-align:left !important;
	font-weight:normal !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	height:auto !important;
	background-image:none !important;

}

@media screen and (max-width:768px){
	
.b_tit{
	font-size:23px;
}

.wp-detail h2{
	font-size:20px !important;
	
}
.wp-detail h3{
	font-size:18px !important;
}
.wp-detail h4{
	font-size:17px !important;
}
}
