@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:1023px) {
.sidebar,
.sidemenu-box {
	display: none;
}
}

@media only screen and (min-width: 1024px) {
/* 側欄選單 */ 
.sidebar {
	float: right;
	display: block;
}
#sidemenu {
	/*position: absolute;*/
	z-index: 1;
}
.sidemenu-box {
	position: fixed;
	z-index: 1;
	text-align: center;
	margin-top: 335px;
	margin-left: 2px;
}
.sidemenu-bg {
	display: block;
	clear: none;
	float: left;
	text-align: center;
	border: #fff 2px solid;
	padding:10px;
}
}

.img-responsive {
	margin: 0px auto;
}

.product {
  /*padding-right: 15px;
  padding-left: 15px;*/
  padding-bottom:15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius:5px;
  border: #fff solid 2px;
  background:rgba(255, 0, 0, .5);
  text-align:center;
  font-family: sans-serif, "微軟正黑體";
}
@media (min-width: 768px) {
  .product {
	margin-right: auto;
    margin-left: auto;  
    width: 750px;
  }
}
@media (min-width: 992px) {
  .product {
    width: 970px;
  }
}

.title {
	display:block;
	background-color: #600;
	color: #fff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif,"微軟正黑體";
	font-size:18px;
}

/* 小標 */
.sub {
	display:block;
	background-color: #4f1616;
	margin:10px 15px 0px 15px;
	padding:10px;
	color: #ff0;
	font-size:18px;
	text-align:left;
}

.sub_contact {
	display: block;
	border: #4f1616 solid 2px;
	margin: 0px 15px 15px 15px;
	background-color: #ffffcc;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 24px;
}

.desc {
	display:block;
	background-color: #ffffcc;
	color: #000;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size:16px;
}

.desc ul {
	display:block;
	margin:0px 10px 0px 0px; !important;
}

.desc li {
	padding:0px !important;
	text-align:left;
	line-height:24px;
	list-style-type: decimal;
	
}

.a_color {
	color:#90F;
	font-weight:bloder;
}

.a_color:hover {
	color:#F00;
	font-weight:bloder;
}


.space {
	margin-bottom:20px;
}

.desc-width {
	margin: 0px 15px;
	text-align:left;
}

@media (min-width: 768px) {
  .desc-width {
	margin:0px auto;
	width:80%;
  }
}
@media (min-width: 992px) {
  .desc-width {
	margin:0px auto;
	width:60%;
  }
}

