@charset 'UTF-8';
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

#container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

li {
	list-style: none;
}


/* ----------- g-nav グローバルナビゲーション ------------------------------------------------------- */
.ul-nav {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	background: #fff;
	box-shadow: 0 1px 3px 3px rgba(0,0,0,0.15);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.ul-nav li {
	width: 100%;
	border-right: 1px solid #ccc;
	display: table-cell;
	/*font-family: 'mplus-1p-bold';*/
	font-size: 12px;
	text-align: center;
}

.ul-nav li:last-child {
	border-right: none;
}

.ul-nav li a{
	padding: 0 0 5px;
	display: block;
	height: 60px;
}

.ul-nav li img {
	width: 30px;
	padding: 5px 0 3px;
}

.nav-stamp {
	border-bottom: 4px solid #88c800;
}

.nav-stamp a {
	color: #88c800;
}

.nav-wallpaper {
	border-bottom: 4px solid #00afcc;
}

.nav-wallpaper a {
	color: #00afcc;
}

.nav-rank {
	color: #ffaa00;
	border-bottom: 4px solid #ffaa00;
}

.nav-rank a {
	color: #ffaa00;
}


/* ----------- logo 有名スタンプ取り放題 ------------------------------------------------------- */
h1 {
	margin: 64px 0 0px 0;
	line-height: 0;
}


/* ----------- stampList 配信中スタンプ　------------------------------------------------------- */
/*#stampList {
	background: #d5f298;
}*/
#stampList {
	background: #acfaff;
}

.stampList {
	width: 95%;
	margin: 10px auto 0;
}

.stampList li {
	float: left;
	width: 23.5%;
	margin: 0 2% 10px 0;
	line-height: 0;
}

.stampList li:nth-child(4n) {
	margin-right: 0;
} 

.stampList li img {
	width: 100%;
}

.stampList li a {
	display: block;
}


/* ----------- news　新着情報 ------------------------------------------------------- */
.head {
	position: relative;
}

h2 {
	width: 100%;
	padding: 0 0 0 3%;
	background: #26d3bc;
	border-bottom: 3px solid #00a38d;
	color: #fff;
	font-size: 110%;
	line-height: 1.5;
}




.archiveLink {
	position: absolute;
 	right: 15px;
  	top: 5px;
  	padding-left: 10px;
  	display: block;
  	font-size: 100%;
	line-height: 2;
}

.archiveLink a {
	padding-left: 25px;
	/*background: url(http://www.andersen-group.jp/images/circle_arrow_icon.jpg) left 0.4em no-repeat;*/
	color: #fff;
	/*height: 25px;*/
	display: block;
}

.archiveLink a span {
	width:23px;
	height:23px;
	margin-top: 4px;
	display:block;
	position:relative;
} 

.icon-right {
	height:24px;
	width:24px;
	border:2px solid #fff; 
	border-radius:23px;
	-webkit-border-radius:23x;
	-moz-border-radius:23px;
}

.icon-right:before {
	position: absolute;
	top: 5px;
	left: 8px;
	content: '';
	height: 0;
	width: 0;
	display:block;
	border: 5px transparent solid;
	border-right-width: 0;
	border-left-color: #fff;
}

.date {
	padding-top: 10px; 
	color: #ff5165;
	font-size: 90%;
}

.ul-news .date {
	padding-top: 10px; 
	color: #000;
	font-size: 90%;
}

.category-stamp, .category-wallpaper, .category-new {
	padding: 2px 3px 1px 3px;
	color: #fff;
	font-size: 70%;
	vertical-align: middle;
}

.category-stamp {
	background: #88c800;
}

.category-wallpaper {
	background: #00afcc;
}

.category-new {
	background: #ff5165;
}

