@charset "UTF-8";

/* common */
@import "/cssm/jpn/common/seed.css";
@import "/cssm/jpn/common/exmedia.css";
@import "/cssm/jpn/common/enlarge.css";
@import "/cssm/jpn/common/message.css";

/* -----------------------------------------------
link color
----------------------------------------------- */
a:link {
	color: #0085dd;
}
a:visited {
	color: #0085dd;
}
a:hover {
	color: #ffcc00;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #666666;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #666666;
	background-image: url(/imgm/common/panel/service_icon.png);
}
/* -----------------------------------------------
no data
----------------------------------------------- */
#nodata-panel {
	clear: both;
	font-size: 90%;
	text-align: left;
	margin: 20px 0 40px;
}
#nodata-panel h3 {
	color: #ea553a;
	font-weight: bold;
	margin-bottom: 15px;
}
#nodata-panel p {
	line-height: 146%;
	margin-bottom: 12px;
}
#nodata-panel .button {
	text-align: center;
	margin-top: 15px;
}
#nodata-panel .button a {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 3px solid rgba(0,0,0,0.2);
	background-color: #666666;
	border-radius: 3px;
	padding: 13px 20px;
	width: 70%;
}
#nodata-panel .button a:hover {
	background-color: #ffcc00;
}
/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg {
	display: none;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #666666;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #666666;
	border-bottom: 1px solid #666666;
}
#side-left .menu h3 a {
	color: #4e4e4e;
	background-image: url(/imgm/common/panel/service_icon.png);
}
#side-left .menu div a {
	background-color: #666666;
}
/* -----------------------------------------------
return
----------------------------------------------- */
#side-left .return {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
/* -----------------------------------------------
column
----------------------------------------------- */
#side-left .pre dd li {
	display: block;
	color: #999999;
	border-bottom: 1px dotted #e8ece9;
	padding: 5px 0;
}
/* -----------------------------------------------
activity
----------------------------------------------- */
#side-left .activity {
	color: #777;
	font-size: 80%;
	text-align: center;
	margin: 10px 0 20px 0;
}
/* =========================================================
cj apply
========================================================= */
.cj-apply {
	text-align: center;
	background-color: #5faea1;
}
.cj-apply span {
	background-image: url(/imgm/common/cj/service_img.png);
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 10px 0 10px 32px;
}
.cj-apply a {
	display: block;
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	padding: 10px;
}
/* =========================================================
tab navi
========================================================= */
#tab-navi {
	margin: 15px 0 12px 0;
	width: 100%;
}
#tab-navi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#tab-navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tab-navi li {
	float: left;
	background-color: #f7f6f5;
	border-top: 4px solid #666666;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #d4d4d4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-right: -1px;
	white-space: nowrap;
}
#tab-navi li a {
	display: block;
	color: #333333;
	font-size: 85%;
	font-weight: bold;
	line-height: 100%;
	padding: 12px 20px;
}
#tab-navi li a:hover {
	color: #ffb400;
}
#tab-navi li span {
	font-weight: normal;
}
#tab-navi li.on {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* =========================================================
select navi
========================================================= */
#select-navi {
	background-color: #f7f6f5;
	padding: 10px;
	margin: 0 -10px 18px -10px;
}
/* -----------------------------------------------
select
----------------------------------------------- */
#select-navi .select {
	font-size: 95%;
	text-align: center;
	margin-bottom: 8px;
	width: 100%;
}
/* -----------------------------------------------
sort
----------------------------------------------- */
#select-navi .sort {
	font-size: 85%;
	text-align: center;
}
#select-navi .sort ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#select-navi .sort li {
	display: inline-block;
	border-left: 1px solid #909090;
	padding: 0 5px 0 8px;
	margin: 2px 0;
	white-space: nowrap;
}
#select-navi .sort li:first-child {
	border-left: none;
	padding: 0 5px 0 0;
}
#select-navi .sort li:last-child {
	padding: 0 0 0 8px;
}
/* =========================================================
select button
========================================================= */
#select-button {
	font-size: 80%;
	line-height: 100%;
	margin: 0 0 10px -2px;
}
#select-button ul {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#select-button li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 8px;
	white-space: nowrap;
}
#select-button li:first-child {
	padding-right: 15px;
}
#select-button li:first-child input[type="checkbox"] {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#select-button li:first-child label {
	margin-left: 4px;
}
#select-button li:last-child {
	padding-right: 0;
}
#select-button li div,
#select-button li a {
	display: inline-block;
	color: #ffffff;
	background-color: #909090;
	border-radius: 3px;
	padding: 8px;
}
/* =========================================================
button navi
========================================================= */
#button-navi {
	text-align: center;
	background-color: #f7f6f5;
	padding: 10px;
	margin: 0 -10px 15px -10px
}
#button-navi ul {
	font-size: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#button-navi li {
	display: inline-block;
	margin: 2px;
}
#button-navi li a {
	display: block;
	color: #666666;
	font-size: 12px;
	border: 1px solid #dde2dd;
	border-radius: 3px;
	padding: 6px 8px;
	white-space: nowrap;
}
#button-navi li.on a {
	color: #ffb400;
	background-color: rgba(255,255,255,.8);
}
/* =========================================================
footer delete
========================================================= */
#footer-delete {
	font-size: 85%;
	margin-bottom: 20px;
}
#footer-delete div,
#footer-delete a {
	display: inline-block;
	color: #333333;
	font-size: 12px;
	background-image: url(/imgm/common/common/icon_close_gry.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	border: 1px solid #dde2dd;
	border-radius: 3px;
	padding: 6px 8px 6px 24px;
	white-space: nowrap;
}
/* =========================================================
footer setting
========================================================= */
#footer-setting {
	font-size: 85%;
	margin-bottom: 20px;
}
#footer-setting a {
	display: inline-block;
	color: #333333;
	font-size: 12px;
	background-image: url(/imgm/common/common/icon_panel_gry.png);
	background-size: 15px 16px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	border: 1px solid #dde2dd;
	border-radius: 3px;
	padding: 6px 8px 6px 26px;
	white-space: nowrap;
}
/* =========================================================
mod name
========================================================= */
.mod-name {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.mod-name div:first-child {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.mod-name div:last-child {
	display: table-cell;
	vertical-align: middle;
}
.mod-name div:last-child a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	line-height: 100%;
	background-color: #909090;
	border-radius: 3px;
	padding: 5px;
	margin-left: 5px;
	white-space: nowrap;
}