@charset "UTF-8";

/* Right Navigation
=========================================*/

/* category-color */
body#corporate #subNav .subNavInner dd .third-hierarchy li a {
	background: url(../../corporate/images/com_ic001.gif) no-repeat 5px 0.7em;
}
body#corporate #subNav .subNavInner dd .third-hierarchy li a:hover,
body#corporate #subNav .subNavInner dd .third-hierarchy li a:active,
body#corporate #subNav .subNavInner dd .third-hierarchy li.current span {
	background: #ffffff url(../../corporate/images/com_ic001.gif) no-repeat 5px 0.7em;
}
body#corporate #subNav .subNavInner dd .third-hierarchy li.on {
	background-color: #ffffff;
}
body#corporate #subNav .subNavInner dd .third-hierarchy li.on a:hover {
	background: url(../../corporate/images/com_ic001.gif) no-repeat 5px 0.8em;
}
body#corporate #subNav .subNavInner dd .third-hierarchy li.on a,
body#corporate #subNav .subNavInner dd .third-hierarchy li.on span {
	display: block;
	padding: 5px 0 5px 18px;
	background: url(../../corporate/images/com_ic001.gif) no-repeat 5px 0.8em;
}

/* Heading
=========================================*/

/* heading2 */
#contents .heading2 {
	clear: both;
	position: relative;
	margin-top: 20px;
}
#contents .heading2-02 {
	clear: both;
	margin-top: 20px;
	padding: 0;
}

/* index
=========================================*/

/* read-txt */
#contents .read-txt{
	margin-top: 20px;
	font-weight: bold;
	color: #da5801;
	font-size: 110%;
}

/* Contents
=========================================*/

/* caseBox */
#contents .caseBox {
	width: 634px;
	padding: 20px;
	border-right: solid 3px #ededed;
	border-bottom: solid 3px #ededed;
	border-left: solid 3px #ededed;
}
* html #contents .caseBox {
	width: 680px;
}
#contents .caseBox .caseBoxInner .icon {
	float: left;
	width: 80px;
}
#contents .caseBox .caseBoxInner dl {
	float: right;
	width: 525px;
}
#contents .caseBox .caseBoxInner dt {
	font-weight: bold;
	color: #ff7200;
}
#contents .caseBox .caseBoxInner dd {
	margin-top: 5px;
}


/* 99. Extra
=========================================*/

/* Clearfix */
#contents .caseBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .caseBox {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}

/* IE7 hacks */
*:first-child+html #contents .caseBox {
	display: inline-table;
}/* end hacks */
