@charset "utf-8";
#tabtitle1, #tabtitle2, #tabtitle3, #tabtitle4, #tabtitle5 {
  display: none;
}
.sdulabel, .tablabel {
  margin: 0 0 5px;
  background-color: #F8F8F8;
  font-size: 17px;
  color: #5C5C5C;
  font-weight: bold;
  line-height: 42px;
  padding: 5px;	
}
.tablabel {
  display: block;
  cursor: pointer;
  background-image: url(../imgs/content/arrawdown.png);
  background-repeat: no-repeat;
  background-position: 98% 10px;
}
.tablabel:hover {
  background-color: #F8F8F8;
  padding-left: 5px;
}
.tablabel b, .sdulabel b {
	font-size: 22px;
}
.ucontent {
	padding-left: 5px;
}
.ucontent p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.ucontent b {
	color: cadetblue;
	font-size: 1.3em;
}
#tabtitle1 + .tablabel + .ucontent,  #tabtitle2 + .tablabel + .ucontent, #tabtitle3 + .tablabel + .ucontent,  #tabtitle4 + .tablabel + .ucontent, #tabtitle5 + .tablabel + .ucontent {
  display: none;
  bottom: 20px;
}
#tabtitle1:checked + .tablabel + .ucontent, #tabtitle2:checked + .tablabel + .ucontent, #tabtitle3:checked + .tablabel + .ucontent, #tabtitle4:checked + .tablabel + .ucontent, #tabtitle5:checked + .tablabel + .ucontent {
  display: block;
  margin-bottom: 10px;
}
.tabct {
 margin-top: 0px;
  margin-bottom: 10px;
}
.tabcg {
	margin-top: 0px;
	margin-bottom: 10px;
}
.tabcd {
  margin-top: 10px;
}
.tabch {
  margin-bottom: 10px;
}
#sdbms {
  background: #FFF;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 20px;
}
#sdbms p {
	margin: 0px;
}
@media (min-width:601px) {
.sdm {
  width: 150px;
  }
}
@media (max-width:600px) {
.sdm {
  width: 120px;
  }
}
.sdm {
  float: left;
  font-size: 15px;
  margin-bottom: 15px;
  height: 175px;
  padding-left: 10px;
  padding-right: 10px;
}
.sdm img {
 border-style: none;
  margin-bottom: 5px;
}
.sdm a {
	text-decoration:none;
}
.sdm a:hover {
	text-decoration:underline;
}
.brandcontent {
  padding: 5px 10px 15px 20px;
}
.brandcontent a {
  text-decoration: none;
  color: #5090A8;
  font-size: 17px;
  font-weight: bold;
}
.brandcontent a:hover {
 text-decoration: underline;
}
