/*
Theme Name: Twenty Twenty-Three child
Theme URI: https://wordpress.org/themes/twentytwentythree
Description: Twenty Twenty-Threeの子テーマ
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Version: 1.0
*/

.hidden-item {
	display:none;
}
body.app header,
body.app footer,
h1 {
	display:none;
}
body.app .wp-site-blocks {
	padding-top: 0px;
}
input,
textarea {
    background: white !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 16px !important;
}
input {
    height: 32px !important;
}

input[type=submit] {
    background: #0743ff !important;
    color: white !important;
    border: 1px solid white !important;
    border-radius: 32px !important;
    padding-left: 24px;
    padding-right: 24px;
}


body.app input[type=text],
body.app input[type=email],
body.app textarea {
	width: 100% !important;
}

input[type=text],
input[type=email],
textarea
{
    border: 1px solid gray !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,td{
	border:1px solid #CCC;
	padding: 10px;
}





