﻿@charset "utf-8";

/* 第二階層　コンテンツバナー
================================================== */
section#banner{
	text-align:center;
	width:100%;
	height:164px;
	margin:-6px auto 5px auto;
}
/* 第二階層　タイトル
================================================== */
section#second_title{
	width:94%;
	padding:7px 0px 7px 0px;
	margin:0px auto 15px auto;
	background-color:#fff;
	
	border-radius:0px 0px 08px 8px;
	-webkit-border-radius:0px 0px 8px 8px;  
	-moz-border-radius:0px 0px 8px 8px;
	
	-webkit-box-shadow: 2px 2px 1px #0085ad;
	-moz-box-shadow: 2px 2px 1px #0085ad;
}
	section#second_title h2{
			font-size:15px;
			padding:3px 0px;
			display:inline-block;
			color:#FF8200;
			float:left;
			font-size:1.4em;
			margin-left:2.0%;
			margin-top:15px;
	}
	section#second_title h2.privacy_doui{/*個人情報の同意について*/
		margin-top:0px;
		line-height:22px;
	}
	/* 補足有りイレギュラーパターン
	---------------------------------------*/
	section#second_title h2.cablephone span{/*(ひかり電話)*/
			font-size:11px;
	}
	/* 補足有りイレギュラーパターン
	---------------------------------------*/
	section#second_title h2.supplement{/*(各局窓口)*/
			margin-top:-2px;
	}
	section#second_title h2.supplement span{
		display:inline-block;
		font-weight:normal;
		color:#323232;
		font-size:11px;
		text-indent:7px;
		margin-left:-7px;
		padding-top:2px;
		line-height:1.3em;
	}
	section#second_title h2.simuration{/*(シュミレーター)*/
			margin-top:-2px;
			display:block;
			float:none;
			background-image:url(../images/simuration2.png);
			background-repeat:no-repeat;
			-webkit-background-size: 66px 50px;
			background-position:98% center;
	}
	section#second_title h2.simuration span:first-child{
			color:#323232;
	}
	section#second_title h2.simuration span{
			display:inline-block;
			font-weight:normal;
			font-size:11px;
			padding-left:7px;
			margin-left:-7px;
			padding-top:2px;
			line-height:1.3em;
	}
	/* 
	---------------------------------------*/
	section#second_title aside img{
		float:right;
		margin-right:2.0%;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	}
			
/* 第二階層　見出し
================================================== */
section#contents h4{/* 通常 */
		font-size:13px;
		padding:13px 46px 11px 0px;
		font-weight:normal;
		border-top:1px solid #7f7f7f;
		border-bottom:1px solid #7f7f7f;
		color:#FFAA00;
		text-indent:27px;
		
		background-image:url(../images/icon_subtitle.png);
		background-repeat:no-repeat;
		-webkit-background-size: 19px 19px;
		background-position:6px center;

		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */	
}
section#contents h4 a{
	color:#FFAA00;
}
section#contents h4.black{/* 黒バージョン */
		padding:7px 46px 7px 0px;
		padding:13px 46px 11px 0px;
		font-weight:normal;
		border-top:none;
		border-bottom:1px solid #fff;
		color:#fff;
		text-indent:7px;
		background-image:none;
}
section#contents h4.border_bottom_none{
		border-bottom:none;
}
	section#contents h4.icon_1{
			background-image:url(../images/icon_subtitle_1.png);
	}
	section#contents h4.icon_2{
			background-image:url(../images/icon_subtitle_2.png);
	}
	section#contents h4.icon_3{
			background-image:url(../images/icon_subtitle_3.png);
	}
	section#contents h4.icon_4{
			background-image:url(../images/icon_subtitle_4.png);
	}
	section#contents h4.icon_5{
			background-image:url(../images/icon_subtitle_5.png);
	}
	section#contents h4.icon_6{
			background-image:url(../images/icon_subtitle_6.png);
	}
	section#contents h4.icon_ex{
			background-image:url(../images/icon_subtitle_ex.png);
	}
	section#contents h4.icon_subtitle{
			background-image:url(../images/icon_subtitle.png);
	}
	
