@CHARSET "UTF-8";

/* CSS Document */

/**************** 
 * 目次
 * 1.システム&料金
 * 2.下部テキスト
 ***************/

/*** 1.システム&料金 ***/

#contents h2 {
	width: 760px;
	height: 60px;
	}
#price {
	width: 720px;
	height: 470px;
	background: url("../images/system/price.jpg") no-repeat;
	margin:0 20px 10px 20px;
	}
#price .price_left{
	width:360px;
	float:left;
}
#price .price_right{
	width:360px;
	float:left;
}
.card {
	width: 720px;
	height: 140px;
	margin: 10px 20px;
	}

/*** 2.下部テキスト ***/

.common_title {
	background: url("../images/common/common_title.jpg") no-repeat;
	width: 760px;
	height: 40px;
	margin: 10px 0;
	}

.common_title .title {
	width: 746px;
	padding-top: 10px;
	height: 30px;
	margin-left: 16px;
	text-align: left;
	}
.common_title .title h3{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}

.member {
	width: 710px;
	height: 20px;
	margin-top: 20px;
	margin-left: 30px;
	}
.credit_box {
	margin-left: 30px;
	width: 730px;
	}

.credit_box p {
	font-size:14px;
	font-weight:bold;
	line-height: 18px;
	text-align: left;
	color: #ffffff;
	padding-top: 5px;
	}
.text_box {
	margin-left: 30px;
	width: 730px;
	}

.text_box p {
	line-height: 18px;
	text-align: left;
	color: #ffffff;
	padding-top: 5px;
	}
