@charset "utf-8";
/* CSS Document */

/*==========================================
	
	[1]inquiry
		
==========================================*/

select,
input {
	font-size: 15px;
	line-height: 18px;
}

/* section1 */
#ContentBody .section h2 {
	background: url(../../common/images/bg01_02.gif) repeat-x bottom;
	padding-bottom: 18px;
	margin-bottom: 15px;
}

#ContentBody .section .lead {
	margin-top: -3px;
	margin-bottom: 18px;
	letter-spacing: -1px;
}

/* form font */
.fontpxM { font-size:14px;}
.tablelineH td {
line-height: 18px;
}


/* form button area */
#ContentBody .section .formbuttonArea {
	margin-top: 20px;
	background: url(../../common/images/bg01_04.gif);
	padding: 19px 0;
	overflow: hidden;
}

#ContentBody .section .formbuttonArea div {
	width: 160px;
	padding-left: 396px;
}

#ContentBody .section .formbuttonArea div.button {
	width: 698px;
	padding-left: 252px;
	overflow: hidden;
}

#ContentBody .section .formbuttonArea p {
	padding: 0;
	margin-bottom: 14px;
	text-align: center;
	line-height: 1.3;
}


/* プライバシーポリシー、個人情報取り扱いへのご同意 */
#privacy_box {
    border: 1px solid #ccc;
    padding: 1.4em 0 0;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
#privacy_box dl {
	margin:0;
	padding:0;
	font-size: 1.0em;
}
#privacy_box dl dt {
	color: #333;
	font-weight:bold;
	margin-bottom: 1.0em;
	text-align: center;
}
#privacy_box dl dd {
	margin-bottom: 1.0em;
	text-align: center;
}
#privacy_box dl dt span {
    color: #FF3300;
    font-size: 1.0em;
}