section#contents h4:first-of-type{
		border-top:none;
}

	section#contents.base_txt p{
		width:95%;
		margin:0px auto;
		padding:10px 0px;	
	}
	section#contents.base_txt p img#center_img{/* 本文中の画像 */
		display:block;
		margin:8px auto 0px auto;
	}
	/* 右側画像あり本文
	---------------------------------------*/
	section#contents.base_txt span#left_txt{/*各局窓口*/
		width: auto;
		display:inline-block;
		margin:0px 0px 0px 2.5%;
		padding:10px 0px;
		float:left;
	}
	section#contents.base_txt p#left_txt{
		width: auto;
		margin:0px 0px 0px 2.5%;
		padding:10px 0px;
		float:left;
	}
	section#contents.base_txt img#right_img{
		width:66px;
		height:50px;
		margin:10px 2.5% 0px 10px;
		padding:0px 0px;
		float:right;
		border-radius:6px;
		-webkit-border-radius:6px;    /* Safari,Google Chrome用 */  
		-moz-border-radius:6px;   /* Firefox用 */ 
	}
	section#contents.base_txt img#company_img{
		margin:10px 2.5% 0px 10px;
		padding:0px 0px;
	}
	
		
	/* 背景有り本文
	---------------------------------------*/
	section#contents.base_txt p#w_100{
		width:100%;	
	}
	section#contents.base_txt p#w_100 span{
		display:inline-block;
		margin:0px 2.5%;
		width:95%;	
	}
	/*-------------------------------------*/
		section#contents.base_txt p.top_boder{
			border-top:1px solid #7f7f7f;	
		}
	section#contents h5{
		font-weight:normal;
		padding:6px 0px;
		text-align:center;
		color:#fff;
		background-color:#323232;
	}
	section#contents h5.bg_Blue{
		font-weight:normal;
		padding:6px 0px;
		text-align:center;
		color:#fff;
		background-color:#077dbf;
		border-top:solid 1px #035786;
	}
	
/* 詳細＋ ドリルダウン*/
section#contents span.btn_more{/* オレンジアコーディオン */
	border-top:1px solid #7f7f7f;
	display:block;
	background-image:url(../images/icon_more.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}

section#contents span.btn_more_2{/* オレンジアコーディオン */
	display:block;
	border-top:1px solid #7f7f7f;
	background-image:url(../images/icon_more.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}

section#contents span.btn_more_black{/* 黒アコーディオン */
	border-top:1px solid #323232;
	display:block;
	background-color:#323232;
	background-image:url(../images/icon_more_black.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}
section#contents span.btn_more h4{
	border:none;
}
section#contents span.accordion_open{/* オレンジアコーディオン */
	border-bottom:1px solid #7f7f7f;
	background-image:url(../images/icon_more_off.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}


section#contents span.accordion_open_2{/* オレンジアコーディオン */
	border-top:1px solid #7f7f7f;
	background-image:url(../images/icon_more_off.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}



section#contents span.accordion_open_black{/* 黒アコーディオン */
	/*border-bottom:1px solid #323232;*/
	background-image:url(../images/icon_more_off_black.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}
/* 第二階層　ベースリンクボタン
================================================== */	
section#contents #base_link_btn{
	text-align:center;
	width:94.5%;
	margin:0px auto;
	background-color:#FFAA00;
	border:solid 2px #FF8200;
	height:34px;
	font-weight:bold;
	font-size:14px;
	line-height:34px;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */	
}
section#contents #base_link_btn img{
	position:relative;
	top:4px;
}
/* 第二階層　本文中 付箋リンクボタン
================================================== */		
section#contents p span#link_sbtn{
	display:block;
	margin:8px 0px 0px 0px;
	text-align:center;
	height:32px;
	background-image:url(../images/bg_fusen_center.png);
	background-repeat:repeat-x;
	-webkit-background-size: 1px 32px;
}
section#contents p span#link_sbtn > span{
	display:block;
	margin:auto auto;
	height:32px;
	background-image:url(../images/bg_fusen_right.png);
	background-repeat:no-repeat;
	background-position:right;
	-webkit-background-size: 14px 32px;
}
section#contents p span#link_sbtn > span > span{
	display:block;
	height:32px;
	background-image:url(../images/bg_fusen_left.png);
	background-repeat:no-repeat;
	background-position:left;
	-webkit-background-size: 7px 32px;

	text-align:left;
	line-height:32px;
	font-weight:normal;
	text-indent:35px;
}
section#contents p span#link_sbtn > span > span span.nav_normal{
	display:block;
	background-image:url(../images/icon_nav/icon_nav_normal.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	-webkit-background-size: 21px 21px;
	}			  
			  			  
