@charset "utf-8";

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

	Document    : style.css
	Description : お問い合わせcss

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

/* ------------------------------------------------------------------------------------------------------------------------/
	contact
/------------------------------------------------------------------------------------------------------------------------ */

.contact {
	}
	.contact h3 {
		color:#0e1c72;
		font-size:17px;
		box-sizing:border-box;
		background:transparent url("../image/layout/ic01.png") left 6px no-repeat;
		border-bottom:dotted 1px #121212;
		padding:0 0 5px 15px;
		}

	.contact table {
		width:100%;
		box-sizing:border-box;
		border-style:solid;
		border-width:1px 0 0 1px;
		border-color:#cccccc;
		border-collapse:collapse;
		margin:20px 0 0 0;
		}
		.contact table th,
		.contact table td {
			text-align:left;
			vertical-align:top;
			box-sizing:border-box;
			border-style:solid;
			border-width:0 1px 1px 0;
			border-color:#cccccc;
			padding:10px;
			}
		.contact table th {
			background:#efefef;
			}
		.contact table td .ir {
			text-indent:-3.4em;
			padding-left:3.4em;
			}
			.contact table td ul {
				padding:0 0 0 17px;
				}

	.contact table.input th {
		padding:16px 10px 10px 10px !important;
		}

	.contact .submit {
		text-align:center;
		margin:20px auto 20px auto !important;
		}
		.contact .submit input {
			width:170px !important;
			height:40px !important;
			margin:0 !important;
			padding:0 !important;
			}
	.contact .button01 			{ background:#ffffff url("../image/contents/contact/button01_off.gif") left top no-repeat; }
	.contact .button01:hover 	{ background:#ffffff url("../image/contents/contact/button01_on.gif") left top no-repeat; }
	.contact .button02 			{ float:right; background:#ffffff url("../image/contents/contact/button02_off.gif") left top no-repeat; }
	.contact .button02:hover 	{ float:right; background:#ffffff url("../image/contents/contact/button02_on.gif") left top no-repeat; }
	.contact .button03 			{ float:left; background:#ffffff url("../image/contents/contact/button03_off.gif") left top no-repeat; }
	.contact .button03:hover 	{ float:left; background:#ffffff url("../image/contents/contact/button03_on.gif") left top no-repeat; }
	
	.endBox {
		background:#efefef;
		border:solid 1px #cccccc;
		margin:10px 0 0 0;
		padding:15px;
		}