
/*  ----------------------------------------
Flets-West
CSS "fw-sub.css" index.html"以外"用CSS
------------------------------------------ */

/* TOC----------------------------------------
ヘッダ
サブページ共通
サイドメニュー
フッタ
申込フォーム
------------------------------------------ */

/* ヘッダ ----------------------------------------------------------------------------------- */

h1 {
	height: 50px;
}

ul#headmenu {/* baseへの追加 */
	top: 113px;
}
ul.headmenu-normal li a.now {
	background: url("/img/btn-headmenu.png");
}
ul#headmenu li#hm-adsl a.now {
	background-position: top left;
}
ul#headmenu li#hm-bflets a.now {
	background-position: 539px 0px;
}
ul#headmenu li#hm-hikari a.now {
	background-position: 359px 0px;
}
ul#headmenu li#hm-tel a.now {
	background-position: top right;
}

/* サイドメニュー ----------------------------------------------------------------------------------- */

div#sidemenu {
	padding: 4px;
	width: 151px;
	background: #f6f6f6;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
body#ntt div#sidemenu,
body#biglobe div#sidemenu {
	background: #f6f6f9;
}
body#plala div#sidemenu {
	background: #f6f9f6;
}
body#so-net div#sidemenu {
	background: #f9f9f6;
}
div#sidemenu h2 {
	padding: 6px 4px;
	margin-bottom: 2px;
	width: 143px;
	background: #2255bb;
	font-size: 85%;
	font-weight: bold;
	color: #ffffff;
}
div#sidemenu h2 span {
	padding-right: 0.3em;
	color: #ffffaa;
}
div#sidemenu h2.sidemenu_hover {
	background: #ee6633;
}

div#sidemenu dl {
	margin: 2px 0px 5px;
}
div#sidemenu dl {
	display: none;
}
div#sidemenu .now dl {
	display: block;
}
div#sidemenu dl dt {
	margin-top: 2px;
	padding: 4px 5px;
	width: 139px;
	background: #bbccee;
	border: 1px solid #999999;
	border-top: 2px solid #999999;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
div#sidemenu dl dt span {
	padding: 1px 2px;
	margin-left: 0.5em;
	background: #993333;
	font-size: 75%;
	color: #ffffff;
}
div#sidemenu dl dd {
	margin: 2px 0px 0px 0px;
	width: 149px;
	border: 1px solid #999999;
	font-size: 72%;
}
div#sidemenu dl dd a {
	display: block;
	padding: 4px;
	width: 133px;
	background: #ffffff;
	border-left: 8px solid #999999;
	color: #333333;
	text-decoration: none;
}
div#sidemenu dl dd a:hover,
div#sidemenu dl dd a.now {
	border-left: 8px solid #ff6600;
}

p.sidecontact {
	margin: 5px 0px;
}
p.sideorder {
	margin-top: 5px;
	width: 160px;
	height: 60px;
}
p.sideorder a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
p.sideorder1 a {
	background: url("/img/btn_sideorder.png") no-repeat top left;
}
p.sideorder2 a {
	background: url("/img/btn_sideorder.png") no-repeat top left;
}

p.sidecamp {
	margin-bottom: 5px;
}

p#ocn-pdf-download {
	margin-top: 10px;
}

/* サブコンテンツ ----------------------------------------------------------------------------------- */

div.subconts {
	float: right;
	margin-bottom: 10px;
	width: 546px;
}
div.subconts h2 {
	margin: 0px 0px 10px 0px;
	padding: 12px 8px 5px;
	border: 1px solid #3366cc;
	color: #225588;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
body.en div.subconts h2 {
	font-size: 110%;
}
div.bflets div.subconts h2 {
	background: url('../img/h2_bflets.png') no-repeat right center;
}
div.hikari div.subconts h2 {
	background: url('../img/h2_hikari.png') no-repeat right center;
}
div.tv div.subconts h2 {
	background: url('../img/h2_tv.png') no-repeat right center;
}
div.adsl div.subconts h2 {
	background: url('../img/h2_adsl.png') no-repeat right center;
}
div.so-net div.subconts h2 {
	background: url('../img/h2_so-net.png') no-repeat right center;
}
div.biglobe div.subconts h2 {
	background: url('../img/h2_biglobe.png') no-repeat right center;
}
div.plala div.subconts h2 {
	background: url('../img/h2_plala.png') no-repeat right center;
}
div.providers div.subconts h2,
div.price div.subconts h2 {
	background: url('../img/h2_bflets.png') no-repeat right center;
}
/*
div.d_so-net h2 {
	height: 28px;
	padding: 2px 0px 0px 105px;
	background: url("/img/h_so-net.png") no-repeat left top;
}
div.d_biglobe h2 {
	height: 28px;
	padding: 2px 0px 0px 145px;
	background: url("/img/h_biglobe.png") no-repeat left top;
}
div.d_plala h2 {
	height: 28px;
	padding: 2px 0px 0px 90px;
	background: url("/img/h_plala.png") no-repeat left top;
}
*/
div.subconts h3 {
	clear: left;
	margin: 15px 8px 8px;
	padding: 8px 0px 6px 8px;
	background: #f3f3f3;
	font-size: 90%;
	font-weight: bold;
	line-height: 0.8;
}
body#plala div.subconts h3 {
	border-left: 8px solid #ffcc00;
}
body#so-net div.subconts h3 {
	border-left: 8px solid #00cc66;
}
body#biglobe div.subconts h3,
body#ntt div.subconts h3 {
	border-left: 8px solid #3366cc;
}

