@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2014-03-07
 * Editor:    contents yamamoto
 * Modified:  2014-03-07 by:contents yamamoto
 *
 * ***********************************************************
 */


/* --------------------------------------------------------------

CONSULTATION

----------------------------------------------------------------- */


#mainArea .text {
	font-size:108.4%;
	line-height:180%;
}

/* block */
.block {
	margin-bottom:20px;
	_zoom:1;
	overflow: hidden;
}

.block .photo {
	float:right;
	padding-left:25px;
	padding-top:3px;
}

.block .text{
	_zoom:1;
	overflow:hidden;
}

/* consalList */
.consalList {
	margin-bottom:20px;
}

.consalList dt {
	color:#3C4982;
	font-size:116.7%;
	font-weight:bold;
	background:#F7F7F8;
	padding:6px;
	margin-bottom:10px;
}

.consalList dt span {
	color:#ffffff;
	font-size:108.4%;
	background:#3C4982;
	padding:0px 6px;
	margin-right:8px;
	font-weight:normal;
}

.consalList dd {
	font-size:108.4%;
	padding:3px 5px 15px 5px;
}

/* security */
.security {
	margin-top:10px;
	margin-bottom:40px;
	border-top:1px dotted #C1C1C1;
	border-bottom:1px dotted #C1C1C1;
	padding-top:15px;
	padding-bottom:10px;
}

.security li {
	font-size:108.4%;
	padding-left: 17px;
	margin-bottom: 5px;
	background: url(../common/en02.gif) no-repeat left center;
}

/* contact */
dl.contact {
	margin-bottom:40px;
}

dl.contact dt {
	background:#3C4982;
	color:#FFF;
	font-size:108.4%;
	padding:5px;
	margin-bottom:15px;
}

dl.contact dd {
	margin-bottom: 15px;
	font-size:108.4%;
}

dl.contact dd.bg {
  background:#EBEEF8;
  padding:15px;
}

dl.contact dd ul {
  padding-left:10px;
}

dl.contact dd ul li {
  padding-left:15px;
  background:url(../common/en03.gif) no-repeat 0px 3px;
}

dl.contact dd p {
  color:#3C4982;
  padding-left:14px;
  padding-bottom:3px;
  border-bottom:1px dotted #3C4982;
  background:url(../common/s8.jpg) no-repeat 0px 3px;
  font-weight:bold;
  margin-bottom:12px;
	font-size:108.4%;
  line-height:140%;
}

dl.contact dd.wrap {
	border:2px solid #D8D8D8;
	padding:15px 15px 15px 15px;
	line-height:200%;
	font-size:108.4%;
}

dl.contact dd.wrap span {
	font-size: 91.7%;
}

dl.contact dd.wrap span.mail {
  padding-left:14px;
  background:url(../common/s8.jpg) no-repeat 0px 3px;
  font-weight:bold;
  color:#3C4982;
}

/* table */
table.jisseki {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #D6CFCB;
	font-size:108.4%;
}

	table.jisseki th {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100px;
	font-weight: normal;
	padding:10px;
	border: 1px solid #D6CFCB;
	text-align:center;
	}

	table.jisseki th.bg01 {
		background:#4E68A5;
		color:#ffffff;
	}

	table.jisseki th.bg02 {
		background:#269592;
		color:#ffffff;
	}

	table.jisseki th.bg03 {
		background:#F7F7F8;
	}
	
	table.jisseki td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding:10px;
	font-weight: normal;
	border-bottom: 1px solid #D6CFCB;
	text-align:center;
	}

	table.jisseki td.bg01 {
		background:#DDEAF4;
	}

	table.jisseki td.bg02 {
		background:#E2F3F5;
	}
