@charset 'UTF-8';
/* CSS Document */

ul {
	margin:0;
	padding:0;
	list-style: none outside none;
}

li {
	list-style:none;
}

a {
	text-decoration: none;
}

div.image01{
	position:relative;
	width:auto;
	height:auto;
    box-shadow: 1px 1px 5px 1px #ccc;
}
div.pimage01{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom: 13%;
	background:#fff;
    box-shadow: 1px 1px 5px 1px #ccc;
}
div.image02{
	position:relative;
	width:auto;
	height:auto;
    box-shadow: 1px 1px 5px 1px #ccc;
}
span.guard_05{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_05.png);
	background-size:cover;
}

span.pstamp {
    position: absolute;
    display: inline-block;
    z-index: 1;
	margin-top: 13%;
    width: 100%;
    height: 100%;
    background-image: url(https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/index/premium.png);
    background-size: cover;
}


/***　float　***/
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/***　clearfix　***/
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/**********背景色************/
.image01 {
	background:#fff;
}
.image02 {
	background:#fff;
}
#spcontents{
	width: 100%;
	overflow: hidden;
	position: relative;
    margin-top: 117px;
    margin-bottom: 55px;
}

#and_spcontents{
	width: 100%;
	overflow: hidden;
	position: relative;
    margin-top: 97px;
    margin-bottom: 55px;
}
#container{
	width: 100%;
	background:url("https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/201811_huyukidukai/BG.png")repeat,100% ; 
    background-size: 100%;
}

/****************************/
.stampTokusyu {		
	width: 90%;				
	margin: 0 auto;						
}					
					
.stampTokusyu li {		
	float: left;				
	width: 47%;				
	margin: 10px 6% 0 0;			
}

.stampTokusyu li:nth-child(2n) {					
	margin-right: 0;							
}				
.stampTokusyu li img {					
	width: 100%;				
}
/******DLボタン******/

.btn_download01 {
	position: relative;
	width: 100%;
	margin: 12px 0 5px 0;			
	padding: 0.8em;
	background: #f43e30;					/******背景色******/
	border-radius: 8px;
	box-shadow: 0 5px 0 #d82416;	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.btn_download01:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

/*********特集TOPへ戻る******/
.return_bana {
width: 100%;
}
.return_bana img {
margin: 0px auto;
width:100%;
height:auto
}
/***************************/
.topcaption {
	width: 100%;
    padding: 1em 0em;
    margin: 0px auto ;
    margin-bottom: 16px;
    font-weight: bold;
	line-height: 1.3;
    color: #784a29;/*文字色*/
	text-align: center;
}
.box1 {
    position: relative;
	width: 90%;
    padding: 0.5em 1em;
    margin: 10px auto ;
    background: #ffcccc;
    box-shadow: 0 0 5px 5px #ffcccc; /* 影 */
    color: #784a29;
    font-weight: bold;
}

.box1 p {
	text-align:center;
	font-size: 18px;
    font-weight: bold;
    margin: 0; 
    padding: 0;
	line-height: 1.3;
}
