@charset "utf-8"; 

/*---------------------------------------------------------
 * タイトル用　共通
 *---------------------------------------------------------*/

#flash {
	height:154px;
	width:100%;
	background-image:url(../base/bg_flashin.jpg);
	background-repeat:repeat-x;
	z-index:5;
	background-color:#FDFDFC;	
}

#flash-line {
	width:960px;
	height:134px;
	margin:0 auto;
	z-index:6;
	outline:none;
}

/*---------------------------------------------------------
 * 料金表用CSS 各種
 *---------------------------------------------------------*/

.main-box {
	margin-top:-24px;
	z-index:50;
}

.main-box .box {
	background-image:url(../base/bg_defo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:44px 0 0 30px;
	margin-bottom:40px;
	z-index:51;
}

.main-box .box h2 {
	background-position:bottom left;
	background-repeat:no-repeat;
	height:60px;
	width:100%;
	text-indent:-9999px;
	padding:0 0 0 0;
	margin-bottom:40px;
}

.main-box .price-list h2 {
	background-image:url(../price/img/title_list.gif);
}

.main-box .option h2 {
	background-image:url(../price/img/title_option.gif);
}

.main-box .notice h2 {
	background-image:url(../price/img/title_notice.gif);
}

.main-box h3 {
	margin:40px 0 10px;
}

.main-box .box p {
	padding:0 5px 15px 0;
}

.main-box .cmt {
	border:1px dotted #CAC0CB;
	background-color:#F2ECF2;
	padding:10px;
	margin-bottom:20px;
	width:608px;
}


/*---------------------------------------------------------
 * 料金表テーブル
 *---------------------------------------------------------*/
 
.price-table {
	width:630px;
	margin-bottom:20px;
	border: 1px solid #CAC0CB;
    border-collapse: collapse;
    border-spacing: 0;
}

.price-table th,
.price-table td {
	padding:5px 10px;
}

.price-table th {
	background-color:#F2ECF2;
	border: solid #CAC0CB;
    border-width: 0 0 1px 1px;
	vertical-align:top;
	white-space: nowrap;
}

.price-table td {
	border: solid #CAC0CB;
    border-width: 0 0 1px 1px;
	vertical-align:top;
	background-color:#FFF;
}

.price-table .odd {
	background-color:#FCFAFC;
}

.plan-name {
	width:200px;
}

.plan-price {
	text-align:right;
	width:100px;
}

.plan-time {
	width:100px;
}

/*---------------------------------------------------------
 * 注意事項
 *---------------------------------------------------------*/

.notice li {
	margin-bottom:10px;
	padding:0 12px;
	background-image:url(../base/icon_list_g.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
}

/*-- ends here --*/