div.subconts h3.h3camp {
	color: #ff0000;
}
div.subconts h4 {
	margin: 10px 10px 6px 15px;
	padding: 2px 5px;
	border-left: 8px solid #cccccc;
	border-bottom: 1px dashed #cccccc;
	font-weight: bold;
	font-size: 85%;
}
div.subconts h5 {
	margin: 10px 0px 6px 30px;
	padding-left: 3px;
	border-left: 1em solid #ffcc66;
	font-weight: bold;
	font-size: 80%;
}
div.subconts p {
	margin: 0px 25px 0px 45px;
	font-size: 80%;
	line-height: 1.4;
}
div.subconts p.str {
	font-weight: bold;
	color: #006699;
}
div.subconts p.imgin {
	margin: 0px;
	text-align: center;
	line-height: 1;
}
div.subconts p img.light {
	float: left;
	margin: 0px 10px 10px 0px;
}
div.subconts ul {
	margin-top: 5px;
	list-style-type: disc;
	font-size: 80%;
}
div.subconts ul li {
	margin: 0px 0px 0.3em 45px;
}

div.subconts p.btn-order {
	clear: left;
	margin: 15px auto 10px;
	text-align: center;
}
div.subconts p.idp {
	margin: 20px 0px 10px 0px;
	text-align: center;
}
div.subconts p span.pexc {
	color: #ff3333;
	font-weight: bold;
	font-size: larger;
}
div.subconts p.addlink {
	margin-top: 0px;
	text-align: right;
}
div.subconts p.imgban {
	margin: 0px;
	text-align: right;
}

div.subconts p.miniatt {
	font-size: 65%;
}

/* providers */
div.subconts div.providers {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	overflow: auto;
}
div.subconts div.providers p.providers_logo {
	float: left;
	margin: 0px;
	width: 150px;
}
div.subconts div.providers h3 {
	clear: none;
	margin: 0px 0px 0px 160px;
}
div.subconts div.providers p {
	margin: 10px 0px 0px 170px;
}

div.subconts table {
	margin: 10px auto;
	border: 1px solid #999999;
	border-collapse: collapse;
}
div.subconts table thead th {
	font-size: 80%;
	font-weight: bold;
	background: #cccccc;
	border: 1px solid #999999;
}
div.subconts table tbody th {
	padding: 2px;
	font-size: 80%;
	color: #003399;
	background: #ffffff;
	border: 1px solid #999999;
}
div.subconts table tbody td {
	padding: 2px;
	font-size: 80%;
	background: #ffffff;
	border: 1px solid #999999;
}
div.subconts table tbody td ul {
	font-size: 100%;
	list-style-type: none;
}
div.subconts table tbody td ul li {
	margin: 0px 0px 0.3em 0px;
}
div.subconts table tbody td ul li.psum {
	font-weight: bold;
}
span.priceatt {
	font-size: smaller;
	color: #ff3333;
}
div.subconts table.pp2 tbody th {
	background: #ffeedd;
}

.pricelist {
	float: left;
	padding-left: 30px;
	width: 14em;
}
.pricelist dt {
	margin-top: 10px;
	border-bottom: 1px dotted #cccccc;
	font-size: 85%;
}
.pricelist dd {
	display: block;
	margin: 4px 10px;
	border: 1px solid #666666;
	font-size: 85%;
}
.pricelist dd a {
	display: block;
	padding: 4px 6px;
	border-left:10px solid #66cc66;
	text-decoration: none;
	color: #333333;
}
.pricelist dd a:hover {
	border-left:10px solid #ffcc66;
}

span.kome { /* 料金表内の※表示 */
	color: red;
}

/* 小数点以下 */
span.float {
	font-size: 80%;
}

div.subconts h2.ad2 {
	margin-top: 15px;
}

