@charset "utf-8";

#main .header {
	background: url(../images/title-features.gif) no-repeat;
	height: 107px;
	position: relative;
}
#main .header h1 {
	display: none;
}
#main .header p {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 58px;
	left: 25px;
	line-height: 130%;
}
#body {
	margin: 40px 20px;
}
#body h2 {
	margin: 30px 0 15px;
	clear: both;
}
.with-border {
	background: url(../../resource/images/border-dotted-blue.gif) repeat-x;
	padding-top: 30px;
}
/*100903追加*/
.mobile_explanation{ background:#C3EBFE;width:634px;clear:both;padding:8px;margin:40px 0 50px;}
.mobile_explanation h3{width:634px;position:relative;margin:0;}
.mobile_explanation h3 .img{position:absolute;right:0;top:-21px;}
.mobile_explanation .txt{margin:9px 0 0 12px;}
/*100903追加*/
#body p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}
#body .function {
	margin-left: -20px;
}
#body .function div {
	width: 200px;
	float: left;
	display: inline;
	margin-left: 20px;
}
#body .function h3 {
	font-weight: bold;
	margin: 10px 0;
	color: #3399ff;
}
#body .function p {
	margin: 0;
}