/**************************************************
**
**	STYLE
**	-----------------------------------------------
**	SITE STYLE SETTING
**
***************************************************/


/**************************************************
**
**	PARTS
**
***************************************************/

.relative {
    position: relative;
}

.check-unread{
	position: absolute;
	top: -10px;
	right: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #e62353;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	border-radius: 50%;
	font-weight: bold;
}

.check-present{
	position: absolute;
	top: -10px;
	right: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #e62353;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	border-radius: 50%;
	font-weight: bold;
}

.check-count{
	position: absolute;
	top: 0px;
	right: 2px;
	width: 30px;
	height: 13px;
	line-height: 13px;
	background: #e62353;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	border-radius: 10px;
	font-weight: bold;
}

.count-present{
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #e62353;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	border-radius: 50%;
	display: bloack;
	float: right;
	font-weight: bold;
}



/**************************************************
**
**	CONTENTS
**
***************************************************/

.title{
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 40px;
	color: #636260;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0px;
	line-height: 40px;
	/* position: relative; */
}

.title-nomargin{
	background-image: url("/images/smart/title/title.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	position: relative;
}

.title-margin{
	background-image: url("/images/smart/title/title.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	line-height: 40px;
	position: relative;
}

.title-frame{
	background-image: url("/images/smart/title/title.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 45px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5px;
	padding-top: 8px;
}

.title-ribon{
	background-image: url("/images/smart/title/title-ribon.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 320px;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5px;
	padding-top: 5px;
}

.title .left{
	margin-left: 5px;
	float: left;
}

.title .right{
	margin-right: 5px;
	float: right;
}

.title a{
	background-color: #FF3366;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	border-radius: 10px;
	padding: 5px;
}



/**************************************************
**
**	BUTTON IMAGE
**
***************************************************/

.image-center{
	text-align: center;
	padding: 10px 0px 15px;
}

.image-center-nopadding{
	text-align: center;
	padding: 5px 0px 0px;
}

.image-center img{
	margin: 0 auto;
}



/**************************************************
**
**	LIST
**
***************************************************/

/* LIST */
.list {
	list-style: none;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	padding-bottom: 12px;
}

.list li{
	list-style: none;
	color: #000000;
	padding: 10px 12px 1px 12px;
	border-bottom: none;
	clear: both;
    overflow: hidden;
	background-color: #fafafa;
	/* background-color: #e0e0e0; */
	border-radius: 60px;
	min-height: 20vw;
    display: flex;
	align-items: stretch;
}

.list li a {
	display: block;
	width: 100%;
	color: #666666;
	padding: 4px;
	position: relative;
	text-decoration: none;
}

.list-short li{
	list-style: none;
	color: #000000;
	border-bottom: 3px solid #FFCCCC;
	clear: both;
    overflow: hidden;
}

.list-short li a {
	display: block;
	width: 100%;
	color: #666666;
	padding: 8px;
	position: relative;
	text-decoration: none;
}

.list-line li{
	list-style: none;
	padding: 8px;
	color: #000000;
	border-bottom: 3px solid #FFCCCC;
	clear: both;
    overflow: hidden;
}

.list li a:hover {
	background: rgba(255,255,255,0.1);
}

.list li a:active {
	background: #FFFFEE;
}

.list-secret{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.image {
	position: relative;
	background-color: transparent;
	float: left;
	/* vertical-align: middle; */
	margin-bottom: 5px;
	width: 75px;
	height: 75px;
	border: none;
	border-radius: 3px;
	overflow: hidden;
}

.image img {
	width: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 90px;
	background-color: transparent;

}

.thumbnail {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.thumbnail img {
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


.icon {
	background-image: url("/images/icon.png");
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 66px;
	height: 66px;
	border-radius: 3px;
	background-size: 66px;
	overflow: hidden;
}

.list-contents {
	min-height: 40px;
	color: #666666;
	font-size: 12px;
	padding: 0;
	padding-left: 85px;
	padding-right: 20px;
	/* padding-right: 45px; */
	border: none;
}

.list-contents-long {
	min-height: 40px;
	color: #666666;
	font-size: 12px;
	padding: 0;
	padding-left: 60px;
	padding-right: 20px;
	/* padding-right: 45px; */
	border: none;
}

.new_index .check-new-mail{
	position: absolute;
    top: 0px;
    left: 10px;
    width: 18px;
    height: 18px;
    background-color: #00d8c1;
    border-radius: 50%;
    content: "";
    z-index: 1;
}


/**************************************************
**
**	LIST MENU
**
***************************************************/

#list-menu{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

#list-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#list-menu ul li{
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
    overflow: hidden;
}

#list-menu ul li a {
	display: block;
	color: #666666;
	padding: 12px;
	position: relative;
	text-decoration: none;
	z-index: 3;
}

#list-menu ul li a::before {
	background: #eee;
	border-radius: 50%;
	content: "";
	padding: 14px;
	position: absolute;
	right: 11px;
	top: 8px;
	width: 1px;
	z-index: 1;
}
 
#list-menu ul li a::after{
	border-right: 4px solid #9E9E9E;
	border-top: 4px solid #9E9E9E;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 15px;
	width: 10px;
	z-index: 2;
}



/**************************************************
**
**	LINK
**
***************************************************/

.title-link{
	padding-top: 5px;
	padding-bottom: 10px;
}

.title-link div{
	width: 50%;
	text-align: center;
	float: left;
}

.title-link div img{
	width: 90%;
	margin: 0 auto;
}


/**************************************************
**
**	INDEX
**
***************************************************/

#index-area{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow: hidden;
}

#index-area img{
	width: 100%;
}

#index-enter-button{
	width: 100%;
}

