﻿/*  私たちの考え方 共通 */
#ContentArea ul li{
	margin-bottom: 10px;
}
#ContentArea ol li{
	margin-bottom: 10px;
}
#ContentArea ol ul li{
	margin-bottom: 0px;
}
#ContentArea dl ol li{
	margin-bottom: 4px;
}

#ContentArea p.exp2{
	/*margin: 0px 8px 16px;*/
	padding: 10px;
	background-color: #f8f6f6;
}

#ContentArea li p {
	margin: 8px 0px 0px;
}

/* 理想的なインターフェース */
#ContentArea div.interface{
	margin: 0px 8px 8px;
	padding: 6px;
	background-color: #f3f0f0;
	border: solid 1px #d2d2d2;
	width: 25%;
}

/*#ContentArea ul.interface{
	padding: 6px;
	background-color: #f3f0f0;
	border: solid 1px #d2d2d2;
}*/
#ContentArea div.interface ul li{
	margin-bottom: 4px;
	font-weight: bold;
}

/* お問い合わせ・お見積り　へのリンク */
#MainContentBlock div.inquiry_box2 {
	margin: 0px auto 20px;
	padding: 12px 0px 12px;
	width: 612px;
	border: solid 1px #d2d2d2;
	text-align:center;

}
#MainContentBlock div.inquiry_box2 img.txt{
	margin: 0px auto 12px;
}
#MainContentBlock div.inquiry_box2 p {
	width: 211px;
	height: 39px;
	position: relative;
	overflow: hidden;
	margin: 0px auto 12px;
	padding: 0px;
	display:block;
}
#MainContentBlock div.inquiry_box2 p a {
	display: block;
	width: 211px;
	height: 78px;
	position: absolute;
	left: 0px;
}
#MainContentBlock div.inquiry_box2 p a img {
	width: 211px;
	height: 78px;
	/*position: absolute;
	top: 0px;*/
}
#MainContentBlock div.inquiry_box2 p a:hover {
	top: -39px;
}

/* シミュレーションへのこだわり */
#ContentArea table.sim{
	width: 98%;
	border-collapse:collapse;
	background-color: #f3f0f0;
	margin: 8px 0px 0px 8px;
}
#ContentArea table.sim th{
	text-align:left;
	/*padding: 6px;*/
	/*font-weight:normal;*/
	white-space: nowrap;
	vertical-align: top;
	border: solid 8px #f3f0f0;
}
#ContentArea table.sim td{
	/*padding:  6px;*/
	width: 100%;
	border: solid 10px #f3f0f0;
}

/* Webサイトからの顧客獲得 */
#ContentArea table.mc_tactics {
	width: 98%;
	border-collapse:collapse;
	margin: 10px auto;
}
#ContentArea table.mc_tactics th{
	text-align: center;
	padding: 2px;
	white-space: nowrap;
	vertical-align: top;
	background-color: #92d050;
	border: solid 1px #7f7f7f;
}
#ContentArea table.mc_tactics td{
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	border: solid 1px #7f7f7f;
}

/* リピート率向上 */
#ContentArea table.mr_policy {
	width: 98%;
	border-collapse:collapse;
	margin: 10px auto;
}
#ContentArea table.mr_policy th{
	text-align: center;
	padding: 2px;
	color: #ffffff;
	white-space: nowrap;
	background-color: #4f81bd;
	border: solid 1px #7f7f7f;
}
#ContentArea table.mr_policy td{
	width: 24%;
	padding: 2px 0px;
	padding: 2px;
	vertical-align: top;
	border: solid 1px #7f7f7f;
}
#ContentArea table.mr_policy td div.title {
	padding: 4px;
	color: #484848;
	font-weight: bold;
	background-color: #ffffcc;
}
#ContentArea table.mr_policy td.list {
}
#ContentArea table.mr_policy td.list li {
	margin: 0px;
	padding: 1px 0px;
}

/* シミュレーション・パーソナルツールでユーザー獲得・リピート率向上 */
#ContentArea table.spt_policy {
	width: 98%;
	border-collapse:collapse;
	margin: 10px auto;
	font-size: 10px;
}
#ContentArea table.spt_policy th{
	text-align: center;
	padding: 2px;
	color: #ffffff;
	white-space: nowrap;
	background-color: #4f81bd;
	border: solid 1px #7f7f7f;
}
#ContentArea table.spt_policy td{
	padding: 2px 0px;
	padding: 2px;
	vertical-align: top;
	border: solid 1px #7f7f7f;
}
#ContentArea table.spt_policy td div.title {
	padding: 4px;
	color: #484848;
	font-weight: bold;
	background-color: #ffffcc;
}
#ContentArea table.spt_policy th.col1 {
	width: 10em;
}
#ContentArea table.spt_policy th.col2 {
	width: 10em;
}
#ContentArea table.spt_policy td.list li {
	margin: 0px;
	padding: 1px 0px;
}
#ContentArea table.spt_policy td.list li p {
	margin: 2px 0px 6px 0px;
	padding: .0px;
}

