@charset "Shift_JIS";
/***************************************************************

* MOTO SERVICE MAC
* contact.css

***************************************************************/

/* contact
***************************************************************/
#contact h3 {
	margin: 0 0 15px;
}
#contact p {
	margin: 0 0 15px;
}

#contact table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin: 0 0 20px;
}
#contact th {
	width: 140px;
	padding: 20px;
	background-color: #666666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#contact td {
	padding: 20px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#contact .inner {
	margin: 0 0 30px;
}
#contact .red {
	color: #C00;
}
#contact p.submit {
	margin: 0 0 20px;
	text-align: center;
}
#contact input.field {
	width: 530px;
	border: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
	background-color: #f5f5f5;
}
#contact textarea.field {
	width: 530px;
	height: 300px;
	border: 1px solid #CCC;
	background-color: #f5f5f5;
}

/* privacy
***************************************************************/
#privacy h3 {
	margin: 0 0 20px;
}
#privacy p {
	margin: 0 0 15px;
}

#privacy p {
	margin: 0 0 15px;
}
#privacy dt {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 14px;
	color: #F60;
}
#privacy dd {
	padding: 0 0 15px;
	margin: 0 0 15px;
	background: url(../img/common/dot.gif) repeat-x left bottom;
}
#privacy li {
	margin: 0 0 10px;
}
#privacy ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 20px;
	*margin: 0 0 0 25px;
}
#privacy ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 15px 0 15px 20px;
	*margin: 15px 0 15px 25px;
}
#privacy table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin: 15px 0;
}
#privacy th {
	width: 120px;
	padding: 10px;
	background-color: #666666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#privacy td {
	padding: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* shop info
***************************************************************/

#shop-info h3 {
	margin: 0 0 20px;
}
#shop-infop {
	margin: 0 0 15px;
}
#shop-info table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin: 15px 0;
}
#shop-info th {
	width: 120px;
	padding: 10px 5px;
	background-color: #666666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#shop-info td {
	padding: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#shop-info .tac {
	text-align:center;
}
#shop-info .tar {
	text-align:right;
}

