@charset "UTF-8";

/*
ko-KR
*/

/* common */
@import "/css/kor/common/detail_free.css";
@import "/css/kor/common/related.css";

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
	word-break: break-all;
}
#free #detail .data tr:last-child {
	border-bottom: none;
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/bs/noimg_detail.png);
}
/* -----------------------------------------------
items
----------------------------------------------- */
#free #detail .items {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px;
	width: 100%;
}
#free #detail .items li {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #e6eae6;
	padding: 8px;
}
#free #detail .items li:first-child {
	border-top: 1px solid #e6eae6;
}
#free #detail .items li:hover {
	background-color: #ffffe0;
}
#free #detail .items li .thumb {
	position: relative;
	float: right;
	margin: -2px 0 5px 5px;
}
#free #detail .items li .thumbnail {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #e6eae6;
	width: 40px;
	height: 40px;
}
#free #detail .items li a:hover .thumbnail {
	opacity: 0.5;
}
#free #detail .items .thumb .sold {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	position: absolute;
	top: 15px;
	left: 0;
	color: #ffffff;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	background-color: #ff0000;
	opacity: 0.8;
	padding: 2px 0;
	width: 100%;
}
#free #detail .items .thumb .noimg {
	background-image: url(/img/common/bs/noimg_list.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
}
#free #detail .items .thumb .noimg span {
	display: none;
}
#free #detail .items .info {
	width: 100%;
}
#free #detail .items .info dt {
	font-size: 12px;
	margin: 1px 0 5px 0;
}
#free #detail .items .info dt .actcat {
	color: #ffffff;
	padding: 2px;
}
#free #detail .items .info dt .cat {
	color: #6f5436;
	margin-left: 5px;
}
#free #detail .items .info dd p {
	line-height: 126%;
	margin-bottom: 4px;
}
#free #detail .items .info dd div {
	color: #333333;
	font-weight: bold;
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #f8b500;
	border-bottom: 1px dashed #f8b500;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#free #detail .tag a {
	color: #ffad20;
	border: 1px solid #ffca6f;
	background-color: #fffdf9;
}
#free #detail .tag a:hover {
	color: #00ac9a;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #f8b500;
	border-bottom: 1px dashed #f8b500;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/bs/icon_service_small.png);
}