/* 第二階層　パネルコンテンツ
================================================== */
section#contents article{
	text-align:center;
}
section#contents article.panel_contents{
	width:95%;
	margin:10px auto 10px auto;
	background-color:#FFAA00;
	padding:10px 0px;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
section#contents article.panel_contents_No{
	margin:10px auto 10px auto;
	background-color:#fff;
	border:none;
}
	section#contents article.panel_contents > span:first-of-type,
	section#contents article.panel_contents > span.groupspan{
		display:block;
		text-align:center;
		padding:5px 0px;
		
		margin:0px auto 0px auto;
		background-color:#fff;
		width:95%;
		
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	@media only screen and (orientation : landscape) { /*横向きの際に適用*/
		  section#contents article.panel_contents > span:first-of-type,
		  section#contents article.panel_contents > span.groupspan{
			  width:96%;
		  }
	}
	section#contents article.panel_contents span.border_line{
		display:block;
		border-bottom:solid 1px #7f7f7f;	
	}
	section#contents article.panel_contents span.border_txtline{
		color:#FFAA00;
		display:block;
		background-color:#323232;
		text-align:center;
		padding:3px;
	}
		
	section#contents article.panel_contents > span.panel_parts{
		font-weight:bold;
		display:inline-block;
		font-size:19px;
		padding-top:13px;
	
		background-image:url(../images/panel_contents_parts.png);
		background-repeat:no-repeat;
		-webkit-background-size: 6px 8px;
		background-position:center top;
	}
	section#contents article.panel_contents > span.txt_info{
		font-size:14px;
		margin-bottom:10px;
	}
	/* コンテンツ内テーブルスタイル */
	section#contents article.panel_contents > span table{
		text-align:left;
		width:100%;
		margin-bottom:-5px;
	}
	section#contents article.panel_contents > span table th{
		width:50%;
		padding:5px;
		border-top:solid 1px #7f7f7f;
		background-color:#E6E6E6;
		font-weight:normal;
	}
		section#contents article.panel_contents > span table tr:last-child th{
			border-radius:0px 0px 0px 4px;
			-webkit-border-radius:0px 0px 0px 4px;  
			-moz-border-radius:0px 0px 0px 4px;
		}
	section#contents article.panel_contents > span table td{
		width:50%;
		padding:5px;
		border-top:solid 1px #7f7f7f;
	}
		section#contents article.panel_contents > span table tr:last-child td{
			border-radius:0px 0px 4px 0px;
			-webkit-border-radius:0px 0px 4px 0px; 
			-moz-border-radius:0px 0px 4px 0px;
		}
	
	/* イメージなしパターン */
	section#contents article.panel_contents > span table.noimg_table{
		margin-top:-5px;
	}
	section#contents article.panel_contents > span table.noimg_table tr:first-child th,
	section#contents article.panel_contents > span table.noimg_table tr:first-child td{
			border-top:none;
			border-radius:4px 0px 0px 0px;
			-webkit-border-radius:4px 0px 0px 0px;
			-moz-border-radius:4px 0px 0px 0px;
		}


/* 第二階層　テーブル基本スタイル（チャンネルラインナップ）
================================================== */
section#contents h4.channel_m{
	background-image:none;
	padding:6px 0px 6px 0px;
	text-indent:10px;
	border-bottom:none;
  border-top: none;
}
		section#contents h5.Digital{
			background-color:#AA7D45;
		}
		section#contents h5.bsDigital{
			background-color:#2C883A;
		}
		section#contents h5.bs4k{
			background-color:#B8569C;
		}
		section#contents h5.cs4k{
			background-color:#70AD47;
		}
		section#contents h5.enDigital{
			background-color:#F29600;
		}
		section#contents h5.moDigital{
			background-color:#EB6100;
		}		
		section#contents h5.spDigital{
			background-color:#008CCF;
		}	
		section#contents h5.muDigital{
			background-color:#2BADD7;
		}
		section#contents h5.anDigital{
			background-color:#EA6094;
		}		
		section#contents h5.koDigital{
			background-color:#6A71B4;
		}
		section#contents h5.inDigital{
			background-color:#B40081;
		}		
		section#contents h5.dkDigital{
			background-color:#B8183F;
		}	
		section#contents h5.hoDigital{
			background-color:#7EB77E;
		}			
		section#contents h5.shDigital{
			background-color:#003E97;
		}
		section#contents h5.opDigital{
			background-color:#EA9315;
		}		
		section#contents h5.fmDigital{
			background-color:#4A6382;
		}													