.ul-news {
	margin: 0;
	padding: 0; 
}
.ul-news li {
	width: 50%;
	float: left;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.icon-right2 {
	position: absolute;
	bottom: 5px;
	right: 8px;
	height:24px;
	width:24px;
	border:2px solid #88c800; 
	border-radius:23px;
	-webkit-border-radius:23x;
	-moz-border-radius:23px;
}

.icon-right2:before {
	position: absolute;
	bottom: 5px;
	right: 8px;
	content: '';
	height: 0;
	width: 0;
	display:block;
	border: 5px transparent solid;
	border-right-width: 0;
	border-left-color: #88c800;
}

.ul-news li img {
	width: 50%;
	margin-right: 10px; 
}

.ul-news li a {
	display: block;
	background: #000;
}

.ul-news li:before {
	position: absolute;
	top: 80%;
	right: 10px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ul-news span {
	line-height: 2;
}

.ul-news2 {
	margin: 0;
	padding: 0; 
}
.ul-news2 li {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.ul-news2 li img {
	width: 25%;
	/*margin-right: 10px;*/
}

.tnR {
	margin-right: 10px;
}

.ul-news2 li a {
	display: block;
	background: #000;
}


.newsText {
	margin-top: 5px;
	font-size: 90%;
}

.newsText2 {
	padding: 10px 0 5px 0; 
	font-size: 90%;
}

.newsText3 {
	margin-top: 5px;
	font-size: 70%;
}

.ul-news3 {
	margin: 0;
	padding: 0; 
}
.ul-news3 li {
	width: 50%;
	height: 120px;
	overflow: hidden;
	float: left;
	position: relative;
	background: #fff;
	/*border: 5px solid rgba(255, 255, 255,.3);*/
}

.ul-news3 li img {
	width: 100%;
	margin-top: -20%; 
}

.ul-news3 li a {
	display: block;
	background: #000;
}

.ul-news3 span {
	line-height: 2;
}

.news3Txt-stamp {
	width: 100%;
	background: rgba(136, 200, 0,.9);
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 2;
}

.news3Txt-wall {
	width: 100%;
	background: rgba(0, 175, 204,.9);
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 2;
}

.news3Txt-stamp:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news3Txt-wall:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ul-news3 .news-stamp img {
	margin: 0 auto; 
}

.ul-news3 .news-stamp a {
	background: #fff;
}

.tn-stamp {
	margin: 0 auto; 
	width: 120px; 
	height: 120px;
}


/* ----------- recommend おすすめコンテンツバナー　------------------------------------------------------- */
#recommend {
	background: #fff;
}

.ul-recommend {
	width: 94%;
	margin: 0 auto; 
	padding: 10px 0 20px;
}

.ul-recommend li {
	text-align: center;
	margin-bottom: 15px;
	line-height: 0;
}

.ul-recommend li:last-child {
	margin-bottom: 0;
}

.ul-recommend li a {
	display: block;
}
/* ----------- PRバナー ------------------------------------------------------- */


#pr {
	background: #;

}

.bnr-line img{
	border: 2px solid #ff3297;
}

.PR-txt, .PR-txt1 {
	text-align: center;
	font-size:small;
	color: #666;
	letter-spacing: 0.5em;
}

.PR-txt1 {
	color: #f90707;
}

.PR-ul-recommend {
	width: 94%;
	margin: 0 auto; 
	padding: 10px 0 20px;
}

.PR-ul-recommend li {
	margin-bottom: 5px;
	line-height: 0;
}

.PR-ul-recommend li:last-child {
	margin-bottom: 0;
}

.PR-ul-recommend li a {
	display: block;
}

.image{
  width: 100%;
}
/*PRを一行で2つ見せる*/
/*
.image ul{
	margin-right:-5%;
	margin-left:5%;
	overflow: hidden;
}

.image ul li{
	float:left;
	margin-right:5%;
	width:43%;
}
.image img{
	width:100%;
	/*border-radius:10px;
}*/

/* ----------- stamp　スタンプカテゴリーメニュー ------------------------------------------------------- */
#stamp h2, #stampList h2 {
	background: #00def8;
	border-bottom: 3px solid #00b1ea;
}

#melodytop {
	background: #ffffff;
	padding: 10px 0 0 0;
}
#remindtop {
	background: #ffffff;
	padding: 5px 0 0 0;
}

