/*
Theme Name:businesspress-child
Template:businesspress
Version:1.0.0
*/
/*投稿エディタ文字装飾用CSS　追記*/
/*ピンクのマーカー*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
        width: 70%;
        height: 35px !important;
}

.wpcf7 textarea[type="textarea"] {
        width: 70%;
        height: 350px !important;
}

