<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
es_MX
*/


/* =========================================================
frame
========================================================= */

#edit {
	clear: both;
	margin: 21px 0 0 0;
}
#edit .frame {
	border: 2px solid #999999;
	padding: 0 15px 60px 15px;
}

/* clear exmedia */
#edit .video-icon {
	pointer-events: none;
}

/* =========================================================
header
========================================================= */

#edit .header {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: -12px 0 10px -5px;
	width: 100%;
}
#edit .header .left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#edit .header .right {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

/* -----------------------------------------------
title
----------------------------------------------- */

#edit .header h3 {
	display: block;
	background-color: #ffffff;
	padding: 0 5px;
}
#edit .header h3 span {
	display: none;
}
#edit .header .add {
	float: left;
	display: block;
	background: #ffffff url(/img/spa/common/edit_title_add.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 178px;
	height: 21px;
}
#edit .header .mod {
	float: left;
	display: block;
	background: #ffffff url(/img/spa/common/edit_title_mod.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 92px;
	height: 21px;
}
#edit .header .del {
	float: left;
	display: block;
	background: #ffffff url(/img/spa/common/edit_title_del.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 75px;
	height: 19px;
}
#edit .header .ref {
	float: left;
	display: block;
	background: #ffffff url(/img/spa/common/edit_title_ref.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 203px;
	height: 26px;
}

/* -----------------------------------------------
step
----------------------------------------------- */

#edit .header ul {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 13px;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	list-style-type: none;
	background-color: #ffffff;
	padding: 0;
	margin: 0 -10px 0 0;
	width: 100%;
}
#edit .header li {
	display: table-cell;
	color: #bbb;
	background: url(/img/common/common/step_arrow.png) no-repeat 0 50%;
	padding: 0 5px 0 11px;
}
#edit .header li a {
	display: inline-block;
	color: #bbb;
}
#edit .header li a:hover {
	color: #ffb400;
}
#edit .header li:first-child {
	background: none;
	padding: 0 5px;
}
#edit .header li.on a,
#edit .header li.on span {
	position: relative;
}
#edit .header li.on a:after,
#edit .header li.on span:after {
	position: absolute;
	pointer-events: none;
	top: 100%;
	left: 50%;
	border: solid transparent;
	border-top-color: #533c32;/* service color */
	border-width: 4px;
	margin-left: -4px;
	content: " ";
	height: 0;
	width: 0;
}
#edit .header li.on a,
#edit .header li.on span {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #533c32;/* service color */
	padding: 7px 10px 5px 10px;
	border-radius: 3px;
}

/* =========================================================
back
========================================================= */

#edit .back {
	clear: both;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	margin: -2px 14px 30px 14px;
}
#edit .back ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#edit .back li {
	float: left;
	margin: 0 1px;
}
#edit .back li a {
	display: inline-block;
	color: #bbb;
	font-size: 13px;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px dashed #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 7px 10px 5px 10px;
}
#edit .back li a:hover,
#edit .back li.on a {
	color: #ffb400;
	border-top: 1px dashed #ffb400;
	border-left: 2px solid #ffb400;
	border-right: 2px solid #ffb400;
	border-bottom: 2px solid #ffb400;
}

/* =========================================================
description
========================================================= */

#edit p.desc {
	clear: both;
	color: #5e635f;
	line-height: 137%;
	margin: 6px 0 15px 0;
}

#att-del {
	clear: both;
	background: url(/img/common/common/att_error.png) no-repeat 0 50%;
	border-top: 2px solid #ea553a;
	border-bottom: 2px solid #ea553a;
	padding: 4px 10px;
	margin: 8px 0 16px 0;
}
#att-del p {
	color: #ff0000;
	line-height:137%;
	margin-left: 36px;
	padding: 6px 0;
}

/* =========================================================
category
========================================================= */

#edit .category {
	list-style-type: none;
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 9px 15px;
	margin: 0 0 10px 0;
}
#edit .category li {
	padding: 6px 0;
}
#edit .category li label {
	margin-left: 5px;
}

