<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: carfile
Theme URI: 
Description: カーライフ福島
Author: 
Version: 
Tags: 
*/

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* フォーム */
.hissu {
	font-size: 85%;
	color: #ff0000;
}
.small {
	font-size: 85%;
}
table.nform td input,
table.nform td button,
table.nform td textarea,
table.nform td  select {
	max-width: 95%;
	margin: 0px;
	display: block;
	padding: 5px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	height: initial;
	outline: initial;
	width: initial;
}
span.wpcf7-list-item {
	overflow-wrap: initial;
}
span.wpcf7-list-item {
	white-space: nowrap;
}
span.wpcf7-list-item input {
	margin-top: 5px !important;
	float: left;
}
span.wpcf7-list-item-label {
	margin-top: 2px;
	margin-left: 5px;
	float: left;
}

/* --------------------------------------
 * スマートフォン (768pxまで）
 * -------------------------------------- */
@media only screen and (max-width: 768px) {
	/* フォーム */
	table.nform {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	table.nform th {
		font-size: 1em;
		text-align: left;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		display: list-item;
	}
	table.nform td {
		font-size: 1em;
		padding-left: 15px;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
		display: list-item;
	}
	div.submit {
		text-align: center;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	input,
	textarea {
		max-width: 90% !important;
	}
	.formcheck {
		width: 90%;
		border-color: #FF7F00;
		border-style: solid;
		border-width: 2px;
		margin-left: auto;
		margin-bottom: 20px;
		margin-right: auto;
		margin-top: 20px;
		padding: 10px;
	}
}

/* --------------------------------------
 * タブレット (769px〜960px) JSで縮小表示
 * PC (961px以上)
 * -------------------------------------- */
/*@media only screen and (min-width: 961px) {*/
@media only screen and (min-width: 768px) {
	/* フォーム */
	table.nform {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		border-top-color: #cccccc;
		border-left-color: #cccccc;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		padding: 0px;
	}
	table.nform th {
		font-size: 1em;
		text-align: left;
		line-height: 1.5em;
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
		width: 200px;
		background-color: #eeeeee;
		vertical-align: top;
	}
	table.nform td {
		font-size: 1em;
		text-align: left;
		line-height: 1.5em;
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
		vertical-align: top;
	}
	table.nform th span.br,
	table.nform td span.br {
		display: block;
	}
	div.submit {
		text-align: center;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	div.submit input {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 140%;
	}
	.formcheck {
		width: 700px;
		border-color: #FF7F00;
		border-style: solid;
		border-width: 2px;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 10px;
	}

}

/* end css */
</pre></body></html>