﻿@charset "utf-8";

/* ----------------------
   contact.css
---------------------- */


/* ---- form ---- */ 

#contact {
	width: 500px;
}

#contact .contact01 {
	text-align: right;
	font-size: 82%;
	margin-bottom: 10px;
}

#contact .contact01 a {
	text-decoration: underline;
}

#contact p {
	font-size: 94%;
	line-height: 1.5;
	margin-bottom: 5px
}

#contact h3 img {
	margin: 30px 0 20px 0;
} 

#contact legend {
	display: none;
}

.sp01 {
	color: #FF3300;
	font-weight: bold;
}

.sp08 {
	color: #FF3300;
	font-weight: bold;
}

#contact .formbox dl {
	margin-bottom:13px;
	padding: 30px;
	border: 1px solid #ccb8a3;
	background-color: #fff;
}

#contact .formbox dt {
	color: #FF6600;
	font-size: 92%;
	margin: 0 0 3px 0;
	font-weight: bold;
}

#contact .formbox dd {
	color: #333;
	font-size: 92%;
	margin: 0 0 1em 0;
}


#contact .formbox dd #subject {
	width: 200px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#contact .formbox dd #name, 
#contact .formbox dd #kana, 
#contact .formbox dd #company, 
#contact .formbox dd #post,
#contact .formbox dd #position,
#contact .formbox dd #address, 
#contact .formbox dd #tel, 
#contact .formbox dd #fax,
#contact .formbox dd #email {
	width: 375px;
	margin: 0 10px 0 0;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	border:1px solid #ccc;	
}

#contact .formbox dd textarea {
	width: 375px;
	margin: 0 10px 0 0;
	min-height: 140px;
	height: auto !important;
	height: 200px;
}

#contact .formbox dd input:hover,
#contact .formbox dd textarea:hover,
#contact .formbox dd input:focus,
#contact .formbox dd textarea:focus {
	background-color: #ffcc00;
	border-color: #ccc;
}

.submit input:hover {
	background-position:0 -32px;
}

.submit input #resetbtn {
	margin-right:8px;
}

.submit input #submitbtn {
	margin-left:8px;
}


/* ---- contact02 ---- */ 

#contact02 {
	width: 440px;
	border: solid 1px #333;
	background-color: #fff;
	padding: 30px;
}

#contact02 p em {
	color: #FF3300;
}


/* ---- contact03 ---- */ 

#contact03 {
	width: 440px;
	border: solid 1px #333;
	background-color: #fff;
	padding: 30px;
}

#contact03 p {
	color: #FF3300;
}


#contact03 dt {
	font-weight: bold;
	color: #FF3300;
}

#contact03 dd {
	margin-bottom: 8px;
}


