@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_contact.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	contentsBox

=================================================*/

/* contentsBox -------------*/
#contentsBox {
	background-image: url(../_img/contact/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

/* ================================================

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {}
#contentsBoxHeader h1 {
	float: left;
}


/* ================================================

	question

=================================================*/
/* question -------------*/
#question {}
#question h2 {
	margin-bottom: 20px;
}
#question dl {
	margin-right: 10px;
	margin-left: 10px;
}
#question dt {
	color: #EB63A3;
	font-weight: bold;
	background-image: url(../_img/contact/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 5px;
}
#question dd {
	padding-left: 25px;
	background-image: url(../_img/contact/icon_A.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}


/* ================================================

	contact

=================================================*/
/* contact -------------*/
#contact {}
#contact h2 {
	margin-bottom: 20px;
}
#contact h3 {
	color: #EB63A3;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}
#contact p {
	margin-right: 10px;
	margin-left: 10px;
}
#contact p.telNum {
	font-weight: bold;
	font-size: 116%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact p.link {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contact p.link a {
	border: 1px solid #E7E7E7;
	padding: 5px;
	margin-right: 5px;
}
#contact p.link a:hover {}
#contact div.privacyBox {
	margin-top: 20px;
	background-color: #FDF0F5;
	padding: 10px;
}

