
body {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  overflow-x : hidden;
}
a{
	text-decoration:none;color:#000;
	background-color:transparent;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.touchstyle { background-color:yellow;}
.notouchstyle { background-color:transparent;}
img{
  touch-callout:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
}
h1 {
    margin: 0 0 0 0;
    line-height: 0;
}
.tab{overflow:hidden;margin-top:5px}
.tab li{background:#fff; padding:5px 0; float:left; /*margin-right:1px;*/text-align:center;height: 35px;font-size:10px;padding-top:10px;text-align: center;background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 2%,#ffffff 68%);}
.tab li.select {background: #eee;}
.content li{background:#eee; padding:10px 10px 0px 10px;}
.hide {display:none;}

.btn {
  background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
  color: #111;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 1px solid #CCC;
  padding: 10px 0;
  width: 25%;
}

.border1 {
	border-bottom: 3px solid #26D3BC;
}
.border2 {
	border-bottom: 3px solid #FFAA00;
}
.border3 {
	border-bottom: 3px solid #26D3BC;
}

/*.icon {
  width: 80px;
  line-height: 1.5;
  color: #fff;
  display: block;
  font-size: 80%;
  text-align:center;
}*/

.col_green{
	background: #61E057;
	background: -webkit-gradient(linear, left top, left bottom, from(#75EC6C), to(#46C340));border-radius: 3px;
}

.col_blue{
	background: #05B1CD;
	background: -webkit-gradient(linear, left top, left bottom, from(#66DCEF), to(#4DB2BF));border-radius: 3px;
}

.col_yellow{
	background: #FFAA00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD580), to(#FFAA00));;border-radius: 3px;
}

.col_red{
	background: #FC4D96;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9FC7), to(#FC4F97));;border-radius: 3px;
}
.col_gold{
	background: #ffd700;
}
.col_silver{
	background: #c0c0c0;
}
.col_firebrick{
	background: #b22222;
}
.col_lightcyan{
	background: #e0ffff;
}

.arrow{
	position: absolute;
    right: 5%;
	display: block;
	padding: 39px 50px 10px 10px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.arrow::before{
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow::after{
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.viewport .arrow::after{
	background-color: #FFF;
}
.viewport .arrow::before{
	background-color: #FFF;
}

.new_content .arrow::after{
	background-color: #FFF;
}
.new_content .arrow::before{
	background-color: #FFF;
}

.edit{
  color: #111;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-bottom: 1px solid rgba(6, 6, 6, 0.27);
  margin-bottom: 5px;
}

.stamp_name_box{
	float:left;
	margin-left: 10px;
	width: 140px;
}

.walmart {
        list-style: none;
        overflow: hidden;
        color: #333;
        font: 12px Verdana, sans-serif;
        margin: 0;
        width:100%;
}
.walmart li {
        float: left;
        line-height: 30px;
}
.walmart li a {
	background:-moz-linear-gradient( center top, #eea1fc 5%, #d441ee 100% );
	background:-ms-linear-gradient( top, #eea1fc 5%, #d441ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1fc', endColorstr='#d441ee');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eea1fc), color-stop(100%, #d441ee) );
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #dd5df4;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    /* width: 100px; */
    padding: 0px 5px;
    margin: 2px 2px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: block;
}
#searchform1 {
	position: relative;
}
#keywords1	{
	width: 160px;
	height: 16px;
	background: url(../images/search.png) no-repeat 8px 3px;
	border: 1px solid #CCC;
	padding: 2px 2px 2px 26px;
}
#searchBtn1	{
	position: absolute;
	top: 0;
	left: 195px;
}

.rank_text{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin-top: 5px;vertical-align: bottom;
}

.box2 {
	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    border: 2px #CCC;
    width: 100px;
    padding: 2px 0;
}
.fixed{
	position: fixed;
}
.nav{
	width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    background: #fff;
    box-shadow: 0 1px 3px 3px rgba(0,0,0,0.15);
    top: 0;
    left: 0;
    z-index: 999;
    margin:0;
}
#nav_header{
	width:100%; 
	position: relative; 
	top: 0; 
	left: 0; 
	margin:0;
}
#nav_header_child{
	/*height: 30px; 
	height: 45px;*/ 
	position: fixed; 
	top: 0; 
	left:0; 
	z-index:9999; 
	width:100%; 
	margin:0;
}
#nav_footer{
	width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 3px 3px rgba(0,0,0,0.15);
    top: 0;
    left: 0;
    z-index: 999;
    position: relative;
    z-index: 2000;
}
.nav_home{
	width:24%;
	text-align:center;
	background: #f94;
	height: 40px;
	border-top: 3px solid #00af50;
	float:left;
	width:20%
}
.nav_stamps{
	width:25%;
	text-align:center;
	background: #f94;
	/* height: 40px; */
	/*border-top: 3px solid #00af50;*/
	float:left;
}
.nav_kisekae{
	width:25%;
	text-align:center;
	background: #f94;
	/* height: 40px; */
	/*border-top: 3px solid #4c6afe;*/
	float:left;
}
.nav_keyboard{
	width:25%;
	text-align:center;
	background: #f94;
	/* height: 40px; */
	/*border-top: 3px solid #4c6afe;*/
	float:left;
}
.nav_setting{
	width:25%;
	text-align:center;
	background: #f94;
	/* height: 40px; */
	/*border-top: 3px solid #FFAA00;*/
	float:left;
}
.nav_new{
	width:23%;
	text-align:center;
	background: #f94;
	height: 40px;
	border-top: 3px solid #4c6afe;
	float:left;
	width:20%
}
.nav_rank{
	width:28%;
	text-align:center;
	background: #f94;
	height: 40px;
	border-top: 3px solid #FFAA00;
	float:left;
	width:20%
}
.nav_category{
	width:25%;
	text-align:center;
	background: #f94;
	height: 40px;
	border-top: 3px solid #FC4D96;
}
.nav_mypage{
	width:25%;
	text-align:center;
	background: #f94;
	height: 40px;
	border-top: 3px solid #FF5A00;
}
.nav_stamp{
	width:33.3%;
	text-align:center;
	background: #f94;
	height: 20px;
	border-bottom: 3px solid #61E057;
	float:left; 
}
.nav_wp{
	width:50%;
	text-align:center;
	background: #f94;
	height: 40px;
	/*border-bottom: 3px solid #05B1CD;*/
	float:left;
	border-right: 1px solid #eeeeee;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nav_icon{
	width:50%;
	text-align:center;
	background: #f94;
	height: 40px;
	/*border-bottom: 3px solid #FFAA00;*/
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_decome{
	width:25%;
	text-align:center;
	background: #f94;
	height: 40px;
	/*border-bottom: 3px solid #FC4D96;*/
}
.nav_beginner{
	width:25%;
	text-align:center;
	background: #f94;
	height: 40px;
	/*border-bottom: 3px solid #ff5a00;*/
}
.navi_li{
	background: #FFF;
    color: #111;
/*    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;*/
/*    -moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);*/
    text-align:center;
    margin: 0;
    padding: 0;
    /* line-height: 45px;
    height: 45px; */
}

.footer-top {
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	z-index:9999;
}

.footer-bottom {
	padding:15px 0;
}

.footer {
	width:100%;
	overflow:hidden;
	position: relative;
}

.footer_menu_images{
	height:50px;
	width:50px;
	margin-top:2px
}

.dysplayNone{
	display: none;
}

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

a:hover {
    color: #000;
}

a:visited {
    color: #000;
}
a:link {
    color: #000;
}

.closeBox{
	width: 80px;
    line-height: 30px;
    background-color: #F00;
    position: absolute;
    top: 11px;
    left: 248px;
    border-top: 1px solid #721202;
    border-right: 1px solid #721202;
    border-bottom: 1px solid #721202;
    border-left: 1px solid #721202;
    padding: 5px 5px;  
    font-weight: bold;  
    cursor: pointer; 
    color: #8E4134;
    background:#E6C69D;
    text-align:center;
    -webkit-transform: rotate(30deg);
    -moz-transform   : rotate(30deg);
    -ms-transform    : rotate(30deg);
    -o-transform     : rotate(30deg);
    transform        : rotate(30deg);
}

.loginBonusEdit{
	width: 80%;
	margin: 5px auto;
	border-top: 1px solid #721202;
    border-right: 1px solid #721202;
    border-bottom: 1px solid #721202;
    border-left: 1px solid #721202;
	padding: 5px 20px;  
	font-weight: bold;  
	cursor: pointer; 
	color: #8E4134;
	background:#E6C69D;
	text-align:center
}

.serchBox{
	height: 41px;
	margin:0 10px;
}

.serchWordBox{
	float: left;
	width: 200px;
	margin-left: 20px;
}

.serchBoxInput{
	width: 180px;
	height: 24px;
	margin-left: 10px;
}

.serchBoxSubmit{
	width: 50px;
	float: left;
}

.recomendBox{
	background-color: #EEE;
}

.tabBox{
	clear:both;
	height: 68px;
	border-bottom: 1px dotted #868686;
	margin: 0px 0 5px 0;
}

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

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

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

.loginBonusBox{
	width:100%;
	z-index:2100;
	position: absolute;
	margin-top: 20px;
	padding: 20px;
	padding-bottom:0px;
	-moz-transform: translateZ(10px);
	-webkit-transform: translateZ(10px);
	-o-transform: translateZ(10px);
	-ms-transform: translateZ(10px);
}

.loginBonusBack{
	background-color: rgb(0, 0, 0);
	z-index:1000;
	position: absolute;
	top:0;
	left:0;
	opacity:0.6;
	width:100%;
	height:100%;
	margin: auto;
}

.viewport {
    overflow:hidden;
    width:320px;
}
 
.viewport_wallpaper {
    overflow:hidden;
    width:520px;
}
 
.flipsnap {
    overflow:hidden;
}
.flipsnap_test {
    overflow:hidden;
}
.item {
    float:left;
    width:100px;
}
 
.item img {
    height:auto;
}
.light_box_left{
	border-radius: 100%;
	opacity:0.8;
	padding:30px 20px 10px 10px;
	margin-top: 35px;
	/*background-color: #F3F3F3;*/
	z-index:1000;
	width:10px;
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
}

.light_box_right{
	border-radius: 100%;
	margin-top: 35px;
	opacity: 0.8;
	padding: 30px 20px 10px 10px;
	z-index: 1000;
	position: relative;
    left: 1px;
}

.category_obi{
	margin:5px 0 0 0;
	padding:2px 8px;
	border-width:3px 0;
	border-color: #B2E7F1;
	border-style:solid;
	background: #3EC3DC;
	color:#FFFFFF;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

dl.search1{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
}
dl.search1 dt{
	padding:3px;
}
dl.search1 dt input{
	width:70%;
	height:30px;
	line-height:30px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:1px;
	right:1px;
	width:30%;
}
dl.search1 dd button{
	display:block;
	background:#2b71c8;
	width:100%;
	height:37px;
	line-height:36px;
	border:none;
	border-radius: 0 6px 6px 0;
}
dl.search1 dd button:hover {
	background:#4e91e4;
}
dl.search1 dd button span{
	display:block;
	color:#FFF;
}

.viewport_style{
	margin:0;
	padding:0;
	width:100%;
	position: relative;
}

.arrow_box_left{
	z-index: 150;
	width: 30px;
	height: 30px;
	background-color: #B2E7F1;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	left: -4px;
	background: radial-gradient(#6CDAEF 0, #FFFFFF 100%);
}
.arrow_box_right{
	width: 30px;
	height: 30px;
	background-color: #B2E7F1;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	left: 4px;
    background: radial-gradient(#6CDAEF 0, #FFFFFF 100%);
}
.category_viewport_style{
	margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    left: -15px;
}

.category_li_box{
	clear:both;
	height: 70px;
	border-bottom: 1px dotted #868686;
	margin-bottom: 5px;
}
.category_li_img_box{
	float:left;
	margin-left: 15px;
}
.category_li_img_box2{
	float:left;
	margin-left: 10px;
	width: 60%;
}
.category_li_img{
	width:64px;
}

.right_arrow_box{
	float:left;
}

.ranking_icon{
	width: 80px;
    margin-left: 30px;
}



#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:#65d8ff;
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}

.box_display_none{
	display:none;
}

.facoriteButton{
    position: absolute;
    left: 25%;
    width: 50%;
	background: -ms-linear-gradient( top, #eea1fc 5%, #d441ee 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1fc', endColorstr='#d441ee');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #eea1fc), color-stop(100%, #d441ee) );
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #dd5df4;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 0px 5px;
	margin: 2px 2px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	display: block;
	height: 30px;
}

.facoriteButtonOff{
	position: absolute;
    left: 25%;
    width: 50%;
	background: -ms-linear-gradient( top, #eea1fc 5%, #d441ee 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1fc', endColorstr='#d441ee');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #A1B1FC), color-stop(100%, #646FCF) );
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #646FCF;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 0px 5px;
	margin: 2px 2px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	display: block;
	height: 30px;
}

.image_border{
	float:left;
	border: 1px solid #E6E4E4;
	position: relative;
	top: -4px;
	margin-top: 1px;
}

.image_box{
	position: fixed;
    background-color: #7B7B7B;
    left: 35%;
    top: 130px;
    z-index: 100;
    opacity: 0.9;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 98px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    display:none;
}

.favolte_box{
	text-align: center;
    width: 100%;
    float: left;
    float: left;
    position: relative;
    top: -4px;
    height: 30px;
    border-right: none;
    border-left: none;
}

.favolte_button{
	text-align: center;
    width: 100%;
    float: left;
    float: left;
    position: relative;
    top: -4px;
    height: 50px;
    border-left: none;
    border-right: none;
}

.creator_box{
	float: left;
	margin-left: 15px;
	line-height: 54px;
	width: 140px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.creator_img_box{
	float:left;
	margin-left: 22px;
	border: 1px solid #E6E4E4;
	position: relative;
	top: 1px;
}

#heart {
    position: absolute;
    z-index: 100;
    opacity: 0.5;
    left: 4%;
    top: 30px;
    width: 100px;
    height: 90px;
    display:none;
}
#heart:before,
#heart:after {
	z-index:100;
    position: absolute;
    content: "";
    left: 100px;
    top: 0;
    width: 100px;
    height: 170px;
    background:#FF66CC;
    -moz-border-radius: 70px 70px 0 0;
    border-radius: 70px 70px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

#heart_small {
    position: relative;
    z-index: 100;
    opacity: 0.3;
    width: 10%;
    margin-top: 1px;
    margin-left: 60%;
    float: left;
    height: 15px;
}
#heart_small:before,
#heart_small:after {
	z-index:100;
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 10px;
    height: 17px;
    background:#FF66CC;
    -moz-border-radius: 70px 70px 0 0;
    border-radius: 70px 70px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart_small:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

.icon_set_title{
	background-color: #E0DDDD;
    border-radius: 10px;
    position: absolute;
    width: 103%;
    bottom: -7px;
    left: -1;
    font-size: 12px;
    line-height: 17px;
    z-index:100;
}

.btn-download .icon_button_objectEach{
	background:#4966B6;
	box-shadow: 0 5px 0 rgb(0, 28, 160);
}
.btn-download .line_button_objectEach{
	background: #00C300;
	box-shadow: 0 5px 0 rgb(0, 160, 56);
}

.fromlink {  
    width: 480px;  
    margin: 0px 0px 0px 0px;  
}

audio::-webkit-media-controls-enclosure {
	overflow:hidden;
}

audio::-webkit-media-controls-panel {
	width: calc(100% + 30px); /* Adjust as needed */
}

#keyboard_ap_top_container{
	padding: 60px 0px 0px 0px;
}
#keyboard_ap_kisekae_top_container{
	padding: 0px 0px 120px 0px;
}

.tokushu_banner{
	margin-top: 20px;
	margin-bottom: 120px;
}