#index-enter-button img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	margin: auto;
	width: 50%;
}

#loginArea{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 85%;
	height: 350px;
	background-color: rgba(255,255,255,1.0);
	padding: 15px;
	border-radius: 15px;
}

#loginArea .formList ul li input{
	width: 100%;
}

#loginArea .formList ul li.subject{
	/* color: #FFFFFF; */
	font-weight: normal;
}

#loginButton{
	width: 200px;
	height: 50px;
	margin: 5px auto;
}

#loginButton img{
	width: 100%;
}

#index-link-area{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: auto;
	text-align: center;
	z-index: 101;
}

#index-link-area ul{
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

#index-link-area ul li{
	width: 33%;
	text-align: center;
	margin: 0px;
	list-style: none;
	float: left;
}

#index-link-area a img{
	width: 90%;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
}

#adultsOnlyFrame{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 95%;
	height: 450px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
}

#adultsOnlyTitle{
	margin-bottom: 15px;
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	overflow: hidden;
}

#adultsOnlyTitle img{
	width: 100%;
}

#adultsOnlyComment{
	color: #FF3366;
	font-size: 120%;
	text-align: center;
	padding: 10px;
}

#adultsOnlyContents{
	position: relative;
	padding: 10px;
}

#adultsOnlyContents img{
	width: 100%;
}

#adultsOnlyButton{
	padding: 10px;
}

#adultsOnlyButton a{
	width: 100%;
	display: block;
}

#adultsOnlyNo{
	background-color: #FFFFFF;
	width: 30%;
	height: 65px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	text-shadow: 1px 1px 3px #CCC;
	border: 1px solid #999999;
	border-radius: 15px;
	float: left;
}

#adultsOnlyYes{
	background-color: #FF6699;
	width: 65%;
	height: 65px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	border: 1px solid #FF3366;
	border-radius: 15px;
	float: right;
}

#adultsOnlyYes a{
	color: #FFFFFF;
}

#entry-link-area{
	text-align: center;
}

#entry-link-area ul{
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

#entry-link-area ul li{
	width: 33%;
	text-align: center;
	margin: 0px;
	list-style: none;
	float: left;
}

#entry-link-area ul li img{
	/* width: 150px; */
	width: 95%;
	margin: 0 auto;
}

#googleButton{
	width: 200px;
	margin: auto;
	/* padding: 16px 0 16px 65px;
    position: relative;
    text-align: left; */
}

#googleEntryButton{
	width: 280px;
	margin: auto;
}

.twitterButton{
	width: 200px;
	margin: auto;
	height: 40px;

	display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadce0;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	line-height: 40px;
    color: #3c4043;
	text-align: center;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}

.twitterButton::before{
	position: absolute;
    display: block;
    content: "";
    background: url(/images/icon/icon-twitter.png) no-repeat 0 0;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    top: 8px;
	left: 10px;
}

.twitterButton span{
	letter-spacing: 0.25px;
	/* font-family: 'Google Sans',arial,sans-serif; */
	padding-left: 30px;
	color: #3c4043;
}

.twitterEntryButton{
	width: 280px;
	margin: auto;
	height: 40px;

	display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadce0;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	line-height: 40px;
    color: #3c4043;
	text-align: center;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}

.twitterEntryButton::before{
	position: absolute;
    display: block;
    content: "";
    background: url(/images/icon/icon-twitter.png) no-repeat 0 0;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    top: 8px;
	left: 10px;
}

.lineEntryButton span{
	letter-spacing: 0.25px;
	/* font-family: 'Google Sans',arial,sans-serif; */
	padding-left: 30px;
	color: #3c4043;
}

.lineButton{
	width: 200px;
	margin: auto;
	height: 40px;

	display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadce0;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	line-height: 40px;
    color: #3c4043;
	text-align: center;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}

.lineButton::before{
	position: absolute;
    display: block;
    content: "";
    background: url(/images/icon/icon-line.png) no-repeat 0 0;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    top: 8px;
	left: 10px;
}

.lineButton span{
	letter-spacing: 0.25px;
	/* font-family: 'Google Sans',arial,sans-serif; */
	padding-left: 30px;
	color: #3c4043;
}

.lineEntryButton{
	width: 280px;
	margin: auto;
	height: 40px;

	display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadce0;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	line-height: 40px;
    color: #3c4043;
	text-align: center;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}

.lineEntryButton::before{
	position: absolute;
    display: block;
    content: "";
    background: url(/images/icon/icon-twitter.png) no-repeat 0 0;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    top: 8px;
	left: 10px;
}