table#channelTable{
	font-size:11px;
	text-align:center;
	width:100%;
	margin:0px auto;
	background-color:#fff;
}
table#channelTable th,
table#channelTable td{
	border-left:solid 1px #B3B3B3;
	border-bottom:solid 1px #B3B3B3;
	padding:5px 3px;
}
table#channelTable th{
	color:#FFAA00;
	background-color:#E6E6E6;
	font-weight:bold;
}
table#channelTable tr td:first-child,
table#channelTable tr th:first-child{
	border-left:none;
}
table#channelTable tr td:first-child{
	text-align:left;
	width:60%;
}
table#channelTable tr td:nth-child(2){
	/*width:20%;*/
}
table#channelTable tr:last-child td{
	border-bottom:none;
}
table#channelTable tr td.next{
	text-align:center;
  border-left: solid 1px #B3B3B3;
  width: 15%;
}
td.C_Red{
	color:#D45773;
}
td.C_Blue{
	color:#467FB4;
}
td.C_Orange{
	color:#F6AC19;
}
td.C_Green{
	color:#8DC556;
}
section#contents.base_txt p#w_100 span.p_indent_ch{
	width:89%;
	display:block;
	padding-left:1.8em; 
	text-indent:-1.8em;
}
/* 第二階層　テーブル基本スタイル（ひかり電話）
================================================== */
table#baseTable,
table.baseTable{
	font-size:11px;
	text-align:center;
	width:95%;
	margin:0px auto;
	border-top:solid 1px #B3B3B3;
	border-right:solid 1px #B3B3B3;
}
table#baseTable th,
table#baseTable td,
table.baseTable th,
table.baseTable td{
	border-left:solid 1px #B3B3B3;
	border-bottom:solid 1px #B3B3B3;
	padding:5px 3px;
}
table#baseTable th,
table.baseTable th{
	color:#fff;
	background-color:#FF8200;
	font-weight:bold;
}
table#baseTable .point_bg,
table.baseTable .point_bg{
	background-color:#FFE6B4;
}
table.baseTable .th_bg_dark_gray{
	background-color:#a1a3a4;
	color:#fff;
}
table.baseTable .th_bg_blue{
	background-color:#5096fa;
	color:#fff;
}
table.baseTable .th_bg_gray{
	background-color:#ececed;
	color:#333;
}
table.baseTable .td_bg_yellow{
	background-color:#fff8af;
}
table.baseTable .td_bg_red{
	background-color:#fdf0f3;
}
table.baseTable .th_bg_deep_red{
	background-color:#f5bfd4;
}
table.baseTable .f_red{
	color:#e20005;
}
table.baseTable .f_blue{
	color:#5096fa;
}
table.baseTable .f_pink{
	color:#ea72a7;
}
#plus_price{
	width: 95%;
    margin: 10px auto;
    border-radius: 10px;
    border: solid 3px #FA0;
}
	
