/*
Template:       first
Theme Name:     First-child
Theme URI:      http://taustation.com/
Description:    Child theme of First
Author:         taustation
Version:        1.0
*/
 
@import url("../first/style.css");
 
/*　ContactForm7-5のテーブル化調整　*/
 
.table-ctf7 tr th,td {
    padding: 10px; /* 余白を10px持たせる */
    border-top: 1px #DDD solid; /* 上側にグレーの実線を引く */
}
 
.table-ctf7 tr:nth-child(even) {
    background-color: #F9F9F9; /* 偶数行をうっすらグレーに */
}

.table-ctf7 span.requied {
    font-size: 10px; /* フォントサイズを10pxに */
    color: red; /* フォントカラーを赤に */
    font-weight: normal; /* フォントの太さを通常に */
}