/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.products-editor .row{
  width: 0 -20px;
}
.products-editor .col{
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.products-editor .col1{width: 70%;}
.products-editor .col2{width: 30%;}
.about-editor .redTxt{
  color: #AB1032;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-editor .row{
  margin: 0 auto;
  max-width: 1100px;
}
.about-editor .col{
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 1px solid #666;
    padding: 5px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 5px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../images/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-list li.tel:before  { background-position: 0 0; }
.contact-info-list li.mail:before { background-position: 0 50%; }
.contact-info-list li.addr:before { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.editor-title {
	color: #9C8064;
	font-size: 15px;
	font-weight: bold;
	background: url('../images/editor_title_ic.png') 0 4px no-repeat;
	padding-left: 32px;
	margin: 0 0 5px;
}
/*.terms-editor{
  max-width: 1000px;
  margin: 0 auto;
}*/
.terms-editor .title,
.notice-editor .title{
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 1.75;
  margin-bottom: 10px;
}
.terms-editor  .terms-title{
  text-decoration: underline;
}

/*repair*/
.repair-editor b{
  color: #757575;
  font-size: 18px;
  display: block;
}
.repair-editor span{
  color: #AB1032;
  font-size: 30px;
  display: block;
}
.repair-img{
  margin: 40px 0 35px;
}

/************************/

figure {
  margin:0px;
}

/************************/

@media screen and (max-width: 1200px) {
  .products-editor .col1{width: 50%;}
  .products-editor .col2{width: 50%;}
}

@media screen and (max-width: 1000px) {
  .products-editor .row{
    margin: 0;
  }
  .products-editor .col,
  .products-editor .col1,
  .products-editor .col2{
    width: 100%;
    float: none;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-editor .col{
    float: none;
    width: 100%;
    padding: 10px 0;
  }

}