/* ひかりテレビ
================================================== */
article#tv_set_info{
	background-color:#FF8200;
}
span.txt_info_tb{
	display:inline-block;
	margin:7px 0px;
}
/* スマートテレビ
================================================== */
section#contents article.panel_contents_No > span.smart_tvBox{
	display:block;
	width:95%;
	border:solid 1px #4683C4;
	color:#4683C4;
	text-align:center;
	border-radius:0px;
	-webkit-border-radius:0px; 
	-moz-border-radius:0px;
	font-size:16px;
	padding:0px 0px 5px 0px;
	margin:3px auto;
}
section#contents article.panel_contents_No > span.smart_tvBox h6{
	background-color:#4683C4;
	padding:5px;
	margin-bottom:5px;
	color:#fff;
}
img.smartMore{
	margin:0px auto 10px auto;
	display:block;
}
section#contents p >span.smartTxtLarge{
	width:230px;
	display:block;
	margin:0px auto 10px auto;	
	font-size:15px;
	color:#007DC1;
}
section#contents span.appTable{
	display:table;
}
section#contents span.appTable span{
	display:table-cell;
	vertical-align:middle;
	padding-right:5px;
	vertical-align:bottom;
}
/* お知らせ詳細
================================================== */
section#contents.base_txt h2.txtLeft{
	text-align:left;
	padding:2px 10px;
}
span.news_date{
	color:#888;
	padding:2px 10px;
	display:block;
	border-bottom:solid 1px #B3B3B3;	
}
/* お客さまの声
================================================== */
.voice_txt{
	padding-left:2em;
	text-indent:-8px;
}
section#contents.base_txt p.txtbox_indent{
	padding-left:1em; 
	text-indent:-1em;
}
section#contents.base_txt p.balloon{
	margin:5px 2%;
	position:relative;
	width:70%;
	padding:5px;
	background:#d1f5ff;
	border-radius:5px;
	-webkit-border-radius:5px;  
	-moz-border-radius:5px;
	 float:left;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	  section#contents.base_txt p.balloon{
		  width:80%;
	  }
}
section#contents.base_txt p.fukidashi_1::after{
	content:"";
	position:absolute;
	top:10%;
	right:-15px;
	border-width: 5px 0px 5px 15px;
	border-style: solid;
	border-color: transparent #d1f5ff;
}
section#contents.base_txt p.fukidashi_2::after{
  content:"";
  position:absolute;
  top:10%;
  left:-15px;
  border-width: 5px 15px 5px 0;
  border-style: solid;
  border-color: transparent #d1f5ff;
}
section#contents.base_txt img.fukidashi_img{
	float:left;
}
/* ドリームコース
================================================== */
section#contents h5.dream{
	text-indent:10px;
	text-align:left;
}
section#contents h5.dream_hd{
	text-indent:10px;
	text-align:left;
	/*background-image:url(../images/tv/icon_dream_hd.png);*/
	background-repeat:no-repeat;
	background-position:98% center;
	-webkit-background-size: 33px 16px;
}
article.dream_img{
	margin:10px 0px 3px 0px;
}
	
/* 料金シュミレーター
================================================== */
section#contents nav.Recommend{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
section#contents span.btn_s_link{
	display:block;
	background-image:url(../images/simuration/icon_link.png);
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}
section#contents span.btn_s_link h4{
	display:block;
	text-indent:10px;
	background-image:none;
	color:#323232;
	padding:12px 0px;
}

section#contents span.select_course{
	padding:5px 0px;
	display:block;
	cursor:pointer;
	cursor:hand;
	/*border-bottom:1px solid #7f7f7f;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}


section#contents span.select_course + p{
	padding:4px 0px;
}
section#contents span.select_course.select_user{/*選択時クラス*/
	background-color:#3CC814;
	background-color:#a8f492;
}
section#contents span.select_course h4{
	float:left;
	color:#FFAA00;
	background-image:none;
	font-weight:bold;
	border-bottom:none;
	text-indent:10px;
}
	  section#contents span.se_on{/* セレクト時 */
		  background-color:#009944;
		  color:#fff;
	  }
	  section#contents span.se_on > h4{/* セレクト時 */
		  color:#fff;
	  }
section#contents span.select_course span{
	position:relative;
	top:5px;
	float:right;
}
section#contents span.select_course span abbr{
	padding:20px 0px;
}
section#contents span.select_course span img{
	position:relative;
	margin-left:10px;
	top:2px;
	right:7%;
}

span.net_set_info{
	text-align:center;
	display:block;
	background-color:#1A1A1A;
}
section#contents p.selectTxt span#selectCcourse{
	width:95%;
	display:block;
	color:#f00;
	background-image:none;
	text-indent:0px;
	border-bottom:none;
	margin:0px;
	margin:5px auto;
	padding:0px;
}
section#contents p.selectTxt span.selectShow{
	background-color:#009944;
	color:#fff;
	padding:0px 5px;
	margin:3px auto 3px auto;
	width:95%;
	box-sizing:border-box;
	display:block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section#contents p.selectTxt span.selectShowOp{
	background-color:#009944;
	background-color:#E6BC2E;
	color:#fff;
	padding:0px 5px;
	margin:3px auto 3px auto;
	width:95%;
	box-sizing:border-box;
	display:block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* 合計金額 */
