@charset "UTF-8";

.page div.container{
	margin-bottom:20px;
	
	background-color:#fff;
	color:#000;
}

.page div.container:last-child{
	margin-bottom:0;
}

.page div.container div.wrap{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:20px 10px;
}

@media only screen and (min-width: 720px){
	
	.page div.container div.wrap{
		padding:30px 20px;
	}
	
}

/*//////////----- PAGE-HEADER -----//////////*/

.page-header{
	margin-bottom:20px;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	padding:30px 0 40px;
	
	position: relative;
}

.page-header h2{
	font-size:2.0rem;
	line-height:40px;
	font-weight:bold;
	
	text-align: center;
	
	color:#000;
}

.page-header h2:before{
	display:block;
	content:"";
	
	width:80px;
	height:2.5px;
	
	background-color:#ce151b;
	
	position: absolute;
	bottom:25px;
	left:0;
	right:0;
	
	margin:0 auto;
}

/*//////////----- PAGE-FOOTER -----//////////*/

.page-footer{
	background-color:#fff;
	color:#000;
	
	text-align: center;
	
	box-sizing: border-box;
	padding:15px 10px;
}

.page-footer p.btn-detail{
	text-align: center;
	
	box-sizing: border-box;
	padding:10px 0;
}

.page-footer p.btn-detail a{
	display:inline-block;
	width:240px;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:bold;
	
	box-sizing: border-box;
	border:solid 1px #666;
	
	background-color:#fff;
	color:#666;
}

.page-footer p.btn-detail a:hover{
	background-color:#666;
	color:#fff;
	
	text-decoration: none;
}

/*//////////----- WP-PAGENAVI -----//////////*/

.wp-pagenavi{
	text-align: center;
	
	margin-bottom:10px;
}

.wp-pagenavi span.pages{
	display:none;
}

.wp-pagenavi span.current{
	display:inline-block;
	margin-right:5px;
	
	width:30px;
	
	font-size:0.6rem;
	line-height:30px;
	
	text-align: center;
	
	background-color:#fff;
	color:#49a;
	
	box-sizing: border-box;
	border:solid 1px #49a;
	padding:0;
	
	border-radius:2.5px;
}

.wp-pagenavi a.page{
	display:inline-block;
	margin-right:5px;
	
	width:30px;
	
	font-size:0.6rem;
	line-height:30px;
	
	text-align: center;
	
	background-color:#49a;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #49a;
	padding:0;
	
	border-radius:2.5px;
}

.wp-pagenavi a.page:hover{
	text-decoration: none;
	
	background-color:#fff;
	color:#49a;
}

.wp-pagenavi a.nextpostslink{
	display:inline-block;
	margin-right:5px;
	
	width:30px;
	
	font-size:0.6rem;
	line-height:30px;
	
	text-align: center;
	
	background-color:#49a;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #49a;
	padding:0;
	
	border-radius:2.5px;
}

.wp-pagenavi a.nextpostslink:hover{
	text-decoration: none;
	
	background-color:#fff;
	color:#49a;
}

.wp-pagenavi a.previouspostslink{
	display:inline-block;
	margin-right:5px;
	
	width:30px;
	
	font-size:0.6rem;
	line-height:30px;
	
	text-align: center;
	
	background-color:#49a;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #49a;
	padding:0;
	
	border-radius:2.5px;
}

.wp-pagenavi a.previouspostslink:hover{
	text-decoration: none;
	
	background-color:#fff;
	color:#49a;
}

/*//////////----- PAGER-SINGLE -----//////////*/

.pager-single{
	text-align: center;
	
	margin-bottom:10px;
}

.pager-single li{
	display:inline-block;
	margin-right:5px;
	
	text-align: center;
	
	width:90px;
}

.pager-single li a{
	display:block;
	
	font-size:0.6rem;
	line-height:35px;
	
	color:#fff;
	
	background-color:#a00;
	
	box-sizing: border-box;
	border:solid 1px #a00;	
	border-radius:2.5px;
}

.pager-single li.prev a{
	background-image: url("../images/icon-arrow-left-white.png");
	background-repeat: no-repeat;
	background-size:7.5px;
	background-position: center left 5px;
	
	padding-left:2.5px;
}

.pager-single li.next a{
	background-image: url("../images/icon-arrow-right-white.png");
	background-repeat: no-repeat;
	background-size:7.5px;
	background-position: center right 5px;
	
	padding-right:2.5px;
}

.pager-single li a:hover{
	text-decoration: none;
}

.pager-single li a:hover{
	background-color:#fff;
	color:#a00;
}

.pager-single li.prev a:hover{
	background-image: url("../images/icon-arrow-left-color.png");
}

.pager-single li.next a:hover{
	background-image: url("../images/icon-arrow-right-color.png");
}

/*//////////----- INNER-HEADER -----//////////*/

.inner-header{
	margin-bottom:10px;
}

.inner-header h3{
	font-size:1.75rem;
	line-height:1.5em;
	/*font-weight: bold;*/
	
	margin-bottom:30px;
	
	box-sizing: border-box;
	padding-left:12.5px;
	
	position: relative;
}

.inner-header h3:before{
	display:block;
	content:"";
	
	width:3.5px;
	height:25.5px;
	
	background-color:#ce151b;
	
	position: absolute;
	top:8.5px;
	left:0;
}

.inner-header p.caption{
	font-size:0.8rem;
	line-height:1.75em;
}

/*//////////----- INNER-FOOTER -----//////////*/

.inner-footer{
	margin-top:10px;
	
	text-align: center;
}

.inner-footer p.btn-detail{
	display:inline-block;
	width:240px;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:bold;
	
	box-sizing: border-box;
	padding:5px 10px;
}

.inner-footer p.btn-detail a{
	display:block;
	color:#ce151b;
	
	box-sizing: border-box;
	border:solid 1px #ce151b;
	
	background-image: url("../images/icon-arrow-right-color.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center right 10px;
}

.inner-footer p.btn-detail a:hover{
	background-color:#ce151b;
	color:#fff;
	
	text-decoration: none;
	background-image: url("../images/icon-arrow-right-white.png");
}

/*//////////----- LINK -----//////////*/

.link p.row{
	margin-bottom:10px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f8f8f8;
	color:#000;
	
	position: relative;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	border-radius:2.5px;
}

.link p.row:last-child{
	margin-bottom:0;
}

.link p.row a{
	display:inline-block;
	
	box-sizing: border-box;
	padding-left:85px;
}

.link p.row:before{
	display:block;
	content:"関連リンク：";
	
	position: absolute;
	top:10px;
	left:15px;
}
