.white-wrap-right {
	margin-left: 65px;
	float: none;
}

.list-area-tag-wrap {
	height: 21px;
	overflow: hidden;
}

div.nailist-icon-large,
div.list-nailist-icon,
div.comment-icon {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}

div.nailist-icon-large.portrait,
div.list-nailist-icon.portrait,
div.comment-icon.portrait {
	background-size: 100% auto;
}

div.comment-icon {
	width: 40px;
	height: 40px;
}

div.rank-star {
	position: relative;
	display: inline-block;
	font-weight: normal !important;
}

div.rank-star-front {
	display: block;
}

div.rank-star-front {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}

.radio-inline label {
	font-weight: normal;
}

.checkbox > input[type=checkbox] {
	left: 0;
	margin-left: 0;
}

button.update-btn,
input[type=button].update-btn,
input[type=submit].update-btn {
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	width: 100%;
	max-width: 280px;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
	margin: 0 auto 0;
	font-weight: 400;
	padding: 0 15px;
	height: 45px;
	border: solid 2px #808080;
	background: #808080;
}

button.update-btn:hover,
input[type=button].update-btn:hover,
input[type=submit].update-btn:hover {
	background: none;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 2px #808080;
	color: #333;
}

input[type=file].upload-btn {
	display: none;
}

input[type=file].upload-btn + label {
	max-width: 280px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #666;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
	font-weight:400;
	padding:10px 10px 10px;
	border: solid 2px #dfdfdf;
	background: #dfdfdf;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	cursor: pointer;
}

input[type=file].upload-btn + label:hover {
	background: none;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 2px #dfdfdf;
	color: #333;
	color: #666;
}

.nail-plan-hand,
.nail-plan-foot,
.nail-option {
	position: relative;
}

.nail-plan-hand .btn-remove,
.nail-plan-hand .btn-undo,
.nail-plan-foot .btn-remove,
.nail-plan-foot .btn-undo,
.nail-option .btn-remove,
.nail-option .btn-undo {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 11;
	padding: .4em .6em;
	cursor: pointer;
}

.nail-plan-hand .btn-undo,
.nail-plan-foot .btn-undo,
.nail-option .btn-undo {
	display: none;
}

.nail-plan-hand.deleted .btn-remove,
.nail-plan-foot.deleted .btn-remove,
.nail-option.deleted .btn-remove {
	display: none;
}

.nail-plan-hand.deleted .btn-undo,
.nail-plan-foot.deleted .btn-undo,
.nail-option.deleted .btn-undo {
	display: block;
}

.nail-plan-hand.deleted::after,
.nail-plan-foot.deleted::after,
.nail-option.deleted::after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: -30px;
	bottom: -15px;
	left: -30px;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 10;
}

.nail-img-preview {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.nail-img-preview h4 {
	margin: 0;
}

.btn-img-clear,
.btn-img-remove,
.btn-img-delete,
.btn-img-undo {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	z-index: 11;
	padding: .4em .6em;
	cursor: pointer;
}

.btn-img-clear,
.btn-img-undo {
	display: none;
}

.deleted .btn-img-undo,
.has-file .btn-img-clear {
	display: block;
}

.has-file .btn-img-undo,
.has-file .btn-img-remove,
.deleted .btn-img-remove {
	display: none;
}

.nail-design-image.is-new-row .btn-img-remove,
.nail-design-image.is-new-row .btn-img-undo {
	display: none;
}

.deleted .nail-img-preview::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(128, 128, 128, 0.6);
}

.message-thread-preview {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-style: italic;
}

.send-btn {
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	max-width: 280px;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
	font-weight: 400;
	padding: 0 30px;
	height: 38px;
	border: solid 2px #808080;
	background: #808080;
}

.send-btn:hover {
	background: none;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 2px #808080;
	color: #333;
}

table.weekly_schedule td span {
	display:block;
	padding: 6px;
}

table.weekly_schedule td span.nailist-calendar {
	line-height: 18px;
}

.proceeds-month {
	background: #f3f3f3;
	padding: 5px;
	border: solid 0px #ddd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
}

.proceeds-month a {
	margin: 0 10px;
	color: #666;
	cursor: pointer;
}

.table-proceeds {
	margin: 0;
}

tr.sat {
	color: #06c;
}

tr.sun {
	color: #c06;
}

.table.table-withdrawal tr:first-child th,
.table.table-withdrawal tr:first-child td {
	border: none;
}

@media (max-width: 480px) {
	.send-btn {
		display: block;
		width: 100%;
		margin: 0 auto;
		height: 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	.nail-plan-hand.deleted::after,
	.nail-plan-foot.deleted::after,
	.nail-option.deleted::after {
		right: -15px;
		left: -15px;
	}
}


a.upload-btn2 {
max-width: 280px;
font-size: 14px;
line-height: 1.8;
text-align: center;
color:  #666;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
text-decoration: none;
font-weight:400;
padding:10px 10px 10px;
border: solid 2px #dfdfdf;
background: #fff;
border-radius: 3px; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
}

a.upload-btn2:hover {
background: none;
text-decoration: none;
box-sizing: border-box;
border: solid 2px #dfdfdf;
background: #dfdfdf;
color: #333;
color:  #666;
color:  #fff;
}