div.subconts table.rentaldevices thead th {
	padding: 2px;
	background: #ddddee;
}
div.subconts table.rentaldevices tbody th {
	padding: 2px;
	font-weight: bold;
	font-size: 100%;
	color: #339999;
}
div.subconts table.rentaldevices tbody td {
	padding: 2px;
}
div.subconts table.rentaldevices tbody td.price {
	text-align: right;
}
div.subconts table.rentaldevices tbody td.maru {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

div.subconts ol {
	margin: 5px 5px 10px 30px;
	font-size: 70%;
}
div.subconts ol li {
	margin-top: 5px;
	line-height: 1.4;
}

div.subconts dl.hikariservice {
	margin: 5px 25px 5px;
	height: 19px;
	font-size: 13px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
div.subconts dl.hikariservice dt,
div.subconts dl.hikariservice dd {
	float: left;
	padding: 3px 5px;
	border-left: 1px solid #999999;
}
div.subconts dl.hikariservice dt {
	width: 8em;
	background: #ffcc99;
}
div.subconts dl.hikariservice dd {
	width: 8em;
}

div.subconts table.hikariservice {
	margin: 5px auto 5px;
}
div.subconts table.hikariservice th,
div.subconts table.hikariservice td {
	padding: 3px 5px;
}
div.subconts table.hikariservice th {
	background: #ffcc99;
}

div.subconts table.hikari-connect {
	width: 500px;
}
div.subconts table.hikari-connect th {
	padding: 5px 0px;
	background: #eeeeee;
	text-align: center;
}
div.subconts table.hikari-connect td {
	padding: 3px 0px;
	text-align: center;
}
div.subconts p.hikari-connect-att {
	font-size: 75%;
	line-height: 1.2;
}

div.subconts table.ptt {
	width: 100%;
}
div.subconts table.ptt th,
div.subconts table.ptt td {
	padding: 5px 1px;
}
div.subconts table.ptt td {
	text-align: right;
}
div.subconts table.ptt th.fst {
	background: #ffddbb;
}
div.subconts table.ptt td.fst {
	background: #ffeedd;
}
div.subconts table.ptt th.withfh {
	background: #ffbbbb;
}
div.subconts table.ptt td.withfd {
	background: #ffeeee;
}
div.subconts table.ptt th.fst,
div.subconts table.ptt td.fst,
div.subconts table.ptt th.withfh,
div.subconts table.ptt td.withfd {
	border-left: 3px double #666666;
}
div.subconts table.ptt tbody tr th {
	background: #eeeeee;
}
img.imgright {
	float: right;
	padding-left: 10px;
}
div.tok h4 {
	padding: 2px;
	background: #ffaaaa;
}
div.tok ul li {
	line-height: 1.3;
}

div.subconts table.wari {
	margin: 0px auto;
	width: 500px;
}
div.subconts table.wari th {
	width: 7em;
	background: #3355bb;
	color: #ffffff;
	font-weight: bold;
}
div.subconts table.wari th,
div.subconts table.wari td {
	padding: 5px;
	line-height: 1.3;
}
table.wari dt {
	line-height: 1.3;
}
table.wari dd {
	margin-left: 2em;
	line-height: 1.3;
}
table.wari ul {
	margin-left: 2em;
}
table.wari li {
	list-style-type: disc;
}

p.campaignlinker {
	position: relative;
	z-index: 1;
}
p.campaignlinker a {
	position: absolute;
	left: 495px;
	top: 41px;
	display: block;
	height: 17px;
	width: 38px;
	text-indent: -999px;
	font-size: 6px;
	z-index: 2;
	background: url("/img/0.gif");
}

p.camp_orderbtns {
	margin: 5px 0px;
	text-align: center;
}
.campselect_main li {
	float: left;
}
#campselect_main_1 {
	height: 305px;
}
#ntt #campselect_main_1 {
	background: url('/img/campaign_goods1_west_ntt.jpg') no-repeat left top;
}
#biglobe #campselect_main_1 {
	background: url('/img/campaign_goods1_west_biglobe.jpg') no-repeat left top;
}
#plala #campselect_main_1 {
	background: url('/img/campaign_goods1_west_plala.jpg') no-repeat left top;
}
#so-net #campselect_main_1 {
	background: url('/img/campaign_goods1_west_so-net.jpg') no-repeat left top;
}
#campselect_main_1 img {
	height: 230px;
}
#campselect_main_1 .first img {
	width: 360px;
}
#campselect_main_1 .second img {
	width: 170px;
}
#campselect_main_1 .third img {
	width: 170px;
}
#campselect_main_2 {
	height: 200px;
	background: url('/img/campaign_goods2_west_ntt.jpg') no-repeat left top;
}
#campselect_main_2 img {
	height: 190px;
	width: 175px;
}
#campselect_main_3 li {
	display: block;
	float: left;
}
#campselect_main_3 li img {
	vertical-align: top;
}
ol#attention_list dl {
	margin: 5px;
	padding: 5px;
	background: #f3f3f3;
}
ol#attention_list dl dt,
ol#attention_list dl dd {
	line-height: 1.6;
}
ol#attention_list dl dd {
	padding-left: 1em;
}


ul#campaign_main {
	position: relative;
	width: 720px;
	height: 690px;
}
ul.campaign_main_west {
	background: url('/img/campaign_main_west.jpg') no-repeat left top #000000;
}
ul.campaign_main_east {
	background: url('/img/campaign_main_east.jpg') no-repeat left top #000000;
}
ul.campaign_sub_west {
	background: url('/img/campaign_sub_west.jpg') no-repeat left top #000000;
}
ul.campaign_sub_east {
	background: url('/img/campaign_sub_east.jpg') no-repeat left top #000000;
}
ul#campaign_main li {
	position: absolute;
	display: block;
}
ul#campaign_main li a {
	display: block;
}
ul#campaign_main li.camp_camp {
	left: 30px;
	top: 235px;
}
ul#campaign_main li.camp_camp img {
	width: 330px;
	height: 290px;
}
ul#campaign_main li.camp_orderbtn {
	right: 38px;
	top: 126px;
}
ul#campaign_main li.camp_orderbtn img {
	width: 251px;
	height: 51px;
}
ul#campaign_main li.camp_orderbtn a:hover {
	background: url('/img/hcampaign_button_1.png') no-repeat left top;
}
ul#campaign_main li.camp_b1 {
	left: 370px;
	top: 243px;
}
ul#campaign_main li.camp_b1 img {
	width: 145px;
	height: 140px;
}
ul#campaign_main li.camp_b2 {
	left: 520px;
	top: 243px;
}
ul#campaign_main li.camp_b2 img {
	width: 170px;
	height: 140px;
}
ul#campaign_main li.camp_p1 {
	left: 370px;
	top: 390px;
}
ul#campaign_main li.camp_p1 img {
	width: 145px;
	height: 135px;
}
ul#campaign_main li.camp_p2 {
	left: 520px;
	top: 390px;
}
ul#campaign_main li.camp_p2 img {
	width: 170px;
	height: 135px;
}

