@charset "UTF-8";
/* お客様情報 CSS */

.ac {
	background-color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ac_in {
	margin-right: 40px;
	margin-left: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.ac .table {
	text-align: left;
	background-color: #99CCFF;
}

.table th {
	background-color: #E7efff;
	padding: 5px;
	font-size: 10px;
}
.table td {
	background-color: #FFFFFF;
	padding: 8px;
}
.teble_1 {
}
.teble_1_l {
	float: left;
}
.teble_1_r {
	float: right;
	width: 300px;
}
.table a {
	font-size: xx-small;
	color: #0000FF;
}
.table a:hover {
	color: #CC3399;
	text-decoration: underline;
}

.attention_1 {
	font-style: normal;
	color: #FF0000;
	font-size: 10px;
}
.attention_2 {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	letter-spacing: normal;
	line-height: 200%;
}
.attention_3 {
	color: #FF0000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.table textarea {
	font-size: 11px;
}
.button {
	text-align: center;
	padding: 10px;
	margin: 10px;
	clear: both;
	height: 20px;
}
.button_l {
	text-align: left;
	float: left;
}
.button_r {
	text-align: right;
	float: right;
}

.button input {
	border: 2px outset #0033FF;
}
.button input:active {
	border: 2px inset #000033;
}
.button a {
	border: 2px outset #0033FF;
	background-image: url(../images/button_back.gif);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 120px;
	background-position: center center;
}
.button a:active {
	border: 2px inset #000033;
}
.button_c input {
	background-color: #000066;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	color: #FFFFFF;
}
.button_l input {
	background-color: #99CCFF;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	color: #000000;
}
.button_r input {
	background-color: #99CCFF;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	color: #000000;
}
