@charset "utf-8";

#mainimg {
	background:url(../images/top/mainimg.jpg) no-repeat;
	width:980px;
	height:480px;
	position:relative;
}

#mainimg h2 {
	position:absolute;
	top:320px;
	left:50px;
}

#mainimg p {
	position:absolute;
	top:355px;
	left:50px;
	line-height:1.6;
}

h3 {
	text-align:center;
	margin:56px 0 32px 0;
}

.plan-box {
	width:248px;
	margin:0 20px 0 0;
	padding:30px;
	float:left;
	text-align:center;
	border:solid 2.5px #d2d2d2;
	border-radius: 5px;        /* CSS3草案 */  
    	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
   	-moz-border-radius: 5px;   /* Firefox用 */ 
}

.plan-box h4 {
		margin:24px 0 12px 0;
}

.plan-box h5 {
	font-size:19px;
	line-height:1.3;
	margin:0 0 20px 0;
}

.plan-box h5 span {
	color:#d12e2b;
}

.plan-box p {
	font-size:13px;
	color:#333;
	margin-bottom:20px;
}

.plan-box p.plan-img {
	height:85px;
}

.plan-txt {
	font-size:11px;
	line-height:1.3;
	color:#888;
	padding:8px 0 12px 4px;
}

#content-box {
	border:solid 2.5px #d2d2d2;
	border-radius: 5px;        /* CSS3草案 */  
    	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
   	-moz-border-radius: 5px;   /* Firefox用 */ 
	padding:64px;
}

.content-list {
	border-bottom:solid 1px #d2d2d2;
	overflow:hidden;
	padding:48px 0;
}

.content-list .content-txt {
	float:left;
	width:550px;
}

.content-list .content-txt h4 {
	font-size:23px;
	margin-bottom:12px;
}

.content-list .content-txt p {
	color:#333;
	line-height:1.8;
}

.content-list .content-img {
	float:right;
	width:277px;
}

.bedge {
	padding-bottom:0 !important;
	border:none;
}