article#total{
	/*background-color:#fff;*/
	padding:0px 2% 0px 2%;
	font-weight:bold;
	font-size:17px;
}
article#total span:first-child{
	display:inline;
	display:block;
	margin:4px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	/*float:left;*/
	text-align:left;
	/*background-image:url(../images/simuration/icon_total.png);*/
	background-repeat:no-repeat;
	-webkit-background-size: 19px 19px;
	background-position:2% center;
	height:19px;
	text-indent:5px;
}
article#total span:first-child + span input[type="text"]:disabled {
	background-color:#fff;
	font-size:18px;
	padding:3px 10px;
	color:#323232;
	/*background-image:url(../images/simuration/bg_total.png);*/

	text-align:right;
	border:solid 1px #323232;
	width:120px;
	width:230px;
	margin-right:5px;
	position:relative;
	top:-4px;
	opacity:1;
}
article#total span:first-child + span{
	display:inline-block;
	float:right;
	/*width:60%;*/
	text-align:right;
	margin:5px 5px 0px 0px;
}

/* 通常月額利用料金 */
article#normal_price{
	padding:0px 2% 0px 2%;
	font-size:13px;
	background-color:#FFAA00;
	border-top:1px solid #bb7700;
	border-bottom:1px solid #bb7700;
	font-weight:bold;
}
article#normal_price span:first-child{
	display:block;
	text-align:left;
	height:21px;
	padding:5px 0px;
	position:relative;
	top:5px;
	text-indent:21px;
			  background-image:url(../images/icon_nav/icon_nav_normal.png);
			  background-repeat:no-repeat;
			  -webkit-background-size: 21px 21px;
}
article#normal_price span:nth-child(2){
	display:inline-block;
	float:right;
	margin-right:2px;
}
article#normal_price span input[type="text"]:disabled {
	background-color:#fff;
	padding:3px 10px;
	font-size:15px;
	text-align:right;
	border:solid 1px #323232;
	width:70px;
	width:224px;
	margin:7px 5px 0px 0px;
	position:relative;
	top:-4px;
	opacity:1;
}

/* 割引金額 */
article#discount{
	background-color:#ffe3aa;
	padding:0px 0px 0px 2%;
}
article#discount span:first-child{
	display:inline-block;
	width:100%;
	margin:10px 0px 5px 10px;
	text-align:left;
}
article#discount span:first-child + span{
	background-color:#fff;
	text-align:center;
	display:inline-block;
	width:54%;
	width:93%;
	padding:6px;
	line-height:2em;
	margin:0px 0px 10px 0px;
}
article#discount span.discount_price{
	font-weight:bold;
	color:#999;
	font-size:14px;
}
article#discount span.discount_txt{
	font-weight:bold;
	color:#FFAA00;
	font-size:14px;
}
/* 料金シュミレーター 20131100 デザイン改修
================================================== */
section#contents span.btn_Scourse{
	border-top:1px solid #7f7f7f;
	display:block;
	background-repeat:no-repeat;
	-webkit-background-size: 46px 40px;
	background-position:right bottom;
}

#osusume span{
	text-align:center;
	display:block;
	background-color:#1A1A1A;
	padding:0px 2.5%;
}
section#contents  #osusume img{
	position:relative;
	top:7px;
}
section#contents  #osusume h3{
	color:#fff;
	text-align:center;
	display:inline-block;
	text-indent:inherit;
	font-size:15px;
	padding-bottom:10px;
}

section#contents  .btn_click{
	display:inline;
	background-color:#FFA700;
	padding:2px 5px;
	border-radius:2px;
	-webkit-border-radius:2px;  
	-moz-border-radius:2px;
	margin-left:4px;
	color:#323232;
}
section#contents  .btn_up{
	display:inline-block;
	float:right;
	background-image:url(../images/simuration/back_op_more_on.png);
	background-repeat:no-repeat;
	-webkit-background-size: 40px 16px;
	width:40px;
	height:16px;
	margin-right:4px;
}
section#contents  .btn_down{
	display:inline-block;
	float:right;
	background-image:url(../images/simuration/back_op_more_off.png);
	background-repeat:no-repeat;
	-webkit-background-size: 40px 16px;
	width:40px;
	height:16px;
	margin-right:4px;
}
.Smi{
	padding:3px 2.5%;
	background-color:#FFA700;
	display:block;
}
.Smi h3{
	font-size:15px;
	display:inline-block;
	position:relative;
	top:-10px;
}
	.Smi .h_info{
		text-align:left;
		display:block;
	}
