@charset "utf-8";
/*commonLayout
------------------------------------------------------- */


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.small {
	font-size: small !important;
}

.corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.red {
	color: #F00;
}


a:link {
	color: #5C5C5C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited{
	color: #5C5C6C;
}
a:hover {
	color: #39F;
	text-decoration: underline;
}
a:active {
	color: #66F;
	border-radius: 3px;
}
.padding10 {
	padding: 10px;
}
.margin10 {
	margin: 10px;
}



.tableBorder01 {
	border-top: 1px solid #7d6867;
	width: 100%;
}
.tableBorder01 tbody tr.trBold  {
	border-top: 2px solid #7d6867;
}
.tableBorder01 tbody tr th {
	border-bottom: 1px solid #7d6867;
	background-color: #D8C9C9;
	padding: 10px;
}
.tableBorder01 tbody tr td {
	border-bottom: 1px solid #7d6867;
	padding: 10px;
}
.borderBottomS {
	border-bottom: 0px solid #1D1D1D;
}

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}




#wrap #secondpage {
	width: 690px;
	float: right;
	margin-left: 30px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
}


#wrap #secondpage #pankuzu {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	line-height: normal;
	width: 100%;
	margin-bottom: 7px;
}
#wrap #widepage #pankuzu {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	width: 950px;
	margin-bottom: 30px;
}
#wrap #pankuzu div {
	float: left;
	font-size: 11px;
}
#wrap #pankuzu div a {
	color: #2D2D2D;
}
#wrap #secondpage h1 {
	color: #F68200;
	font-weight: bold;
	font-size: x-large;
	line-height: normal;
	border-bottom: 2px solid #F6AF04;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#wrap #secondpage p {
	line-height: normal;
	margin-bottom: 1em;
	font-size: medium;
	letter-spacing: normal;

}



#wrap #secondpage ul.liNormal {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#wrap #secondpage ul.liNormal li {
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#secondpage ul.holizonButton {
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#secondpage ul.holizonButton li {
	float: left;
}
#wrap #widepage h1 {
	color: #F6AE00;
	font-weight: bold;
	font-size: x-large;
	line-height: normal;
	border-bottom: 2px solid #F6AF04;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


#wrap #widepage p {
	line-height: normal;
	margin-bottom: 1em;
	font-size: medium;
	letter-spacing: normal;

}



#wrap #widepage ul.liNormal {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#wrap #widepage ul.liNormal li {
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#widepage ul.holizonButton {
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#widepage ul.holizonButton li {
	float: left;
}
#wrap #content {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#wrap #content h2 {
	background-color: #51924F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	font-size: large;
	background-image: -webkit-linear-gradient(319deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
	background-image: -moz-linear-gradient(319deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
	background-image: -o-linear-gradient(319deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
	background-image: linear-gradient(131deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
}
#wrap #content h3 {
	font-weight: bold;
	font-size: large;
	line-height: normal;
	border-bottom: 1px dotted #424242;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #923802;
}
#wrap #content h4 {
	font-weight: bold;
	color: #ff4e02;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#wrap #content p {
	margin-bottom: 1.4em;
}
#wrap #content  .elementor-column-wrap   p{
	margin-bottom: 0em !important;
}
#content .aisatsu .shatyo {
	width: 100%;
	float: right;
	overflow: hidden;
	max-width: 960px;
}



#wrap #widepage .w912 {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrap #widepage .w650 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrap #widepage .w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrap #secondpage .w650 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#secondpage #content #inner {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#widepage .photoreport .nurieIchiran {
	padding-left: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 918px;

}

#widepage .photoreport .nurieIchiran li {
	float: left;
	margin-right: 3px;
}
.photoreport #syasinItiran table tr td {
	padding-right: 10px;
	padding-bottom: 10px;
}
#nurie012012 ul li {
	float: left;
	right: auto;
	padding-right: 10px;
}
#daikansya ul li {
	float: left;
	padding-right: 10px;
}
#staff_box ul {
	overflow: hidden;
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap:wrap;
}
#staff_box ul li {
	float: left;
	padding-right: 15px;
	text-align: center;
	max-width: 124px;
}
#staff_box ul li .rubi {
	font-size: x-small;
}
#staff_box ul li .name {
}
#staff_box ul li img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#staff_box2 ul {
	overflow: hidden;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}