.camp_order_main {
	margin: 5px auto;
	width: 550px;
}
span#layer_date {
	position: absolute;
	left: 230px;
	top: 240px;
	display: block;
	width: 300px;
	height: 30px;
	text-align: center;
	color: #8B1923;
	font-weight: bolder;
	font-size: 160%;
	line-height: 30px;
}
table#campaign_price th.heads {
	background: #0066bb;
	color: #ffffff;
	text-align: center;
}
table#campaign_price th.bflets {
	background: #99ccf6;
}
table#campaign_price td {
	background: #ffffff;
	font-size: 120%;
}
table#campaign_price td.expl {
	font-size: 90%;
	color: #333333;
	text-align: left;
	font-weight: normal;
}
table#campaign_price td.price {
	color: #ff6600;
}
table#campaign_price td#price_total {
	width: 220px;
	background: #ffffff;
	padding: 0px;
}
div#campaign_flow p {
	margin: 5px 80px;
	font-size: 80%;
	line-height: 1.4;
}

div.subconts table.table-adsl {
	float: left;
	margin-right: 4px;
	width: 268px;
	font-size: 90%;
}
div.subconts table.table-adsl caption {
	padding: 5px 0px 0.3em;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
}
div.subconts table.table-adsl caption strong {
	margin-left: 1em;
	padding: 2px;
	background: #ff8888;
	font-size: 90%;
}

ul.provider-htop {
	position: relative;
	padding: 0px;
	width: 100%;
	height: 315px;
}
ul#so-net-htop_west {
	background: url("/img/so-net-htop_west.png") no-repeat left top;
}
ul#so-net-htop_east {
	background: url("/img/so-net-htop_east.png") no-repeat left top;
}
ul#biglobe-htop_west {
	background: url("/img/biglobe-htop_west.jpg") no-repeat left top;
}
ul#biglobe-htop_east {
	background: url("/img/biglobe-htop_east.jpg") no-repeat left top;
}
ul#plala-htop_west {
	background: url("/img/plala-htop_west.jpg") no-repeat left top;
}
ul#plala-htop_east {
	background: url("/img/plala-htop_east.jpg") no-repeat left top;
}
ul.provider-htop li {
	position: absolute;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 55px;
	height: 20px;
}
ul.provider-htop li a {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 9px;
	text-indent: -9999px;
}
li#t1o {
	left: 160px;
	top: 5px;
}
li#t2o {
	left: 430px;
	top: 10px;
}
li#t3o {
	left: 435px;
	top: 80px;
}
li#t2 {
	left: 110px;
	top: 35px;
}
li#t3 {
	left: 110px;
	top: 133px;
}
li#t4 {
	left: 330px;
	top: 133px;
}
li#t5 {
	left: 330px;
	top: 35px;
}
ul#plala-htop_west li#t5,
ul#plala-htop_east li#t5 {
	top: 35px;
}
li#t6 {
	left: 179px;
	top: 213px;
}
ul#ocn-htop li#t1 {
	left: 170px;
	top: 375px;
}
ul#ocn-htop li#t2 {
	left: 430px;
	top: 375px;
}
ul#ocn-htop li#t3 {
	left: 440px;
	top: 42px;
}

p#compare_top {
	margin: 0px;
	padding: 180px 0px 70px 405px;
	height: 30px;
	width: 140px;
	background: url('/img/provider_compare_1.png') no-repeat left top;
}
p#compare_top a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	font-size: 50%;
}
table#provider_compare {
	margin: 0px 20px;
	border: none;
}
table#provider_compare th,
table#provider_compare td {
	border: none;
	border-bottom: 1px solid #cccccc;
}
table#provider_compare ul {
	padding-left: 30px;
	list-style-type: disc;
}

p.englishp {
	margin: 10px 0px;
	text-align: center;
}

div.skapaareas dl {
	margin: 0px 50px 10px 30px;
	font-size: 80%;
}
div.skapaareas dt {
	margin-top: 10px;
}
div.skapaareas dd {
	margin-left: 15px;
	line-height: 1.4;
}

/* ひかり電話工事費 ----------------------------------------------------------------------------------- */

div.subconts table.hikarip {
	font-size: 16px;
}
div.subconts table.hikarip td,
div.subconts table.hikarip th {
	padding: 4px;
}
div.subconts table.hikarip tbody td {
	text-align: right;
}
div.subconts table.hikarip tbody td.common {
	text-align: center;
}

div.subconts table#hikariprice {
	width: 100%;
	background: #999999;
}
div.subconts table#hikariprice thead th {
	padding: 5px;
	background: #bbccee;
}
div.subconts table#hikariprice tbody th {
	padding: 5px;
	background: #ccddff;
	border: 1px solid #999999;
	line-height: 1.2;
	font-weight: bold;
}
div.subconts table#hikariprice tbody th.getsu {
	border: none;
}
div.subconts table#hikariprice tbody td {
	padding: 5px;
	text-align: center;
}
div.subconts table#hikariprice tbody td.getsulist {
	text-align: left;
	font-size: 70%;
	line-height: 1.3;
}
div.subconts table#hikariprice tbody td.ace {
	background: #ffffee;
}


/* TV HOVER ----------------------------------------------------------------------------------- */