.lineButton span{
	letter-spacing: 0.25px;
	/* font-family: 'Google Sans',arial,sans-serif; */
	padding-left: 30px;
	color: #3c4043;
}

.sns-entry-area{
	background-color: #FFFFFF;
}

.sns-entry-message{
	text-align: right;
	font-size: 11px;
    width: 90%;
    padding: 5px 10px;
}

/**************************************************
**
**	MAIN
**
***************************************************/

.name {
	color: #636260;
	font-size: 11px;
    font-weight: bold;
	/* padding-bottom: 2px; */
	/*text-shadow: #cf5875 1px 1px 0px, #cf5875 -1px 1px 0px,#cf5875 1px -1px 0px, #cf5875 -1px -1px 0px;*/
}

.limit {
	color: #555555;
	font-size: 12px;
	padding-bottom: 2px;
}

.title_margin {
	color: #0041CF;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	line-height: 18px;
}

.content{
	position: relative;
}

.bubble {
	display:block;
	position: relative;
	padding: 5px;
	border-radius:5px;
	background: #FFEEEE;
	color: #000;
}

.bubble:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
}

.bubble-left:after {
	right: 100%;
	top: 50%;
	border:8px solid transparent;
	border-right:10px solid #FFEEEE;
	margin-top: -10px;
}

.talk{
	position: relative;
	background-color: transparent;
	color: #636260;
	padding: 0px 0px 8px 0px;
	border-radius: 10px;
	font-size: 10px;
    font-weight: bold;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	-ms-border-radius: none;
	box-shadow: none;
	border: none;

}

.talk::before{
	content: "";
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 0px;
	border-right: 10px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index:2;
}

.talk::after{
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 0px;
	border-right: 10px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index:3;
}

.talk img{
	vertical-align: middle;
}

.new_index .secret-key {
	display: block;
    position: absolute;
    height: 30px;
    width: 25px;
    background: url(/images/icon/icon-key2.png) no-repeat;
    content: "";
    background-size: contain;
    /* margin: 3px 0px 3px 0px; */
    right: -5px;
    bottom: -2px;
    /* /* z-index: 15; */
}

.new_index .list_image{
	position: absolute;
    height: calc(100% - 12px);
    display: flex;
    align-items: center;
}

.under{
	font-size: 10px;
}

.under_time{
	right: 15px;
    bottom: 0px;
	font-size: 9px;
	font-weight: bold;
    position: absolute;
    color: #636260;
    background: transparent;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.option {
	float: left;
	font-size: 10px;
	margin-right: 5px;
	width: 55px;
	height: 18px;
	color: #e6f5fc;
	text-align: center;
	background: #00ffc6;
	border-radius: 60px;
	line-height: 20px;
    border: none;
	position: absolute;
    bottom: 5;
	font-weight: bold;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
}


.photocheck {
    float: left;
    margin: 0 5px;
    /* width: auto; */
    /* height: 14px; */
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    /* background: #FF6600; */
    border-radius: 3px;
    line-height: 14px;
    border: 1px solid #fff;
    background-image: url(/images/smart/background/background-orange.png);
}

.nickname{
	color: #FF3366;
}

.read{
	background: #0099FF;
	width: 40px;
	height: 14px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	border-radius: 13px;
	line-height: 14px;
	display: block;
	float: left;
}

.unread{
	background: url(/images/smart/background/background-pink.png);
	width: 40px;
	height: 14px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	border-radius: 3px;
	line-height: 14px;
	display: block;
	float: left;
	border: 1px solid #fff;
}

.send-date{
	color: #555555;
	font-size: 11px;
	padding-left: 15px;
}

.date{
	float: right;
	color: #000000;
}

.under-date{
	float: right;
	color: #666666;
	padding-right: 25px;
}

.balloon {
	display: block;
	float: left;
	margin-right: 5px;
	width: 50px;
	color: #fff;
	font-size: 8px;
	text-align: center;
	background: #F00;
	border-radius: 3px;
}

.bg-talk{
	position: absolute;
    z-index: 1;
    width: 100%;
}

.bg-talk img{
	width: 100%;
    height: calc(100vh * 0.45);
}

.title-talk .container-box{
	z-index: 10;
    position: relative;
}

.title-talk .image-center{
	text-align: center;
	padding: 0px 0px 0px;
	position: relative;
    z-index: 10;
}

.container-box .bk-img{
	position: absolute;
    width: 100%;
    height: calc(100% + 105px);
    top: -45px;
	z-index: 1;
}

.new_index{
	position: relative;
	z-index: 10;
}

.topfavocharaimage{
	position: relative;
    margin-bottom: 10px;
	width: 100%;
    display: block;
}


/**************************************************
**
**	CHARACTER
**
***************************************************/

#characterSelect{

}

#characterSelect ul li{
	position: relative;
	width: 50%;
	list-style: none;
	text-align: center;
	padding: 10px 0px 10px 0px;
	float: left;
}

#characterSelect ul a{
	width: 100%;
	display: block;
}