.ul-stamp-yoto, .ul-stamp-animal, .ul-stamp-chara, .ul-stamp-geino{
	background: #ffcd8e;
	width: 100%;
	padding: 0 0 5px 1%;
}

.ul-stamp-yoto li, .ul-stamp-animal li {
	float: left;
	width: 24.25%;
	margin: 5px 1% 0 0;
	padding: 0;
	line-height: 0;
}

.ul-stamp-yoto li:nth-child(4n), .ul-stamp-animal li:nth-child(4n), .ul-stamp-chara  li:nth-child(3n),.ul-stamp-geino  li:nth-child(3n){
	margin-right: 0; 
}

.ul-stamp-yoto li img, .ul-stamp-animal li img, .ul-stamp-chara li img, .ul-stamp-geino li img {
	width: 100%;
}

.ul-stamp-yoto li a, .ul-stamp-animal li a, .ul-stamp-chara li a, .ul-stamp-geino li a {
	display: block;
}

.ul-stamp-animal {
	background: #ffd6c5;
}

.ul-stamp-chara {
	background: #d4ffaf;
}
.ul-stamp-geino {
	background: #babcff;
}


.ul-stamp-chara li {
	float: left;
	width: 32.6%;
	margin: 5px 1% 0 0;
	background: #d4ffaf;
	line-height: 0;
}

.ul-stamp-geino li {
	float: left;
	width: 32.6%;
	margin: 5px 1% 0 0;
	background: #babcff;
	line-height: 0;
}



/* ----------- wallpaper　壁紙カテゴリーメニュー ------------------------------------------------------- */
#wallpaper h2 {
	background: #00afcc;
	border-bottom: 3px solid #008ba0;
}

.ul-wallpaper {
	width: 100%;
	padding: 0 0 5px 1%;
}

.ul-wallpaper li {
	float: left;
	width: 32.6%;
	margin: 5px 1% 0 0;
	line-height: 0;
}

.ul-wallpaper li:nth-child(3n) {
	margin-right: 0;
}

.ul-wallpaper li img {
	width: 100%;
}

.ul-wallpaper li a {
	display: block;
}


/* ----------- rank ランキング　------------------------------------------------------- */
#rank {
	padding-bottom: 20px; 
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	                        color-stop(.25, rgba(255, 200, 99, 0.2)), color-stop(.25, transparent),
	                        color-stop(.5, transparent), color-stop(.5, rgba(255, 200, 99, 0.2)),
	                        color-stop(.75, rgba(255, 200, 99, 0.2)), color-stop(.75, transparent),
	                        to(transparent)),
	                  -webkit-gradient(linear, 0 0, 100% 100%,
	                        color-stop(.25, rgba(255, 200, 99, 0.2)), color-stop(.25, transparent),
	                        color-stop(.5, transparent), color-stop(.5, rgba(255, 200, 99, 0.2)),
	                        color-stop(.75, rgba(255, 200, 99, 0.2)), color-stop(.75, transparent),
	                        to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent),
	                  -webkit-linear-gradient(-45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent),
	                  -moz-linear-gradient(-45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent),
	                  -ms-linear-gradient(-45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent),
	                  -o-linear-gradient(-45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent),
	                  linear-gradient(-45deg, rgba(255, 200, 99, 0.2) 25%, transparent 25%,
	                    transparent 50%, rgba(255, 200, 99, 0.2) 50%, rgba(255, 200, 99, 0.2) 75%,
	                    transparent 75%, transparent);
}

#rank h2 {
	background: #ffaa00;
	border-bottom: 3px solid #ce8900;
}

.higher, .lower {
	width: 100%;
	margin: 5px auto;
	display: table;
	table-layout: fixed;
}

.lower {
	margin: 5px auto;
}

.higher li, .lower li  {
	padding: 1%;
	display: table-cell;
	line-height: 0;
	text-align: center;
	vertical-align: bottom;
}

li.count a {
display:block;
	position: relative;

}

