@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PRICE
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#plan-table section {
	margin: 0 0 8%;
}
#plan-table section p.tax {
	padding: 0;
	margin: 0 0 3px;
	text-align: right;
	font-size: 12px;
	line-height: 1.2;
}
#plan-table h2 {
	color: #084056;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 0.7em;
	text-align: center;
}
#plan-table section p {
	padding: 1em 1em 1em 0;
}
#plan-table table {
	width: 100%;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#plan-table table th,
#plan-table table td {
	padding: 1em;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
	line-height: 1.6;
}
#plan-table table th span,
#plan-table table td span {
	font-size: 12px;
	font-weight: normal;
}
#plan-table table tr:nth-child(even) { background-color:#EFEFEF; }
#plan-table table th:nth-child(1) { background-color:#e2e2e2; }
#plan-table table th {
	font-weight: bold;
	vertical-align: middle;
}
#plan-table table td {
	vertical-align: middle;
}
#plan-table table th.left-01 {
	width: 30%;
	text-align: left;
}
#plan-table table th.center-02 {
	width: 15%;
}
#plan-table table th.left {
	text-align: left;
}
/*==========================================
 詳細ページのスタイル
===========================================*/
#plan-top {
	margin: 0 0 10%;
}
#plan-top h2 {
	color: #084056;
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 1em;
	text-align: center;
}
#plan-top h2 span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
#plan-top section .columnBlock01 { width: 400px; }
#plan-top section .columnBlock02 { width: 575px; }

#plan-free-space {
	margin: 0 0 8%;
}
#plan-free-space h2 {
	color: #084056;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 1em;
	text-align: center;
}
#plan-free-space ul {
	margin: 0 0 0 -20px;
}
#plan-free-space ul li {
	margin: 0 0 0 20px;
	width: 150px;
	float: left;
	text-align: center;
}
#plan-free-space ul li span {
	padding: 0.5em 0 0;
	display: block;
	font-size: 14px;
}
a#plan-bot-btn {
	width: 370px;
	margin: 0 auto 8%;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #084056;
	background: #084056;
	border-radius: 5px;
	font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
a#plan-bot-btn:hover {
	background: #FFF;
	color: #084056;
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#plan-table h2 {
		font-size: 22px;
		margin: 0 0 0.4em;
	}
	#plan-table section p {
		padding: 0.5em 0 0;
		font-size: 12px;
	}
	#plan-table table th,
	#plan-table table td {
		padding: 0.5em;
		font-size: 12px;
	}
}
