@charset "UTF-8";

/* common */
@import "/cssm/jpn/common/related.css";

/* =========================================================
detail
========================================================= */
#detail {
	clear: both;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
#detail .world-area {
	font-weight: bold;
	margin-bottom: 15px;
}
/* ---------------------------------------------------------
title
--------------------------------------------------------- */
#detail .title {/* service */
	font-size: 98%;
	font-weight: bold;
	line-height: 126%;
	padding: 5px 0;
	margin: -5px 0 5px 0;
}
/* ---------------------------------------------------------
user panel tool
--------------------------------------------------------- */
#detail .panel {
	font-size: 80%;
	text-align: center;
	background-color: #f7f6f5;
	padding: 8px 5px;
	margin-bottom: 10px;
}
#detail .panel ul {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 auto;
}
#detail .panel li {
	display: table-cell;
	vertical-align: middle;
}
#detail .panel li:first-child {
	padding: 0 5px 0 0;
}
#detail .panel li:last-child {
	border-right: none;
	padding: 0 0 0 5px;
}
#detail .panel li a {
	display: inline-block;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
	padding: 0 5px;
	white-space: nowrap;
}
/* -----------------------------------------------
fan
----------------------------------------------- */
#detail .panel li.fan .off a {
	background-image: url(/imgm/common/common/button_icon_fan.png);
	background-size: 18px 17px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-right: 2px solid #e6eae6;
	padding: 0 5px 0 20px;
}
#detail .panel li.fan .on a {
	color: #ff6600;
	background-image: url(/imgm/common/common/button_icon_fan_on.png);
	background-size: 18px 17px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-right: 2px solid #e6eae6;
	padding: 0 5px 0 20px;
}
/* -----------------------------------------------
map
----------------------------------------------- */
#detail .panel li.map a {
	background-image: url(/imgm/common/common/button_icon_map.png);
	background-size: 18px 17px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-right: 2px solid #e6eae6;
	padding: 0 5px 0 20px;
}
/* -----------------------------------------------
bookmark
----------------------------------------------- */
#detail .panel li.bookmark .off a {
	background-image: url(/imgm/common/common/button_icon_bookmark.png);
	background-size: 18px 17px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}
#detail .panel li.bookmark .on a {
	color: #fcc800;
	background-image: url(/imgm/common/common/button_icon_bookmark_on.png);
	background-size: 18px 17px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#detail #maindata .picture {
	position: relative;
	text-align: center;
	margin: 10px 0;
}
#detail #maindata .picture img.large,
#detail #maindata .picture iframe,
#detail #maindata .picture video {
	vertical-align: middle;
	max-width: 300px;
	max-height: 225px;
}
/* -----------------------------------------------
download
----------------------------------------------- */
#detail .picture .thumbnail {
	position: relative;
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 10px 10px 42px;
	min-width: 110px;
}
#detail .picture .thumbnail::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 14px 14px 0;
	border-style: solid;
	border-color: #fff #fff #d4d4d4 #d4d4d4;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
#detail #maindata .picture .thumbnail img.large {
	vertical-align: middle;
	border: 1px solid #fff;
	max-width: 280px;
	max-height: 247px;
}
#detail .picture .thumbnail .exmedia-download {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
}
#detail .picture .thumbnail .exmedia-download .download span {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	background-color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	white-space: nowrap;
	border: 2px solid #999999;
}
#detail .picture .thumbnail .exmedia-download .download span:hover {
	background-color: #fff;
	color: #ffcc00;
	border-color: #ffcc00;
}
/* -----------------------------------------------
swiper
----------------------------------------------- */
.swiper-container {
	width: 100%;
	padding-bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 0;
	padding: 0;
	margin: 0;
}
/* -----------------------------------------------
sold out
----------------------------------------------- */
#detail #maindata .picture .sold {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 2;
}
#detail #maindata .picture .sold span {
	display: none;
}
#detail #maindata .picture .sold div {
	background-image: url(/imgm/common/common/sold_icon.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
/* -----------------------------------------------
rest
----------------------------------------------- */
#detail .noimg,
#detail .picture .expand {
	display: none;
}
/* -----------------------------------------------
photos
----------------------------------------------- */
#detail .photos {
	text-align: center;
	margin: 0 -3px 10px -3px;
}
#detail .photos:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#detail .photos .thumbnail {
	float: left;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
