/*
 Theme Name:     Divi Child
 Theme URI:     
 Description:    Divi Child Theme
 Author:         株式会社FRS
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

ul, ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
a {
  text-decoration: none;
}

.red{
	color:#f00;
}
.blue{
	color:#0065ad;
}
.yellow{
	color:#ff0;
}
.et_flex_column, .et_flex_group, .et_flex_module, .et_flex_row, .et_flex_section {
  row-gap: 1em !important;
}
.line-yellow{
	background-color:#FFFF30;
}
/* タームの色
------------------------------------------------------- */
a.item-dendou ,a.item-air ,a.item-engine ,a.item-hydraulic ,a.item-other ,.entry-categories a[href*="/item-cate/item-dendou/"] ,.entry-categories a[href*="/item-cate/item-air/"] ,.entry-categories a[href*="/item-cate/item-engine/"] ,.entry-categories a[href*="/item-cate/item-hydraulic/"]  ,.entry-categories a[href*="/item-cate/item-other/"]{
	  padding: 3px 8px;
    border-radius: 4px;
    margin-right: 5px;
}
a.item-dendou ,.entry-categories a[href*="/item-cate/item-dendou/"] {
	background: #dd0202;
    color: #fff !important;
  }

a.item-air ,.entry-categories a[href*="/item-cate/item-air/"] {
	background: #b8860b;
   color: #ffffff !important ;
}

a.item-engin ,.entry-categories a[href*="/item-cate/item-engine/"] {
	background: #339900;
    color: #fff !important ;
}
a.item-hydraulic ,.entry-categories a[href*="/item-cate/item-hydraulic/"] {
	background: #ff6600;
    color: #fff !important ;
}

a.item-other ,.entry-categories a[href*="/item-cate/item-other/"] {
	background: #666666;
    color: #fff !important ;
}


