@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;
}


/* 98. webcollege
=========================================*/
.webcollege .mainArea {
	padding: 32px 44px 0;
	background: url(../../corporate/images/webcollege_bg001.jpg) no-repeat 0 0;
}
/* heading */
.webcollege .wcHeading01 {
	min-height: 24px;
	padding: 0 0 12px 30px;
	background: url(../../corporate/images/webcollege_bg002.gif) no-repeat 0 0;
}

/* pageUp */
.webcollege .wcPageUp {
	clear: both;
	float: right;
	margin-top: 20px;
	padding-left: 12px;
	background: url(../../corporate/images/webcollege_ic001.gif) no-repeat 0 0.4em;
}

/* wcSection */
.webcollege .wcSection {
	clear: both;
	width: 812px;
	margin-top: 25px;
	overflow: hidden;
}
.webcollege .wcText {
	margin: 18px 20px 0 20px;
}
.webcollege .wcBtn {
	margin-top: 20px;
	text-align: center;
}

/* wcVisual */
.webcollege #wcVisual {
}
.webcollege #wcVisual #wcLead {
	margin-left: 1px;
}
.webcollege #wcVisual .wcAnchor {
	margin: 20px -20px 45px 4px;
	overflow: hidden;
}
.webcollege #wcVisual .wcAnchor li {
	float: left;
	margin-right: 20px;
}

/* meritColumn */
.webcollege #meritColumn {
	width: 852px;
	margin: 10px -40px 0 0;
	padding-bottom: 18px;
	background: url(../../corporate/images/webcollege_bg003.gif) no-repeat 0 100%;
	overflow: hidden;
}
.webcollege #meritColumn .wcCol {
	float: left;
	width: 386px;
	margin-right: 40px;
}
.webcollege #meritColumn .figure {
	display: block;
	text-align: center;
}

/* planColumn */
.webcollege #planColumn {
	width: 832px;
	margin: 23px -16px 0 0;
	padding-bottom: 20px;
	background: url(../../corporate/images/webcollege_bg004.gif) no-repeat 0 100%;
	overflow: hidden;
}
.webcollege #planColumn .wcCol {
	float: left;
	width: 260px;
	margin-right: 16px;
}
.webcollege #planColumn .figure {
	display: block;
	margin-top: 5px;
	text-align: center;
}
.webcollege #planColumn .wcText {
	margin-top: 12px;
}

/* functionColumn */
.webcollege .functionColumn {
	margin-top: 15px;
}
.webcollege .functionColumn .functions {
	float: left;
	margin: 0 57px -24px 0;
	padding-left: 20px;
}
.webcollege .functionColumn .functions li {
	margin-bottom: 40px;
}
.webcollege .functionColumn .study {
	margin-right: 21px;
}
.webcollege .functionColumn .study li {
	margin-bottom: 24px;
}
.webcollege .functionColumn .figure {
	position: relative;
	overflow: hidden;
}
.webcollege .functionColumn #popupImg01 {
	/*display: block;
	position: absolute;
	top: 193px;
	left: 9px;
	width: 306px;
	height: 60px;
	font-size: 0;*/
}

/* wcContact */
.webcollege #wcContact {
	clear: both;
	margin: 40px 0 0 0;
	padding-bottom: 15px;
	background: url(../../corporate/images/webcollege_bg006.gif) no-repeat 0 100%;
}
.webcollege #wcContactText {
	clear: both;
	padding: 18px 20px 0;
	background: url(../../corporate/images/webcollege_bg005.gif) no-repeat 0 0;
	text-align: center;
}

/* keywordBox */
.webcollege .keywordBox {
	margin-top: 40px;
}


/* 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 */

