@charset "utf-8";

/*@import url("../../assets/css/component.css");
@import url("../../assets/css/portal.css");*/

/**
 * IC Card World
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	section
----------------------------------------------------------------------
*/
.roundrect {
	/*margin-bottom: 20px;
	padding: 18px 30px 20px;
	_padding-left: 29px;
	_padding-right: 29px;
	width: 608px;*/
	padding: 18px 30px 20px;
	width: 840px;
	background: url(../../../common/share/img/frame/roundrect_wide_top.png) no-repeat #fff;
	margin: 0 auto;
}

.section {
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
}
.section-top{
	margin-top: 0;
}

.section h3 {
	/*position: absolute;
	left: -20px;
	top: -40px;
	* top: -20px;*/
}

.section h4 {
	margin-bottom: 28px;
	padding-bottom: 3px;
	border-bottom: 2px solid #d9d9d9;
	color: #00479d;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}

.section table,
.section p {
	margin-bottom: 1em;
}

/*
----------------------------------------------------------------------
	pickup
----------------------------------------------------------------------
*/
.pickup {
	margin-bottom: 20px;
}

.pickup h5 {
	margin-bottom: 5px;
	border-bottom: 1px solid #0d65b0;
	color: #0d65b0;
	font-weight: bold;
}

.pickup p {
	margin-bottom: 0;
	color: #444;
}

.highlight {
	padding: 5px 5px 1px;
	background-color:#f6fbfe;
}
