@charset "UTF-8";
/* CSS Document */

@import "/share/css/base.css";

/*--------------------------------------------------------------
	div#header
--------------------------------------------------------------*/

h1 {
	margin-bottom: 0.5em;
}

p#seoTXT {
	position: absolute;
	top: 2em;
	left: 2em;
}

table#gNaviTOP {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
	div#main
--------------------------------------------------------------*/

p.honmon {
	font-size: 1.4em;
	padding: 0 0 1em;
	font-weight: normal;
}

	p.honmon em {
		color: #01a8ae;
		font-style: normal;
	}

dl.dutyLIST {
	width: 21em;
	height: 14.5em;
	float: left;
	border: 1px solid #ccc;
	padding: 1em 1.5em;
	background: #fef1f1;
	position: relative;
}

	dl.dutyLIST dt {
		color: #0267c5;
		font-size: 1.8em;
	}

	dl.dutyLIST dd {
		font-size: 1.4em;
	}

	dl.dutyLIST dd.kind {
		padding-bottom: 1em;
	}

	dl.dutyLIST dd.detail {
		text-align: right;
		position: absolute;
		top: 9.5em;
		left: 0;
		width: 16em;
	}

ul#dutyKind {
	list-style-position: inside;
}

ul.dutyPrice {
	list-style: none;
	padding-left: 2em;
	color: #01a8ae;
}

/*--------------------------------------------------------------
	div#sidebar
--------------------------------------------------------------*/

div.sideArea {
	float: left;
}

p#fujiwaraPH {
	width: 102px;
	float: left;
	padding-right: 1em;
}

p#fujiwaraTXT {
	font-size: 1.1em;
}

