@charset "Shift_JIS";

/*
* 
* 	company.css ： 
* 	
*	
*/
		
	
/* =共通
----------------------------- */
#company #mainContent h3,
.privacy h3{
	clear: both;
	margin: 1em 0 0.8em;
	padding: 0.3em 0.6em;
	border-left: 3px solid #ccc;
	font-size: 110%;
	}
#company #mainContent p{
	margin-bottom: 0.8em;
	line-height: 1.4;
	}
#company th,
#company td{
	padding: 0.4em 0.8em;
	border: 1px solid #ccc;
	line-height: 1.4;
	}
#company th{
	background: #f5f5f5;
	}
#company #mainContent.equipment th{
	width: 100px;
	}
	
/* =会社概要
----------------------------- */
.building,
.presidentMessage{ float: left; }
.comDetail,
.presidentPhoto{ float: right; }
.building{ width: 230px; }
.comDetail{ width: 435px; }

/* =社長メッセージ
----------------------------- */
.presidentPhoto{ width: 200px; }
.presidentMessage{ width: 465px; }
.sign{
	padding-top: 1em;
	text-align: right;
	}
	
/* =営業品目
----------------------------- */
.product dt:first-child{
	margin: 0 0 0.4em 0;
	}
.product dt{
	margin: 1em 0 0.4em;
	padding: 0.4em 0.8em;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	font-size: 110%;
	}
.product dd li{
	display: inline;
	margin-right: 0.5em;
	padding-left: 8px;
	background: url(../../images/com/img/icon1.gif) no-repeat center left;
	line-height: 1.5;
	}
	
/* =プライバシーポリシー
----------------------------- */
.privacy h4{
	margin: 1em 0 0.4em;
	padding: 0.4em 0.8em;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	}
.privacy dd,
.privacy li{
	line-height: 1.4;
	}
.privacy dd{
	margin: 0.3em 1em;
	}
.policy{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	}