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

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

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

div.consultant-icon-large.portrait,
div.list-consultant-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: 38px;
	border: solid 2px #fa1;
	background: #fa1;
	border-radius: 20px;

}

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,
.products-option {
	position: relative;
}

.nail-plan-hand .btn-remove,
.nail-plan-hand .btn-undo,
.nail-plan-foot .btn-remove,
.nail-plan-foot .btn-undo,
.products-option .btn-remove,
.products-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,
.products-option .btn-undo {
	display: none;
}

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

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

.nail-plan-hand.deleted::after,
.nail-plan-foot.deleted::after,
.products-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;
	margin-bottom: 15px;
}

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

.btn-img-clear,
.btn-img-remove,
.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.consultant-calendar {
	line-height: 18px;
}

.proceeds-month {
	/*background: #fff1f1;*/
	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,
	.products-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;
}

/* ============================================================== */
/*
.row300 {
	margin: auto;
	width: 300px;
}

.row400 {
	margin: auto;
	width: 400px;
}

.row500 {
	margin: auto;
	width: 500px;
}

.row600 {
	margin: auto;
	width: 600px;
}
*/
.row100p {
	width: 100%;
	display: inline-flex;
}

.row100pl {
	width: 100%;
}

.navbar-user {
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 160px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	background-color:#f0f9ff;
	color: #06c;
}

.page-name-title {
	font-size: 22px;
	font-weight: bold;
	color: #06c;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.custom-breadcrumb {
	font-size: 12px;
	color: #06c;
}

.custom-breadcrumb a {
	font-size: 12px;
	color: #06c;
}

/* ============================================================== */ 
/* MYPAGE Account/Profile/Skill/Company EDIT PAGE */
/* ============================================================== */ 

.question {
	color:#28e;
}

.item-icon {
	margin:0px 2px 2px 2px;
	padding:1px 4px 1px 4px;
}

.required-item {
	border:#f00 solid 1px;
	color:#f00;
	background-color:#fee;
	font-weight:bold;
}

.optional-item {
	border:#ccc solid 1px;
	color:#888;
	background-color:#ddd;
}

.open-item {
	border:#f00 solid 1px;
	color:#f00;
	background-color:#fee;
	font-weight:bold;
}

.profile-inner-left {
	float: left;
}

.profile-inner-right {
	float: right;
}

.level-star {
	cursor: pointer;
	font-size:16px;
}

.star-off {
	color:#eee;
}

.star-on {
	color:#e7b427;
}

/* 会員登録・入力プロセス */
.header-progres {
	margin-left: auto;
	margin-right: auto;
	/*height: 150px;*/
	width: 70%;
}

.regist-step {
	margin-top: 30px;;
	padding: auto;
	height: 80%;
	text-align: center;
	float: left;
}

.step3 {
	width: 33.3%;
}

.step4 {
	width: 25%;
}

.regist-step-no {
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color:#fff;
	color: #06c;

}

.regist-step-no-on {
	background-color: #06c;
	color:#fff;

}

.regist-step-text {
	text-align: center;
	color:#06c;
}

.regist-step-end {
	clear: left;
}

/* マイページヘッダ */
.header-profile {
	margin-left: auto;
	margin-right: auto;
	/*height: 150px;*/
	width: 70%;
}

/* メニュー領域 */
.row-menu {
	background-color:#06c;
	text-align: center;
	padding: 4px 0 2px 0;
}

/* メニュー項目 */
.menu-item {
	margin-left: 16px;
}

.menu-item-value {
	font-weight: bold;
	color:#fff;
}

/* ボタン領域 */
.row-btn {
	margin:auto;
}

/* 次へボタン */
input[type="submit"].next-btn {
	border-radius: 10px;
	border: solid 2px #fa1;
	background: #fa1;
	color: #fff;
	min-width:180px;
	padding-left:20px;
	padding-right:20px;
}

/* 一時保存ボタン */
input[type="submit"].tmp-btn {
	border-radius: 10px;
	border: solid 2px #fa1;
	background: #fff;
	color: #fa1;
	min-width:180px;
	padding-left:20px;
	padding-right:20px;
}

/* リンクボタン(1) */
input[type="button"].link-btn {
	border-radius: 10px;
	border: solid 2px #fa1;
	background: #fa1;
	color: #fff;
	min-width:180px;
	padding-left:20px;
	padding-right:20px;
}

/* リンクボタン(小) */
input[type="button"].link-small-btn {
	border-radius: 10px;
	border: solid 2px #fa1;
	background: #fa1;
	color: #fff;
	min-width:100px;
	height: 30px;
	padding-left:20px;
	padding-right:20px;
}

/* リンクボタン(2) */
input[type="button"].add-btn {
	border: none;
	background: #fff;
	color: #fa1;
	font-size: 30px;
	min-width:30px;
	padding-left:20px;
	padding-right:20px;
}

