@charset "utf-8";

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

	styleInfo：inquiry/style.css
		└　1-0, inquiry

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

/* ------------------------------------------------------------------------------------------------------------------------/
	1-0, inquiry
/------------------------------------------------------------------------------------------------------------------------ */

.inquiry {
	margin-top:30px;
	margin-bottom:40px;
	}

.type01 {
	width:100%;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#cccccc;
	border-collapse:collapse;
	margin-top:20px;
	}
	.type01 th,
	.type01 td {
		font-size:16px;
		text-align:left;
		border-style:solid;
		border-width:1px 0 0 1px;
		border-color:#cccccc;
		border-collapse:collapse;
		padding:10px;
		}
	.type01 th {
		background-color:#efefef;
		}
	.type01 td {
		background-color:#ffffff;
		}

.button01 {
	width:252px;
	height:49px;
	background:transparent url('../image/contents/inquiry/buttonGo_off.png') left top no-repeat;
	border-style:none;
	cursor:pointer;
	}
.button01:hover {
	background:transparent url('../image/contents/inquiry/buttonGo_on.png') left top no-repeat;
	}

.button02 {
	width:252px;
	height:49px;
	background:transparent url('../image/contents/inquiry/buttonBack_off.png') left top no-repeat;
	border-style:none;
	cursor:pointer;
	}
.button02:hover {
	background:transparent url('../image/contents/inquiry/buttonBack_on.png') left top no-repeat;
	}

.button03 {
	width:252px;
	height:49px;
	background:transparent url('../image/contents/inquiry/buttonSend_off.png') left top no-repeat;
	border-style:none;
	cursor:pointer;
	}
.button03:hover {
	background:transparent url('../image/contents/inquiry/buttonSend_on.png') left top no-repeat;
	}