#staff_box2 ul li {
	float: left;
	padding-right: 13px;
	text-align: center;
}
#staff_box2 ul li .rubi {
	font-size: x-small;
}
#staff_box2 ul li .name {
}
#staff_box2 ul li img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content #taiyanagare p img{
	float: right;
}
#content #taiyaazukari #taiyaryoukin table{
	aline: center;
}
#content #taiyaazukari #taiyaryoukin table tr th{
	background-color: #F0FF88;
	text-align: center;
	padding: 10px;
}
#content #taiyaazukari #taiya_tenpo table tr th td p{
	text-align: center;
	
}
#content #taiyaazukari #taiyaryoukin table tr td{
	text-align: center;
	padding: 10px;
}#secondpage table.mailform {
}
#secondpage table.mailform input {
	width: 200px;
}
#secondpage table.mailform textarea {
	width: 300px;
}
#secondpage #content .tableButton {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-style: none;
	border-width: 0px;
}
#secondpage #content .tableButton td {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#secondpage #content .tableButton tr td a {
	display: block;
	border: 1px dotted #8F8F8F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFCC1;
}
#secondpage .tempo_menu {
	overflow: hidden;
	background-image: url(../img/secondpage/tempo_mokuji.gif);
	background-repeat: no-repeat;
	min-height: 78px;
	padding-left: 196px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#secondpage table.tempo_menu2 {
	border: 2px dashed #FF4E02;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 78px;
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#secondpage table.tempo_menu2 td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 33%;
	font-weight: bold;
	font-size: large;
	text-align: center;
	border: 1px none #D8D8D8;
	background-image: url(img/tempo_mokuji-tri.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#secondpage .tempo_menu table {
	border: 2px dashed #FF4E02;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 78px;
	width: 494px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#secondpage .tempo_menu table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 50%;
	font-weight: bold;
	font-size: large;
	text-align: center;
	border: 1px none #D8D8D8;
	background-image: url(../img/secondpage/tempo_mokuji-tri.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#secondpage #topTempo table#mButtons {
	width: 100%;
}
#secondpage #topTempo table#mButtons tr td {
}
#secondpage #topTempo table#mButtons tr td a {
	display: block;
	background-color: #9DE198;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 3px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: 3px;
}
#secondpage #topTempo iframe{
	width:100%;
	height:500px;
}
#secondpage ul.li_buttons {
	text-align: center;
	margin-top: 10px;
}
#secondpage ul.li_buttons li {
	display: inline-block;
	width: auto;
	height: auto;
}
#secondpage ul.li_buttons li a{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	background-color: #EA8B03;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}
#secondpage #seven .li_dot li {
	margin-left: 40px;
	margin-bottom: 5px;
	font-size: large;
}
#secondpage #seven ul.li_dot li:before {
	counter-increment: sample;
	content: "  " counter(sample);
	background-image: url(../img/secondpage/ico_seven01.png);
	margin-right: 5px;
	width: 30px;
	height: 25px;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
}
#secondpage #seven h2 {
	background-color: #00abeb;
}

#secondpage #seven h3 {
	counter-reset:sample;
}
#secondpage #seven ul.li_small li {
	font-size: small;
	text-indent: -1em;
	margin-left: 1em;
}
#secondpage #seven ul.li_small li:before {
	content:"●";
}
#secondpage #seven ul.list_ichiman {
	display: flex;
	flex-wrap:wrap;
	margin-left: 6px;
	margin-right: 6px;
	justify-content: space-around;
}
#secondpage #seven ul.list_ichiman li {
	width: auto;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	}
#secondpage #seven ul.list_ichiman li img {
	text-align: center;
	background-image: url(../img/secondpage/bg_seven_01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#secondpage #seven ul.list_ichiman li p.title {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #00B998;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap #widepage #content #searchpage {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
#content #searchpage .searchTable {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #searchpage .searchTable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: medium;
}
#secondpage #content .aisatsu {
	background-color: #FFFFFF;
	overflow: hidden;
}

#content .aisatsu ul.shatyo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
#content .aisatsu ul.shatyo li {
	display: inline-block;
	width: 45%;
}
#secondpage #content td.changeMenuBg  {
	font-size: 7px;
	padding-right: 3px;
	padding-left: 3px;
}
#secondpage #content td.changeMenuBg span {
	display: block;
	width: 100%;
	height: 4px;
}


#secondpage #content .changeBox {
	display: none;
	background-color: #FFFFFF;
	border: 2px solid #9FE19A;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#secondpage #content #topTempo .slideMenus {
}
#secondpage #content #topTempo .slideMenus li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #content #topTempo .slideMenus li h2 {
	border-radius: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
}
#secondpage #content #topTempo .slideMenus li h2 a{
	color: #FFFFFF;
	display: block;
}
#secondpage #content #topTempo .slideMenus li h2:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
}
#secondpage #content #topTempo .slideMenus li h2.right_ar:after {
	content: "\f105";
}
#secondpage #content #topTempo .slideMenus li h2.open:after {
	font-family: 'FontAwesome';
	content: "\f106";
}
#secondpage #content #topTempo .slideMenus li h2:hover {
	background-color: #FF4E02;
	cursor: pointer;
}


