@charset "utf-8";

/* =======================================

	Table CSS

========================================== */
table{
	line-height: 1;
	width: 100%;
}
.formCheck table{	margin-bottom: 30px;}

tr{	border-bottom: 1px dashed #ccc;}
tr:last-child{border: none;}

th ,td{	width: 50%;}
th{
	font-weight: bold;
	text-align: right;
	padding: 21px 24px 8px 10px;
	margin: 18px 0 10px 0;
}
#contact th{
	font-weight: normal;
	width: 35%;
	padding: 27px 24px 8px 10px ;
}

td{}
#contact td{	width: 75%;}
	td span{
		line-height: 1.5;
		border-left: 1px solid #999;
		display: block;
		margin: 15px 0 3px 0;
		padding: 3px 10px 5px 24px;
	}
	#contact td span{
		border-left: 2px solid #003366;
	}
	.formCheck td{	padding: 20px 24px 8px 10px ;}


@media screen and (max-width:700px){
	th ,td{
		display: block;
		width: 100%;
	}
	th{	text-align: left;}

	#contact th{
		background: url(../../images/common/icon-05.png) no-repeat 10px 25px;
		padding-left: 30px;
	}
	#contact td span {
		border-left: none;
		margin: 0;
		padding-left: 10px;
	}
}