#characterSelect ul li img{
	width: 90%;
	margin: 0 auto;
}

.characterCount{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0099FF;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	font-weight: bold;
	z-index: auto;
}

#characterSelectButton{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 150px;
}

#characterSelectButton img{
	width: 100%;
}

#character-list{

}

#character-list ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#character-list ul li{
	position: relative;
	list-style: none;
	background-color: #000000;
	width: 100%;
}

#character-list ul a{
	width: 100%;
	display: block;
}

#character-list ul li a img{
	width: 100%;
}

#character-list ul li .secret-key img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 150px;
}

.mail-unread{
	position: absolute;
	top: -10px;
	right: 2px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #e62353;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	font-weight: bold;
}

.button-profile{
	position: absolute;
	right: 0px;
	bottom: 5px;
	margin: auto;
	width: 85px;
	z-index: 99;
}

.button-profile img{
	width: 100%;
}


.character-list{
	position: relative;
	margin: 0px;
	padding: 10px 8px 10px 8px;
	border-bottom: 1px dotted #EEEEEE;
	clear: both;
}

.character-list ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.character-list ul li{
	width: 33%;
	text-align: center;
	list-style: none;
	margin-left: -1px;
	padding: none;
	float: left;
	display: block;
}


.character-list ul li:first-child {

}

.character-list ul li:last-child {
	width: 34%;
}

.character-list-box{
	width: 90%;
	margin: 0 auto;
}

.character-list .clear{
	clear: both;
	display: none;
}

.character-list-image{
	position: relative;
	background-color: #000000;
	border: 2px solid #FF99CC;
	border-radius: 5px;
	margin-bottom: 10px;
}

.character-list-image img{
	width: 100%;
}

.no-mail{
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 100;
}

.key-back{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.character-list-image span img{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
}

.character-list-name{
	background-color: #FF99CC;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 4px;
	border-radius: 5px;
}

.character-list-box{
	margin: 10px auto;
	text-align: center;
}

#profile-area{
	position: relative;
	width: 100%;
	/*
	height: 100%;
	overflow: hidden;
	*/
}

#profile-area img{
	width: 100%;
}

#profile-area #return-button{
	position: absolute;
	/*
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	width: 250px;
	*/

	right: 5px;
	bottom: 0;
	width: 140px;
}

#profile-area #return-button img{
	width: 100%;
}

.lschg{
	display: flex;
	height: 4em;
	padding-top: 6px;
	align-items: center;
}

.lschg div{
	width: calc(100% / 3); 
	text-align:center;
	position: relative;
}

.lschg div[data-mail-cnt]:before {
    position: absolute;
    top: -14px;
    right: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #ff2d74;
    color: #fff;
    /* border: solid 1px #fff; */
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    font-weight: bold;
    content: attr(data-mail-cnt)"";
}

.lschg img{
	max-width: 90%;
}

/**************************************************
**
**	PRESENTBOX
**
***************************************************/

.acceptance-all{
	margin-top: 10px;
	margin-bottom: 5px;
}

.acceptance-all img{
	width: 100%;
}



/**************************************************
**
**	ALBUM
**
***************************************************/

.albumCount{
	/*
	position: absolute;
	top: 0px;
	left: 140px;
	right: 00px;
	bottom: 0px;
	margin: auto;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FF3366;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	border-radius: 50%;
	font-weight: bold;
	display: inline-block;
	z-index: 100;
	*/
}

#album-list{
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.album-list{
	position: relative;
	margin: 0px;
	padding: 10px 8px 10px 8px;
	clear: both;
}

.album-list ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.album-list ul li{
	width: 25%;
	text-align: center;
	list-style: none;
	padding-bottom: 10px;
	float: left;
	display: block;
}

.album-list ul li p{
	background-color: #FFFFFF;
	width: 85%;
	vertical-align: middle;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
}

.album-list ul li p a{
	position: relative;
	display: block;
	height: 90px;
	overflow: hidden;
}

.album-list ul li p a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
	width: 100%;
}

.album-list ul li p a span{
	background-color: #000000;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.album-list-box{
	width: 90%;
	margin: 0 auto;
}

.album-list .clear{
	clear: both;
	display: none;
}

#albumDetail{
	width: 100%;
	/*
	height: 100%;
	overflow: hidden;
	*/
}

#albumDetail img{
	width: 100%;
	z-index: 30;
}



/**************************************************
**
**	EXCHANGE
**
***************************************************/

#exchange-list{
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.exchange-list{
	position: relative;
	margin: 0px;
	padding: 10px 8px 10px 8px;
	clear: both;
}

.exchange-list ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.exchange-list ul li{
	width: 25%;
	text-align: center;
	list-style: none;
	padding-bottom: 10px;
	float: left;
	display: block;
}

.exchange-list ul li p{
	position: relative;
	background-color: #FFFFFF;
	width: 85%;
	vertical-align: middle;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
}

.exchange-list ul li p label{
	position: relative;
	display: block;
	height: 90px;
	overflow: hidden;
}

.exchange-list ul li p label img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
	width: 100%;
}