/* =========================================================
agreement
========================================================= */

#edit .agreement {
	text-align: center;
	margin: 20px 0;
}
#edit .agreement .read {
	margin-bottom: 5px;
}
#edit .agreement .eu {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}
#edit .agreement label {
	margin-left: 5px;
}

/* =========================================================
field
========================================================= */
#edit .field {
	clear: both;
}
#edit .field table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6eae6;
	width: 100%;
}
#edit .field tr {
	border-bottom: 1px solid #e6eae6;
}
#edit .field th {
	font-weight: normal;
	text-align: left;
	line-height: 137%;
	vertical-align: top;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 10px;
	white-space: nowrap;
}
#edit .field td:last-child {
	line-height: 137%;
	vertical-align: top;
	border-left: 1px #e6eae6 dotted;
	border-right: 1px #e6eae6 solid;
	padding: 10px;
	width: 100%;
}
#edit .field td:last-child .note {
	float: right;
	vertical-align: text-bottom;
	color: #ff6600;
	font-size: 10px;
}
#edit .field td:last-child .memo {
	color: #ff9900;
	margin-top: 4px;
	font-size: 12px;
}
#edit .field td:last-child .note-hidden {
	display: none;
	clear: both;
	color: #ff4500;
	line-height: 126%;
	text-align: left;
	background: url(/img/common/common/icon_error.png) no-repeat 5px 3px;
	border: 1px solid #ff4500;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 6px 0 23px;
	margin-bottom: 6px;
}
#edit .field td:last-child .note-map {
	color: #ff9900;
	margin-top: 5px;
}
#edit .field td:last-child label {
	margin-left: 5px;
}
#edit .field td.none {
	border: none;
	padding: 5px;
}
#edit .field td .note-drag {
	margin-bottom: 15px;
}
#edit .field .req th {
	background-color: #fef2dc;
	border-left: 1px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
}
#edit .field .req td:nth-child(2) {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #fef2dc;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
	padding: 12px 10px 10px 0;
	white-space: nowrap;
}
#edit .field .req td:nth-child(2) span {
	display: block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
}
#edit .field .req td:nth-child(3) {
	background-color: #fef2dc;
	border-right: 1px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
}
/* -----------------------------------------------
new
----------------------------------------------- */
#edit .field td.new {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #f7f6f5;
	padding: 12px 10px 10px 0;
	white-space: nowrap;
}
/* -----------------------------------------------
price total
----------------------------------------------- */
#edit .field td input.price-total {
	opacity: 0.7;
}
/* -----------------------------------------------
upload file
----------------------------------------------- */
#edit .field td.upload {
	vertical-align: top;
	border-left: 1px dotted #e6eae6;
	border-right: 1px solid #e6eae6;
	padding: 0 4px 4px 4px;
	width: 100%;
}
/* -----------------------------------------------
delete address
----------------------------------------------- */
#edit .field td .del-addr {
	display: inline-block;
	color: #ff9900;
	line-height: 100%;
	border: 1px solid #ff9900;
	border-radius: 3px;
	cursor: pointer;
	padding: 4px 8px;
	margin-top: 5px;
}
#edit .field td .del-addr:hover {
	color: #ffcc00;
	border: 1px solid #ffcc00;
}
/* -----------------------------------------------
panorama sample
----------------------------------------------- */

#edit .field td .button-pano {
	clear: both;
	margin: 10px 0 8px 5px;
}
#edit .field td .button-pano div {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #999999;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 3px;
	cursor: pointer;
	padding: 7px 20px 5px 20px;
	white-space: nowrap;
}
#edit .field td .button-pano div:hover {
	color: #fcc800;
	border: 2px solid #fcc800;
}

/* -----------------------------------------------
auto input
----------------------------------------------- */

#edit .field td.autoinput {
	border: none;
	padding: 8px 0 4px 10px;
}