input[type=button].add-btn:hover {
	background: none;
	text-decoration: none;
	border: none;
}

/* リンクボタン(3) */
input[type="button"].edit-btn {
	border-radius: 10px;
	border: solid 2px #fa1;
	background: #fff;
	color: #fa1;
	min-width:100px;
	height: 30px;
	padding-left:4px;
	padding-right:4px;
}

/* リンクボタン(4) */
input[type="button"].cancel-btn {
	border-radius: 10px;
	border: solid 2px #fa1;
	background: #fff;
	color: #fa1;
	min-width:180px;
	padding-left:20px;
	padding-right:20px;
}



/* 戻るボタン */
input[type="button"].prev-btn {
	border-radius: 10px;
	border: solid 2px #fff;
	background: #fff;
	color: #000;
	min-width:180px;
	padding-left:20px;
	padding-right:20px;
}

/* 中央寄せメッセージ */
.msg-center {
	text-align: center;
	width:100%;
}


/* ヘッダ・プロフィール*/
.header-profile {
	width:100%;
	min-height: 160px;
	/*background: #eee;*/
	color:#06c;
	margin-bottom: 30px;
	padding:20px;
	float: left;
}

.image-block {
	width: 20%;
	float: left;
}

.profile-block {
	width: 80%;
	float: left;
}

.introduction-block {
	width: 100%;
	min-height: 160px;
	margin-bottom: 20px;
}
.caption-block {
	width: 100%;
	height: 30px;
	margin-bottom: 0px;
}

.profile-image {
	width: 120px;
	height: 120px;
	object-fit: cover;

	border-radius:50%;
}

.introduction-value {
	color: #000;
	font-size: 16px;
}

.caption-label {
	line-height:20px;
	color: #06c;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.caption-value {
	line-height:20px;
	color: #000;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.caption-nickname {
	font-size: 18px;
	font-weight: bold;
	margin-right: 100px;
}

.button-value {
	float: right;
}

.link-block {
	position: relative;
}

.link-block a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.link-block a:hover{
    opacity: 0.1;
    background-color: #0f8cf3;
}

/* Booking */

/* 抽出メニュー領域 */
.booking-select {
	text-align: center;
	padding: 4px 0 12px 0;
}

/* 抽出メニュー項目 */
.select-item {
	margin-left: 46px;
	margin-left: 46px;
}

/* 抽出メニュー項目文字 */
.select-item-value {
	font-size: 18px;
	color:#000;
}

/* 抽出メニュー選択中項目文字 */
.select-item-selected {
	font-weight: bold;
	color: #06c;
}


/* ============================================================== */ 
/* BOOKING PAGE */
/* ============================================================== */ 

/* テキストボックスの枠線が太くならないように */
.text-border-solid {
	border: 1px solid #000;
	line-height:32px;
}

/* テキストボックスの高さに合わせる */
.height-fit {
	line-height:34px;vertical-align:middle;
}

/* 仕事詳細外枠 */
.booking-block {
	padding:12px;
	width:100%;
	margin-bottom:10px;
	display: block;
}

/* 仕事詳細外枠(一覧ページ) */
.booking-block-list {
	background-color:#fff;
}

/* 仕事詳細外枠(詳細ページ) */
.booking-block-detail {
	background-color:#fbfbfb;
}

/* 仕事詳細枠 */
.booking-detail-block {
	width:480px;
	padding:12px 12px 0 12px;
	display: block;
}

/* 仕事番号枠 */
.booking-no-block {
	padding:12px;
	display: block;
}

/* 仕事プロフィール */
.booking-detail-profile {
	width: 180px;
}

/* 仕事写真*/
.booking-icon {
	margin-left: 40px;
}

/* 仕事ニックネーム */
.booking-nickname {
	margin-top:20px;
	color:#69f;
	text-align:center;
}

/* 仕事名 */
.booking-name {
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#69f;
}

/* 仕事詳細 */
.booking-detail {
	padding: 0 12px 4px 75px;
}

/* ステータス */
.booking-status {
	background-color:#ececec;
	background-color:#fff; 
	border:solid 1px #000;
	width:174px; text-align:center;
	margin-bottom: 10px;
}

/* ステータス(一覧) */
.booking-status-list {
	background-color:#ececec;
}

/* ステータス(詳細) */
.booking-status-detail {
	background-color:#fff; 
}

.booking-no-label {
	font-size: 12px;
}


/* 仕事のシステムメッセージ */
.booking-system_msg {
	padding:10px 30px 0 30px;
	margin-bottom:10px;
	text-align:center;
	display: block;
}

/* 詳細項目 */
.booking-detail-item {
	width: 600px;
}

/* 仕事参照項目のラベル */
.booking-view-item-label {
	font-size:16px;
}

