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

/*
th_TH
*/

/* =========================================================
frame
========================================================= */
#edit {
	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/tha/common/edit_title_add.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 132px;
	height: 28px;
}
#edit .header .mod {
	float: left;
	display: block;
	background: #ffffff url(/img/tha/common/edit_title_mod.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 158px;
	height: 27px;
}
#edit .header .del {
	float: left;
	display: block;
	background: #ffffff url(/img/tha/common/edit_title_del.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 118px;
	height: 24px;
}
#edit .header .ref {
	float: left;
	display: block;
	background: #ffffff url(/img/tha/common/edit_title_ref.png) no-repeat 50% 0;
	padding: 0 5px;
	width: 220px;
	height: 24px;
}
/* -----------------------------------------------
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: #ff9900;/* 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: #ff9900;/* service color */
	padding: 7px 10px 5px 10px;
	border-radius: 3px;
}
/* =========================================================
reg switch
========================================================= */
#edit .select {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 -30px 0;
	width: 100%;
}
#edit .select .left {
	display: table-cell;
	vertical-align: top;
	border-right: 1px dashed #cccccc;
	padding-right: 10px;
	width: 50%;
}
#edit .select .left .url {
	text-align: center;
	margin-bottom: 10px;
}
#edit .select .left .url a {
	display: inline-block;
	background: url(/img/tha/flyer/reg_switch_url_off.png) no-repeat 0 0;
	padding: 0;
	width: 239px;
	height: 262px;
}
#edit .select .left .url a:hover {
	background: url(/img/tha/flyer/reg_switch_url_on.png) no-repeat 0 0;
}
#edit .select .left .url span {
	display: none;
}
#edit .select .right {
	display: table-cell;
	vertical-align: top;
	border-left: 1px dashed #cccccc;
	padding-left: 10px;
	width: 50%;
}
#edit .select .right .img {
	text-align: center;
}
#edit .select .right .img a {
	display: inline-block;
	background: url(/img/tha/flyer/reg_switch_img_off.png) no-repeat 0 0;
	padding: 0;
	width: 239px;
	height: 262px;
}
#edit .select .right .img a:hover {
	background: url(/img/tha/flyer/reg_switch_img_on.png) no-repeat 0 0;
}
#edit .select .right .img span {
	display: none;
}
/* =========================================================
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;
}
/*
#edit .attn {
	margin-bottom: 20px;
	color: #666;
	background: #fff8dc;
	padding: 10px 12px 6px;
	border: 1px solid #e6eae6;
}
#edit .attn p {
	padding-bottom: 4px;
}
*/
#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 20px 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 .note-map {
	color: #ff9900;
	margin-top: 5px;
}
#edit .field td:last-child .memo {
	color: #5e635f;
	display: block;
	margin-top: 6px;
}
#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&gt;th {
	background-color: #fef2dc;
	border-left: 1px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
}
#edit .field .req&gt;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&gt;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&gt;td:nth-child(3) {
	background-color: #fef2dc;
	border-right: 1px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
}
/* -----------------------------------------------
store
----------------------------------------------- */
#edit .field .store p {
	clear: both;
	color: #5e635f;
	line-height: 137%;
	margin-bottom: 8px;
}
#edit .field .store table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cccccc;
	width: 100%;
}
#edit .field .store th {
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	border: none;
	border-right: 1px dotted #cccccc;
	background-color: #999999;
	padding: 8px;
}
#edit .field .store tr {
	border-bottom: 1px solid #e6eae6;
}
#edit .field .store tr:last-child {
	border-bottom: 1px solid #cccccc;
}
#edit .field .store td {
	vertical-align: top;
	background-color: #ffffff;
	border-right: 1px solid #e6eae6;
	padding: 8px;
}
#edit .field .store td:first-child {
	text-align: center;
	white-space: nowrap;
}
#edit .field .store td:nth-child(2) {
	text-align: center;
	white-space: nowrap;
}
#edit .field .store td:nth-child(3) {
	width: 100%;
}
#edit .field .store td:last-child {
	border-right: 1px solid #cccccc;
	white-space: nowrap;
}
/* -----------------------------------------------
no store info
----------------------------------------------- */
#edit p.no-vnyp {
	color: #72640c;
	line-height: 126%;
}
/* -----------------------------------------------
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;
}
/* -----------------------------------------------
電話帳 (検索)
----------------------------------------------- */
#edit .field .vnyp-search input {
	vertical-align: middle;
	margin-right: 2px;
}
#edit .field .vnyp-search a.search {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
	background-color: #777;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	padding: 6px 15px 3px;
}
#edit .field .vnyp-search a.search:hover {
	background-color: #fcc800;
}
/* -----------------------------------------------
電話帳 (検索結果一覧)
----------------------------------------------- */
#jid_load_window {
	/*display: none;*/
	min-height: 250px;
	max-height: 300px;
	overflow: scroll;
}
#edit .field .vnyp-list #container {
	min-width: auto;
}
#edit .field .vnyp-list #service-header,
#edit .field .vnyp-list #header,
#edit .field .vnyp-list #footer,
#edit .field .vnyp-list #cover {
	display: none;
}
#edit .field .vnyp-list #content {
	margin: 0;
}
#edit .field .vnyp-list {
	display: none;
}
#edit .field .vnyp-list&gt;td {
	border: 0;
	padding: 0;
}
#edit .field .vnyp-list-window {
	padding: 8px 12px
}
#edit .field .vnyp-list-window table {
	margin-bottom: 15px;
}
#edit .field .vnyp-list-window th {
	padding: 5px 8px;
	border-left: 1px solid #e6eae6;
}
#edit .field .vnyp-list-window th:first-of-type {
	border-left: 0;
}
#edit .field .vnyp-list-window td {
	padding: 8px;
	border-right: 1px #e6eae6 dotted;
	vertical-align: top;
}
#edit .field .vnyp-list-window td:first-of-type {
	font-weight: bold;
	width: 35%;
}
#edit .field .vnyp-list-window td:nth-of-type(2),
#edit .field .vnyp-list-window td:nth-of-type(3) {
	width: 1%;
	white-space: nowrap;
}
#edit .field .vnyp-list-window td:last-of-type {
	border-right: 0;
	width: 65%;
}
#edit .field .vnyp-list-window .result {
	margin-top: 6px;
	margin-bottom: 15px;
}
/* -----------------------------------------------
電話帳 (店舗情報)
----------------------------------------------- */
#edit .field .vnyp-company {
	margin-top: 10px;
	border: none;
	display: none;
}
#edit .field .vnyp-company .del-vnyp {
	display: inline-block;
	color: #ff9900;
	line-height: 100%;
	border: 1px solid #ff9900;
	border-radius: 3px;
	cursor: pointer;
	padding: 4px 8px;
	margin-top: 8px;
}
#edit .field .vnyp-company .del-vnyp:hover {
	color: #ffcc00;
	border: 1px solid #ffcc00;
}
#edit .field .vnyp-company.show {
	display: block;
}
#edit .field .vnyp-company table {
	border: 0;
}
#edit .field .vnyp-company th,
#edit .field .vnyp-company td {
	vertical-align: middle;
}
#edit .field .vnyp-company tr {
	border: 0;
}
#edit .field .vnyp-company th {
	border-left: none;
	color: #999;
	border: 0;
	padding: 5px 10px 5px 5px;
}
#edit .field .vnyp-company td:nth-child(2) {
	border: none;
	padding-left: 10px;
	border-top: 0;
	border-bottom: 0;
	padding: 5px 10px;
}
#edit .field .vnyp-company td input {
	border: none;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: "MS PGothic",sans-serif;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	background-color: #fef2dc;
}
/* -----------------------------------------------
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;
}
/* -----------------------------------------------
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%;
}

/* ci error */
#edit .field td.upload .err-01 {
	margin-top: 8px;
}
/* -----------------------------------------------
thumbnail
----------------------------------------------- */
#edit .field td.thumb .thumb {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #f7f7f7;
	margin: 0 2px 5px 0;
}
#edit .field td.thumb .thumb img.medium {
	vertical-align: middle;
	max-width: 120px;
	max-height: 90px;
}
/* -----------------------------------------------
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 label {
	margin-left: 5px;
}
/* -----------------------------------------------
calendar
----------------------------------------------- */
#edit .field td .calendar {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
#edit .field td .calendar li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 3px;
}
#edit .field td .calendar div {
	cursor: pointer;
	display: block;
	background: url(/img/common/common/icon_calendar_off.png) no-repeat 0 0;
	width: 17px;
	height: 17px;
}
#edit .field td .calendar div:hover {
	background: url(/img/common/common/icon_calendar_on.png) no-repeat 0 0;
}
#edit .field td .calendar div span {
	display: none;
}
/* -----------------------------------------------
translate
----------------------------------------------- */
#edit .translate {
	margin-top: 12px;
}
/* -----------------------------------------------
クローリング
----------------------------------------------- */
#edit .field .crawling dl {
	margin-top: 10px;
}
#edit .field .crawling dt {
	color: #72640c;
	margin-bottom: 4px;
}
#edit .field .crawling textarea {
	font-size: 12px;
	color: #666;
	margin: 4px 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
	line-height: 137%;
	font-family: "MS PGothic",sans-serif;
}
/* =========================================================
map
========================================================= */
#edit #map {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 500px;
}
#edit .meridian {
	margin: -1px -2px 20px 0;
}
#edit .meridian ul {
	clear: left;
	list-style-type: none;
	color: #999999;
	padding: 0;
	margin: 8px 0;
}
#edit .meridian ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#edit .meridian li {
	float: left;
	background-color: #efefef;
	border: 1px solid #e6eae6;
	margin: -1px 0 0 -1px;
}
#edit .meridian li span {
	color: #999999;
	padding: 4px 8px;
}
#edit .meridian li input {
	color: #333333;
	border: 1px solid #ffffff;
	padding: 2px 4px;
	width: 160px;
}
#edit .meridian li.city {
	clear: left;
}

