



.qaline {
	margin: 0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}
.qaline a {
    font-family: 'Heebo', 'Roboto', '微軟正黑體', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: 500; 
    text-decoration: none;
    border: 5px solid #f2f2f2;
    float: left;
    width: 100%;
    display: block;
    background: #fcfcfc url(../icon_iqa.png) no-repeat left center;
    background-color: #f2f2f2;
    padding: 12px 10px 10px 55px;
    box-sizing: border-box;
}

.qaline:hover {
	background-color: #FFF8B9;
}
.qaline.open  {
	display: block;
	text-decoration: none;
	float: left;
	width: 100%;
 }
.qaline.open a {
	background: #fcfcfc url(../icon_iqa_hover.png) no-repeat left center;
 	float: left;
	width: 100%;
	padding: 12px 10px 10px 55px;
	font-weight: bold;
	color: #000;
		box-sizing: border-box;
}
.qaline + div {
	padding: 0 10px 28px 20px;
	box-sizing: border-box;
}
.qaline.close {
  float: right;
  font-size: 14px;
  font-weight:500;
  line-height: 1;
  color: #000;
  text-shadow: 0;
  filter: alpha(opacity=20);
  opacity: .8;
}
.qaline.close:hover,
.qaline.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}


/* Pre hide sections with JavaScript on
--- */
#css3-animated-example qaline +div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example qaline + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #fff;
  display: block!important;
}
#css3-animated-example .content {
  padding: 10px;
}
#css3-animated-example qaline.open + div {
  height: auto;
  background: #000;
}

/* Event example
--- */
pre#event-log {
  background: #000;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
}

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}





/* XS Portrait */
@media (max-width: 480px) {
.qaline a {
	width: 100%;
	padding: 10px 10px 10px 55px;
	box-sizing: border-box;
}
.qaline.open a {
	width: 100%;
	padding: 10px 10px 10px 55px;
	box-sizing: border-box;
}
}




/*--------------購物車規格----------------*/


.cartline {
	margin: 0;
	float: left;
	width: 100%;
}
.cartline a {
	font-family: 'Heebo', 'Roboto', '微軟正黑體', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    display: block;
    text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
    border: 5px solid #f2f2f2;
    float: left;
    width: 100%;
    display: block;
    background: #ffffff url(../icon_icart.png) no-repeat right center;
    padding: 5px 50px 5px 10px;
    box-sizing: border-box;
}

.cartline:hover {
	background-color: #fff;
}
.cartline.open  {
	display: block;
	text-decoration: none;
	float: left;
	width: 100%;
 }
.cartline.open a {
	background: #f2f2f2 url(../icon_icart_hover.png) no-repeat right center;
 	float: left;
	width: 100%;
   padding: 5px 50px 5px 10px;
	font-weight: bold;
	color: #666;
	box-sizing: border-box;
}
.cartline + div {
    width: 100%;
padding: 10px;
    float: left;
    box-sizing: border-box;
	background-color:#f2f2f2;
}
.cartline.close {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0;
  filter: alpha(opacity=20);
  opacity: .8;
}
.cartline.close:hover,
.cartline.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}


/* Pre hide sections with JavaScript on
--- */
#css3-animated-example cartline +div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example cartline + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #fff;
  display: block!important;
}
#css3-animated-example .content {
  padding: 10px;
}
#css3-animated-example cartline.open + div {
  height: auto;
  background: #000;
}

/* Event example
--- */
pre#event-log {
  background: #000;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
}

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}





/* XS Portrait */
@media (max-width: 480px) {
.cartline a {
	width: 100%;
	padding: 5px 50px 5px 6px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
}
.cartline.open a {
	width: 100%;
	padding: 5px 50px 5px 6px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
}
}




.qatable {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.qatable table {
	width: 100%;
	border: 1px solid #CCC;
	border-spacing: 0px;
	box-sizing: border-box;
}
.qatable table thead tr {

}
.qatable table thead tr th {
	margin: 0px;
	padding: 5px;
	background-color: #58ABDC;
	color: #FFF;
}
.qatable table tr {
  color: #222;
}
.qatable table tr th {
	color: #0B73B0;
}
.qatable table tr td, 
.qatable table th {
	padding: 8px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}

.qatable  tr:nth-child(even) {
	background-color: #fff;
 } 
.qatable  tr:nth-child(odd) {
            background-color: #f2f2f2;
 } 
 
 