@charset "utf-8";
/*2009/3/20/【FSFIELD】ad*/

div#right_box{
	text-align:center;
	}

table{
	width:590px;
	margin:20px auto 0;
	border-collapse:collapse;
	border: 2px solid #fff;
	}

table th{
	text-align:right;
	width:150px;
	padding:5px 10px 5px 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	background: #82CCC9;
	border: 2px solid #fff;
	}	
table td{
	text-align:left;
	padding:5px 0 5px 10px;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	border: 2px solid #fff;
	}	
	
.sousin{
	margin:0 auto;
	}	
	
div#right_box h3{height:40px;background:url(../form/img/h3.jpg) no-repeat;}

div#right_box p{padding-top:10px;}
div#right_box p a{text-decoration:underline;}


.contact_box {
	display: flex;
	flex-direction: column;
	max-width: 840px;
	padding: 24px;
	gap: 24px;
	border: 1px solid #d9d9d9;
	margin-top: 20px;
	background-color: #fff;
	box-shadow: 0px 4px 0px #F2F2F2;
}

.contact_item {
	display: flex;
	gap: 20px;
}

.contact_item>span {
	width: 64px;
	padding: 4px 4px 0 4px;
	border: 1px solid #d9d9d9;
}

.contact_item p span {
	margin-right: 2px;
}

.contact_item p span::after {
	content: "@";
	margin-left: 2px;
}