/* balloon */
#edit .balloon {
	text-align: center;
	width: 130px;
	height: 100px;
}
#edit .balloon img.medium {
	max-width: 120px;
	max-height: 90px;
}
/* =========================================================
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 .note {
	float: right;
	vertical-align: text-bottom;
	color: #ff9900;
	font-size: 10px;
}
#edit .confirm td.none {
	border: none;
	padding: 5px;
}
/* -----------------------------------------------
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;
}
/* -----------------------------------------------
store-info
----------------------------------------------- */
#edit .confirm .store-info {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#edit .confirm .store-info .left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#edit .confirm .store-info ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 8px 0;
}
#edit .confirm .store-info ul:last-child {
	margin-bottom: 0;
}
#edit .confirm .store-info li {
	padding: 0;
	margin: 0;
}
#edit .confirm .store-info .right {
	vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
}
/* -----------------------------------------------
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;
}
/* =========================================================
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;
}
/* -----------------------------------------------
final-crawling
----------------------------------------------- */
#edit .final-crawling {
	border: 1px solid #ff9900;
	background-color: rgba(255,188,88,0.1);
	padding: 25px 20px 10px 20px;
	margin: 8px 0 15px 0;
}
#edit .final-crawling &gt; dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eae6;
}
#edit .final-crawling dl:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#edit .final-crawling dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ff9900;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#edit .final-crawling dd {
	line-height: 146%;
}
#edit .final-crawling dd p {
	margin-bottom: 10px;
}
#edit .final-crawling dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 12px 1.5em;
}
#edit .final-crawling .tag {
	margin-top: 25px;
}
#edit .final-crawling .tag dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ffffff;
	background-color: #999999;
	border-radius: 3px;
	padding: 8px 10px 5px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
}
#edit .final-crawling .tag dd p {
	margin-bottom: 8px;
}
#edit .final-crawling textarea {
	font-size: 12px;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	border-radius: 2px;
	color: #555;
	line-height: 137%;
	font-family: "MS PGothic",sans-serif;
}
/* -----------------------------------------------
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 15px 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: #ff9900;
}
#edit .button .complete input[type="submit"] {
	background-color: #ec6358;
}
#edit .button input[type="submit"]:hover {
	background-color: #ffcc00;
}
/* =========================================================
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;
}</pre></body></html>