.exchange-list ul li p label span{
	background-color: #000000;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.exchange-list ul li p .exchange-checkbox{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
}

.exchange-list ul li p .no-exchange{
	background-color: #000000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.exchange-rule{
	background-color: #FFFFFF;
	width: 95%;
	margin: 10px auto 10px;
	padding: 5px;
	border-radius: 10px;
}



/**************************************************
**
**	SHOP
**
***************************************************/

/* Android用 */
#item-frame{
	display: none;
}

/* Android用 */
#ticket-frame{
	display: none;
}

.item-name{
	display: none;
}

.item-description{
	display: none;
}

.shop-space{
	background-color: #FFFFFF;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 3px solid #FFCCCC;
}

.shop-space a{
	display: block;
	text-align: center;
}

.shop-banner{
	clear: both;
}

.shop-banner ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.shop-banner ul li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

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

#shop-list{
	border-top: 3px solid #FFCCCC;
	clear: both;
}

#shop-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#shop-list ul li{
	list-style: none;
	border-bottom: 3px solid #FFCCCC;
	clear: both;
    overflow: hidden;
}

#shop-list ul li a {
	display: block;
	width: 100%;
	color: #666666;
	padding: 8px;
	position: relative;
	text-decoration: none;
}

#shop-list ul li a::before {
	background: #eee;
	border-radius: 50%;
	content: "";
	padding: 14px;
	position: absolute;
	right: 21px;
	top: 43px;
	width: 1px;
	z-index: -2;
}
 
#shop-list ul li a::after{
	border-right: 4px solid #9E9E9E;
	border-top: 4px solid #9E9E9E;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	right: 30px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 50px;
	width: 10px;
	z-index: -1;
}

.shop-image {
	position: relative;
	width: 85px;
	height: 85px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}

.shop-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 85px;
}

.shopDeny{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 3;
}

.shop-contents {
	min-height: 60px;
	color: #666666;
	font-size: 12px;
	padding: 0;
	padding-left: 100px;
	padding-right: 35px;
	border: none;
}

.shop-name{
	color: #FF3366;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 2px;
}

.description{
	color: #555555;
	font-size: 13px;
}

/*
.price{
	position: absolute;
	bottom: 15px;
	background-color: #FFE5E5;
	color: #FF6699;
	font-size: 15px;
	padding: 1px 10px 1px 10px;
	border-radius: 30px;
}
*/

.buy{
	/*background-color: #FF6699;*/
	width: 85px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	margin-right: 25px;
	padding: 1px 0px 1px 0px;
	border-radius: 30px;
	float: left;
	background: url(/images/smart/navigation.png);
    border: 2px solid #fff;
}

.price{
	/* background-color: #FFE5E5; */
	background-color:#FF6699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	margin-right: 25px;
	padding: 1px 10px 1px 10px;
	border-radius: 30px;
	float: right;
}

/* RESULT */
#shop-result{
	background-image: url("/images/smart/background/background-shop.png");
	width: 100%;
	padding: 0px;
}

#shop-result-area{
	position: relative;
	width: 100%;
	height: 400px;
}

#shop-result-box{
	background-image: url(/images/smart/background/background-modal.png);
	background-repeat: repeat;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 300px;
	margin: auto;
	padding-left: 5px;
	border: 5px solid #FF6699;
	border-radius: 8px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.shop-result-title{
	padding-bottom: 5px;
}

.shop-result-title img{
	width: 100%;
}

#shop-result-item{
	width: 135px;
	margin: 0 auto;
	padding-bottom: 5px;
}

#shop-result-item ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#shop-result-item ul li{
	display: none;
}

#shop-result-item ul li p{
	position: relative;
	width: 125px;
	height: 125px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
	overflow: hidden;
}

#shop-result-item ul li p img{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	border-radius: 8px;
}

#shop-item-name{
	text-align: center;
	padding: 10px 0px 10px;
}

#shop-result-box span{
	background-color: #FF6699;
	color: #FFFFFF;
	font-size: 15px;
	padding: 1px 10px 1px 10px;
	border-radius: 30px;
}



/**************************************************
**
**	PAYMENT
**
***************************************************/

#paymentDetailArea{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#paymentItem{
	text-align: center;
	margin: 0 auto;
}

#paymentItem img{
	width: 150px;
	margin: 0 auto;
}

#paymentPrice{
	background-color:#FF6699;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	border-radius: 30px;
}



/**************************************************
**
**	GACHA
**
***************************************************/

