@charset "UTF-8";
@import "../../include/css/common.css";

/* ---------------------------------------------------------
	CSS Document contact > common
--------------------------------------------------------- */

#contact {
	min-height: 500px;
	line-height: 22px;
}

#contact p {
	margin-top: 20px;
}

#contact .small {
	font-size: 10px;
}

#contact .em {
	color: #ec7180;
}

#contact .small.em {
	font-size: 12px;
	color: #d23001;
}

#contact select {
	padding: 3px;
}

#contact select[name='address[0]'] {
	width: 120px;
}

/* ---------------------------------------------------------
	CSS Document contact > table
--------------------------------------------------------- */

#contact table {
	width: 100%;
	margin-top: 30px;
	background: url(../images/i_line.jpg) repeat-x left top;
}

#contact tr {
	background: url(../images/i_line.jpg) repeat-x left bottom;
}

#contact th {
	width: 30%;
	padding: 15px 10px;
	text-align: left;
	font-weight: normal;
}

#contact th img {
	float: right;
	margin-top: 2px;
}

#contact td {
	padding: 15px 0;
	text-align: left;
}

#contact td div {
	margin-bottom: 8px;
}

#contact td hr {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0;
	background: url(../images/i_line.jpg) repeat-x left top;
}

/* ---------------------------------------------------------
	CSS Document contact > width
--------------------------------------------------------- */

#contact .w130 {
	width: 90px;
}

#contact .w280 {
	width: 282px;
}

#contact .w320 {
	width: 346px;
}

#contact .w460 {
	width: 565px;
}

/* ---------------------------------------------------------
	CSS Document contact > privacy
--------------------------------------------------------- */

#privacy {
	height: 147px;
	overflow: auto;
	margin: 50px 0 10px;
	padding: 12px 15px 1px;
	border: solid 1px #939393;
	text-align: left;
	font-size: 12px;
	line-height: 19.5px;
}

#privacy p {
	margin-top: 0;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document contact > globalsign
--------------------------------------------------------- */

#globalsign {
	margin-top: 40px;;
	text-align: center;
}

#globalsign img {
	vertical-align: middle;
	margin-right: 20px;
}
