@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*==============================
追加　f_add
================================*/
.f_add p span {
	border: solid 1px #6B6054;
	padding: 3px 5px;
	margin: 10px 5px 10px 0;
	min-width: 5em;
	display: inline-block;
	text-align: center;
}
.f_add table {
	border-collapse:separate;
	border-spacing : 0 5px;
	width:100%;
	font-size:.9em;
}
.f_add table tr { margin-bottom: 10px; }
.f_add table th {
	border: solid 1px #6B6054;
	padding: 3px 5px;
	text-align: center;
	background-color: #FDF7EC;
	width: 19%;
	font-weight: 600;
	white-space:nowrap;
}
.f_add table td {
	padding: 3px 0 3px 5px;
}