/* 仕事編集項目のラベル */
.booking-edit-item-label {
	font-size:16px;
}

/* 仕事コメントのラベル */
.booking-comment-label {
	font-size:14px;
	font-weight: bold;
}

/* 仕事コメント枠 */
.booking-comment-block {
	width:96%;
	font-size:12px;
	margin: 4px 20px 4px 20px;
}

/* カレンダーボタン */
.booking-caledar-btn {
	margin-left:20px;
}

/* 日付選択 */
.booking-select-list {
	margin-bottom:6px;
}

/* 非表示の日時フォーム */
.form-hide {
	display: none;
	margin-top: 10px;
}

/* 非表示フォームの余白 */
.hide-space {
	margin-left: 70px;
}

/* 評価ページの説明文 */
.booking-rating-info {
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}

/* 評価項目のラベル */
.booking-rating-item-label {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	float:left;
}

/* 評価レートのラベル */
.booking-rating-rate-label {
	font-size:16px;
	font-weight: bold;
}

/* ステータスごとの色 */

.status-color-100 {
	background-color:#ffe3af; 
}
.status-color-110 {
	background-color:#c5dffa; 
}
.status-color-120 {
	background-color:#c3f5ca; 
}
.status-color-130 {
	background-color:#b1ebf3; 
}
.status-color-140 {
	background-color:#f0cff8; 
}
.status-color-150 {
	background-color:#ffffff; 
}
.status-color-160 {
	background-color:#eee; 
}
.status-color-170 {
	background-color:#f5d5d5; 
}
.status-color-190 {
	background-color:#eee; 
}

/* ============================================================== */ 
/* CONSULTANT ITEM PAGE */
/* ============================================================== */ 

.consultant-search-form {
	margin: 20px;
}

.consultant-search-label {
	margin-top:10px;
	margin-bottom:8px;
	text-align:center;
	font-weight:bold;
}

.consultant-search-row {
	margin-bottom:30px;
}

.consultant-search-button {
	float:right;
	margin-left:10px;
	margin-right:10px;
}

.consultant-search-text {
	float:right;
}

.consultant-item-block {
	background-color:#eee; 
	margin:10px 10px 10px 10px;
	padding-bottom:20px;
}

.consultant-icon-block {
	float:left;
	width:100px;
	margin-top:60px;
	margin-left:25px;
	margin-right:15px;
}

.consultant-detail-block {
	float:left;
	text-align:left;
	margin-top:20px;
}

.consultant-nickname-row {
	width:100%;
	padding-top:20px;
}

.consultant-nickname {
	float:left;
}

.favorite-on {
	font-size: 20px;
	color:#c06;
}

.favorite-off {
	font-size: 20px;
	color:#c06;
}

/* 仕事名 */
.consultant-name {
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#69f;
	text-decoration: underline;
}

.consultant-residence-country {
	line-height: 22px;
	float:right;	
}

.consultant-introduction{
	padding-top:10px;
	width:670px;
}

.consultant-sup-block {
	line-height: 22px;
	padding-top:20px;
}

.consultant-sup-row {
	line-height: 22px;
}

.consultant-button-block {
	text-align:right;
	padding-right:80px;
}

/* メッセージ一覧 */

.message-icon {
	margin-bottom: 24px;
	width: 120px;
	float: left;
}


.message-nickname {
	margin-top: 40px;
	width: 200px;
	float: left;
}

.message-body {
	margin-top: 30px;
	width: 400px;
	float: left;
}

.message-datetime {
	margin-top: 40px;
	float: left;
}

/* メッセージ詳細 */
.message-box {
	margin-bottom: 30px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* MYPAGE MENU */
/*
.mypage-menu-wrap {
margin: 0 0 0px;
padding: 0;
}

.mypage-menu-wrap .Divider {
background: transparent;
}

.mypage-menu-wrap ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.mypage-menu-wrap li {
margin: 0;
padding: 6px 0 6px 0px;
font-size: 14px;
float: left;
}

.mypage-menu-wrap li a:link {
}

.mypage-menu-wrap li a:hover {
color: #df4a74
}
*/

/* FAVORITE LIST add 20160628 =====================================*/
/*

.favorite-list-wrap {
border-bottom: solid 1px #ccc;
font-size: 13px;
}

.favorite-list-box {
*/
/*
border-top: solid 1px #ccc;
*/
/*
padding: 10px 0 2px 0;
line-height: 1.2;
}

.favorite-list-right {
float:left;
width:80px;
}

.favorite-list-left {
vertical-align: middle;
width: 150px;
height: 80px;
float:left;
}

.favorite-list-right .list-consultant-icon {
width: 70px;
height: 70px;
}

.favorite-list-link a {
font-size: 12px;
}

.favorite-list-link i {
font-size: 1em;
margin-right: 5px;
margin-left: 3px;
}
*/