#edit .field td.autoinput div {
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	cursor: pointer;
	margin-bottom: 10px;
}
#edit .field td.autoinput div:after,
#edit .field td.autoinput div:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#edit .field td.autoinput div:after {
	border-top-color: #ffffff;
	border-width: 3px;
	margin-left: -3px;
}
#edit .field td.autoinput div:before {
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}
#edit .field td.autoinput div {
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 100%;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 6px 10px 3px 10px;
	border-radius: 3px;
}
#edit .field td.autoinput div:hover:before {
	border-top-color: #ffb400;
}
#edit .field td.autoinput div:hover {
	color: #ffb400;
	border: 2px solid #ffb400;
}

/* -----------------------------------------------
list
----------------------------------------------- */

#edit .field td ul.list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#edit .field td ul.list li {
	margin: 4px 0;
}
#edit .field td ul.list li:last-child {
	margin: 4px 0 0 0;
}
#edit .field td ul.list li label {
	margin-left: 5px;
}

/* -----------------------------------------------
unit
----------------------------------------------- */

#edit .field td .unit {
	margin-left: 5px;
}

/* -----------------------------------------------
body color
----------------------------------------------- */

#edit .field td .body-color {
	margin-bottom: 10px;
}
#edit .field td .body-color div {
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	cursor: pointer;
}
#edit .field td .body-color div:after,
#edit .field td .body-color div:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#edit .field td .body-color div:after {
	border-top-color: #ffffff;
	border-width: 3px;
	margin-left: -3px;
}
#edit .field td .body-color div:before {
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}
#edit .field td .body-color div {
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 100%;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 6px 10px 3px 10px;
	border-radius: 3px;
}
#edit .field td .body-color div:hover:before {
	border-top-color: #ffb400;
}
#edit .field td .body-color div:hover {
	color: #ffb400;
	border: 2px solid #ffb400;
}

/* -----------------------------------------------
select all
----------------------------------------------- */

#edit .field td .all {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	margin-bottom: 10px;
}
#edit .field td .all a {
	position: relative;
}
#edit .field td .all a:after,
#edit .field td .all a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#edit .field td .all a:after {
	border-top-color: #ffffff;
	border-width: 3px;
	margin-left: -3px;
}
#edit .field td .all a:before {
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}
#edit .field td .all a {
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 100%;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 6px 10px 3px 10px;
	border-radius: 3px;
}
#edit .field td .all a:hover:before {
	border-top-color: #ffb400;
}
#edit .field td .all a:hover {
	color: #ffb400;
	border: 2px solid #ffb400;
}
/* -----------------------------------------------
sold out
----------------------------------------------- */

#edit .field td .sold {
	color: #e73739;
	font-weight: bold;
	margin: 2px 0 4px 0;
}
#edit .field td .sold label {
	margin-left: 5px;
}

/* -----------------------------------------------
price
----------------------------------------------- */

#edit .field td .price {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
#edit .field td .price li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}
#edit .field td .price li:last-child {
	padding-left: 3px;
}
#edit .field td .price li label {
	margin: 0 5px 0 2px;
}

/* -----------------------------------------------
remarks
----------------------------------------------- */

#edit .field td .remarks {
	clear: left;
}
#edit .field td .remarks div {
	margin: 8px 0 2px 0;
}
#edit .field td .remarks textarea {
	margin-bottom: 4px;
}

/* =========================================================
map
========================================================= */

#edit #map {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 500px;
}
#edit .button-map {
	margin: 8px 0;
}
#edit .button-map span {
	display: none;
}
#edit .button-map a {
	display: block;
	background: url(/img/spa/common/button_map.png) no-repeat 0 0;
	margin: 0 auto;
	width: 132px;
	height: 45px;
}
#edit .button-map a:hover {
	background: url(/img/spa/common/button_map.png) no-repeat 0 -45px;
}
#edit .meridian {
	float: right;
	list-style-type: none;
	color: #999999;
	padding: 0;
	margin: -1px -2px 20px 0;
}
#edit .meridian:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#edit .meridian li {
	float: left;
	background-color: #efefef;
	border: 1px solid #f7f6f5;
}
#edit .meridian li span {
	padding: 4px 8px;
}
#edit .meridian li input {
	color: #999999;
	border: 1px solid #ffffff;
	padding: 2px 4px;
	width: 120px;
}

