@charset "utf-8";

#content_main_inner{
	padding-top: 0 !important;
}
#canvas{
	position: relative;
	width: 450px;
	height: 650px;
	color: #555555;
	background-color: #ffadd4;
}

#login_panel{
	z-index:60;
	width: 430px;
	height: 185px;
	position:absolute;
	bottom: 182px;
	left: 10px;
	font-size: 20px;
	line-height: 25px;
	word-break: break-all;
}

#user_panel{
	z-index:60;
	position:absolute;
	top: 10px;
	right: 12px;
	min-width: 160px;
	word-break: break-all;
	padding-bottom: 6px;
	border-bottom: 1px solid #ffffff;
}

#user_panel table {
	margin-left: auto;
	margin-right: 0px;
}

#user_panel td {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-shadow: -2px -2px 0 #e370a7, -2px -1px 0 #e370a7, -2px 0px 0 #e370a7, -2px 1px 0 #e370a7, -2px 2px 0 #e370a7, -1px -2px 0 #e370a7, -1px -1px 0 #e370a7, -1px 0px 0 #e370a7, -1px 1px 0 #e370a7, -1px 2px 0 #e370a7, 0px -2px 0 #e370a7, 0px -1px 0 #e370a7, 0px 1px 0 #e370a7, 0px 2px 0 #e370a7, 1px -2px 0 #e370a7, 1px -1px 0 #e370a7, 1px 0px 0 #e370a7, 1px 1px 0 #e370a7, 1px 2px 0 #e370a7, 2px -2px 0 #e370a7, 2px -1px 0 #e370a7, 2px 0px 0 #e370a7, 2px 1px 0 #e370a7, 2px 2px 0 #e370a7;
}

#status_panel{
	z-index:60;
	position:absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	
	background-image: url(../img/mypage/status2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 39px auto;
}

#sound_panel{
	z-index:60;
	width: 60px;
	position:absolute;
	bottom: 260px;
	right: 20px;
	word-break: break-all;
}
#sound_panel #sound1{
	display: block;
	width: 60px;
	height: 40px;
	
	background-image: url(../img/chat/sound.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 41px auto;
}

#view_full_panel{
	z-index: 51;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 36px;
	right: 6px;
	
	background-image: url(../img/common/common_visible.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 32px auto;
}
#view_full_panel.checked{
	background-image: url(../img/common/common_invisible.png);
}
div.view_full{
	display: none !important;
}

@keyframes beat{
	0%, 100%{
		transform: scale(1) translateY(0px);
	}
	50%{
		transform: scale(1.01) translateY(-2.25px);
	}
}
#background_panel{
	z-index: 50;
	position: absolute;
	width: 450px;
	height: 650px;
	top: 0px;
	overflow: hidden;
}
#background_panel .image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: none;
}
#background_panel #illust1{
	background-position: bottom center;
	animation: 4s beat infinite;
}
#background_panel #illust2:after{
	content: '';
	position: absolute;
	width: 450px;
	height: 150px;
	bottom: 0px;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0.9), rgba(255,255,255,0.95), rgba(255,255,255,1));
}








.suggest_area {
	position: relative;
	z-index: 100;
	margin-top: -250px;
}




.suggest_tabs {
	display: flex;
	margin: 0 auto;
	width: 400px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.suggest_tabs > div.transitMenu_episode{
	width: 265px !important;
}

.suggest_tabs > div {
	position: relative;	
	width: 130px;
	height: 50px;
	background-color: #e370a7;
	border-radius: 5px;
	padding: 0px;
	border: 2px solid #e370a7;
	margin-bottom: 5px;
	
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;

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

.suggest_tabs > div.current {
	width: 130px;
	height: 50px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	padding: 0px;
	border: 2px solid #e370a7;
	margin-bottom: 5px;
	
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	text-shadow: -2px -2px 0 #e370a7, -2px -1px 0 #e370a7, -2px 0px 0 #e370a7, -2px 1px 0 #e370a7, -2px 2px 0 #e370a7, -1px -2px 0 #e370a7, -1px -1px 0 #e370a7, -1px 0px 0 #e370a7, -1px 1px 0 #e370a7, -1px 2px 0 #e370a7, 0px -2px 0 #e370a7, 0px -1px 0 #e370a7, 0px 1px 0 #e370a7, 0px 2px 0 #e370a7, 1px -2px 0 #e370a7, 1px -1px 0 #e370a7, 1px 0px 0 #e370a7, 1px 1px 0 #e370a7, 1px 2px 0 #e370a7, 2px -2px 0 #e370a7, 2px -1px 0 #e370a7, 2px 0px 0 #e370a7, 2px 1px 0 #e370a7, 2px 2px 0 #e370a7;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.suggest_tabs > div div.badge{
	position: absolute;
	top: -10px;
	right: -5px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	border: solid 1px #ffffff;
	text-shadow: none;
}





.suggest_box {
	margin: 0px 10px 0 10px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #e370a7;
}

.suggest_box .suggest_box_item{
	position: relative;	
}
.suggest_box .suggest_box_item:not(:first-child) {
	margin-top: 4px;
}

.suggest_button{
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background:linear-gradient(#ffcee5, #ffadd4);
	/* background-color: #ffa5d0; */
	/* border: 2px solid #fff; */
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-shadow: -2px -2px 0 #e370a7, -2px -1px 0 #e370a7, -2px 0px 0 #e370a7, -2px 1px 0 #e370a7, -2px 2px 0 #e370a7, -1px -2px 0 #e370a7, -1px -1px 0 #e370a7, -1px 0px 0 #e370a7, -1px 1px 0 #e370a7, -1px 2px 0 #e370a7, 0px -2px 0 #e370a7, 0px -1px 0 #e370a7, 0px 1px 0 #e370a7, 0px 2px 0 #e370a7, 1px -2px 0 #e370a7, 1px -1px 0 #e370a7, 1px 0px 0 #e370a7, 1px 1px 0 #e370a7, 1px 2px 0 #e370a7, 2px -2px 0 #e370a7, 2px -1px 0 #e370a7, 2px 0px 0 #e370a7, 2px 1px 0 #e370a7, 2px 2px 0 #e370a7;
	text-align: center;
}
.suggest_button.disable{
	filter: grayscale(1);
}
.suggest_button img{
	max-height: 60px;
}
.suggest_button div{
    margin-left: 10px;
}
.suggest_button div:last-child{
    margin-right: 10px;
    margin-left: auto;
}
.suggest_button div.badge{
	position: absolute;
	top: -3px;
	right: -13px;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	border: solid 1px #ffffff;
	text-shadow: none;
}

.suggest_image {
	border: 2px solid #e370a7;
}

.suggest_small {
	font-size: 12px;
}

.suggest_button_over{
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.suggest_box p.notice{
	margin: 10px 0 0 0;
	color: #e370a7;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
