@charset "utf-8";

/* 固定電話サービス専用スタイル
----------------------------------------------------------- */
div#content {
	width: 560px;
}

div#phoneBefore,
div#phoneAfter {
	width:471px;
	height:47px;
	margin: 0 auto 20px;
	padding: 125px 22px 0 22px;
	overflow: hidden;
	line-height: 1.5;
}

div#phoneBefore {	background:url(../img/bgBefore.png) left top no-repeat; }
div#phoneAfter {	background:url(../img/bgAfter.png) left top no-repeat; }

div#phoneHaisen {
	width: 515px;
	height: 212px;
	margin: 0 auto 20px;
}

img.inline {display:inline;}

h5.orange {
	font-size:120%;
	color:#FF6600;
	font-weight:bold;
	margin-bottom: 1em;
}

h5.underline {
	font-size: 120%;
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	margin: 10px 5px 5px;
}

span.orange,
p.orange {
	color:#FF6600;
	font-weight:bold;
}

table.price01,
table.enter01,
table.option01 {
	width: 98%;
	border-collapse:collapse;
}

table.option01 th,
table.option01 td,
table.price01 th,
table.price01 td,
table.enter01 th,
table.enter01 td {
	padding: 5px;
}

table.option01 th,
table.price01 th,
table.enter01 th {
	text-align: left;
	font-weight: normal;
	background-color:#CCFFCC;
	border:1px solid #339900;
}

table.option01 th { text-align:center; }


table.price01 td {
	text-align: center;
	border:1px solid #339900;
}

table.enter01 td {
	text-align: left;
	border:1px solid #339900;
}

table.option01 td {
	border:1px solid #339900;
}

ol.olE {
	padding-bottom:20px;
}

div.notice {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #999900;
}

