@charset 'UTF-8';
/* CSS Document */

#container{
	background-color: #fff;
}

.h2-tokusyu {
	background: none;
	border-bottom: none;
	padding: 0;
}

.headline {
	width: 100%;
	margin: 0px auto;
	padding: 1em 0;
	colot:#000;
	font-weight: bold;
	text-align:center;
	font-size: 16px;
	border-bottom: solid 1px #ebebeb;
}

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 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;
}

/*********クリエイターボタン*************/
.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貼るend--****/
/**********画像背景色************/					
.image {					
	background: #fff;				
	position: relative;				
}					
.valentine_ribon{					
	position: absolute;				
	bottom: 0px;				
	left: 0px;				
}					
/****************************/

.sample1 {
	color: #ff0000;
	font-size: 75%;
}
