@charset "UTF-8";

/*//////////----- CONTENTS -----//////////*/

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

.container{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
}

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

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

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

.page-footer p.btn-detail{
	text-align: center;
}

.page-footer p.btn-detail a{
	display:inline-block;
	width:240px;
	
	text-align: center;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:bold;	
	box-sizing: border-box;
	border:solid 1px #852042;	
	background-color:#fff;
	color:#852042;	
	background-image: url("../images/icon-arrow-right-red.png");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 5px;
}

.page-footer p.btn-detail a:hover{
	opacity: 0.5;
	text-decoration: none;
}

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

.inner-header h3{
	background-color:#852042;
	color:#fff;	
	font-size:1.25rem;
	line-height:40px;
	font-weight:bold;	
	box-sizing: border-box;
	padding-left:25px;	
	position: relative;	
	margin-bottom:10px;
}

.inner-header h3:before{
	display:block;
	content:"";	
	width:4px;
	height:20px;	
	background-color:#9b2f54;
	color:#000;	
	position: absolute;
	top:10px;
	left:10px;
}

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

.inner-footer{
	box-sizing: border-box;
	padding:10px 0;	
	text-align: right;
}

.inner-footer p.btn-detail{
	display:inline-block;	
	font-size:0.8rem;
	line-height:30px;	
	font-weight:bold;	
	text-align: center;
}

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

.inner-footer p.btn-detail a:hover{
	text-decoration: none;
	opacity: 0.5;
}

/*----------PAGER_ARCHIVE----------*/

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

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

.pager-archive li a{
	display:block;	
	font-size:0.6rem;
	line-height:30px;	
	color:#fff;
}

.pager-archive li span.ol{
	display:block;	
	background-color:#852042;	
	box-sizing: border-box;
	border:solid 1px #852042;
}

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

.pager-archive li a:hover span.ol{
	background-color:#fff;
	color:#852042;
}

/*----------PAGER_ARCHIVE----------*/

/*店舗の帯 数字はmerchantCode*/
.shop_545{
	background-color:#a00!important;
 color:#fff !important
}