ul#tv_top {
	padding-left: 10px;
	width: 535px;
	height: 280px;
	background: url('/img/tv-top_1.png') no-repeat left top;
}
ul#tv_top li {
	display: block;
	float: left;
	margin: 0px;
	margin-top: 90px;
	width: 101px;
	height: 130px;
}
ul#tv_top li a {
	display: block;
	width: 101px;
	height: 100%;
	text-indent: -9999px;
}
p#tv_top_1_h,
p#tv_top_2_h,
p#tv_top_3_h,
p#tv_top_4_h,
p#tv_top_5_h {
	display: none;
	position: absolute;
	top: 430px;
	padding: 5px;
	width: 200px;
	background: #fefefe;
	border: 3px double #662222;
	color: #663333;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
p#tv_top_1_h {
	left: 130px;
}
p#tv_top_2_h {
	left: 230px;
}
p#tv_top_3_h {
	left: 330px;
}
p#tv_top_4_h {
	left: 430px;
}
p#tv_top_5_h {
	left: 530px;
}

/* 申込フォーム ----------------------------------------------------------------------------------- */

div.order {
	margin-top: -60px;
}

div#order h2 {
	height: 1.5em;
	border-bottom: 3px solid #ffddaa;
	font-weight: bold;
	line-height: 1.2;
}

table.order-t {
	margin: 10px 0px;
	width: 720px;
	background: #999999;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.order-t tr th {
	padding: 6px 4px 4px;
	width: 30%;
	background: #eef7ff;
	border: 1px solid #999999;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
table.order-t tr td {
	padding: 6px 0px 6px 10px;
	border: 1px solid #999999;
	font-size: 80%;
	line-height: 1.2;
	background:#ffffff;
}
table.order-t tr td input,
table.order-t tr td select,
table.order-t tr td textarea {
	padding: 2px 1px 1px 3px;
	border: 1px solid #cccccc;
	overflow: hidden;
}
table.order-t tr td input:focus,
table.order-t tr td select:focus,
table.order-t tr td textarea:focus {
	border: 1px solid #ff9966;
	background: #fff9ee;
}
table.order-t tr th.thead {
	width: 100%;
	padding: 12px 0px 8px;
	font-size: 90%;
	background: #ddeaf7;
	text-align: center;
}
table.order-t tr td ul li {
	margin: 5px 0px 3px 15px;
}
table.order-t tr td ul li input {
	border: none;
}
table.order-t tr td ul li input.ininput {
	border: 1px solid #cccccc;
}
table.order-t tr td input.radio {
	border: none;
}
table.order-t tr td p {
	margin-bottom: 2px;
	line-height: 1.3;
}
table.order-t tr td p.imp {
	color: #ff0000;
	font-weight: bold;
}

p.attention {
	padding-bottom: 10px;
	font-size: 100%;
	color: #ff0000;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
p.confirm_attention {
	margin: 15px 0px 5px;
	padding: 10px;
	background: #ff0000;
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
p.order-att {
	padding-bottom: 10px;
	font-size: 80%;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
p.contact-att {
	padding-bottom: 5px;
	font-size: 80%;
	line-height: 1.3;
	font-weight: bold;
}
p.spcl {
	padding: 10px;
	margin-bottom: 10px;
	background: #ffeedd;
	border: 1px solid #ffcc99;
}

input#order-sub {
	margin: 1em;
	padding: 0.3em 0.3em 0.3em 0.2em;
	background: #dddddd;
	border: 2px outset;
	font-size: 110%;
	font-weight: bold;
}
input#order-sub:hover {
	background: #ffeedd;
}
input#order-subb {
	margin: 1em;
}

span.must {
	padding-left: 0.3em;
	color: #ff3300;
	font-size: 80%;
	font-weight: bold;
}


/* サブページ（会社概要／サイトマップ）----------------------------------------------------------------------------------- */

table#company {
	width: 100%;
}
table#company th,
table#company td {
	padding: 5px;
	border: 1px solid #999999;
}
table#company tbody th {
	background: #cccccc;
	color: #000000;
}
table#company tbody td {
	width: 380px;
}
div.sitemap1 {
	float: left;
	width: 270px;
}
div.sitemap1 dl {
	font-size: 80%;
}
div.sitemap1 dl dt {
	margin: 10px 0px 4px 20px;
	font-weight: bold;
}
div.sitemap1 dl dd {
	margin: 5px 0px 4px 30px;
}

div#whole p.flow_arrow {
	padding-bottom: 25px;
	background: url('/img/flow_arrow.png') no-repeat center bottom;
}

/* キャンペーンページ ----------------------------------------------------------------------------------- */

p#totop {
	position: absolute;
	top: 51px;
	left: 21px;
}
table#campaign_head td {
	padding: 0px;
	border: none;
	background: #ffffff;
	vertical-align: top;
}
table#campaign_head td img {
	vertical-align: bottom;
	line-height: 0px;
}
p.campaign_button {
	padding: 10px 0px;
	text-align: center;
}

