@charset 'UTF-8';
/* CSS Document */

#container{
	background-color: #ccf5ff;
	background:url("https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/202011_nakamurastamp/BG.png")repeat,100% ;				
	background-size:100%;　
}

.h2-tokusyu {
	background: none;
	border-bottom: none;
	padding: 0;
}

.headline {
    width: 95%;
    margin: 10px 2.5% 0px 2.5%;
    color: #5a483a;
    text-align: left;
    padding: 0.5em 10px 0.5em 10px;
    border-top: dashed 2px #955f09;
    border-bottom: dashed 2px #955f09;
    background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fffaa4 3px, #fffaa4 7px);
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fffaa4 3px, #fffaa4 7px);
    font-size: 1em;
    line-height: 1.5;
    } 

.headlineimg{
    display: inline-block;
    width: 95%;
	height: auto;
margin: 5px 2% 5px 2%;
}

.setumei {
	width: 95%;
	color: #fff;
	margin: 20px 2% 5px 2%  ;  
	background-color:#12b922;
	font-size: 15px;
	padding:10px 8vw;
	text-align:center;
	font-weight: bold;
	line-height: 140%;
}

.coment img {
vertical-align: bottom;
}

/*********列2行************/
.stampTokusyu2 {                    
    width: 98%;             
    margin: 0 auto;
    padding-bottom: 0px;   
}                   
                    
.stampTokusyu2 li {                 
    float: left;                
    width: 48%;             
    margin: 10px 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: 0 auto 10px 0;    */         
}
/**************************/

/*********列3行************/
.stampTokusyu3 {                    
    width: 98%;             
    margin: 0 auto;
    padding-bottom: 0px;   
}                   
                    
.stampTokusyu3 li {                 
    float: left;                
    width: 31%;             
    margin: 10px 1% 0px 1%;             
}                   
.stampTokusyu3 li:nth-child(3n) {                   
    margin-right: 0;                
}                   
.stampTokusyu3 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: 0 auto 10px 0;  */           
}
/**************************/


ul.stamp_ranklist {
	position: relative;
	list-style: none;
	margin: 5px auto;
}

ul.stamp_ranklist li {
    display: block;
    border-bottom: solid  1px #ebebeb;
}

ul.stamp_ranklist li a {
    display: block;
}


.listbox {
	position: relative;
    height: 17%;
    overflow:hidden;
    align-items: center;
}

.listbox em {
    position: absolute;
    display: inline-block;
	top:45%;
	left:5px;
    width: 5%;
	font-style:normal;
	font-size: 1em;
	font-weight: bold;
    text-align:center;
}

.listbox img {
    display: inline-block;
    width: auto;
    height: 90%;
    margin-top:5px;
    margin-bottom:5px;
	margin-left: 10px;
}

.listbox p {
    position: absolute;
	top:5%;
    display: inline-block;
    width: 60%;
    margin-bottom:0px;
	margin-left: 13px;
	font-size: 100%;
	line-height: 1.2;
    word-wrap: break-word;
}

.listbox p b{

    color: #ff0000;
}

.listbox p span.bold {
	font-weight: bold;
	font-size: 1em;
}

.listbox p span.noimage {
	padding: 0.6em;
    color: #fff;
    background-color: #888;
	font-weight: bold;
	font-size: 0.85em;
    border-radius: 5px;
	line-height: 3.3;
}

.listbox::before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listbox::after{
    margin-top: 5px;
    -webkit-transform: rotate(-45deg);
}
.listbox::before, .listbox::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #888;
    border-radius: 4px;
}

.listbox p span.yokoku {
    padding: 0.5em;
    color: #fff;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 0.75em;
    border-radius: 5px;
    line-height: 2.2;
}

/**********************/
hr.cute_hr {
	border: 0;
	border-bottom: 1px dashed #4f3119;
	width: 90%;
	margin: 10px auto;
}

/*********クリエイターボタン*************/
.square_btn {
	margin-top: 10px;				
	width: 90%;
    font-size: 120%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #39d94a;/*背景色*/
    border-bottom: solid 2px #2aa137;/*少し濃い目の色に*/
    border-radius: 20px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    background: #299d36;/*背景色*/
    border-bottom: solid 2px #299d36;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/****************************/
/****--画像上にpng貼る--****/					
.valentine_li img.valentine_ribon {					
	position:absolute;				
	top:0;				
	bottom:0;				
	left:0px;				
	right:0;				
	width:100%;				
}					
/****************************/
/****--画像上にpng貼る--*****/
.valentine_li img.valentine_ribon {
	position:absolute;				
	top:0;				
	bottom:0;				
	left:0px;				
	right:0;				
	width:100%;				
}
.valentine_li3 img.valentine_ribon {
	position:absolute;				
	top:0;				
	bottom:0;				
	left:0px;				
	right:0;				
	width:100%;				
}
/****--画像上にpng貼るend--****/					
/**********画像背景色************/					
.image {					
	background: #fff;				
	position: relative;				
}					
.valentine_ribon{
	position: absolute;				
	bottom: 0px;				
	left: 0px;				
}

/****************************/