/* GACHA INDX */
.gacha-list{
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.gacha-list ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gacha-list ul li{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gachar-start{
	position: relative;
}

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

.gacha-stepup-message{
	position: absolute;
	bottom: 16px;
	right: 24px;
	width: 80%;
	height: 20px;
	line-height: 20px;
	background: rgba(200,200,200,0);
	color: #35CDFF;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 1px 1px 0px #592000;
}

@-webkit-keyframes gacha-stepup-message-blink{
	from   {opacity:0.0;}
	20%,to {opacity:0.6;}
	40%,to {opacity:1.0;}
	70%,to {opacity:0.6;}
	99%,to {opacity:0.0;}
}
@-moz-keyframes gacha-stepup-message-blink{
	from   {opacity:0.0;}
	20%,to {opacity:0.6;}
	40%,to {opacity:1.0;}
	70%,to {opacity:0.6;}
	99%,to {opacity:0.0;}
}
@keyframes gacha-stepup-message-blink{
	from   {opacity:0.0;}
	20%,to {opacity:0.6;}
	40%,to {opacity:1.0;}
	70%,to {opacity:0.6;}
	99%,to {opacity:0.0;}
}

.gachar-limitted {
	background:black;
}

.gachar-limitted img{
	/*opacity:0.5;*/
}

.gachar-limitted-none {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
	/*opacity:50%;*/
}

/* GACHA DETAIL */
#gacha-screen{
	background-color: #FFFFFF;
}

#gacha-area{
	position: fixed;
	/*background-image: url("/images/smart/background/background-gacha.png");*/
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	over-flow: hidden;
	padding: 0px;
}

#gacha-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}

#gacha-background img{
	width: 100%;
	z-index: 1;
}

#gacha-frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	height: 96%;
	margin: auto;
	z-index: 2;
}

#gacha-frame img{
	width: 100%;
}

#gacha-start-button{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 280px;
	height: 250px;
	z-index: 50;
}

#gacha-start-button img{
	width: 100%;
}

#gacha-result-area{
	position: relative;
	width: 100%;
	height: 400px;
}

#gacha-result-box{
	background-image: url(/images/smart/background/background-modal.png);
	background-repeat: repeat;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 300px;
	margin: auto;
	padding-left: 5px;
	border: 5px solid #FF6699;
	border-radius: 8px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 100;
}

.gacha-result-title{
	padding-bottom: 10px;
}

.gacha-result-title img{
	width: 100%;
}

/* MULTI */
#gacha-result-item-multi{
	padding-right: 5px;
	padding-bottom: 10px;
}

#gacha-result-item-multi ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#gacha-result-item-multi ul li{
	width: 20%;
	margin-bottom: 15px;
	display: none;
	float: left;
}

#gacha-result-item-multi ul li p{
	position: relative;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0px;
	border-radius: 8px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
	overflow: hidden;
}

#gacha-result-item-multi ul li p img{
	position: absolute;
	top:0;
	left: 0;
	margin: auto;
	border-radius: 8px;
	width: 100%;
}

#gacha-result-item-multi ul li p span{
	background-color: #000000;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* SINGLE */
#gacha-result-item-single{
	width: 135px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#gacha-result-item-single ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#gacha-result-item-single ul li{
	display: none;
}

#gacha-result-item-single ul li p{
	position: relative;
	width: 125px;
	height: 125px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0px;
	border-radius: 20px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
	overflow: hidden;
}

#gacha-result-item-single ul li p img{
	position: absolute;
	top:0;
	left: 0;
	margin: auto;
	width: 100%;
	border-radius: 8px;
}

#gacha-result-item-single ul li p span{
	background-color: #000000;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/**************************************************
**
**	GACHA HISTORY
**
***************************************************/

.gacha_history {
	display: grid;
	/* flex-wrap: wrap; */
	width: 100%;
	text-align:center;
	justify-content: center;
	font-size:10px;
	grid-template-columns: 30% 7% 35% 25%;
    grid-template-rows: auto;
}

.gacha_history .history_title {
	background-color:#FFFFFF;
	border: 1px solid #000;
}

.gacha_history .history_item {
	background-color:#FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
    align-items: center;
	justify-content: center;
}

.gacha_history li span {
	padding: 3px;
	font-size: 10px;
}

/**************************************************
**
**	PRESENT
**
***************************************************/



/**************************************************
**
**	EVENT
**
***************************************************/

#event-ranking-button a{
	background-color: #FF3366;
	width: 270px;
	height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin: 10px auto 15px auto;
	border-radius: 10px;
	display: block;
}



/**************************************************
**
**	MYPAGE
**
***************************************************/

#mypage{
	padding: 10px;
}

#user-image{
	width: 40%;
	float: left;
}

#user-image img{
	width: 100%;
	margin: 0 auto;
}

/*
#user-data{
	background-color: #FFFFFF;
	width: 55%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	float: right;
}
*/

#user-data{
	background-color: #FFFFFF;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

#user-data-contents{
	padding: 10px;
}

.profile-line{
	margin-bottom: 5px;
}

.profile-line span{
	color: #0099FF;
	font-weight: bold;
}

.profile-title{
	padding-top: 8px;
	padding-bottom: 12px;
}

.profile-title img{
	width: 100%;
}



/**************************************************
**
**	NEWS LIST
**
***************************************************/

#news-list{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

#news-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#news-list ul li{
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
    overflow: hidden;
}

#news-list ul li a {
	display: block;
	color: #333333;
	padding: 12px;
	position: relative;
	text-decoration: none;
	z-index: 3;
}

#news-list ul li a::before {
	background: #FFFFFF;
	border-radius: 50%;
	content: "";
	padding: 14px;
	position: absolute;
	right: 11px;
	top: 18px;
	width: 1px;
	z-index: 2;
}
 
