19
July
cf7 コピペ用 css
.cf7{
border:none!important;
}
.cf7 input{
font-family: Lato, "Noto Sans Japanese", メイリオ, Meiryo, Osaka, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
}
.cf7 tr{
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin-top: -1px;
}
.cf7 th,
.cf7 td{
border:none;
padding:20px 10px;
}
.cf7 th{
width:250px;
background:none;
text-align:left;
vertical-align:top;
}
.cf7 .req{
color:red;
font-weight:bold;
}
.cf7 .input_small input{
width:50px;
display:inline-block;
vertical-align:initial;
margin:0 10px;
height:23px;
}
.cf7 .input_medium .wpcf7-list-item {
display:block;
}
.cf7 .input_medium .wpcf7-free-text{
width:150px;
display:inline-block;
vertical-align:initial;
margin:0 10px;
height:23px;
}
.cf7 .input_small_calendar input{
width:200px;
display:inline-block;
vertical-align:initial;
margin:0 10px;
}
.cf7 .select_small select{
width:70px;
display:inline-block;
vertical-align:initial;
margin:0 10px;
}
.text-xs-center {
text-align: center;
margin-bottom:100px!important;
}
input[type="submit"], input[type="reset"], input[type="button"] {
width: 120px;
padding: 10px 15px;
background: #133f0c;
margin: 0 5px;
border:none;
border-radius:3px;
color:#fff;
letter-spacing:2px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
opacity:0.8;
cursor:pointer;
}
PR