#detail .photos .thumbnail img {
	vertical-align: middle;
	margin: 3px;
}
#detail .photos .thumbnail img.small,
#detail .photos .thumbnail img.medium {
	max-width: 70px;
}
/* -----------------------------------------------
intro
----------------------------------------------- */
#detail .intro {
	font-size: 92%;
	font-weight: bold;
	line-height: 157%;
	margin-bottom: 20px;
}
/* -----------------------------------------------
comment
----------------------------------------------- */
#detail .comment {
	font-size: 92%;
	line-height: 157%;
	margin: 0 0 20px 0;
}
#detail .comment .inquiry {
	color: #665a1a;
	font-size: 92%;
	border: 1px dotted #ffe9b2;
	background-color: #fff8e5;
	padding: 4px 6px 4px 3px;
	margin: 0 6px;
	border-radius: 3px;
}
/* -----------------------------------------------
url
----------------------------------------------- */
#detail .url {
	line-height: 116%;
	margin: 0 0 20px 0;
}
/* -----------------------------------------------
status
----------------------------------------------- */
#detail .status div {
	color: #ffffff;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 5px 0;
}
/* -----------------------------------------------
webid
----------------------------------------------- */
#detail .webid {
	font-size: 80%;
	text-align: right;
	margin: 20px 0 10px;
}
#detail .webid span {
	color: #999999;
	margin-right: 2px;
}
#detail .webid a {
	color: #333;
}
/* -----------------------------------------------
message
----------------------------------------------- */
#detail .message {
	text-align: center;
	margin: 40px 0;
}
#detail .message a {
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	border: 1px solid #cfcfbc;
	border-radius: 3px;
	width: 80%;
}
#detail .message span {
	display: inline-block;
	background-image: url(/imgm/common/common/button_icon_message.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding: 15px 20px 15px 53px;
	white-space: nowrap;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#detail .tag {
	font-size: 0;
	margin-bottom: 30px;
	width: 100%;
}
#detail .tag a {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	vertical-align: bottom;
	border-radius: 2px;
	background-color: #fafaf7;
	padding: 3px 5px;
	margin: 0 4px 4px 0;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#detail .contact {/* service */
	clear: both;
	padding: 6px 0;
	margin-bottom: 10px;
}
#detail .contact:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#detail .contact .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .contact .box .uimg {
	display: table-cell;
	vertical-align: top;
	padding-right: 8px;
}
#detail .contact .box .uimg img {
	vertical-align: middle;
	max-width: 40px;
	max-height: 40px;
}
#detail .contact .box ul {
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 100%;
}
#detail .contact .box li {
	display: inline-block;
	font-size: 80%;
	line-height: 126%;
	margin: 0 10px 0 0;
}
#detail .contact .box li:last-child {
	margin: 0;
}
#detail .contact .box li a {
	color: #333333;
}
#detail .contact .box li.name a {
	font-weight: bold;
}
#detail .contact .box li.name img {
	vertical-align: bottom;
	margin-right: 4px;
	width: 20px;
	height: 20px;
}
#detail .contact .box li span {
	color: #999999;
	margin-right: 4px;
}
/* -----------------------------------------------
analysis
----------------------------------------------- */
#detail .analysis {
	font-size: 80%;
	clear: both;
	margin: 0 -5px 20px -5px;
}
#detail .analysis:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#detail .analysis ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .analysis li {
	float: left;
	color: #666c67;
	margin: 2px 5px;
}
#detail .analysis li span {
	color: #999999;
}
/* -----------------------------------------------
sns
----------------------------------------------- */
#detail .sns {
	text-align: center;
	margin-bottom: 20px;
}
#detail .sns ul {
	clear: both;
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 auto;
}
#detail .sns li {
	display: table-cell;
	vertical-align: top;
	padding: 0 2px;
}
/* -----------------------------------------------
previous, next
----------------------------------------------- */
#detail .button {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
#detail .button ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
#detail .button li {
	float: left;
	vertical-align: middle;
}
#detail .button li a {
	display: inline-block;
	color: #666c67;
	font-size: 110%;
	font-weight: bold;
	line-height: 20px;
}
#detail .button li.prev {
	border-right: 1px solid #e6eae6;
	padding-right: 10px;
}
#detail .button li.prev a {
	background-image: url(/imgm/common/common/button_arrow_left_gry.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 5px 0 22px;
}
#detail .button li.next {
	border-left: 1px solid #e6eae6;
	padding-left: 10px;
}
#detail .button li.next a {
	background-image: url(/imgm/common/common/button_arrow_right_gry.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 22px 0 5px;
}
/* =========================================================
footer
========================================================= */
#detail .footer {
	background: url(/imgm/common/common/contents_name_bg.png) repeat-x 0 0;
	margin-top: 50px;
}
#detail .footer .return {
	background: url(/imgm/common/common/contents_name_bg.png) repeat-x 0 100%;
	padding: 10px 0;
	margin-bottom: 10px;
}
#detail .footer .return a {/* service */
	display: inline-block;
	font-size: 95%;
	line-height: 20px;
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 24px;
}
#detail .footer .bottom {
	font-size: 80%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .footer .bottom .report {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}
