@charset 'UTF-8';
/* CSS Document */

#container{
background: #94e7ff;
background-size:100%;
}

.h2-tokusyu {
background: none;
border-bottom: none;
padding: 0;
}

/*********大見出し************/
.headline {
width: 95%;
margin: 10px 2.5% 10px 2.5%;
color: #5a483a;
text-align: center;
padding: 0.5em 0 0.5em 0;
border-top: dashed 2px #633118;
border-bottom: dashed 2px #633118;
background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #fffea4 3px, #fffea4 7px);
background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fffea4 3px, #fffea4 7px);
font-size: 1.1em;
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%, #f4ff44  60%);
font-style:normal;
}

/*********小見出しバリエーション************/
.coment {
width: 100%;
color:#fff;
font-size : 18px;
margin-top: 10px;
padding:10px 0px;
background: #fb87bc;
text-align:center;
font-weight: bold;
line-height: 160%;
}

.coment img{
padding:10px 0px auto;
text-align:center;
line-height: 140%;
margin-bottom: -3px;
width: 15%;
}

.coment02 {
width: 100%;
color:#fff;
font-size : 18px;
margin-top: 10px;
padding:10px 0px;
background: #ea357d;
text-align:center;
font-weight: bold;
line-height: 160%;
}

.coment02 img{
padding:10px 0px auto;
text-align:center;
line-height: 140%;
margin-bottom: -3px;
width: 15%;
}

.coment03 {
width: 100%;
color:#fff;
font-size : 15px;
margin-top: 10px;
padding:10px 0px;
background: #10d24c;
text-align:center;
font-weight: bold;
line-height: 140%;
}

.coment04 {
width: 100%;
color:#fff;
font-size : 15px;
margin-top: 10px;
padding:10px 0px;
background: #108bd2;
text-align:center;
font-weight: bold;
line-height: 140%;
}


/*********列4行************/

.stampTokusyu4 {
width: 100%;
margin: 0 auto;
} 

.stampTokusyu4 li {
float: left;
width: 23%;
margin: 10px 0px 5px 6px;
}
.stampTokusyu4 li:nth-child(3n) {
margin-right: 0;
}
.stampTokusyu4 li img {
width: 100%;
border: 1px solid #ccc;/******imageの境界線色******/
background: #fff;/**********画像背景色************/ 

}


/*********列3行************/
.stampspTokusyu3 {
width: 100%;
margin: 0 auto;
padding-bottom: 0px;
display:flex;
justify-content:center;
align-items:center;
}

.stampspTokusyu3 li {
float: left;
width: 31%;
margin: 10px 2% 0px 0%;
}
.stampspTokusyu3 li:nth-child(3n) {
margin-right: 0;
}
.stampspTokusyu3 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;
background: #fff;/**********画像背景色************/
position: relative;
}
/**************************/



/*********列3行BIGスタンプあり************/
.stampspTokusyu3b {
width: 97%;
margin: 0 auto;
padding-bottom: 0px;
display: flex;
justify-content: center;
align-items: center;
}
  
.stampspTokusyu3b li {
float: left;
width: 31%;
margin: 10px 2% 0px 1%;
}
.stampspTokusyu3b li:nth-child(3n) {
margin-right: 0;
}
.stampspTokusyu3b 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;
background: #fff;/**********画像背景色************/
position: relative;
}
/**************************/

/*********列2行************/
.stampspTokusyu2 {
width: 97%;
margin: 0 auto;
padding-bottom: 0px;
display:flex;
justify-content:center;
align-items:center;
}

.stampspTokusyu2 li {
float: left;
width: 48%;
margin: 10px 1% 5px 1%;
}
.stampspTokusyu2 li:nth-child(3n) {
margin-right: 0;
}
.stampspTokusyu2 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;
margin: 0 auto px 0;
background: #fff;/**********画像背景色************/
position: relative;
}
/**************************/

/**********************/
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);
}
  
.valentine_ribon{
position: absolute;
bottom: 0px;
left: 0px;
}


ul.stamp_ranklist {
position: relative;
list-style: none;
margin: 5px auto;
}

ul.stamp_ranklist li {
display: block;
border-bottom: solid 0px #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;
}

.pagelink {
width: 100%;
display: table;
table-layout: fixed;
background: none;
}

.pagelink img{
width: 44%;
margin: 10px 2.5% 10px 2.5%;
}