/*カウント	
.count{
	position: relative;
	counter-increment: count;
}

.count:before{
	position: absolute;
	top: -10px;
	left: 3px;
	width: 15px;
	height: 12px;
	margin: 0;
	padding: 13px 5px 0 5px;
	border-radius: 50%;
	border: 2px solid #ffaa00;
	background: #ffaa00;
	color: #fff;
	font-size: 90%;
	text-align: center;
	text-shadow: 2px 3px 3px rgba(211, 141, 0,0.6);
	content: counter(count);
}

.lower .count {
	counter-increment: count;
}*/

.higher li img, .lower li img {
	width: 100%;
}

.rankTxt {
	width: 100%;
	line-height: 1.5;
	background: #ffaa00;
	color: #fff;
	display: block;
	font-size: 80%;
}

.lower li {
	color: #ffaa00;
}


/* ----------- sns ------------------------------------------------------- */
#sns {
	background: #effffc;
	padding: 30px 0 60px 0;
}

.ul-sns {
	width: 40%;
	margin: 0 auto; 
}

.ul-sns li {
	float: left;
	width: 28%;
	margin-right: 7%;
}

.ul-sns li:last-child {
	margin-right: 0;
}

.ul-sns li img {
	width: 100%;
}

.ul-sns li a {
	display: block;
}

/* ----------- footer ------------------------------------------------------- */
footer {
	/*background: #f7f7f7;*/
	padding-top: 30px;
	position: relative;
	border-top: 1px dotted #ccc;
}

.toTop {
	width: 55px;
	height: 55px;
	position: absolute;
	top: -30px; 
	left: 42%;
}

.toTop img {
	width: 100%;
}

.ul-footer-01, .ul-footer-02 {
	width: 100%;
	margin-top: 20px; 
	font-size: 80%;
}

.ul-footer-02 {
	border-top: 1px dotted #ccc;
}

.ul-footer-01 li, .ul-footer-02 li {
	float: left;
	width: 50%;
	padding-left: 10px;
	line-height: 2;
}

.ul-footer-01 li a, .ul-footer-02 li a, .ul-footer-03 li a {
	display: block;
	margin-left: 0; 
}

.ul-footer-02 li {
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 3;
}

.ul-footer-02 li:nth-child(2n) {
	border-right: none;
}

.ul-footer-02 li:nth-child(5n) {
	border-bottom: none;
}

.ul-footer-02 li:nth-child(6n) {
	border-bottom: none;
}

.ul-footer-03 {
	margin-top: 30px;
}

.ul-footer-03 li {
	width: 100%;
	background: #ceefeb;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 3;
}

.ul-footer-03 li a {
	color: #878787;
}


footer .flaticon-next15 {
	color: #00a38d;
}

footer span {
	height: 20px;
	width: 20px;
	position: relative;
} 

.icon-next, .icon-up {
	width: 10px;
	
}

.icon-next:before {
	position: absolute;
	top: 7px;
	left: 0px;
	content: '';
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-right-width: 0;
	border-left-color: #a6e0d9;
}
/*
.ul-footer-02 .icon-next:before {
	position: absolute;
	top: -10px;
	left: 0px;
	content: '';
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-right-width: 0;
	border-left-color: #a6e0d9;
}
*/
.icon-up:before {
	position: absolute;
	top: 17px;
	left: -2px;
	content:'';
	height:0;
	width:0;
	display:block;
	border:5px transparent solid;
	border-top-width:0;
	border-bottom-color:#a6e0d9;
}

small {
	width: 100%;
	padding: 10px 0; 
	background: #a6e0d9;
	color: #63938b;
	font-size: 70%;
	display: block;
	line-height: 1.5;
	text-align: center;
}

/* ----------- h3-h6 ------------------------------------------------------- */
h3 {

}

