#main hr {
	border-top:3px dotted #ddd ;
	border-bottom:none;
}

#main h2 {
	position: relative;
	height: 50px;
	line-height: 51px;
	padding: 0 1em;
	background-color: #11c5cc;
	margin: 18px 0 28px 0;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	font-family: meiryo;
}
#main h2::before,
#main h2::after {
	content: '';
	position: absolute;
}
#main h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #999;
}
#main h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

#main h3 {
	text-align:left;
	margin: 10px 12px;
	padding-left:10px;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.4em;
	border-left:solid 8px #19d9e0;
}

#main h4 {
	font-weight:bold;
	font-size: 16px;
	text-align:left;
	text-indent: 31px;
	position:relative;
	margin-top: 22px;
}

#main h4:before {
	content:"■";
	font-size: 17px;
	line-height: 24px;
	position:absolute;
	left: -23px;
	color:#19d9e0;
}

#main p.typeHeading {
	font-weight:bold;
	font-size:20px;
	margin-bottom:24px;
	position: relative;
	border-bottom: 3px solid #bbb;
	padding-bottom:6px;
}
#main p.typeHeading:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 14%;
	height: 3px;
	background-color: #11c5cc;
}

#main p.itemHeading {
	font-weight:bold;
	font-size:20px;
	margin-top:26px;
	position: relative;
	border-bottom: 3px solid #bbb;
	padding-bottom:6px;
}
#main p.itemHeading:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 14%;
	height: 3px;
	background-color: #11c5cc;
}

#main p{
	text-align:left;
	margin:12px;
	font-size:1.2em;
}


#main p.more {
	text-align:right;
	margin-bottom:24px;
}

#main div.tromboneSelect {
	overflow:hidden;
	clear:left;
}
#main div.tromboneSelect p.leftParagraph {
	width:466px;
	float:left;
	box-sizing:border-box;
}
#main div.tromboneSelect p.rightImg {
	width:220px;
	margin:0;
	padding:10px 10px 4px 10px;
	float:left;
	overflow:hidden;
	text-align:center;
	box-sizing:border-box;
	background:#eee;
}
#main div.tromboneSelect p.rightImg img {
	width: 200px;
	height: auto;
}
#main div.tromboneSelect p.rightImg span {
	display:block;
	margin-top:6px;
}

#main ul {
	margin:0 10px 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main ul:after {
	content:"";
	display: block;
	width: 33%;
}

#main li {width: 32.333%;padding: 10px 0 0;text-align: center;box-sizing:border-box;background-color:#eee;}
#main li p {
text-align:center;
}

#main li:nth-child(n + 1) {
}

#main li img {
	width:200px;
	height:auto;
}

#main ul.windinstrumentsType {
	overflow:hidden;
	margin:0 10px 0 10px;
}

#main ul.windinstrumentsType li {float:none;width:100%;height: auto;padding:12px;text-align: center;box-sizing:border-box;background-color:#eee;overflow: hidden;}

#main ul.windinstrumentsType img {
float:left;
margin:16px 20px 0 0;
display:block;
}

#main ul.windinstrumentsType p.windType {
font-weight:bold;
font-size:1.3em;
text-align:left;
margin-top:10px;
}
#main ul.windinstrumentsType p.windDetail {text-align:left;margin:5px 0 0 0;}

#main ul.maintenanceItem li {
	height: 260px;
}

#main ul.maintenanceItem li p.name {
	font-weight:bold;
	border-bottom: 2px dotted #ddd;
	padding-bottom:5px;
	text-align:left;
	margin-bottom: 3px !important;
}

#main ul.maintenanceItem li p.detail {
	text-align:left;
	margin-bottom: 5px;
	margin-top: 8px;
}

#main .miProduct p {
		text-align: left;
		margin: 0 0 0 10px;
}

#main .miProduct p:before {
	content:"▲";
	transform: rotate(-31deg);
	display:block;
	float:left;
	margin-right:5px
}

#main table , td, th {
	border: 2px solid #bbb;
	border-collapse: collapse;
	font-family: meiryo;
	margin-left:12px;
}
#main td, th {
	padding: 6px;
}
#main th {
	background: #ddd;
}
#main .even {
	background: #fbf8f0;
}
#main .odd {
	background: #fefcf9;
}

#main p.rightLink {
	float: right;
	margin: 10px 7px;
}

#main p.rightLink a {
	display:block;
	background: orange;
	padding: 4px 10px;
	text-align: center;
	color:white;
	border-radius: 4px;
}

#main .movie-l {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#main .movie-l iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main .movie-l + p {
	margin-top: .5em;
}

.linkProductList a {
	display:block;
	color:white;
	background: orange;
	font-size: 18px;
	width: 400px;
	margin: 50px auto 0;
	border-radius:5px;
	padding:4px;
}

.linkProductList a:hover {
	background:#dc8e00;
	text-decoration:none;
}

#main ul.windRelatedLink {
	overflow:hidden;
	border-top:2px dashed #11c5cc;
	padding-top: 50px;
	margin-top: 40px !important;
}

#main ul.windRelatedLink li {
	background:#fefefe !important;
	font-size: 15px;
	font-weight:bold;
	color:#606060;
	position:relative;
	height:auto;
	padding: 0;
	margin: 0 0 0 10px;
}

#main ul.windRelatedLink li:first-child {
	margin:0
}

#main ul.windRelatedLink li a {
	display:block;
	height: 36px;
	border: 1px solid #bebebe;
	border-top: 10px solid #11c5cc;
	padding-top: 13px;
}

#main ul.windRelatedLink li:after {
	content:"";
	display:block;
	width:0px;
	height:0px;
	border:6px solid;
	border-top: 8px solid #11c5cc;
	border-right: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid #11c5cc;
	position:absolute;
	right:-1px;;
	bottom:-1px;
}