div#order a.show_tel img {
	padding-bottom: 10px;
}
div.camp h3 {
	margin: 0px 60px 5px 60px;
	padding: 8px;
	font-weight: bold;
	font-size: 110%;
	line-height: 0.8;
	background: #eeeeee;
	border-top: 4px solid #ff0000;
}
div.camp h4 {
	margin: 0px 60px 5px 60px;
	padding: 8px;
	font-weight: bold;
	line-height: 0.8;
	background: #dddddd;
}
div.camp p.camp_att {
	font-size: 70%;
	line-height: 1.4;
}
div.camp p.campp {
	margin: 10px auto 10px;
	width: 600px;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
div.camp p.camppl {
	margin: 10px auto 10px;
	width: 600px;
	font-size: 85%;
	line-height: 1.3;
}
div.camp p.btn-order {
	clear: left;
	margin: 5px auto 10px;
	text-align: center;
}
div.camp p.loud {
	color: #ff0000;
}
div.camp table {
	margin: 0px auto 10px;
	width: 580px;
	font-size: 85%;
	border-collapse: collapse;
}
div.camp th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background: #ffffff;
	border: 1px solid #666666;
}
div.camp th.col {
	width: 480px;
	background: #ffbbbb;
	color: #333333;
}
div.camp th.col p.campplus {
	margin: 0.3em 0em 0em 3em;
	font-size: 90%;
}
div.camp table.camphk th.col {
	background: #ee4411;
}
div.camp td {
	padding: 5px;
	font-weight: bold;
	color: red;
	text-align: right;
	border: 1px solid #666666;
	background: #fffdde;
}
div.camp p.campbtn {
	margin: 0px auto 15px;
	width: 600px;
	text-align: right;
}
div.camp p.campbtn img {
	margin-left: 10px;
}
div.camp ol {
	margin: 20px 90px 10px 110px;
}
div.camp ol li {
	padding-bottom: 0.5em;
	font-size: 80%;
	line-height: 1.4;
}
div.camp p.camp_expl {
	font-size: 75%;
	margin: 5px 80px;
	line-height: 1.3;
}

div.camp table.campnew thead th {
	background: #dde6f9;
	text-align: center;
}
div.camp table.campnew thead th.thth {
	width: 370px;
}
div.camp table.campnew tbody th,
div.camp table.campad tbody th {
	text-align: center;
}
div.camp table.campnew tbody th img,
div.camp table.campad tbody th img {
	vertical-align: middle;
}
div.camp table.campnew tbody th.col {
	text-align: left;
	background: #eeeeff;
}
div.camp table.campad tbody th.col {
	text-align: left;
}
div.camp table.campnew td.settd {
	font-size: 120%;
	line-height: 1.2;
}

a.camplink {
	border-bottom: 1px dotted #666666;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.camplink:visited {
	color: #666666;
}
a.camplink:hover {
	color: #ff6666;
}
div.floats {
	position: absolute;
	top: 800px;
	left: 300px;
	display: none;
	padding: 4px;
	width: 300px;
	border: 3px double #333333;
	background: #ffffff;
}
div.floats h4 {
	margin: 3px;
}
div.floats p {
	margin: 5px;
	font-size: 85%;
	line-height: 1.3;
}
div.floats p a.closer {
	display: block;
	float: right;
	margin-top: 2px;
	padding: 2px;
	width: 3.2em;
	border: 1px solid #666666;
	text-decoration: none;
	text-align: center;
}
input.setsbtn {
	margin-top: 3px;
	padding: 2px;
	border: 1px ridge #999999;
	font-size: 12px;
}
span.setsmain {
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 130%;
	font-weight: bold;
}

a.floats {
	margin-left: 3px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #999999;
	font-size: 80%;
	color: #ff6666;
	text-decoration: none;
}
a.floats:hover {
	background: #ff6666;
	color: #ffffff;
}

ul#camp_toprice {
	padding: 44px 5px 5px 84px;
	margin: 5px auto;
	height: 55px;
	width: 522px;
	background: url('/img/bg_camp_price.png') top left no-repeat;
}
ul#camp_toprice li {
	float: left;
	display: block;
	padding: 0px 5px 5px 0px;
}
ul#camp_toprice li a {
	display: block;
	padding: 3px 5px;
	border: 1px solid #666666;
	background: #dddddd;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}
ul#camp_toprice li a:hover {
	background: #eeeeee;
	color: #666666;
}
ul#camp_toprice li.camp_toprice_reco a {
	font-weight: bold;
}

div.dsresult p {
	margin: 10px 90px;
	font-size: 85%;
	line-height: 1.4;
}
div.dsresult ul {
	margin: 10px 150px;
	padding: 10px 0px;
	border: 3px double #ff3333;
}
div.dsresult ul li {
	margin: 5px 0px;
	text-align: center;
	color: #ff3333;
}

table#campaign_frame {
	border: none;
}
table#campaign_frame td,
table#campaign_frame th {
	background: #ffffff;
	border: none;
}

.campaign_telbtn {
	margin-bottom: 8px;
	text-align: center;
}

/* OCN ----------------------------------------------------------------------------------- */

div.ocn h4 {
	margin: 12px 10px 5px;
	padding: 6px 5px 3px;
	background: #dddddd;	
}
div.ocn table {
	margin: 0px auto 5px;
	width: 520px;
}
div.ocn table thead th,
div.ocn table tbody th,
div.ocn table tbody td {
	padding: 1px;
	text-align: center;
	line-height: 1.3;
	background:#fff9f0;
	border: 1px solid #666666;
}
div.ocn table thead th {
	background: #888888;
	color: #ffffff;
	font-weight: bold;
}
div.ocn table thead th.usual {
	background: #aaaaaa;
}
div.ocn table tbody th {
	background: #ddeeff;
	color: #666666;
	font-weight: bold;
}
div.ocn table tbody td.kigo {
	font-weight: bold;
	font-size: 18px;
	background: #ffffff;
}
div.ocn table tbody td.total {
	font-weight: bold;
	color: #cc0000;
}
div.ocn table thead th.thsml {
	font-size: 10px;
}
div.ocn table tbody td.exc {
	font-weight: bold;
	color: #ff3333;
}
div.ocn table tbody td.year {
	background: #fffff6;
	font-weight: bold;
	color: #333333;
}
div.ocn p.campbtn {
	margin: 15px auto 25px;
	text-align: right;
}
div.ocn p.campbtn img {
	margin-left: 10px;
}
div.ocn table th.sp,
div.ocn table td.sp {
	border: none;
	background: #ffffff;
}