/* =========================================================
confirm
========================================================= */

#edit .confirm {
	clear: both;
}
#edit .confirm dl {
	margin-bottom: 20px;
}
#edit .confirm dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ffffff;
	background-color: #999999;
	border-radius: 3px;
	padding: 8px 10px 5px 10px;
	margin-bottom: 10px;
}
#edit .confirm table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6eae6;
	width: 100%;
}
#edit .confirm tr {
	border-bottom: 1px solid #e6eae6;
}
#edit .confirm th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 137%;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 8px;
	white-space: nowrap;
	min-width: 6.5em;
}
#edit .confirm td {
	vertical-align: top;
	line-height: 137%;
	border-left: 1px #e6eae6 dotted;
	border-right: 1px #e6eae6 solid;
	padding: 8px;
	width: 100%;
}
#edit .confirm td.url {
	word-break: break-all;
}
#edit .confirm td .note {
	float: right;
	vertical-align: text-bottom;
	color: #ff9900;
	font-size: 10px;
}
#edit .confirm td.none {
	border: none;
	padding: 5px;
}
#edit .confirm td ul.list {
	margin: 0;
	padding: 0;
}
#edit .confirm td ul.list li {
	margin-top: 2px;
	margin-left: 1em;
}
#edit .confirm td span.price-detail {
	background-color: #eee;
	border-radius: 4px;
	padding: 3px 4px;
	font-size: 11px;
	vertical-align: bottom;
}

/* -----------------------------------------------
fan
----------------------------------------------- */

#edit .confirm dl.fan dd {
	background: #fff5ee url(/img/common/common/icon_fan_small.png) no-repeat 8px 50%;
	border: 1px solid #ffad77;
	border-radius: 3px;
	padding: 12px 8px 12px 40px;
}
#edit .confirm dl.fan dd label {
	margin-left: 5px;
}
#edit .confirm dl.fan dd.login {
	color: #72640c;
	background: url(/img/common/common/icon_fan_small.png) no-repeat 8px 50%;
	border: 1px solid #fcc800;
}

/* -----------------------------------------------
buffer
----------------------------------------------- */

#edit .confirm dl.buffer dd.notice {
	background: #fffbeb url(/img/common/common/icon_buffer_small.png) no-repeat 8px 50%;
	border: 1px solid #fcc800;
	border-radius: 3px;
	padding: 12px 8px 12px 40px;
}
#edit .confirm dl.buffer dd.login {
	color: #72640c;
	background: url(/img/common/common/icon_buffer_small.png) no-repeat 12px 50%;
	border: 1px solid #fcc800;
	border-radius: 3px;
	padding: 12px 8px 12px 40px;
}
#edit .confirm dl.buffer table {
	margin: 8px 0;
}
#edit .confirm dl.buffer th {
	vertical-align: middle;
}
#edit .confirm dl.buffer td {
	vertical-align: middle;
}

#edit .confirm dl.buffer ul {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
#edit .confirm dl.buffer li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

#edit .confirm dl.buffer ul.date li div {
	display: inline-block;
	background: url(/img/common/common/icon_calendar_off.png) no-repeat 0 0;
	cursor: pointer;
	width: 17px;
	height: 17px;
}
#edit .confirm dl.buffer ul.date li div:hover {
	background: url(/img/common/common/icon_calendar_on.png) no-repeat 0 0;
}
#edit .confirm dl.buffer ul.date li div span {
	display: none;
}

#edit .confirm dl.buffer ul.time {
	width: 100%;
}
#edit .confirm dl.buffer ul.time li {
	white-space: nowrap;
}
#edit .confirm dl.buffer ul.time li:last-of-type {
	text-align: right;
	color: #ff9900;
	font-size: 10px;
	padding-right: 0;
	width: 100%;
}

