@charset "utf-8";
/* CSS Document */

.special-static {
	margin-bottom: 0;
}
#contWrap {
	padding-bottom: 10px;
	font-size: 16px;
}
#contWrap * {
	margin: 0;
	padding: 0;
}
#contWrap li {
	list-style-type: none;
}
#contWrap li img {

}

#contWrap #top {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 20px;
}
#contWrap #top h2 {
	color: #be323f;
	font-size: 26px;
	line-height: 1em;
	font-weight: 500;
	border: #be323f solid 1px;
	border-radius: 2px;
	padding: 24px 30px;
	margin-bottom: 20px;
}
#contWrap #top dl {
	background-color: #ffffeb;
	font-size: 12px;
	line-height: 1.5em;
	border: #f1d8a1 solid 1px;
	padding: 12px 20px;
	margin-top: 20px;
}
#contWrap #top dd {
}
#contWrap #top dd::before {
	content: "・"
}


#contWrap #item h3 {
	color: #fff;
	background-color: #be323f;
	font-size: 20px;
	line-height: 1em;
	font-weight: 500;
	padding: 13px 0 15px 25px;
	margin-bottom: 0;
}
#contWrap #item .catalog {
	border: #d0d0d0 solid 1px;
	border-radius: 2px;
	margin-bottom: 30px;
}
#contWrap #item .scale {
	width: 100px;
	float: left;
}
#contWrap #item .cover {
	overflow-x: auto;
	margin-left: 54px;
}
#contWrap #item .itemImg {
	display: flex;
	flex-direction: row;
}
#contWrap #item .itemImg ul{
	min-width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
}
#contWrap #item .itemImg li {
	min-width: 170px;
	line-height: 1px;
}
#contWrap #item .itemImg li img {
	margin: 2px 0 -2px 0;
}
#contWrap #item .itemDetail ul{
	min-width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
}
#contWrap #item .itemDetail li {
	min-width: 170px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

#contWrap #item .itemDetail li dl {
	padding-bottom: 15px;
}
#contWrap #item .itemDetail li dt {
	font-family: -apple-system, sans-serif;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#contWrap #item .itemDetail li dt span {
	font-size: 12px;
	font-weight: normal;
}
/*#contWrap #item #catalog02 .itemDetail li dt {
	min-height: 60px;
}*/
#contWrap #item .itemDetail li dd {
	font-weight: 500;
	text-align: center;
	width: 120px;
	margin: 0 auto 6px auto;
}
#contWrap #item .itemDetail li dd a {
	display: block;
	height: 36px;
	background: linear-gradient(to bottom, #444 50%, #3a3a3a 51%);
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	border-radius: 4px;
}
#contWrap #item .itemDetail li dd a::before {
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: 0 8px 1px -5px;
	position: relative;
	margin-top: -.2em;
}
#contWrap #item .itemDetail li dd a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#contWrap #item .itemImg li.w200,
#contWrap #item .itemDetail li.w200{
	min-width: 200px;
}

#contWrap #item #catalog01 .itemImg ul,
#contWrap #item #catalog01 .itemImg ul li{
	background: #ffffeb url(images/catalog01-line.png) left bottom repeat-x;
}
#contWrap #item #catalog02 .itemImg ul,
#contWrap #item #catalog02 .itemImg ul li {
	background: #ffffeb url(images/catalog02-line.png) left bottom repeat-x;
}
#contWrap #item #catalog03 .itemImg ul,
#contWrap #item #catalog03 .itemImg ul li {
	background: #ffffeb url(images/catalog03-line.png) left bottom repeat-x;
}
#contWrap #item #catalog04 .itemImg ul,
#contWrap #item #catalog04 .itemImg ul li {
	background: #ffffeb url(images/catalog04-line.png) left bottom repeat-x;
}
#contWrap #item #catalog05 .itemImg ul,
#contWrap #item #catalog05 .itemImg ul li {
	background: #ffffeb url(images/catalog05-line.png) left bottom repeat-x;
}
#contWrap #item #catalog06 .itemImg ul,
#contWrap #item #catalog06 .itemImg ul li {
	background: #ffffeb url(images/catalog06-line.png) left bottom repeat-x;
}
#contWrap #mainImg{
	margin-bottom: 20px;
}

/* リンクバナー
------------------------------------*/
.menuBtn ul {
    width: 100%;
    margin: 10px auto 20px auto !important;
    display: flex;
    justify-content: space-between;
}
.menuBtn ul li {
	padding-right: 6px !important;
}
.menuBtn ul li:last-child {
	padding-right: 0 !important;
}
.menuBtn ul li a:hover{
	opacity: 0.5;
}