#news-list ul li a::after{
	border-right: 4px solid #9E9E9E;
	border-top: 4px solid #9E9E9E;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 25px;
	width: 10px;
	z-index: 3;
}

.news-date{
	color: #996633;
}

#news{
	background-image: url("/images/smart/background/background-white.png");
	background-repeart: repeart;
	width: 90%;
	padding: 10px;
	margin: 15px auto 15px;
	border-radius: 10px;
}

#news-body{
	padding-bottom: 8px;
}

#news-body img{
	width: 100%;
}

#news-body div{
	padding: 10px;
}

#news-body p{
	padding: 10px;
}

#news-date{
	font-size: 11px;
	text-align: right;
	padding-top: 8px;
	border-top: 1px dotted #CCCCCC;
}


/**************************************************
**
**	INFORMATION
**
***************************************************/

#guide-area{
	/*
	background-image: url("/images/smart/background/background-white.png");
	background-repeart: repeart;
	width: 90%;
	padding: 10px;
	margin: 15px auto 15px;
	border-radius: 10px;
	*/
}

#guide-area img{
	width: 100%;
}

#help-list{

}

#help-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#help-list ul li{
	list-style: none;
	color: #666666;
	padding: 12px;
	/* border-bottom: 1px solid #CCCCCC; */
	clear: both;
}

.help-title{
	background-color: #0099FF;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 10px;
}

.help-answer{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
}


/**************************************************
**
** 	FORM
**
***************************************************/

#form {
	background-color: #FFFFFF;
	width: 90%;
	padding: 20px 10px 20px 10px;
	margin: 15px auto 15px;
	border-radius: 10px;
}

#form ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#form ul li{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999999;
	list-style-type: none;
	clear: both;
}

#form ul li p{
	background-image: url("/images/icon/icon-heart.png");
	background-repeat: no-repeat;
	background-size: 30px 19px;
	color: #000000;
	font-weight: bold;
	padding-left: 32px;
	padding-bottom: 5px;
}

#form ul li p span{
	font-weight: normal;
}

#form label {
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
}

.form-comment {
	text-align: right;
}

#text-length{
	color: #FF0000;
	font-weight: bold;
}

.month-day-select {
	float: left;
}

.month-day-select label {
	position: relative;
}

.month-day-select select{
	width: 80px;
	margin-right: 15px;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #B0B0B0;
	background: #eee;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#EEEEEE 100%);
}

.month-day-select label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(/images/selecter-arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

.submit-area{
	text-align: center;
}

#edit-button{
	background-image: url(/images/smart/button/button-edit.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #FFFFFF;
	width: 250px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border: none;
    display: inline;
}

#update{

}

submit.submit-button{
	background-color: #FF3366;
    width: 50%;
    height: 60px;
    display: block;
    font-size: 120%;
	text-align: center;
	line-height: 60px;
    cursor: pointer;
    border: none;
	border-radius: 10px;
    color: #fff;
	margin: 15px auto;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}


#prizeButton{
	background-color: #0099FF;
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: #FF0000;
	text-align: center;
	margin: 15px auto 15px;
	border-radius: 20px;
}

#prizeButton a{
	color: #FFFFFF;
	display: block;
}



/**************************************************
**
** 	SELECT
**
***************************************************/

#select {
	background-color: #FFFFFF;
	width: 90%;
	padding: 5px;
	margin: 5px auto 5px;
	border-radius: 10px;
}

#select ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#select ul li{
	margin-bottom: 12px;
	list-style-type: none;
	clear: both;
}

#select ul li p{
	background-image: url("/images/icon/icon-heart.png");
	background-repeat: no-repeat;
	background-size: 30px 19px;
	color: #000000;
	font-weight: bold;
	padding-left: 32px;
	padding-bottom: 5px;
}

#select ul li p span{
	font-weight: normal;
}



/**************************************************
**
**	INFO
**
***************************************************/

#informationFrame{
	height: 65px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

#agreeArea{
	text-align: center;
	padding: 15px 15px 0px 15px;
}

.informationModalFrame{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 95%;
	height: 90%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
}

.informationModalTitle{
	background-image: url(/images/smart/title/title-background.png);
	background-repeat: no-repeat;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	overflow: hidden;
}

.informationModalTitle p{
	padding: 10px;
}

.informationModalContents{
	height: 80%;
	color: #333333;
	padding: 10px;
	overflow: auto;
}

.modalFrame{

}



/**************************************************
**
**	NEXT / PREVIOUS
**
***************************************************/

#next_previous{
	display: table;
	width: auto;
	text-align: center;
	margin: 20px auto;
}

#next_previous a{
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 3px;
	margin-right: 3px;
	display: block;
}

.prev_box {
	background-color: #ABABAB;
	width: 45px;
	height: 28px;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	display: block;
	float: left;
	border: 2px solid #ABABAB;
	border-radius: 20px;
}

.next_box {
	background-color: #ABABAB;
	width: 45px;
	height: 28px;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	display: block;
	float: left;
	border: 2px solid #ABABAB;
	border-radius: 20px;
}