#edit .confirm dl.buffer ul.notice li {
	padding-right: 8px;
}
#edit .confirm dl.buffer ul.notice li label {
	margin-left: 3px;
}
#edit .confirm dl.buffer .attention {
	margin-bottom: 8px;
}
#edit .confirm dl.buffer .attention span {
	color: #ea5549;
	margin-right: 5px;
}

#edit .confirm dl.buffer .cancel {
	text-align: center;
}
#edit .confirm dl.buffer .cancel div {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	background-color: #aaa;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	padding: 8px 8px 7px 8px;
}
#edit .confirm dl.buffer .cancel div:hover {
	background-color: #ffcc00;
}

/* -----------------------------------------------
map
----------------------------------------------- */

#edit .confirm td.map {
	border-left: 1px solid #e6eae6;
	padding: 8px 10px 8px 8px;
}
#edit .confirm td.map #map {
	height: 200px;
}

/* -----------------------------------------------
thumbnail
----------------------------------------------- */

#edit .confirm td.thumb {
	padding: 8px 6px 3px 8px;
}
#edit .confirm td.thumb .thumb {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #f7f7f7;
	margin: 0 2px 5px 0;
}
#edit .confirm td.thumb .thumb img {
	vertical-align: middle;
}
#edit .confirm td.thumb .thumb img.medium {
	max-width: 120px;
	max-height: 90px;
}

/* -----------------------------------------------
body color
----------------------------------------------- */

#edit .confirm td .body-color {
	display: inline-block;
	border: 1px solid #cccccc;
	margin-top: 2px;
	width: 30px;
	height: 10px;
}

/* -----------------------------------------------
option
----------------------------------------------- */

#edit .confirm td.option span {
	color: #cccccc;
	margin: 0 5px;
}

/* =========================================================
end page
========================================================= */
/* -----------------------------------------------
final
----------------------------------------------- */
#edit .final {
	border: 1px solid #e6eae6;
	background-color: #ffffe0;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#edit .final a {
	color: #0085dd;
}
#edit .final a:hover {
	color: #ffcc00;
}
#edit .final dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#edit .final dd {
	line-height: 146%;
}
/* -----------------------------------------------
buffer
----------------------------------------------- */
#edit .final-buffer {
	border: 1px solid #e6eae6;
	background-color: #ffffe0;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#edit .final-buffer a {
	color: #0085dd;
}
#edit .final-buffer a:hover {
	color: #ffcc00;
}
#edit .final-buffer dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#edit .final-buffer dd p {
	line-height: 146%;
}
#edit .final-buffer dd table {
	border-top: 1px solid #e6eae6;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
}
#edit .final-buffer dd tr {
	border-bottom: 1px solid #e6eae6;
}
#edit .final-buffer dd th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 137%;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 8px;
	white-space: nowrap;
}
#edit .final-buffer dd td {
	vertical-align: top;
	line-height: 137%;
	background-color: #fff;
	border-left: 1px #e6eae6 dotted;
	border-right: 1px #e6eae6 solid;
	padding: 8px;
	width: 100%;
}
#edit .final-buffer dd .attention {
	margin-bottom: 10px;
}
#edit .final-buffer dd .attention span {
	color: #ea5549;
	margin-right: 5px;
}
/* -----------------------------------------------
nologin
----------------------------------------------- */
#edit .nologin {
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#edit .nologin a {
	color: #0085dd;
}
#edit .nologin a:hover {
	color: #ffcc00;
}
#edit .nologin dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#edit .nologin dd {
	line-height: 146%;
}
#edit .nologin .button-login {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
#edit .nologin .button-login a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #666666 url(/img/common/common/icon_small_login_wht.png) no-repeat 40px 50%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 40px 10px 64px;
}
#edit .nologin .button-login a:hover {
	background-color: #ffb400;
}

