@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

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

/* ------------------------------------------------------------------------------------------------------------------------/
	お問合せ
/------------------------------------------------------------------------------------------------------------------------ */

.contact table {
	width:100%;
	background:#ffffff;
	border-collapse:collapse;
	border-top:dotted 1px #cccccc;
	}
	.contact table th,
	.contact table td {
		vertical-align:top;
		padding:15px;
		}
	.contact table th {
		border-right:dotted 1px #cccccc;
		border-bottom:dotted 1px #cccccc;
		}
		.contact table th span {
			display:inline-block;
			color:#ffffff;
			font-size:12px;
			font-weight:normal;
			background:#df0615;
			border-radius:5px;
			margin:0 0 0 7px;
			padding:2px 10px 1px 10px;
			}
	.contact table td {
		border-bottom:dotted 1px #cccccc;
		}
		.contact table td ul {
			list-style:none;
			}
			.contact table td ul li {
				text-indent:-1em;
				padding-left:1em;
				}
		.contact table td .notes {
			display:inline-block;
			color:#666666;
			}
		.contact table td ul {
			list-style:none;
			}
			.contact table td ul li {
				float:left;
				margin:0 15px 0 0;
				}
