/* CSS Document */

.fc_00a1e9 { color: #00a1e9; }

div.imgTop{
	position:relative;
	width:760px;
	height:247px;
}

div.imgTop div.imgText{
	width:322px;
	height:132px;
	top:112px;
	right:23px;
	position: absolute;
	color: #FFF;
	font-weight: bold;
	font-size:11px;
	line-height:1.3em;
	text-align:justify;
	text-justify: inter-ideograph;
}
ul.box_service {
	margin-bottom:20px;
}

ul.box_service li{
	float:left;
	margin-right:9px;
	width:183px;
}

ul.box_service li p{
	padding:0px 10px 5px;
	line-height:1.4em;
}


ul.box_melit{
	margin-bottom:40px;
}

ul.box_melit li{
	padding-left:10px;
	margin-bottom:16px;
	border-bottom:#ccc 1px solid;
	line-height: 1.8em;
}

ul.box_melit li p.salesforce_melit_title{
	font-weight:bold;
	padding-top: 5px;
	font-size: 1.1em;
}

ul.box_exsample{
	margin-bottom:20px;
}
ul.box_exsample li{
	float:left;
	margin-right:29px;
	width:234px;
}

ul.box_exsample li p{
	padding:0px 10px 0px;
	line-height:1.4em;
}

ul.box_exsample li div.up{
	background-color:#c3ecff;
	padding: 5px;
}

ul.box_exsample li div.up p.bar{
	border-bottom:#CCCCCC 1px solid;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

ul.box_exsample li div.down{
	background-color:#00a9e0;
	padding: 5px;
	line-height: 1.8em;
}

/*----- テーブル(課題・解決)----*/
table.boxkk {
	width:100%;
	margin-bottom:20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	border-collapse:collapse;
}
table.boxkk th,
table.boxkk td {
	padding:5px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.boxkk th.boxk1 {
	background-color: #00a1e9;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
table.boxkk th.boxk2 {
	background-color: #00a1e9;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
table.boxkk td.boxk1 {
	background-color: #CCC;
}
table.boxkk td.boxk2 {
	background-color: #F6F6F6;
}

table.type00a {
	width:100%;
	margin-bottom:20px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	border-collapse:collapse;
}
table.type00a th,
table.type00a td {
	padding:5px;
	vertical-align: top;
	border-right-style: solid;
	border-bottom-style: solid;
}
table.type00a th {
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: center;
}

table.type00a td.boxk {
	vertical-align: middle;
}

/* 帯のポイント */
h4 img.obipoint {
 vertical-align: middle;
 border: 0;
 margin-right: 5px;
}
h4.catchTitle{
  font-size:14px;
}
.catchText{
  padding-left:20px;
  text-align:justify;
}
.bb01{
  border-bottom:#eee 1px dotted;
}
table.type00a th{
  background-color:#004887;
  font-size:16px;
  color:#fff;
}

h3 img.titlePoint {
 vertical-align: middle;
 border: 0;
 margin-right: 5px;
}
h3.catchTitle1{
  font-size:20px;
  line-height:1;
}

/* テーブルの背景色 */
.tblBgGray{
  background-color:#eee;
}
/*三角リスト*/
div.triangleList{
  padding-left:20px;
}
div.triangleList p {
    text-indent: -1em;
    margin-left: 1em;
}
div.triangleList p:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #666;
    vertical-align: 0px;
}

h3.boxMerit{
  font-size:22px;
  font-weight:bold;
  color:#011f51;
  border-bottom:#EEEEEE 1px solid;
  margin-bottom:20px;
}