@charset 'UTF-8';
/* CSS Document */


h1 {
padding:1% 0;
text-align:center;
}
h1 img {
width:100%;
}
h1 p {
display:none;
}


#container{
	background:url("https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/202312_nengacharastamp/bg.jpg")repeat,100%; 
	background-size:100%;
    /*background: #fff;  */
}

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;
}

div.image01{
	position:relative;
	width:auto;
	height:auto;
    border: solid 2px #713f1e;/*線*/
     background-color: #fff;
}


div.image02{
    margin-bottom: 10px;
     padding-bottom: 10px;
	position:relative;
	width:auto;
	height:auto;
    border: solid 2px #713f1e;/*線*/
     background-color: #fff;
}


span.pstamp {
    position: absolute;
    margin-top:12px;
    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;
}

/****************************/
.wallpaper {
	background: -moz-linear-gradient(top, #a1fe76, #fff8ba);
background: -webkit-gradient(linear, center top, center bottom, from(#a1fe76), to(#fff8ba));

	padding: 0;
}

.tokusyulogo {
	background: #a1fe76;
	border-bottom: none;
	padding-bottom: 10px;
}


.contents_list {
width:100%;
    padding: 10px 0 20px;
}
.contents_list ul {
width:100%;
display:inline-block;
margin:0 auto;
text-align:center;
}
.contents_list ul li {
width:48%;
display:inline-block;
padding:1%;
}
.contents_list ul li a {
width:100%;
display:inline-block;
}
.contents_list ul li a img {
width:100%;
vertical-align:bottom;
    border: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 10px;
}




/**********************/
.stampTokusyu {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.stampTokusyu li {
	width: 30%;
	margin: 10px 0 0 2.4%;				
	display: inline-block;
}
.stampTokusyu li:nth-child(3n) {
	margin-right: 0;
}

/**********************/
.stampTokusyu_2line {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.stampTokusyu_2line li {
	width: 43%;
	margin: 10px 0 0 5%;				
	display: inline-block;
}
.stampTokusyu_2line li:nth-child(2n) {
	margin-right: 0;
}

/**********************/
.stampTokusyu3 {					
	width: 98%;				
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 20px;
}					
					
.stampTokusyu3 li {					
	display: inline-block;				
	width: 31%;				
	margin: 15px 0 0 1.3%;				
}					
.stampTokusyu3 li:nth-child(3n) {					
	margin-right: 0;				
}					
.stampTokusyu3 li img {					
	width: 100%;				
}

/****************************/
/*********imageの境界線*************/
.stampTokusyu li img {
	width: 100%;
	border: 1px solid #ccc;				/******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;
}

.stampTokusyu_2line li img {
  width: 100%;
}



/**********壁紙DLボタン******************/
.btn_download {
    position: relative;
    width: 100%;
	margin: 10px auto;
	padding: 0.7em;	
    background: #ff2222;
    border-radius: 10px;
    box-shadow: 0 5px 0 #a41919;
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
}

.btn_coming-soon {
	position: relative;
	width: 50%;
	margin-top: 10px;
	padding: 1.0em;
	background: #848484;
	border-radius: 10px;
	/*box-shadow: 0 5px 0 #CF1D1D;*/
	color: #fff;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	box-shadow:0 5px 0 #4e4e4e;
}

.btn_download_pink {
    position: relative;
    width: 100%;
	margin: 10px auto;
	padding: 0.7em;	
    background: #fe7e7e;
    border-radius: 10px;
    box-shadow: 0 5px 0 #fd5656;
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
}

.btn_download_gold {
    position: relative;
    width: 100%;
	margin: 10px auto;
	padding: 0.7em;	
    background: #ffbc0c;
    border-radius: 10px;
    box-shadow: 0 5px 0 #f17f04;
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
}

/*********キャプション*************/
.caption {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 8px 1em;
	color: #ffffff;	      /******文字色******/
	background: #ff7d73;	      /******背景色******/
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.red {
color: #ff0000;
font-size: 18px;
font-weight: bold;
}

span.red_emphasis {
color: #ff0000;
font-size: 16px;
font-style:normal;
font-weight: bold;
}

span.emphasis {
font-size: 14px;
font-style:normal;
font-weight: bold;
}

.cap_one {
	width: 95%;
	position: relative;
	margin: 0px auto;
	margin-bottom: 5px ;
	padding: 7px 1em;
	color: #fff;	      /******文字色******/
	background: #7c49d2;	      /******背景色******/
	/*border-left: solid 10px #69e872;*//*左線*/
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 4px 4px #ce401d;	/******立体部分******/
}

.cap_two {
	width: 85%;
	position: relative;
	margin: 0px auto;
	padding: 7px 1em;
	color: #000;	      /******文字色******/
	background: #fff;	      /******背景色******/
	border-left: solid 10px #b4e869;/*左線*/
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
}

.cap_three {
	width: 85%;
	position: relative;
	margin: 0px auto;
	padding: 7px 1em;
	color: #000;	      /******文字色******/
	background: #fff;	      /******背景色******/
	border-left: solid 10px #ffeb52;/*左線*/
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
}

.cap_creator {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 7px 1em;
	color: #fff;	      /******文字色******/
	background: #ff9446;	      /******背景色******/
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}


/**********************/
.creator_links {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
.creator_links li {
	width: 23%;
	margin: 5px 2px auto;				
	display: inline-block;
}
.creator_links li:nth-child(4n) {
	margin-right: 0;
}

/***************************
****************************/
.contentslist {
	color: #fff;
	/*width: 90%;*/
	margin: 0;
	padding: 5% 5%;
}

.contentslist img {
	width: 45%;
	margin-right: 11px;
	border: 2px solid #b7843c;
}

.contentslist p {
	margin-top: 5px;
	line-height: 1.5;
}

/****************************/
.contentslist2 {
	color: #fff;
	/*width: 90%;*/
	margin: 0;
	padding: 5% 5%;
}

.contentslist2 img {
	width: 45%;
	margin-right: 11px;
	/*border: 2px solid #78bfbc;*/
}

.contentslist2 p {
	margin-top: 5px;
	line-height: 1.5;
}

hr.cute_hr {
	/*background: #fff;*/
	border: 0;
	border-bottom: 2px dotted #ffffff;
	width: 90%;
	margin: 10px auto;
}



/****************************/


#title{
    position: relative;
    margin: 0 0 10px 0;
    padding: 7px 8px;
    /*border :2px solid #e0f4ff;*/
    color: #ffF;
    font-size: 17px;
    line-height: 1.5;
    overflow:hidden;
	
-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
background-size: 20px 20px;
  background-color: #ec3346; 

}



.font-big {
    width: 100%;
	position: relative;
	color: #FFF;     /******文字色******/
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #ff2e00,
	0px 0px 5px #ff2e00,
	0px 0px 5px #ff2e00,
	0px 0px 5px #ff2e00,
	0px 0px 15px #ff2e00;
}

.font-small{
    width: 50%;
    color:#460303;
    position: relative;
	font-size: 14px;
	line-height: 1.5;
    background: #fff;
    margin:auto;
    margin-right:3px;
    padding: 0.8em;
    border-radius: 10px;
    border: 2px solid #71d9e2;
}

.font-small-2{
    width: 100%;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color:#541a00;
	/*text-shadow: 0px 0px 6px #541a00,
	0px 0px 6px #541a00,
	0px 0px 6px #541a00,
	0px 0px 6px #541a00,
	0px 0px 15px #541a00;*/
}

/*********列2行************/
.stampTokusyu2 {                    
    width: 100%;             
    margin: 10px auto 0 0;
    padding-bottom: 0px;   
}                   
                    
.stampTokusyu2 li {                 
    float: left;                
    width: 47%;             
    margin: 0px 1% 0px 1%;             
}                   
.stampTokusyu2 li:nth-child(3n) {                   
    margin-right: 0;                
}                   
.stampTokusyu2 li img {                 
    width: 100%;                
    border: 1px solid #9a9a9a;             /******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;
	margin: 10px auto 0 0;          
}
/**************************/

/*********大見出し************/
.headline {
	width: 95%;
	margin: 11px 2.5% 0px 2.5%;
	color: #5a483a;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	border-top: dashed 2px #ff7b00;
	border-bottom: dashed 2px #ff7b00;
	background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #fff5f5 3px, #fff5f5 7px);
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fff5f5 3px, #fff5f5 7px);
	font-size: 1.1em;
	line-height: 1.5;
	} 



.banner_xmas {
	margin: 10px 2.5% 10px 2.5%;
	} 

	.banner_xmas img {
		width: 100%;
		} 