@charset "UTF-8";
/* ==============================
  css-contact
=================================
detail
---------------------------------
form
---------------------------------
line
---------------------------------
btn-aria
============================== */

/* ------------------------------
  detail
------------------------------ */
p#caption {
	font-size: 10px;
	text-align: right;
	color: #666666;
	padding-bottom: 5px;
}
* html p#caption {
	font-size: 9px;
}
p#caption span.red {
	color: #ff004b;
	font-size: 12px;
}

/* ------------------------------
  form
------------------------------ */
dl.form {
	width: 640px;
	margin-bottom: 25px;
}
/* clearfix */
dl.form:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
dl.form {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html dl.form {
	height: 1%;
}
dl.form {
	display: block;
}
/* End hide from IE-mac */

dl.form dt {
	width: 180px;
	font-size: 12px;
	line-height: 1.5;
	float: left;
}
dl.form dt span {
	color: #ff004b;
}

dl.form dd {
	width: 450px;
	float: right;
}

.input {
	border: 1px solid #cdcdcd;
	line-height: 1.5;
	color: #666666;
	padding: 3px;
}
.w380 {
	width: 380px;
	height: 1.5em;
}
.w430 {
	width: 430px;
	height: 150px;
}

dl.form .table-tel {
	margin-bottom: 10px;
}
dl.form td.td1 {
	padding-right: 5px;
}
dl.form td.td2 {
	padding-right: 15px;
}

/* ------------------------------
  line
------------------------------ */
.line-top {
	width: 640px;
	height: 1px;
	background: url(/image/contents/about/line01.gif) repeat-x;
	margin-bottom: 30px;
}

.line-btm {
	width: 640px;
	height: 6px;
	background: url(/image/contents/about/line01.gif) repeat-x left bottom;
	margin-bottom: 10px;
}

/* ------------------------------
  btn-aria
------------------------------ */
.btn-aria {
	width: 640px;
}
/* clearfix */
.btn-aria:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.btn-aria {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .btn-aria {
	height: 1%;
}
.btn-aria {
	display: block;
}
/* End hide from IE-mac */

.btn-aria p {
	width: 300px;
	font-size: 10px;
	color: #666666;
	float: left;
}
* html .btn-aria p {
	font-size: 9px;
}

.btn-aria ul {
	width: 180px;
	float: right;
}

.btn-aria li {
	width: 180px;
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

.btn-aria li a {
	width: 180px;
	height: 30px;
	text-decoration: none;
	display: block;
	outline: none;
	background-repeat: no-repeat;
}
.btn-aria li.btn-check a {
	background-image: url(/image/contents/about/btn_check.gif);
}

.btn-aria li a:hover {
	background-position: 0 -30px;
}
