@charset "utf-8";

/* HANABUSA CONTACT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*	02.THANKS
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div#right
{
	margin-bottom: 60px;
}

div#rightHead
{
	margin: 0 0 32px 0;
}

/**-------------------------------------
	01.INDEX
---------------------------------------**/

div#contactIntro
{
	margin-bottom: 60px;
}

div#contactIntro h3
{
	margin-bottom: 40px;
}

div#contactIntro ul:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

div#contactIntro ul{ display: inline-block; }

/* \*/
* html div#contactIntro ul{ height: 1%; }
/* */

div#contactIntro ul li
{
	float: left;
	margin-right: 4px;
	width: 205px;
}

div#contactIntro dl dt
{
	margin-bottom: 5px;
}

div#contactIntro dl dd
{
	margin-left: 6px;
	padding-left: 17px;
	border-left: 1px solid #F0F0F0;
	font-size: 92%;
}

div#contactIntro dl dd.cliTel
{
	padding: 5px 0 0 17px;
}

div#contactIntro dl dd.cliFax
{
	padding: 0 0 0 17px;
}

div#contactIntro dl dd.cliMai
{
	padding: 0 0 6px 17px;
}

dd.cliMai a
{
	color: #0099CC;
	text-decoration: none;
}

dd.cliMai a:hover
{
	color: #0099CC;
	text-decoration: underline;
}

div#contactForm
{
	padding-top: 30px;
	background: url(../../common/images/cmc_rt_headbk.gif) top no-repeat;
}

div#contactForm h3
{
	margin-bottom: 32px;
}

div#contactForm p
{
	margin-bottom: 12px;
	font-size: 92%;
}

div#contactForm table
{
	margin: 0 0 10px 0;
	width: 630px;
	border-collapse: collapse;
	border: 1px solid #F0F0F0;
}

div#contactForm table tr,
div#contactForm table tr th,
div#contactForm table tr td
{
	border: 1px solid #F0F0F0;
}

div#contactForm table tr th,
div#contactForm table tr td
{
	padding: 8px 12px;
}

div#contactForm table tr th
{
	width: 124px;
	border-right: 1px dotted #F0F0F0;
	background: url(../images/bbs_form_bg.gif) repeat;
}

div#contactForm input
{
	padding: 3px;
	width: 290px;
	border: 1px solid #F3F3F3;
	background: #F7F7F7;
}

div#contactForm textarea
{
	padding: 3px;
	width: 470px;
	height: 90px;
	border: 1px solid #F3F3F3;
	background: #F7F7F7;
}

div#contactForm input:hover,
div#contactForm textarea:hover,
div#contactForm input:focus,
div#contactForm textarea:focus
{
	background-color: #FFF7FA;
}

div#contactForm input#submitBTN
{
	margin: 0 0 0 138px;
	border: none;
	width: 118px;
	height: 40px;
	background: url(../images/index_form_btn.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

label.error
{
	display: block;
	color: #FF6666;
}

/**-------------------------------------
	02.THANKS
---------------------------------------**/

div#thanks h3
{
	margin-bottom: 32px;
}

div#thanks p
{
	font-size: 92%;
}





