@charset "utf-8";

@import "common.css";

#maincol h3 {
	margin-bottom	: 35px;
}

/* ========== do_butler ========== */

#do_butler {
	font-size	: 10px;
}
#do_butler dl {
	width		: 230px;
	float		: left;
}

#do_butler_01, #do_butler_02 {
	margin-right	: 10px;
}

#do_butler dt {
	margin-bottom	 :10px;
}

#do_butler dd {
	padding		: 5px 0 5px 15px;
	border-left	: 5px solid #CCC;
}

/* ========== exvoice ========== */

#exvoice h4 {
	margin-bottom	: 15px;
}

.exvoice_box {
	margin-bottom	: 20px;
	padding-bottom	: 20px;
	border-bottom	: 1px dashed #AAA;
}

.exvoice_box dl {
	width		: 270px;
	float		: left;
	padding-left	: 15px;
	border-left	: 5px solid #CCC;
}

.exvoice_box dt {
	background-image	: url("../img/icon_fukidashi.gif");
	background-position	: left top;
	background-repeat	: no-repeat;
	margin-bottom		: 15px;
	padding-left		: 20px;
	font-weight			: bold;
	color				: #666;
}

.exvoice_box dt span{
	font-weight			: normal;
	font-size			: x-small;
	line-height			: 150%;
}

.exvoice_box_img {
	width		: 150px;
	float		: right;
	padding		: 5px;
	border		: 1px solid #CCC;
}

/* ========== aftermenu ========== */

#aftermenu h4 {
	margin-bottom	: 10px;
}

#aftermenu li {
	margin-bottom	: 15px;
}