div.ocn p.campaign_atto {
	padding: 4px 8px;
	border: 1px solid #999999;
}

img.price_titlebar {
	margin-top: 15px;
}

div.ocn p.apl_wari {
	margin-bottom: 5px;
}
div.ocn p.apl_wari strong {
	padding: 0em 0.2em;
}
div.ocn p.apl_wari strong span.float {
	font-weight: bold;
}

div.ocn table.apl {
	margin:0px auto;
	width: 94%;
}
div.ocn table.apl th {
	background: #cc5555;
	color: #ffffff;
}
div.ocn table.apl th span.apl_atto {
	font-size: 80%;
}
div.ocn table.apl td {
	background: #ffffff;
}
div.ocn table.apl td strong {
	font-size: 120%;
	color: #ff3333;
}

div.ocn table.ondemand th p {
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #cccccc;
	background: #eeeeff;
}
div.ocn table.ondemand th {
	padding: 3px 0px;
}
div.ocn table.ondemand th img {
	vertical-align: middle;
}

.att_orange {
	font-size: 80%;
	color: #ff3300;
}


/* エリアマップ ----------------------------------------------------------------------------------- */

table#areamap {
	margin: 10px auto;
}
table#areamap thead th {
	background: #dde3ff;
	text-align: left;
	white-space: nowrap;
}
table#areamap thead th.th2 {
	background: #eeffff;
}
table#areamap tbody td {
	color: #333333;
	text-align: left;
	font-weight: normal;
}
table#areamap tbody td.pref {
	background: #ddeeff;
	text-align: center;
	color: #3333cc;
}

/* tel */

p.telp {
	margin: 10px 60px;
	font-size: 80%;
	line-height: 1.4;
}
ul.telul {
	margin: 0px 60px 10px 60px;
	padding: 8px 3px 7px 20px;
	border: 2px solid #ffccaa;
	background: #fffcf9;
	font-size: 85%;
	list-style-type: disc;
}
ul.telul li {
	margin-top: 5px;
}


/* order_pre */

ul.order_pre {
	margin: 10px 0px 30px 0px;
	padding: 200px 0px 0px 110px;
	width: 610px;
	height: 240px;
	text-align: center;
	background: url("/img/bg_order_pre.png") no-repeat 50% 0% #ffffff;
}
ul.order_pre li {
	float: left;
	margin-right: 20px;
}
ul.order_pre_s li {
	margin-right: 10px;
}
ul.order_pre span#preorder_select {
	display: block;
	padding: 82px 10px 0px 10px;
	width: 220px;
	height: 158px;
	background: url('/img/preorder_web_select.png') no-repeat left top;
}
ul.order_pre span#preorder_select a {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	text-indent: -9999px;
}
ul.order_pre span#preorder_select span#preorder_select_bflets a {
	height: 75px;
}
ul.order_pre span#preorder_select span#preorder_select_adsl a {
	height: 44px;
}
p.contact_pre {
	margin: 10px 0px 30px 0px;
	padding: 220px 0px 0px 20px;
	width: 700px;
	text-align: center;
	background: url("/img/bg_contact_pre.png") no-repeat 50% 0% #ffffff;
}
p.contact_pre a {
	margin-right: 20px;
}

p#spacelinker {
	position: relative;
}
p#spacelinker a.linker {
	position: absolute;
	right: 0px;
	display: block;
}
p#spacelinker a#linker1 {
	top: 48px;
}
p#spacelinker a#linker2 {
	top: 127px;
}
p#spacelinker a#linker3 {
	top: 204px;
}



#ntt p#campaign_zero_detail {
	margin-top: -135px;
}
p#campaign_zero_detail {
	margin-top: -120px;
	padding: 0px 0px 20px 0px;
}
p#campaign_zero_detail a img {
	width: 230px;
	height: 50px;
}
p#campaign_zero_detail a#zero_bflets {
	float: left;
	padding-right: 20px;
}
p#campaign_zero_detail a#zero_bflets img {
	width: 220px;
	height: 110px;
}

span.support_telnumber {
	display: block;
	padding: 5px;
	margin: 5px 0px;
	background: #f3f3f9;
	font-size: 115%;
	line-height: 1.4;
}

a#support_link {
	position: absolute;
	left: 602px;
	top: 218px;
}
a#support_link img {
	width: 130px;
	height: 110px;
}



/* 
** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
** ■■■■■■■■ 地上デジタル関係 ■■■■■■■■■■■■■■■■■■■■■
*/

p.eizou_select {
	border: 3px solid #aaaaaa;
	text-align: center; 
	font-weight: bold; 
	color: #191970; 
}
p.owabi {
	padding: 5px; 
	background: #555555; 
	text-align: center; 
	color: #ffffff; 
}

