@charset 'UTF-8';
/* CSS Document */

#container{
	background-color: #fff;
	/*background:url("https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/201905_green/BG.png")repeat,100% ;*/				
	background-size:100%;　
	
}

.h2-tokusyu {
	background: none;
	border-bottom: none;
	padding: 0;
}

.headline {
width: 95%;
margin: 10px 2.5% 20px 2.5%;
color: #5a483a;
text-align: center;
padding: 0.5em 0 0.5em 0;
border-top: dashed 2px #ffb618;
border-bottom: dashed 2px #ffb618;
background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fffbcc 3px, #fffbcc 7px);
background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fffbcc 3px, #fffbcc 7px);
font-size: 1.2em;
line-height: 1.5;
} 

.headline img{
    display: inline-block;
    width: 50%;
    height: auto;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 10px;
}

.headline span {
    background: linear-gradient(transparent 60%, #ffd971 60%);
	font-style:normal;
}

.headlineaki {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 1em 0;
	color:#fff;
    background-color: #ff6600;
	font-weight: bold;
	text-align:left;
	font-size: 16px;
	border-bottom: solid 1px #ebebeb;
}

.headlineimg{
    width: 94%;
    margin: 10px 3% 0 3%;
}

.coment {
	width: 100%;
	color:#fff;
	font-size	: 15px;
	margin-top: 10px;
	padding:10px 0px;
	background: #00cc26;
	text-align:center;
	font-weight: bold;
	line-height: 140%;
}

.archive li{
width: 98%;
margin: 10px 1% 0 1%;

}

.archive li a {
    display: block;
}
.archive p {
    margin: 0px auto;
    margin-bottom: 5px ;
    padding: 7px 1em;
    color: #fff;          /******文字色******/
    background: #654d35;          /******背景色******/
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

ul .archive{
	margin-bottom: 100px; 

}

.setumei {
	width: 100%;
	color:#644e09;
	font-size: 15px;
	padding:10px 3vw;
	text-align:left;
	font-weight: bold;
	line-height: 140%;
}

.coment img {
vertical-align: bottom;
}

/*********列3行************/
.stampTokusyu3 {					
	width: 98%;				
	margin: 0 auto;
	padding-bottom: 10px;	
}					
					
.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 #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;				
}
/**************************/

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;
}

.covergray {
	position: relative;
    height: 17%;
    overflow:hidden;
    align-items: center;
    background-color: #fff;
}

.covergray em {
    position: absolute;
    display: inline-block;
	top:45%;
	left:5px;
    width: 5%;
	font-style:normal;
	font-size: 1em;
	font-weight: bold;
    text-align:center;
}

.covergray img {
    display: inline-block;
    width: auto;
    height: 90%;
    margin-top:5px;
    margin-bottom:5px;
	margin-left: 10px;
}

.covergray p {
    position: absolute;
	top:10%;
    display: inline-block;
    width: 60%;
    margin-bottom:5px;
	margin-left: 13px;
	font-size: 100%;
	line-height: 1.2;
    word-wrap: break-word;
}

.covergray p span.bold {
	font-weight: bold;
	font-size: 1em;
}

.covergray p span.yokoku {
	padding: 0.6em;
    color: #fff;
    background-color: #ff6262;
	font-weight: bold;
	font-size: 0.85em;
    border-radius: 5px;
	line-height: 3.3;
}

.unavailable {
	position: relative;
    height: 17%;
    overflow:hidden;
    align-items: center;
}

.unavailable em {
    position: absolute;
    display: inline-block;
	top:45%;
	left:5px;
    width: 5%;
	font-style:normal;
	font-size: 1em;
	font-weight: bold;
    text-align:center;
}

.unavailable img {
    display: inline-block;
    width: auto;
    height: 90%;
    margin-top:5px;
    margin-bottom:5px;
	margin-left: 30px;
}

.unavailable p {
    position: absolute;
	top:10%;
    display: inline-block;
    width: 62%;
    margin-bottom:5px;
	margin-left: 13px;
	font-size: 100%;
	line-height: 1.2;
    word-wrap: break-word;
}

.unavailable p span.bold {
	font-weight: bold;
	font-size: 1em;
}

.unavailable 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;
}

/**********************/
hr.cute_hr {
	border: 0;
	border-bottom: 1px dashed #4f3119;
	width: 90%;
	margin: 10px auto;
}

/**********************/
.dlpage{
    width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 1em 0;
    color: #fff;
    background-color: #28b250;
	font-size: 100%;
    border-radius: 5px;
    text-align:center;
	vertical-align: middle;
}
.arrow2{
position: relative;
display: inline-block;
padding: 0.5em 0;
padding-right: 15px;
color: #fff;
font-weight:bold;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow2::before,
.arrow2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.sample3-2::before{
right: -130%;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 10px solid transparent;
border-left: 10px solid #fff;
}
.sample3-2::after{
right: -125%;
width: 13px;
height: 10px;
border-left: 10px solid #fff;
}

/*********クリエイターボタン*************/
.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;				
}

/****************************/

