@charset "utf-8";


/**
* 「お問い合わせ」
*
* @author  早稲田システム開発株式会社（開発部：中野）
* @since   2011.5.20
*
*/

/* ページタイトル */
#index h2 {
	background-image: url(../contact/img/page_title_01.png);
}

dl.address {
	margin-bottom:20px;
}
dl.address dt {
	margin-bottom:0px;
	padding-left:14px;
	font-weight:bold;
	background:url(../img_cmn/icon_list.png)  0 0.3em no-repeat;
}
dl.address dd {
	margin-bottom:30px;
	padding-left:14px;
	font-size:170%;
	font-weight:bold;
	color:#6cb000;
}
dl.address dd a {
	/*color:#89d70d;*/
	color:#6cb000;
}

div#blockDocument hr {
	display: block;
	width: 100%;
	height: 0;
	margin: 1.2em 0 1.2em;
	padding-top: 1px !important;
	border: none;
	background: #fff url(../img_cmn/dot.png) 0 0 repeat-x !important;
	overflow: hidden !important;
}

/*----------------------------------------------------------------------*/
/*	clearfix															*/
/*----------------------------------------------------------------------*/

smaple {
	display: inline-block;
	display: block;
}

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