/* CSS Document */

@import url("../../css/common.css");

/*	Plan
====================================== */
#plan .boxplan {
	background-image: url(../../common/boder1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#plan .boxplan.lt {
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#plan .boxplan .graphic {
	float: left;
	width: 200px;
	height: 120px;
	padding: 25px 20px;
}
#plan .boxplan .graphic.p01 {
	background-image: url(../img/plan1.gif);	
}
#plan .boxplan .graphic.p02 {
	background-image: url(../img/plan2.gif);
}
#plan .boxplan .graphic.p03 {
	background-image: url(../img/plan3.gif);
}
#plan .boxplan .graphic.p04 {
	background-image: url(../img/plan4.gif);
}
#plan .boxplan .graphic h3 {
	font-size: 16px;
	color: #000;
	line-height: 1;
}
#plan .boxplan .graphic p {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	color: #fff;
	margin-top: 7px;
	letter-spacing: 0.1em;
}
#plan .boxplan .txt {
	float: right;
	width: 420px;
}
#plan .boxplan .txt h4 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 15px;
}
#plan .boxplan .txt h4 span {
	color:#007DC3;
}
#plan .boxplan dl {
	line-height: 1;
	margin-bottom: 20px;
}
#plan .boxplan dl dt {
	width: 5em;
	color: #fff;
	background-color: #007DC3;
	font-size: 12px;
	text-align: center;
	padding: 5px 0 3px;
	float: left;
	margin-left: 20px;
}
#plan .boxplan dl dt:first-child {
	margin-left: 0px;
}
#plan .boxplan dl dd {
	font-size: 13px;
	color: #000;
	float: left;
	padding: 4px 0 2px;
	margin-left: 10px;
}
#plan .support {
	font-size: 18px;
	color: #007DC3;
	line-height: 1;
	background-image: url(../../common/boder1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	padding-bottom: 15px;
}