@charset "UTF-8";
/*------------------------------------------------------------------------------
	会社案内
------------------------------------------------------------------------------*/
/* common settings */
#mainColumn .section {
	margin: 0 0 10px;
/* 改	padding: 10px 8px 30px; */
	padding: 10px 0 30px;
	background-image: none;
}

#mainColumn .bg-grey02 { background-color: #f2f2f2; }

	/* block */
	#mainColumn .title {
/* 改		padding: 0 0 8px 20px; */
		padding: 0 0 8px 0;
		background: url(../images/global/point_g.gif) 0 0 no-repeat;
/* 改		font-size: 116.67%; */
		font-size: 140%;
		font-weight: bold;
		line-height: 1.2;
	}
	#mainColumn .contentArea {
		overflow: hidden;
/* 改		margin: 0 25px 0 20px; */
		margin: 0 25px 0 0;
		font-size: 116.67%;
		line-height: 1.6;
	}
	#mainColumn .contentArea table {
		margin: 0 10px;
	}
	#mainColumn .contentArea .textBorder {
		padding: 10px;
		border: 1px #cccccc solid;
	}

	/* list */
	#mainColumn .box550 .privacyArea ul {
		list-style: none outside none !important;
	}
	.section dl.listLine {
		overflow: hidden;
		padding: 5px 23px;
		background: #fff;
	}
		.section dl.listLine dt {
			margin: 0 0 3px;
			padding: 0 0 3px 2px;
			width: 158px;
			_width: 160px;
			float: left;
			clear: left;
			font-weight: bold;
			letter-spacing: .1em;
		}
			.section dl.listLine dt.last { margin-bottom: 0 !important; padding-bottom: 0; }
		.section dl.listLine dd {
			margin: 0 0 3px;
			padding: 0 0 3px 170px;
			background: url(images/main/company/line_dotted.gif) left bottom repeat-x;
		}
			.section dl.listLine dd.last { margin-bottom: 0 !important; padding-bottom: 0; background-image: none; }

/* サイトご利用にあたって  */
.privacyArea {
	line-height: 170%;
/* 改 */
	padding-left: 70px;
}
.privacyArea p.mb20 {
	margin-bottom: 20px;
}
.privacyArea .pro_title {
	font-size: 120%;
	background-color: #EEEEEE;
	border-bottom: 1px dotted #999999;
	border-color: #999999;
	border-left: 5px solid #999999;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}
.privacyArea p.text01 {
	font-size: 120%;
	padding: 15px 5px 0 15px;
}