h3.h3-download {
	width: 85%;
	margin: 15px auto;
	border-radius: 5px;
	border: 1px solid #ffa8af; 
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, rgba(255, 168, 176, 0.2)), to(rgba(255, 168, 176, 0.2))),
	                  -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, rgba(255, 168, 176, 0.2)), to(rgba(255, 168, 176, 0.2)));
	background-image: -webkit-linear-gradient(transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2)),
	                  -webkit-linear-gradient(0deg, transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2));
	background-image: -moz-linear-gradient(transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2)),
	                  -moz-linear-gradient(0deg, transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2));
	background-image: -ms-linear-gradient(transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2)),
	                  -ms-linear-gradient(0deg, transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2));
	background-image: -o-linear-gradient(transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2)),
	                  -o-linear-gradient(0deg, transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2));
	/*background-image: linear-gradient(transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2)),
	                  linear-gradient(0deg, transparent 50%, rgba(255, 168, 176, 0.2) 50%, rgba(255, 168, 176, 0.2));*/
}

.category_title {
	cursor: pointer;
}

h4 {
	width: 100%;
	margin: 15px 0 5px 0;
	padding-left: 5px;
	border-left: 5px solid #26d3bc;
	border-bottom: 1px solid #26d3bc;
	font-size: 80%;
}



/* ----------- 下層ページ共通 ------------------------------------------------------- */
.h1-low {
	margin: -5px 0 0 0;
}

.contents {
	background: #effffc;
	padding: 65px 0 0 0;
}

.contents #news li img, .contents #notice li img {
	width: 20%;
}

.breadcrumb {
	padding: 7px 0 7px 10px;
	background: #b5fcf3;
	color: #878787;
	font-size: 80%;
}

.breadcrumb a {
	color: #878787;
}

#stamp .breadcrumb {
	background: #edfcc9;
}

#wallpaper .breadcrumb {
	background: #b2eef7;
}

.btn-download {
	padding: 0 0 0px;
}

.btn-download button {
	width: 60%;
	margin: 0 auto;
	padding: 0 0;
	background: #00afcc;
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 0 rgb(0, 139, 160);
	color: #FFF;
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.btn-detail {
	margin: 30px 0 50px;
}

.btn-detail button {
	width: 80%;
	margin: 0 auto;
	padding: 1em 0;
	background: #26d3bc;
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 0 rgb(0, 181, 156);
	color: #FFF;
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#stamp .btn-download button {
	background: #;
	box-shadow: 0 5px 0 rgb();
}


/* ----------- announce　配信予定特集（カテゴリーページなど） ------------------------------------------------------- */
#announce {
	background: #fff;
}

.ul-announce {
	width: 94%;
	margin: 0 auto; 
	padding: 10px 0 20px;
}

.ul-announce li {
	margin: 15px 0;
	line-height: 0;
}

.ul-announce li a {
	display: block;
}


/* -----------　SAMPLE -----------　*/
div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap.png);
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_01{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_01.png);
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_02{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_02.png);
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_03{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_03.png);
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_04{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_04.png);
	background-size:cover;
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_05{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_05.png);
	background-size:cover;
}
/* -----------　遊びかた -----------　*/
.PR-center{
	text-align: center;
}

.center{
	text-align: center;
	margin: 15px 0;
}

.newContents {
	color: #ff0000;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.2em;
}
/* -----------　テキストボタン -----------　*/

.text-bottan{
	width: 80%;
	margin: 0px auto 15px;
	padding: 0.5em;
	background: #4fe7d3;
	border-radius: 10px;
	font-color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border:2px solid #ccc;

}

.text-bottan a{
	display: block;

}

.info-btn {
	width: 80%;
	margin: 0px auto 15px;
	padding: 0.5em;
	background: #ffe4e1;
	border-radius: 10px;
	font-color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border:2px solid #ff0000;

}

/* ----------- scheduleList 配信予定スタンプ　------------------------------------------------------- */

#scheduleList {
	background: #ffffff;
}

.scheduleList {
	width: 95%;
	margin: 10px auto 0;
}

.scheduleList li {
	float: left;
	width: 23.5%;
	margin:0 0 10px 3px;
	line-height: 0;
}

.scheduleList li:nth-child(4n) {
	margin-right: 0;
} 

