@charset "utf-8";

/**
 * info.css
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Info
----------------------------------------------------------------------
*/
div.info {
	margin-bottom:20px;
	padding:40px 30px 1px;
	position:relative;
	width:840px;
}

div.info h3 {
	left:-20px;
	position:absolute;
	top:-20px;
}

div.info h4 {
	border-bottom:2px solid #D9D9D9;
	color:#00479D;
	font-size:110%;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:20px;
	padding-bottom:3px;
}

div.info h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 2px solid #0F8CC6;
    color: #00479D;
    font-size: 110%;
    line-height: 1.5;
    font-weight: bold;
}

div.info p {
	margin-bottom:1.5em;
}

div.info .intro {
	position:relative;
	margin-bottom:30px;
}

div.info .section {
	margin-bottom:40px;
}

div.info .section em {
	font-weight:bold;
}


div.info .red {
	margin:0 0 40px 0;
	padding:10px;
	border:1px solid #E5004F;
	color:#E5004F;
}

div.info .red2 {
	color:#EB0000;
}

div.info .right {
	margin-top:20px;
}

div.info .gray_bg {
	margin:20px 0;
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	padding:10px;
}

div.info .gray_bg2 {
	margin:20px 0;
	background-color:#F9F9F9;
	border:1px solid #EB0000;
	padding:10px;
}



/* Products */
div.info p.i070802 {
	padding-top:50px;
}

/* other */
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt50 {margin-top:50px !important;}
.mb00 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:10px !important;}
.pl20 {padding-left:20px !important;}
.top {vertical-align:top !important;}
