@charset "UTF-8";

@import "/cssm/jpn/common/pkg.css";
@import "/cssm/jpn/cj/cj_swiper.css";

/* =========================================================
common/edit.css
========================================================= */
#edit .button .next input[type="submit"] {
	background-color: #5faea1;
}
/* -----------------------------------------------
reset
----------------------------------------------- */
.swiper-container {
	margin-top: -20px;
}
#edit .confirm h4 {
	color: #ffffff;
	font-weight: bold;
	background-color: #5faea1;
	border-radius: 3px;
	padding: 5px;
	margin: 0 -5px 10px -5px;
}
#edit .confirm .reginfo dl {
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/* =========================================================
edit / case0
========================================================= */
#edit .select {
	padding: 0 10px 10px 10px;
}
#edit .select h5 {
	text-align: center;
	margin: 5px 0;
}
#edit .select h5 span {
	display: inline-block;
	text-align: center;
	background: linear-gradient(transparent 60%, #ccff00 60%);
}
#edit .select img.image {
	vertical-align: middle;
	width: 180px;
	height: 117px;
}
/* -----------------------------------------------
apply
----------------------------------------------- */
#edit .select .apply {
	text-align: center;
	border-bottom: 2px dashed #e6eae6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#edit .select .apply .ok {
	text-align: center;
}
#edit .select .apply .ok ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#edit .select .apply .ok li {
	text-align: left;
	background-image: url(/imgm/common/cj/icon_check.png);
	background-size: auto 12px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 18px;
	margin-bottom: 5px;
}
/* -----------------------------------------------
maker
----------------------------------------------- */
#edit .select .maker {
	text-align: center;
	border-bottom: 2px solid #e6eae6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#edit .select .maker .nonlogin {
	text-align: left;
	line-height: 126%;
}
/* -----------------------------------------------
extension
----------------------------------------------- */
#edit .select .ext {
	line-height: 126%;
}
#edit .select .ext dt {
	color: #72640c;
	margin-bottom: 5px;
}
/* -----------------------------------------------
button
----------------------------------------------- */
#edit .button-submit {
	text-align: center;
	margin-bottom: 10px;
}
#edit .button-submit a,
#edit .button-submit input[type="submit"] {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #5faea1;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 13px 20px;
	min-width: 180px;
}
/* =========================================================
edit / company list
========================================================= */
#edit .comlist {
	padding: 0 10px 10px 10px;
}
#edit .comlist dl {
	margin-bottom: 10px;
}
#edit .comlist dt {
	color: #ffffff;
	font-weight: bold;
	background-color: #5faea1;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 15px;
}
#edit .comlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#edit .comlist li {
	border-bottom: 1px solid #e6eae6;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
/* -----------------------------------------------
type
----------------------------------------------- */
#edit .comlist li .type {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
	width: 100%;
}
#edit .comlist li .type .cat {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	white-space: nowrap;
}
#edit .comlist li .type .cat span {
	color: #ffffff;
	font-size: 80%;
	line-height: 100%;
	vertical-align: middle;
	border-radius: 3px;
	padding: 4px;
}
#edit .comlist li .type .area {
	display: table-cell;
	vertical-align: middle;
	font-size: 80%;
	line-height: 100%;
	width: 100%;
}
/* -----------------------------------------------
applied
----------------------------------------------- */
#edit .comlist li .type .applied {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#edit .comlist li .type .applied span {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	line-height: 100%;
	background-color: #ed6d35;
	padding: 4px;
	margin-right: -15px;
	min-width: 80px;
}
#edit .comlist li .type .applied span:before,
#edit .comlist li .type .applied span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
#edit .comlist li .type .applied span:after {
	top: 100%;
	right: 0;
	border-width: 5px 5px 0 0;
	border-top-color: #bc4511;
}
/* -----------------------------------------------
compay name
----------------------------------------------- */
#edit .comlist li .company {
	font-weight: bold;
	padding: 5px 0;
}
#edit .comlist li .company img {/* bookmark */
	vertical-align: middle;
	margin-right: 4px;
	width: 20px;
	height: 19px;
}
#edit .comlist li .company input {
	margin-right: 5px;
}
/* -----------------------------------------------
title
----------------------------------------------- */
#edit .comlist li .title p {
	display: table-cell;
	vertical-align: middle;
	color: #777;
	width: 100%;
}
#edit .comlist li .title div {
	display: table-cell;
	vertical-align: middle;
}
#edit .comlist li .title div a {
	display: inline-block;
	background-image: url(/imgm/common/common/icon_detail_wht.png);
	background-size: 14px 14px;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	padding: 15px;
	height: 15px;
}
#edit .comlist li .title div a span {
	display: none;
}
/* =========================================================
edit / receiver
========================================================= */
#edit .confirm .receiver dl {
	border-bottom: none;
	padding-bottom: 15px;
}
#edit .confirm .receiver ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 0 1.5em;
}
#edit .confirm .receiver li {
	line-height: 100%;
	border-bottom: 1px dotted #e6eae6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#edit .confirm .receiver li a {
	color: #333333;
	font-weight: bold;
}
/* -----------------------------------------------
confirm save data
----------------------------------------------- */
#edit .field .save h4 {
	color: #ffffff;
	font-weight: bold;
	background-color: #666666;
	border-radius: 3px;
	padding: 5px;
	margin: 0 -5px 10px -5px;
}
#edit .field .save .notice {
	clear: both;
	color: #72640c;
	line-height: 126%;
	border-top: 2px solid #fdd35c;
	border-bottom: 2px solid #fdd35c;
	padding: 5px 0;
	margin: 10px 0;
	width: 100%;
}
#edit .field p.grey {
	color: #777;
	margin-top: 3px;
}

/* =========================================================
end page
========================================================= */
#end .final dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 10px 1.5em;
}