﻿@charset "UTF-8";


/*---リスト(黒丸)---*/
.Disc {
	margin: 0px 0px 0px 18px;
}

.Disc li {
	list-style-type: disc;
}

/*---枠設定---*/
.Em-Flame {
	width: 940px;
	background-color: #FFFADB;
	padding: 10px;
}

.Em-Flame .Cont {
	background-color: #FFF;
	border: 1px solid #FFDA09;
	padding: 20px;
}

.Em-Flame02 {
	width: 894px;
	border: 3px solid #E70012;
	padding: 30px;
}

.L-Area {
	float: left;
	width: 600px;
}

.R-Area {
	float: right;
	width: 280px;
}

.R-Area p {
	margin: 5px 0px 0px 0px;
}

/*---文字設定---*/
.Txt-R a {
	float: right;
	margin: 0px 14px 0px 0px;
	font-weight: normal;
	font-size: 14px;
	color: #FF0000;
}

.Txt-Em {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	line-height: 1.5em;
}

.Txt-Em-Red {
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
}

.Txt-Red {
	color: #FF0000;
}

/*---テーブル---*/
.Plan_Table {
	background-color: #EBEBEB;
	padding: 5px;
}

.Plan_Table table {
	width: 950px;
	border-collapse: collapse;
	background-color: #FFF;
}

.Plan_Table th {
	width: 180px;
	text-align: left;
	font-weight: bold;
	padding: 15px;
	border: 1px solid #B9B9B9;
	background-color: #FFFFC8;
}

.Plan_Table tr {
	border: 1px solid #B9B9B9;
}

.Plan_Table td {
	padding: 15px;
	border: 1px solid #B9B9B9;
}

/* プラン料金 */
.Plan_Table.price th {
	width: auto;
	padding: 10px;
	text-align: center;
}

.Plan_Table.price td {
	padding: 10px;
	text-align: center;
}