#secondpage #content #topTempo .slideMenus li .hiddenBox {
	border-bottom: 2px dotted #51924F;
	border-right: 1px dotted #51924F;
	border-left: 1px dotted #51924F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
}
#secondpage #content #topTempo .slideMenus li .hiddenBox iframe {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #BCBCBC;
}
#secondpage #content #topTempo .slideMenus li .hiddenBox .loadBox {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}
#secondpage #content #topTempo .slideMenus li .hiddenBox .loadBox:before{
	content:url(../img/secondpage/loading.gif);
	position: absolute;
	top: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 121;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	padding-top: 37px;
	padding-right: 37px;
	padding-bottom: 37px;
	padding-left: 37px;
	left: 0px;
	right: 0px;
	vertical-align: middle;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#secondpage #content #topTempo .slideMenus li .hiddenBox .loadBox:after{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,50%,0.82);
	z-index: 120;
}

#secondpage #content #topTempo .slideMenus li .hiddenBox .loadBox.done {
}
#secondpage #content #topTempo .slideMenus li .hiddenBox .loadBox.done:before{
	display: none;
}
#secondpage #content #topTempo .slideMenus li .hiddenBox .loadBox.done:after{
	display: none;
}

.elementor-widget-text-editor{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.elementor-widget-text-editor table{
}
.elementor-widget-text-editor table tr{
}
.elementor-widget-text-editor table td{
	padding: 5px;
	color: #171917;
}
.elementor-widget-text-editor table th{
	padding: 5px;
	color: #191717;
}
.elementor-widget-text-editor ul{
}
.elementor-widget-text-editor ul li{
	color: #2A2943;
}
.elementor-widget-text-editor ul li:before{
	content: "■ ";
}
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	
}
.elementor .voice a {
	color:#FFFFFF!important;
}












@media (max-width:959px){
	#wrap #secondpage {
	width: 100%;
	float: none;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}
#secondpage #content #inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widepage{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
#wrap #secondpage #pankuzu {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	line-height: normal;
	width: 100%;
	margin-bottom: 30px;
}
#wrap #widepage #pankuzu {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	line-height: normal;
	width: 100%;
	margin-bottom: 30px;
}
#wrap #pankuzu div {
	display: inline-block;
	float: none;
}
#wrap #pankuzu div a {
	color: #2D2D2D;
}
#wrap #widepage .w912 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	max-width: 912px;
}
#staff_box ul {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#staff_box ul li {
	float: left;
	text-align: center;
	max-width: 124px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#secondpage .tempo_menu {
	overflow: hidden;
	background-image: url(../img/secondpage/tempo_mokuji.gif);
	background-repeat: no-repeat;
	min-height: 78px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 78px;
	padding-left: 0px;
	background-position: center top;
	width: 100%;
}
#secondpage .tempo_menu table {
	border: 2px dashed #FF4E02;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 78px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form table {
	width: 100% !important;
}
input {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
.style6 input {
	width: 200px !important;
	min-width: 100% !important;
}
#content #searchpage .searchTable  {
	display: table;
}
#content #searchpage .searchTable tbody {
	display: table-row-group;

}




#content #searchpage .searchTable td {
	display: table-cell;
	max-width: 100%;
}
#content #searchpage .searchTable tr {
	display: table-row;
}

#content #searchpage .searchTable input {
	width: auto !important;
	display: inline !important;
	min-width: 0px !important;
	max-width: 100% !important;
}
#content #searchpage .searchTable textarea {
	max-width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}











}

@media (max-width:479px){
#secondpage table {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#secondpage table tbody {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#secondpage table tr {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#secondpage table td {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#secondpage table th {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#secondpage .elementor-widget-text-editor table {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#secondpage .elementor-widget-text-editor table tbody {
	width: 100% !important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
}
#secondpage .elementor-widget-text-editor table tr {
	width: 100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
}
#secondpage .elementor-widget-text-editor table td {
	width: 100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
	overflow: hidden !important;
	height: auto !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
}
#secondpage .elementor-widget-text-editor table th {
	width: 100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
	overflow: hidden !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
}
#secondpage .tempo_menu table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
	font-weight: bold;
	font-size: large;
	text-align: center;
	border: 1px none #D8D8D8;
	background-image: url(../img/secondpage/tempo_mokuji-tri.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#content #searchpage .searchTable.cars  {
	display: block;
}
#content #searchpage .searchTable.cars tbody {
	display: block;

}
#content #searchpage .searchTable.cars tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 0px solid #676767;
}




#content #searchpage .searchTable.cars td {
	display: inline-block;
}x



}
