@charset "utf-8";

/*-- service.css
-------------------------------------------------------- */

/* ---------------------------------------コンテンツ */

/* 導入効果 */
ul.effect_list {
	margin: 10px 10px 0;
	padding: 10px 15px;
	border: 5px solid #edf0e7;
}

ul.effect_list li {
	line-height: 1.3em;
	margin: 7px 0;
	padding: 0 0 0 25px;
	background: url("../img/ico_checkmark.gif") no-repeat 0 3px;
}

/* 導入事例 */
.ex_box {
	margin: 12px 10px 0;
	padding: 10px 12px 15px 12px;
	border: 3px solid #f0f0f0;
}

.client {
	height: 1%;
	padding: 0;
	border-bottom: 1px dotted #cecece;
	overflow: hidden;
}

.client h4 {
	float: left;
	width: 320px;
	height: 23px;
	padding: 15px 0 7px 32px;
	background: url("../img/ico_man.gif") no-repeat 4px 8px;
	font-weight: bold;
}

.client p.jisseki {
	float: right;
	width: 190px;
	height: 35px;
	padding: 15px 0 0 35px;
	background: url("../img/ico_check.gif") no-repeat 0 0;
	font-weight: bold;
	font-size: 108%;
	text-align: right;
	color: #d20000;
}

*html .client p.jisseki {		/* IE6 css hack */
	height: 45px;
	padding: 15px 0 0 20px;
	width: 220px;
}

.ex_box dl {
	margin: 10px 0 0;
}

.ex_box dl dt {
	float: left;
	clear: both;
	width: 100px;
	padding: 7px 10px;
	border-bottom: 1px solid #fff;
	background-color: #f5f5f5;
}

.ex_box dl dd {
	float: left;
	width: 460px;
	padding: 7px 10px;
	border-bottom: 1px solid #f5f5f5;
}

.ex_box .jittai {
	margin: 10px 0 0;
}

.ex_box .jittai p.ttl {
	width: 136px;
	height: 22px;
	position: relative;
	padding: 5px 0 0;
}

.ex_box .jittai p.ttl img {
	position: absolute;
	top: 0;
	left: 0;
}

.ex_box .jittai p.con {
	color: #d20000;
}

.ex_box .jittai p.con span {
	font-weight: bold;
	font-size: 120%;
	color: #d20000;
}
.txt_red {
    color:#d20000;
}