@charset "UTF-8";

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


/* =========================================================
enlarge window
========================================================= */
.enlarge-picture .wrap .cat,
.enlarge-picture .wrap .detail a,
.enlarge-picture .wrap .detail a:after {
	background-color: #8f8f5f;
}
/* -----------------------------------------------
company name
----------------------------------------------- */
.enlarge-picture .wrap .comname {
	color: #333333;
	font-size: 92%;
	font-weight: bold;
	line-height: 116%;
	margin-bottom: 5px;
}
/* -----------------------------------------------
title
----------------------------------------------- */
.enlarge-picture .wrap .title {/* reset */
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 8px;
}
/* -----------------------------------------------
category
----------------------------------------------- */
.enlarge-picture .wrap .category {
	color: #42150a;
	font-size: 75%;
	line-height: 126%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 14px;
	margin-bottom: 3px;
}

.enlarge-picture .wrap .cat-0 {
	background-image: url(/imgm/common/tg/category/tg_cat_01.png);
}
.enlarge-picture .wrap .cat-1 {
	background-image: url(/imgm/common/tg/category/tg_cat_02.png);
}
.enlarge-picture .wrap .cat-2 {
	background-image: url(/imgm/common/tg/category/tg_cat_03.png);
}
.enlarge-picture .wrap .cat-3 {
	background-image: url(/imgm/common/tg/category/tg_cat_04.png);
}
.enlarge-picture .wrap .cat-4 {
	background-image: url(/imgm/common/tg/category/tg_cat_05.png);
}
.enlarge-picture .wrap .cat-5 {
	background-image: url(/imgm/common/tg/category/tg_cat_06.png);
}
.enlarge-picture .wrap .cat-6 {
	background-image: url(/imgm/common/tg/category/tg_cat_07.png);
}
.enlarge-picture .wrap .cat-7 {
	background-image: url(/imgm/common/tg/category/tg_cat_08.png);
}
.enlarge-picture .wrap .cat-8 {
	background-image: url(/imgm/common/tg/category/tg_cat_09.png);
}
.enlarge-picture .wrap .cat-9 {
	background-image: url(/imgm/common/tg/category/tg_cat_10.png);
}
.enlarge-picture .wrap .cat-10 {
	background-image: url(/imgm/common/tg/category/tg_cat_11.png);
}
.enlarge-picture .wrap .cat-11 {
	background-image: url(/imgm/common/tg/category/tg_cat_12.png);
}
.enlarge-picture .wrap .cat-12 {
	background-image: url(/imgm/common/tg/category/tg_cat_13.png);
}
.enlarge-picture .wrap .cat-13 {
	background-image: url(/imgm/common/tg/category/tg_cat_14.png);
}
.enlarge-picture .wrap .cat-14 {
	background-image: url(/imgm/common/tg/category/tg_cat_15.png);
}
.enlarge-picture .wrap .cat-15 {
	background-image: url(/imgm/common/tg/category/tg_cat_16.png);
}
.enlarge-picture .wrap .cat-16 {
	background-image: url(/imgm/common/tg/category/tg_cat_17.png);
}
.enlarge-picture .wrap .cat-17 {
	background-image: url(/imgm/common/tg/category/tg_cat_18.png);
}
.enlarge-picture .wrap .cat-18 {
	background-image: url(/imgm/common/tg/category/tg_cat_19.png);
}
.enlarge-picture .wrap .cat-19 {
	background-image: url(/imgm/common/tg/category/tg_cat_20.png);
}
.enlarge-picture .wrap .cat-20 {
	background-image: url(/imgm/common/tg/category/tg_cat_21.png);
}
/* -----------------------------------------------
subcategory
----------------------------------------------- */
.enlarge-picture .wrap .subcat {
	color: #888;
	font-size: 75%;
	line-height: 126%;
	margin-bottom: 5px;
}
.enlarge-picture .wrap .subcat a {
	color: #888;
}
.enlarge-picture .wrap .subcat span {
	color: #dde3dd;
	margin: 0 2px;
}
/* -----------------------------------------------
open
----------------------------------------------- */
.enlarge-picture .wrap .open {
	font-size: 70%;
	margin: 0 0 10px -15px;
}
.enlarge-picture .wrap .open span {
	position: relative;
	display: inline-block;
	padding: 2px 10px;
}
.enlarge-picture .wrap .open span:first-child {
	color: #ffffff;
	background-color: #ed6d35;
}
.enlarge-picture .wrap .open span:last-child {
	background-color: #dedede;
}
.enlarge-picture .wrap .open span:before,
.enlarge-picture .wrap .open span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.enlarge-picture .wrap .open span:first-child:before {
	top: 100%;
	left: 0;
	border-width: 0 5px 5px 0;
	border-right-color: #bc4511;
}
/* -----------------------------------------------
review
----------------------------------------------- */
.enlarge-picture .wrap .review-preview {
	margin-top: 15px;
}
/* =========================================================
subcategory
========================================================= */
#subcategory {
	font-size: 80%;
	margin: 10px 0;
}
#subcategory div:first-child {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	background-color: #669900;
	padding: 8px 10px;
	border-radius: 3px;
}
#subcategory div:last-child {
	line-height: 157%;
	border-left: 1px solid #e6eae6;
	border-right: 1px solid #e6eae6;
	border-bottom: 1px solid #e6eae6;
	padding: 8px;
}
#subcategory div:last-child span {
	color: #efefef;
	margin: 0 4px;
}