@charset "UTF-8";

/* contact */

/*--------------------------------------
	commpn
---------------------------------------*/

.title_wrap {
	background: url(../../images/common/title/title_bg_contact.jpg) no-repeat center top;
}

#contact_privacy_container .title_wrap {
	background: url(../../images/common/title/title_bg_privacy.jpg) no-repeat center top;
}

/*--------------------------------------
	index
---------------------------------------*/

/* form */

#contact_form textarea#address {
	height: 50px;
}

#contact_form textarea#message {
	height: 150px;
}

/*--------------------------------------
	privacy
---------------------------------------*/

/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height:1%;
}

.clearfix {
	display: block;
}
/* */