
#custom_box p {
  background: #000000;/*背景色*/
  padding: 3em 1em;/*文字まわり（上下左右）の余白*/
  color: #FFF;
  text-align: center
}

#custom_box strong {
  font-size: 1.6em;
  background: #000000;/*背景色*/
  text-align:center
}

#custom_parts p {
  background: #ff0000;/*背景色*/
  padding: 3em 1em;/*文字まわり（上下左右）の余白*/
  color: #FFF;
  text-align: center
}

#custom_parts strong {
  font-size: 1.6em;
  background: #ff0000;/*背景色*/
  text-align:center
}

#custom_parts a {
  color: #FFF;
  
}