/*
 Theme Name:   biz-vektor child theme
 Description:  A child theme of the biz-vektor
 Author:       Hideto Joki
 Template:     biz-vektor
*/
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
}
.entryTitle {
  border-left: solid 0 #28e0a0;/*左線（実線 太さ 色）*/
}
.childPageBox {
  border-left: solid 0 #28e0a0;/*左線（実線 太さ 色）*/
}
h4 {
  padding : 10px ;
  border-left: solid 2px #99e7e8;/*左線（実線 太さ 色）*/
  font-weight:bold;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
}
/* (2)フッターの背景色 */
a:link {
 color: #020536; 
}
a:visited {
 color: #000000; 
}
a:hover {
 color: #28e0a0; 
}