section#contents  p.Sprice{
	width:100%;
	padding:0px;
	background-color:#1A1A1A;
}
p input[type=checkbox]{
			-webkit-appearance:none;
			position:relative;
			float: left;
			display:inline-block;
			margin:7px;
			border:solid 2px #000;
			background-color:#fff;
			-webkit-box-sizing border-box;
			width:28px;
			height:28px;
		}
		/* チェック時は背景色を変更 */
		p input[type="checkbox"]:checked {
			background-color:#fff;
		
		}
		/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
		p input[type="checkbox"]:checked:before {
			position:absolute;
			left:1px;
			top:17px;
			display:block;
			content: "";
			width:10px;
			height:4px;
			background:#29ABE2;
			-webkit-transform:rotate(45deg);
			-webkit-transform-origin: right center;
		}
		
		p input[type="checkbox"]:checked:after {
			display:block;
			position:absolute;
			left:9px;
			top:17px;
			content: "";
			width:19px;
			height:4px;
			background:#29ABE2;
			-webkit-transform:rotate(-53deg);
			-webkit-transform-origin:left center;
		}
p.Sprice .priceTxt{
	padding:5px;
	display:block;
	overflow: auto;
	zoom: 1;
	background-color:#fff;
}
p.Sprice .priceTxt span{
	font-size:15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:#1E1E1E;
    -webkit-text-fill-color:#1E1E1E;
}
/*p.Sprice .priceImg{
	float:right;
	margin-right:2.5%;
	height:33px;
}*/
p.Sprice .priceImg{
	position:relative;
	top:0px;
	float:right;
	display:inline;

}
p.Sprice span.aside{
	border-top:solid 1px #ccc;
	display:block;
	background-color:#E6E6E6;
	padding:10px 2.5%;
}
section#contents .click_infoTxt{
	text-align:left;
	padding:8px 2px;
	background-color:#1A1A1A;
	color:#FF8200;
	display:block;
}

section#contents .Sprice_op{
	background-color:#fff;
}
section#contents .overflowfix{
	overflow: hidden; position: relative;zoom:1;
	display:block;
}
	  .Sop_program{
		  float:left;
		  padding:15px 0px;
	  }
	  .Sop_price{
		  float:right;
		  padding:15px 10px;
	  }


section#contents .otoku{
	position:relative;
	top:8px;
	right:7px;
	float:right;
	display:inline;
	background-color:#FFA700;
	padding:2px 5px;
	border-radius:2px;
	-webkit-border-radius:2px;  
	-moz-border-radius:2px;
	color:#323232;
	
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color:#1E1E1E;
    -webkit-text-fill-color:#1E1E1E;
}
.m_op{
	display:inline-block;
	background-color:#323232;
	padding:2px 5px;
	border-radius:2px;
	margin:5px 3px 5px;
	-webkit-border-radius:2px;  
	-moz-border-radius:2px;
	color:#FFA700;
}

#goukei{
	width:100%;
	/*background-color:#1a1a1a;*/
	background-image:url(../images/simuration/bg_total_2.png);
	color:#fff;
	/*
	border-bottom:solid 5px #1a1a1a;
	*/
	padding-bottom:5px;
}

.totalFix{
	position: fixed !important;
	position:absolute;bottom: 0;
}
/* セレクト時 */
section#contents span.sel_on{
	background-color:#009944;
}
section#contents input.sel_ng{
	background-color:#999;
}

.mar_t_10{
	margin-top:10px;
}
.mar_t_20{
	margin-top:20px;
}
.bold{
	font-weight:bold;
}
.center_text{
	text-align:center;
}

.mt20 {
	margin-top: 20px;
}

.red {
	color: red;
}
.cc9info_all{
  text-align: left;
}
.cc9info_all li{
  padding-bottom: 10px;
}
.cc9info_all li:nth-child(even){
  background-color: #efefef;
}
.pagination ul {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.pagination li{
  border: 1px solid #999999;
  padding: 5px;
  margin: 3px;
}