.scheduleList li img {
	width: 100%;
	border: 1px solid #c0c0c0 ;
}

.scheduleList li a {
	display: block;
}

.info-bottan{
	width: 90%;
	margin: 0px auto 15px;
	padding: 0.5em;
	background: #ffffff;
	border-radius: 5px;
	font-color: #ff0000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border:2px solid #ff0000;

}

/* ------------------ POP UP ------------------------------- */
.bookmark_popup{
	width: 94%;
    margin-left: 3%;
    margin-right: 3px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100000;
	margin-top: 20px;
	-moz-transform: translateZ(10px);
	-webkit-transform: translateZ(10px);
	-o-transform: translateZ(10px);
	-ms-transform: translateZ(10px);
	margin-bottom: -7px;
}
.bookmark_popup_box{
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
}
.pop_up_button{
	background-image: -webkit-gradient( linear , left top , left bottom , from(rgba(255, 152, 77, 0.5)) , color-stop(0.49, #FF984D) , color-stop(0.50, #FB8E3D) , to(#FF8022));
	background-image: -moz-linear-gradient( linear , left top , left bottom , from(rgba(255, 152, 77, 0.5)) , color-stop(0.49, #FF984D) , color-stop(0.50, #FB8E3D) , to(#FF8022));
	width:100%;
	border: 1px solid #9A1919;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-weight: bold;
	text-align:center;
	color: #111;
	padding: 10px 0;margin-top:5px;color: #9A1919;
}
.bookmark_close{
	position: absolute;
    right: 7px;
    top: 7px;
}

/*.top_list {
    border: #eeeeee 1px solid;
    display: inline-block;
	width: 30%;
	margin-left: 7px;
	margin-top: 10px;
    position: relative;
    overflow: hidden;
}*/

.top_list {
	display: inline-block;
	vertical-align: top; 
	width: 23%;
	margin-left: 3px;
	margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.top_list img{
    border: #eeeeee 1px solid;
}

.top_list_new {
	float: left;
	width: 100%;
	margin-left: 3px;
	/* margin-top: 10px; */
    position: relative;
	overflow: hidden;
	border-bottom: dashed 1px #eeeeee;
}

.kisekae_top_list {
    border: #eeeeee 1px solid;
    display: inline-block;
	width: 48%;
	margin-left: 3px;
	margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.triangleString{
	background: #ff0000;
    color: #FFF;
    font-size: 7px;
    padding: 70px 0px 5px;
    position: absolute;
    left: -87px;
    top: -55px;
    text-align: center;
    width: 150px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    font-weight: bold;
    z-index: 1000;
}
.triangleStringRanking{
	background: #00b050;
    color: #FFF;
    font-size: 7px;
    padding: 70px 0px 5px;
    position: absolute;
    left: -87px;
    top: -55px;
    text-align: center;
    width: 150px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    font-weight: bold;
    z-index: 1000;
}

.triangleStringRankingForStamp{
	background: #81cd13;
    color: #FFF;
    font-size: 7px;
    padding: 70px 0px 5px;
    position: absolute;
    left: -87px;
    top: -55px;
    text-align: center;
    width: 150px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    font-weight: bold;
    z-index: 1000;
}

.triangleString .string{
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.bottom_list{
	display: inline-block;
	width: 46%;
	border: 1px solid black;
	margin-left: 7px;
	margin-top: 10px;
	height: 18%;
}
.margin_space{
	margin-left: 10px;
}

#newest_title{
	margin: 20px auto 0px auto;
	margin-left: 7px;
	width: 50%;
	float: left;
}
#ranking_title{
	margin: 20px auto 0px auto;
	margin-left: 7px;
	width: 50%;
	float: left;
}
#recommend_title{
	margin-top: 10px;
	margin-left: 7px;
}
#category_title{
	margin-top: 10px;
	margin-left: 7px;
}
#tokushu_title{
	margin-top: 10px;
	margin-left: 7px;
}
.more_read{
	width: 45%;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	text-align: right;
}

/* 新着 */
#new_list_container{
	width: 100%;
	text-align: left;
	display: table;
	margin: 0 auto;
}
.new_box{
	width: 23.3%;
	border: 1px solid #c0c0c0;
	display: inline-block;
	margin: 5px 0px 5px 2px;
	text-align: center;
	padding: 5px;
}
.kisekae__new_box{
	width: 48%;
	border: 1px solid #c0c0c0;
	display: inline-block;
	margin: 5px 0px 5px 2px;
	text-align: center;
	padding: 5px;
}

/* 全ページの共通container */
.contents_container{
	margin-top: 70px;
	margin-bottom: 120px;
}
.kisekae_contents_container{
	margin-top: 20px;
	margin-bottom: 120px;
}
#download_container{
	padding-bottom: 20px;
}

