@charset "UTF-8";

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

/* =========================================================
list
========================================================= */
#list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
}
#list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.box {
	clear: both;
	position: relative;
	border: 2px #e8ece9 solid;
	margin-bottom: 8px;
}
#list li.box .wrapper {
	margin: 5px;
}
/* -----------------------------------------------
cj premier: swiper
----------------------------------------------- */
.swiper-container {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	background-color: #efefef;
	height: 155px;
}
.swiper-container a {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	margin: 0 auto;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 5px !important;
}
.swiper-container .swiper-slide img {
	max-width: 100%;
	height: 155px;
}
/* -----------------------------------------------
cj premier: badge
----------------------------------------------- */
#list .premier {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 200;
	display: inline-block;
}
#list .premier img {
	display: inline-block;
	width: 70px;
	height: 70px;
}
#list .premier span {
	display: none;
}
/* -----------------------------------------------
shukatsu
----------------------------------------------- */
#list .shukatsu {
	position: absolute;
	bottom: 40px;
	right: 10px;
	display: inline-block;
}
#list .shukatsu img {
	display: inline-block;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	width: 75px;
	height: 77px;
}
#list .shukatsu a {
	display: block;
	width: 70px;
	height: 70px;
}
#list .shukatsu span {
	display: none;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list li.box .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #e8ece9;
	padding: 5px 3px 5px 5px;
}
#list li.box .header .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
#list li.box .header .status {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#list li.box .header .status span:first-child {
	display: inline-block;
	color: #ffffff;
	font-size: 75%;
	line-height: 100%;
	vertical-align: middle;
	border-radius: 3px;
	padding: 4px;
	margin-right: 4px;
}
#list li.box .header .status .cat {
	display: inline-block;
	color: #6c3524;
	font-size: 80%;
	vertical-align: middle;
}
#list li.box .header .date {
	display: table-cell;
	vertical-align: middle;
	color: #666666;
	font-size: 70%;
	text-align: right;
	white-space: nowrap;
}
#list li.box .header span.new {
	color: #ff3399;
}
/* -----------------------------------------------
applied
----------------------------------------------- */
#list li.box .applied {
	color: #ffffff;
	font-size: 70%;
	margin: -8px 0 5px -12px;
}
#list li.box .applied span {
	position: relative;
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 2px 10px;
}
#list li.box .applied span:before,
#list li.box .applied span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
#list li.box .applied span:before {
	top: 100%;
	left: 0;
	border-width: 0 5px 5px 0;
	border-right-color: #bc4511;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
#list li.box .world-area {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 1px 0;
}
/* -----------------------------------------------
name
----------------------------------------------- */
#list li.box .name {
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#list li.box .name a {
	color: #333333;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
#list li.box .name a img {
	margin-right: 3px;
	width: 20px;
}
/* -----------------------------------------------
title
----------------------------------------------- */
#list li.box .title {
	color: #666600;
	font-size: 92%;
	line-height: 126%;
	margin-bottom: 5px;
}
/* -----------------------------------------------
message
----------------------------------------------- */
#list .com-msg {
	text-align: left;
	padding: 10px 0 15px;
}
#list .com-msg dt {
	display: inline-block;
	font-weight: bold;
	line-height: 26px;
	vertical-align: bottom;
	padding-right: 30px;
	margin-bottom: 5px;
	background-image: url(/imgm/common/cj/icon_msg.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#list .com-msg dd {
	font-size: 90%;
	line-height: 146%;
	overflow: hidden;
	max-height: 2.8em;
	text-overflow: ellipsis;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#list li.box .thumbnail {
	display: block;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 5px;
	height: 150px;
}
#list li.box .thumbnail a {
	display: block;
	height: 150px;
}
/* -----------------------------------------------
data
----------------------------------------------- */
#list li.box .data table {
	font-size: 75%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #efefef;
	margin-bottom: 8px;
	width: 100%;
}
#list li.box .data tr {
	border-bottom: 1px dotted #efefef;
}
#list li.box .data th {
	color: #999999;
	font-weight: normal;
	text-align: left;
	background-color: #fff8dc;
	padding: 4px;
	white-space: nowrap;
}
#list li.box .data td {
	color: #666c67;
	padding: 4px;
	width: 100%;
}
#list li.box .data td a {
	color: #666c67;
}
#list li.box .data td span {
	color: #cccccc;
	margin: 0 2px;
}
#list li.box .data td.area span {
	color: #666c67;
	font-weight: bold;
}
/* -----------------------------------------------
detail
----------------------------------------------- */
#list li.box .detail {
	font-size: 80%;
	text-align: center;
}
#list li.box .detail a {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #5faea1;
	border-radius: 2px;
	padding: 5px 10px;
	z-index: 100;
}
#list li.box .end a {
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}
#list li.box .detail a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ffffff;
}
#list li.box .detail a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #5faea1;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list li.box .tag {
	overflow: hidden;
	margin-top: 5px;
	width: 100%;
}
#list li.box .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
#list li.box .tag a {
	display: inline-block;
	color: #5faea1;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #b2d1da;
	border-radius: 2px;
	background-color: #f7fafa;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list li.box .tag a:hover {
	color: #ff9933;
}