@charset "utf-8";

/* Table Of Contents
----------------------------------------

# General Elements
# content
# clearfix

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # content
---------------------------------------------------------------------------- */

div#content div.section {
	background: #f3f4f8 url(../images/services/bg_box_bottom.gif) no-repeat left bottom;
	margin: 6px 0 17px 0;
	padding: 10px 20px 23px 20px;
	position: relative;
	width: 610px;
}

.expan {
    display: block!important;
	clear: both;
}

style {
    display: block!important;
}

div#content div.section dl dt {
	border-bottom: 1px solid #e30613;
	cursor: pointer;
	padding: 0 0 10px 0;
}

div#content div.section dl dt.clicked span {
	background: url(../common/images/ico_expain.gif) no-repeat 0 4px;
}

div#content div.section dl dt span {
	background: url(../common/images/ico_collapse.gif) no-repeat 0 4px;
	cursor: pointer;
	float: right;
	height: 17px;
	width: 13px;
}

div#content div.section dd img,
div#content div.section dt img {
	float: left;
}

div#content div.section dd {
	color: #656563;
	clear: both;
	display: none;
	padding: 8px 0 0 41px;
}

div#content div.section dd.clicked {
	clear: both;
	display: block;
}


div#content div.section div.info p {
	float: left;
	width: auto;
}

div#content div.section div.info p.infoText {
	color: #002d59;
	font-size: 110%;
	font-weight: bold;
	float: left;
	padding: 22px 0 0 19px;
	width: 310px; 
}

div#content div.section div.info p.infoText em {
	color: #e30613;
}

div#content div.section table {
	width: 100%;
}

div#content div.section table.marginTop {
	margin: 12px 0 0 0;
}

div#content div.section table th {
	background: #f3f4f8 url(../images/services/bg_th.gif) repeat-x left bottom;
	color: #333;
	font-weight: bold;
	padding: 11px 0 0 0;
	vertical-align: top;
	width: 226px;
}

div#content div.section table td {
	background: #fff url(../images/services/bg_td.gif) repeat-x left bottom;
	padding: 9px 11px 7px 19px;
}

div#content div.section table td ul.list {
	padding: 0 0 0 27px;
}

div#content div.section table td ul.list li {
	background: url(../common/images/ico_circle03.gif) no-repeat 0 6px;
	padding: 0 0 0 13px;
}

div#content div.section table td ul.list li a {
	color: #333;
	font-weight: bold;
}

div#content div.section div.support {
	padding: 10px 0 15px 0;
}

div#content div.section div.support p.text {
	color: #002d59;
	float: left;
	width: 342px;
}

div#content div.section div.support p.image {
	float: right;
	padding: 0;
	width: auto;
}

div#content div.section div.info p.solution {
    padding: 0 0 0 2px;
}

div#content div.section ul.listImage {
	float: right;
	text-align: right;
}

div#content div.section ul.listImage li {
	float: left;
	width: auto;
}

div#content div.section ul.listImage li img {
	float: none;
}

div#content div.section div.lecture {
	padding: 8px 0 0 0;
}

div#content div.section div.lecture p.lectureImage {
	float: left;
	padding: 21px 0 0 0;
	width: 206px;
}

div#content div.section div.lecture div.detail {
	float: right;
	width: 343px;
}

div#content div.section div.lecture div.detail p.title {
	color: #333;
	font-weight: bold;
	padding: 0 0 0 19px;
}

div#content div.section div.lecture div.detail div {
	background: #fff;
	margin: 2px 0 7px 0;
	padding: 9px 12px 7px 19px;
}


/* # clearfix
---------------------------------------------------------------------------- */

div#content div.section div.info,
div#content dl dt,
div#content dl dd,
div#content div.section div.support,
div#content div.section div.training,
div#content div.section div.lecture {
	zoom: 1;
}

div#content div.section div.info:after,
div#content dl dt:after,
div#content dl dd:after,
div#content div.section div.support:after,
div#content div.section div.training:after,
div#content div.section div.lecture:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}