#detail .footer .bottom .report a {
	color: #666666;
	display: inline-block;
	line-height: 12px;
	background-image: url(/imgm/common/common/button_icon_report.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
}
#detail .footer .bottom .edit {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#detail .footer .bottom .edit ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 auto;
}
#detail .footer .bottom .edit li {
	float: left;
	margin-left: 5px;
}
#detail .footer .bottom .edit li a {
	display: block;
	color: #aaa;
	text-align: center;
	line-height: 100%;
	border: 2px solid #dcdcdc;
	border-radius: 3px;
	padding: 5px 10px;
	white-space: nowrap;
}
/* =========================================================
attention buffer
========================================================= */
#att-buffer dl {
	border: 2px solid #fcc800;
	background-color: #fffbeb;
	border-radius: 5px;
	margin-bottom: 10px;
}
#att-buffer dt {
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	background-color: #fcc800;
	padding: 3px 10px;
}
#att-buffer dd.info {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	background-image: url(/imgm/common/common/icon_buffer.png);
	background-size: 45px auto;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	width: 100%;
	min-height: 60px;
}
#att-buffer dd.info p {
	color: #ff6600;
	font-size: 85%;
	line-height: 126%;
	padding: 6px 8px 6px 58px;
}
#att-buffer dd.note {
	color: #f44;
	font-size: 85%;
	margin: 0 8px 8px 8px;
}
#att-buffer dd.note span {
	background-color: #ff8;
}
/* =========================================================
company info / bsc, rp, cf
========================================================= */
#detail .cominfo {/* service color */
	padding: 14px 0;
	margin-bottom: 20px;
}
#detail .cominfo:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#detail .cominfo h4 {/* service color */
	display: inline-block;
	color: #ffffff;
	padding: 4px 5px;
	font-size: 85%;
	line-height: 100%;
	margin-bottom: 14px;
}
#detail .cominfo .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .cominfo .wrap dl {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#detail .cominfo .wrap dt {
	font-size: 92%;
	font-weight: bold;
	line-height: 100%;
	padding: 0 0 5px 0;
}
#detail .cominfo .wrap dt a {
	color: #333333;
}
#detail .cominfo .wrap dt img {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
#detail .cominfo .wrap dd {
	font-size: 90%;
}
#detail .cominfo .wrap dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .cominfo .wrap dd li:first-child {
	border-top: 1px solid #e6eae6;
}
#detail .cominfo .wrap dd li {
	border-bottom: 1px solid #e6eae6;
	padding: 5px 0;
}
#detail .cominfo .wrap dd li span {
	font-weight: bold;
	margin-left: 4px;
}
#detail .cominfo .wrap dd li.address span,
#detail .cominfo .wrap dd li.address a,
#detail .cominfo .wrap dd li.license span,
#detail .cominfo .wrap dd li.license a {
	color: #333333;
	font-weight: normal;
}
#detail .cominfo .wrap .logo {
	padding-left: 5px;
}
#detail .cominfo .wrap .logo img {
	vertical-align: middle;
	max-width: 80px;
	max-height: 60px;
}
#detail .cominfo .desc {
	font-size: 85%;
	line-height: 146%;
	margin: 10px 0 0 0;
}