/* -----------------------------------------------
done
----------------------------------------------- */
#edit .done {
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#edit .done dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eae6;
}
#edit .done dl:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#edit .done dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#edit .done dd {
	line-height: 146%;
}
#edit .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 12px 1.5em;
}

/* =========================================================
button
========================================================= */

#edit .button {
	clear: both;
	text-align: center;
	margin: 20px 0 30px 0;
}
#edit .button div {
	display: inline-block;
}
#edit .button input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#edit .button .next input[type="submit"] {
	background-color: #533c32;
}
#edit .button .complete input[type="submit"] {
	background-color: #ec6358;
}
#edit .button input[type="submit"]:hover {
	background-color: #ffcc00;
}

/* =========================================================
color picker window
========================================================= */

.color-picker {
	clear: both;
}
.color-picker .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000000;
	width: 100%;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}
.color-picker .box {
	position: relative;
	text-align: center;
	padding: 30px;
}
.color-picker .box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.panorama-window .box .pano-img {
	text-align: center;
}

/* -----------------------------------------------
close button
----------------------------------------------- */

.color-picker .close {
	text-align: right;
	margin-top: 20px;
}
.color-picker .close span {
	display: none;
}
.color-picker .close div {
	cursor: pointer;
	display: inline-block;
	background: #ffffff url(/img/spa/common/button_close.png) no-repeat 0 0;
	margin: 0 0 0 auto;
	width: 75px;
	height: 22px;
}
.color-picker .close div:hover {
	background: #ffffff url(/img/spa/common/button_close.png) no-repeat 0 -22px;
}

/* =========================================================
translate
========================================================= */
#edit .translate {
	background-color: #f5fbfa;
	padding: 10px;
	margin-bottom: 15px;
}
#edit .translate .att {
	background-color: #c6e6e0;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 8px;
}
#edit .translate .att span {
	color: #ff3399;
	font-weight: bold;
	margin-right: 2px;
}
#edit .translate dl.switch {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
}
#edit .translate dl.switch dt {
	line-height: 100%;
	background-color: #c6e6e0;
	padding: 8px;
	white-space: nowrap;
}
#edit .translate dl.switch dd {
	line-height: 100%;
	padding: 8px;
	width: 100%;
}
#edit .translate dl.switch dd span {
	display: inline-block;
	background-color: #cccccc;
	padding: 5px;
	margin-left: 5px;
}
#edit .translate dl.switch dd span:first-child {
	margin-left: 0;
}
#edit .translate dl.switch dd span.on {
	color: #ffffff;
	background-color: #ff3399;
}
#edit .translate .desc {
	line-height: 126%;
	margin: 0 0 8px 0;
}
#edit .translate dl.lang {
	margin-top: 8px;
}
#edit .translate dl.lang dt {
	font-weight: bold;
	line-height: 126%;
	margin-bottom: 2px;
}
#edit .translate dl.lang dd {
	color: #ff3399;
}
#edit .translate dl.lang dd span {
	color: #ccc;
	margin: 0 4px;
}
/* -----------------------------------------------
reset / confirm
----------------------------------------------- */
#edit .confirm .translate .desc {
	display: none;
}
#edit .confirm .translate dl {
	margin: 0;
}
#edit .confirm .translate dl.switch {
	margin: 0 0 10px 0;
}
#edit .confirm .translate dl.switch dt {
	color: #333;
	font-family: initial;
	font-family: -moz-initial;
}
#edit .confirm .translate dl.lang dt {
	color: #333;
	background-color: transparent;
	padding: 0;
	margin-bottom: 2px;
}
/* =========================================================
staff geo button / class.VAppController
========================================================= */
#edit .staff-geo {
	clear: both;
	margin: 10px 0;
}
#edit .staff-geo input[type="button"] {
	margin-bottom: 10px;
}
#edit .staff-geo p {
	line-height: 1.4;
}
#edit .staff-geo p.att {
	color: #ff0000;
}</pre></body></html>