@charset 'UTF-8';
/* CSS Document */

ul {
	margin:0;
	padding:0;
	list-style: none outside none;
}

li {
	list-style:none;
}

a {
	text-decoration: none;
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

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;
    z-index: 1;
    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;
}

/**********背景色************/
#spcontents{
	width: 100%;
    background-image: url(https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamp-ap/images/sp/2018_VALENTINE/bg.jpg);
	background-size:100%;	
	overflow: hidden;
	position: relative;
    margin-top: 117px;
    margin-bottom: 55px;
}

#and_spcontents{
	width: 100%;
    background-image: url(https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamp-ap/images/sp/2018_VALENTINE/bg.jpg);
	background-size:100%;	
	overflow: hidden;
	position: relative;
    margin-top: 97px;
    margin-bottom: 55px;
}

/****************************/
.tokusyulogo {
	background: none;
	border-bottom: none;
	padding: 0;
}

/*********列3行*************/
.stampTokusyu {					
	width: 93%;				
	margin: 0 auto;				
	padding-bottom: 50px;				
}					
					
.stampTokusyu li {					
	float: left;				
	width: 32%;				
	margin: 10px 2% 0 0;				
}					
.stampTokusyu li:nth-child(3n) {
	margin-right: 0;
}
/*********imageの境界線*************/
.stampTokusyu li img {
	width: 100%;
	background: #fff;					/******背景色******/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*********列3行*************/
.stampTokusyuJpg {					
	width: 93%;				
	margin: 0 auto;				
	padding-bottom: 50px;				
}					
					
.stampTokusyuJpg li {					
	float: left;				
	width: 32%;				
	margin: 10px 2% 0 0;				
}					
.stampTokusyuJpg li:nth-child(3n) {
	margin-right: 0;
}
/*********imageの境界線*************/
.stampTokusyuJpg li img {
	width: 100%;
	background: #fff;					/******背景色******/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.onestamp li img {
	width: 100%;
	border: 1px solid #1EC087;				/******imageの境界線色******/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/******DLボタン******/
.btn_download {
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 0.5em;
	background: #754c32;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(81, 58, 44);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

/*********列3行*************/
.treestamps {
	width: 100%;
}

.treestamps li {
	width: 31.5%;
	padding: 0.1em;
	margin: 0 2px auto;
	display: inline-block;
}

.treestamps li:nth-child(3n) {
	margin: auto;
}

.treestamps li img {
    position: relative;
	width: 100%;
	height:auto;
	display: inline-block;
	background: #fff;
}

.treestamps li em {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.treestamps p {
	color:#714a17;
	padding: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

.btn_download_tree_happy {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0.8em;
	background: #ff9c00;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(185, 112, 0);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.btn_download_tree_angry {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0.8em;
	background: #8d0000;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(90, 25, 25);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.btn_download_tree_sad {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0.8em;
	background: #0036b2;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(5, 40, 110);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.btn_download_tree_relax {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0.8em;
	background: #1c5d00;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(20, 40, 10);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
/****************************/
/*********キャプション*************/
.caption {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 0.5em 1em;
	color: #000;	      /******文字色******/
	background: #fff; /******背景色******/
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	border-radius: 1px;
}

.red {
color: #ff0000;
font-size: 18px;
font-weight: bold;
}

/****************************/
/*********特集TOPへ戻る******/
.return_bana {
width: 100%;
}
.return_bana img {
margin: 0px auto;
width:100%;
height:auto
}