/* ダウンロードサムネイル画像 */
#download_image{
	text-align: center;
	width: 50%;
	/*margin: 0 auto;*/
	margin-left: 10px;
	float: left;
}
#copyright{
	font-size: 12px;
	font-weight: bold;
}

#stamp_download_button{
	width: 95%;
	font-weight: bold;
	text-align: center;
	background: #ff0068;
	padding: 15px 0;
	margin: 10px auto 0px auto;
	min-height: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
}

.button_area1{
	width: 40%;
	float:left;
	margin-left: 10px;
}



/* 関連スタンプボタン */
#kanren_stamp_button{
	width: 95%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	margin: 10px auto 0px auto;
	min-height: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00CC66;
	color: #ffffff;
}

/* ranking style y.iwasaki */
.ranks_box{
	width: 95%;
	margin: 0px auto;
}
.stamp_box{
	width: 23.5%;
	margin-top: 5px;
	margin-left: 1px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.deco_box{
	width: 23.5%;
	margin-top: 5px;
	margin-left: 1px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.kisekae_new_box{
	width: 23.5%;
	margin-top: 10px;
	margin-left: 1px;
	border: 1px solid #eeeeee;
	display: inline-block;
} 
.kisekae_ranking_box{
	width: 48%;
	margin-top: 10px;
	margin-left: 1px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
#stamp_button{
	display: inline-block;
	width: 50%;
    padding: 5px 0;
    text-align: center;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    background: #81cd13;
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}
#kisekae_new_button{
	display: inline-block;
	width: 50%;
    padding: 5px 0;
    text-align: center;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    background: #48DEF7;
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}
#deco_button{
	display: inline-block;
	width: 50%;
	background: #fff;
    padding: 5px 0;
    text-align: center;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    background: #00b151;
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}
#kisekae_ranking_button{
	display: inline-block;
	/*width: 50%;*/
	width: 100%;
	background: #fff;
    padding: 5px 0;
    text-align: center;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    background: #32CD32;
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}


/*.deco_box, 
.kisekae_ranking_box{
	display: none;
}*/
/*.deco_box{
	display: none;
}*/

.rank_link{
	cursor: pointer;
}

.rank_box{
	/*border: 1px solid red;*/
	padding: 10px 0px;
	/*border-bottom: 1px dotted #c0c0c0;*/
	position: relative;
	overflow: hidden;
}

.rank_number{
	width: 7%;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 20px;
}

.rank_status{
	/*width: 90%;
	display: inline-block;*/
}

#ranking_container{
	width: 100%;
	margin: 60px auto;
}
#kisekae_ranking_container{
	width: 100%;
	margin: 20px auto;
}
#kisekae_ranking_container_2{
	width: 100%;
	padding: 0px 0px 120px 0px;
}
#help_container{
	/*position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	height: 50%;
	border: 1px solid red;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 23px;*/
	width: 100%;
	height: 90%;
	/*background: #ccc;*/
	position: relative;
	font-size: 23px;
}
#help_inner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 55%;
	height: 45%;
	/*background: #888;*/
}

#help_container .menu{
	margin-top: 20px;
}

#syukei_span{
	margin-top: 5px;
}

#fotter_space{
	margin-bottom: 80px;
}

.clear{
	clear: both;
}