.number_box {
	background-color: #ABABAB;
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	display: block;
	float: left;
	border: 2px solid #ABABAB;
	border-radius: 50%;
}

#next_previous #current {
	background: #ff8900;
	color: #FFFFFF;
	border: 2px solid #ff8900;
}



/**************************************************
**
**	OPTION
**
***************************************************/

.option-list{
	background-color: #FFCC99;
	width: 90px;
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 10px;
	padding: 5px;
	float: left;
	border-radius: 13px;
	display: inline-block;
}

.option-list a{
	color: #FF6600;
	font-size: 12px;
	display: block;
}

.option-count{
	background-color: #FFCCCC;
	width: 90px;
	font-size: 12px;
	color: #FF3366;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 5px;
	padding: 5px;
	float: right;
	border-radius: 13px;
	display: inline-block;
}

.option-select{
	width: 180px;
	margin: 0px 0px 5px 10px;
	float: left;
}

.option-select form{
	width: 180px;
	margin: none;
	padding: none;
	display: inline-block;
}

.option-select select{
	margin: none;
	float: left;
}

.option-select input[type="submit"]{
	background-image: url("");
	background-color #FFFFFF;
	width: 40px;
	height: 20px;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: -5px 0px 0px 2px;
	padding: 0px;
	border: 1px solid #CCCCCC;
    display: inline;
	float: left;
}

.top-line{
	border-top: 1px solid #CCCCCC;
}

.top-line-gray{
	border-top: 1px solid #EEEEEE;
}



/**************************************************
**
**	STAMP
**
***************************************************/

#stampArea{

}

#stampArea ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#stampArea ul li{
	width: 30%;
	margin: 0px 5px 10px 0px;
	list-style-type: none;
	display: inline-block;
}

#stampArea ul li img{
	width: 100%;
	user-select:all;
	-moz-user-select:all;
	-ms-user-select:element;
	-webkit-user-select:text;
	-khtml-user-select:all;
	-webkit-user-drag: auto;
	-khtml-user-drag: auto;
	touch-callout:default;
	-webkit-touch-callout:default;
	-moz-touch-callout:default;
	border: 0px;
}



/**************************************************
**
**	CAMPAIGN
**
***************************************************/

#campaign{
	padding-bottom: 15px;
}

#campaign-body{
	margin-top: -5px;
}

#campaign-body img{
	width: 100%;
}

#campaign-body div{
	padding: 10px;
}

#campaign-body p{
	padding: 10px;
}



/**************************************************
**
**	STATUS CHECK
**
***************************************************/

#check-comment{
	background-color: #FFDDDD;
	color: #FF6699;
	margin-bottom: 8px;
	padding: 5px;
	border-radius: 10px;
}

#button-next{
	background-image: url(/images/smart/button/button-next.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	width: 250px;
	height: 64px;
	margin: 0px auto;
	padding: 0px;
	border: none;
    display: block;
}



/**************************************************
**
**	ERROR
**
***************************************************/

/* RESULT */
#error-result{
	background-image: url("/images/smart/background/background-error.png");
	width: 100%;
	padding: 0px;
}

#error-result-area{
	position: relative;
	width: 100%;
	height: 400px;
}

#error-result-box{
	background-image: url(/images/smart/background/background-modal.png);
	background-repeart: repeart;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 300px;
	margin: auto;
	padding-left: 5px;
	border: 5px solid #FF6699;
	border-radius: 8px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.error-result-title{
	padding-bottom: 10px;
}

.error-result-title img{
	width: 100%;
}

.error-result-contents{
	text-align: center;
}

.error-result-contents img{
	margin: 0 auto;
}



/**************************************************
**
**	FONT STYLE
**
***************************************************/

.style-red{
	color: #FF0000;
}

.style-blue{
	color: #0099FF;
}

.style-pink{
	color: #FF6699;
}

#ie-check{
	background-color: #FF6699;
	padding: 5px;
}

#ie-check a{
	color: #FFFFFF;
}



/***********************************
**
**	ALL DISABLED
**
***********************************/

.disabled input , .disabled radio , .disabled label{
	pointer-events : none;
    -ms-user-select: text;
    -webkit-user-select: auto;
    -moz-user-select: text;
}



/***********************************
**
**	RADIO / SELECTER
**
***********************************/

/* SELECTOR */
.radioSelect input {
	display: none;
}
.radioSelect label{
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #FFFFFF;
	color: #0079FF;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border: 1px solid #0079FF;
}
.radioSelect label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.radioSelect label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.radioSelect input[type="radio"]:checked + .switch-on {
	background-color: #0079FF;
	color: #FFFFFF;
}
.radioSelect input[type="radio"]:checked + .switch-off {
	background-color: #0079FF;
	color: #FFFFFF;
}


#thanks{
	width: 60%;
	margin: 10px auto 10px;
}

#thanks img{
	width: 100%;
}

.lazy{
	content-visibility: auto; 
	contain-intrinsic-size: 860px; 
	background-image: url('/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}