/*----------------------------------------------------------------------------金額の小数点第一位
------------------------------------------------------------------------------------------------------*/
.eizou_service span {
	font-weight: bold; 
	font-size: 10px; 
}

/*----------------------------------------------------------------------------表の文字を左寄りに
------------------------------------------------------------------------------------------------------*/
div.eizou_service table.wari td {
	text-align: left; 
}

/*-------------------------------------フレッツテレビ/ひかりTV/スカパー！光 タイトル
-------------------------------------------------------------------------------------------------------*/
h4#title_fletstv {
	background: url("/img/fletstv_logo.png") no-repeat 98% 50% #ffffff;
}
h4#title_hikaritv {
	background: url("/img/hikaritv_logo.png") no-repeat 98% 50% #ffffff;
}
h4#title_skyperfect {
	background: url("/img/skyperfect_logo.png") no-repeat 98% 50% #ffffff;
}
h4#title_skapawide {
	background: url("/img/skapawide_fletstv_logo.png") no-repeat 98% 50% #ffffff;
}
div#how_to_tv h4 {
	border-width: 0px 0px 3px 10px;
	border-style: solid; 
	border-color: #666666; 
}

/*-------------------------------------------地デジ多チャンネルTVサービスセレクトのボタン
--------------------------------------------------------------------------------------------------------------*/

ul#eizou_bottan {
	margin: 6px 0px 0px 4px;
	height: 60px;
}
ul#eizou_bottan li {
	float: left;
	display: block; 
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 177px; 
	height: 60px;
}
ul#eizou_bottan li a {
	display: block; 
	width: 177px; 
	height: 60px;
	background-repeat: no-repeat;
	text-indent: -9999px; 
}
li#tideji_bottan a {
	background-image: url('/img/tideji_bottan.png'); 
}
li#tideji_bottan a:hover,
li#tideji_bottan a.now {
	background-image: url('/img/h_tideji_bottan.png'); 
}
li#channel_bottan a {
	background-image: url('/img/channel_bottan.png'); 
}
li#channel_bottan a:hover,
li#channel_bottan a.now {
	background-image: url('/img/h_channel_bottan.png'); 
}
li#video_bottan a {
	background-image: url('/img/video_bottan.png'); 
}
li#video_bottan a:hover,
li#video_bottan a.now {
	background-image: url('/img/h_video_bottan.png'); 
}

/*----------------------------------------------------------------------------------県名のボタン
----------------------------------------------------------------------------------------------------*/
div.kenmei_bottan {
	margin: 6px 0px 0px 10px;
	height: 50px;
}
div.kenmei_bottan a {
	display: block; 
	float: left; 
	padding-top: 14px; 
	width: 105px; 
	height: 28px; 
	background: url('/img/kenmei_bottan.png') no-repeat left top;
	color: #000000; 
	text-decoration: none; 
	text-align: center; 
	font-size: 13px; 
}
div.kenmei_bottan a:hover {
	background-image: url('/img/h_kenmei_bottan.png'); 
}
div#kenmei_bottan_west {
	margin-left: 72px;
}

div.tv_video p.btn-order {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #666666;
}


/* en */
.en ul.campaign_main_west {
	background: url('/img_en/campaign_main_west.jpg') no-repeat left top #000000;
}
.en ul.campaign_main_east {
	background: url('/img_en/campaign_main_east.jpg') no-repeat left top #000000;
}
.en ul#campaign_main li.camp_orderbtn a:hover {
	background: url('/img_en/hcampaign_button_1.png') no-repeat left top;
}
.en ul#so-net-htop_west {
	background: url("/img_en/so-net-htop_west.png") no-repeat left top;
}
.en ul#so-net-htop_east {
	background: url("/img_en/so-net-htop_east.png") no-repeat left top;
}
.en ul#biglobe-htop_west {
	background: url("/img_en/biglobe-htop_west.jpg") no-repeat left top;
}
.en ul#biglobe-htop_east {
	background: url("/img_en/biglobe-htop_east.jpg") no-repeat left top;
}
.en ul#plala-htop_west {
	background: url("/img_en/plala-htop_west.jpg") no-repeat left top;
}
.en ul#plala-htop_east {
	background: url("/img_en/plala-htop_east.jpg") no-repeat left top;
}

/* ch */
.ch ul.campaign_main_west {
	background: url('/img_ch/campaign_main_west.jpg') no-repeat left top #000000;
}
.ch ul.campaign_main_east {
	background: url('/img_ch/campaign_main_east.jpg') no-repeat left top #000000;
}
.ch ul#campaign_main li.camp_orderbtn a:hover {
	background: url('/img_ch/hcampaign_button_1.png') no-repeat left top;
}
.ch ul#so-net-htop_west {
	background: url("/img_ch/so-net-htop_west.png") no-repeat left top;
}
.ch ul#so-net-htop_east {
	background: url("/img_ch/so-net-htop_east.png") no-repeat left top;
}
.ch ul#biglobe-htop_west {
	background: url("/img_ch/biglobe-htop_west.jpg") no-repeat left top;
}
.ch ul#biglobe-htop_east {
	background: url("/img_ch/biglobe-htop_east.jpg") no-repeat left top;
}
.ch ul#plala-htop_west {
	background: url("/img_ch/plala-htop_west.jpg") no-repeat left top;
}
.ch ul#plala-htop_east {
	background: url("/img_ch/plala-htop_east.jpg") no-repeat left top;
}

.storng_font {
	font-weight: normal;
}
