@charset "utf-8";

@import url(cmn_reset.css);
@import url(cmn_layout.css);
@import url(cmn_style.css);


/* ---------------------------------------------
プライバシーポリシー同意ボタン
--------------------------------------------- */

.contact_btn {
	text-align: center;
}
	.btn_privacy {
		width: 210px;
		height: 45px;
		margin: 0 auto;
		overflow: hidden;
	}

/* =============================================
	common
============================================= */
.table_contact01 {
	border: 1px solid #808080;
	width: 100%;
}
	.table_contact01 th {
		border-bottom: 1px solid #808080;
		border-right: 1px solid #808080;
		background: #EAEAEA;
		width: 27%;
		font-weight: bold;
	}
		.table_contact01 th div {
			padding: 17px 11px;
		}
		.table_contact01 th .icon img {
			margin-left: 5px;
		}
	.table_contact01 td {
		border-bottom: 1px solid #808080;
	}
		.table_contact01 td div {
			padding: 7px 11px;
		}

	.table_contact01 td.td01 input {
		margin-right: 5px;
	}
	.table_contact01 td textarea {
		width: 424px;
		height: 203px;
		margin-bottom: 5px;
	}
	.table_contact01 td select {
		width: 160px;
	}
span.icon {
	position: relative;
	top: 3px;
}
input.sizeL {
	width: 424px;
}

.contact_btn {
	text-align: center;
}
	.btn_privacy {
		width: 210px;
		height: 45px;
		margin: 0 auto;
		overflow: hidden;
	}
		.btn_privacy a {
			display: block;
		}
			.btn_privacy a:hover {
					margin-left: -210px;
				}
	.btn_input {
		position: relative;
		width: 140px;
		height: 45px;
		margin: 18px auto;
		overflow: hidden;
	}
		.btn_input a {
			display: block;
		}
			.btn_input a:hover {
				margin-left: -140px;
			}



/* =============================================
	contact/index.html
============================================= */
.ind_detail01 {
	background: #E7EAEE;
	padding: 10px;
}
.ind_sec01 {	
	border: 1px solid #A9A9A9;
	height: 270px;
	margin-bottom: 30px;
	overflow-y: scroll;
	padding: 10px;
	font-size: 83%;
}
*html .ind_sec01 {	
	height: 290px;
}
.ind_ttl01 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 130%;
}
.ind_ol01 {
	margin-top: 10px;
}
	.ind_ol01 li {
		margin-bottom: 10px;
	}
.ind_ol01 .ttl01{
	margin-bottom: 3px;
	font-weight: bold;
}
.ind_ol02 {
	margin-left: 30px;
}
	.ind_ol02 li {
		list-style: outside decimal;
	}
.ind_ol03 {
	margin-left: 20px;
}
	.ind_ol03 li {
		margin-bottom: 0px;
		list-style: outside upper-alpha;
	}
	
	.txt a {
		background: url(../../common/img/ico_blank.gif) no-repeat right center;
		padding-right: 14px;
		margin-right: 3px;
		display: inline-block;
}

/* =============================================
	contact/confirm.html
============================================= */
.div_confirm01 {
	text-align: center;
}
.ul_confirm01 {
	width: 215px;
	margin: 18px auto 0;	
}
.ul_confirm01 li.li01 {
	float: left;
	display: inline;
	position: relative;
	width: 90px;
	height: 45px;
	margin-right: 15px;
	overflow: hidden;
}
.ul_confirm01 li.li01 a:hover {
	margin-left: -90px;
}
.ul_confirm01 li.li02 {
	position: relative;
	width: 90px;
	height: 45px;
	margin-right: 15px;
	overflow: hidden;
}
.ul_confirm01 li.li02 a:hover {
	margin-left: -90px;
}

/* =============================================
	contact/confirm.html
============================================= */
.completeSec {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}