﻿@charset "utf-8";

/*--- #mainTit ----------------------------------------------------------*/

#mainTit {
	margin:0 auto;
	text-align:left;
	padding:55px 0 25px;
	position:relative;
	z-index:3;
	height:70px;
}

#mainTit h2 {
	padding-left:5px;
}

#contents #pankuzu {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 11px;
}

#contents #pankuzu a {
	color: #0C9143;
}

#contents #pankuzu a#homeLink {
	padding-left: 25px;
	background: url(../../imgs/home_icon.gif) no-repeat 3px center;
}

#contents #contTit {
	margin-bottom: 20px;
}

#contents .contBox {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#contents .contBox .txtBox {
	background: #FFF;
	list-style-image: none;
}

#contents .txtBox {
	line-height: 1.75;
	width: 605px;
	margin-top: 5px;
	margin-left: 25px;
}

#contents .txtBoxAttention {
	width: 600px;
	margin-left: 25px;
	background: #FFD7D7;
	margin-bottom: 10px;
	border: #C00 solid 1px;
	padding: 10px 0;
}



/*--- #mainBox ----------------------------------------------------------*/
body#inBody #container #contents #mainBox {
	width:685px;
	height:290px;
	margin:0 auto 15px;
	position: relative;
	overflow:hidden;
}

body#inBody #container #contents #mainBox h2 {
}

body#inBody #container #contents #mainBox h2 a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

body#inBody #container #contents #mainBox h2 a:hover img {
	opacity: 0.8;  
    filter: alpha(opacity=80);
}

body#inBody #container #contents #mainBox #bx-pager-img{
	padding:6px 0;
	overflow:hidden;
}
body#inBody #container #contents #mainBox #bx-pager-img a{
	width:80px;
	margin-right:4px;
	margin-left:2px;
	display:block;
	float:left;
}

body#inBody #container #contents #mainBox #bx-pager-img a img{
	opacity:0.6;
}
body#inBody #container #contents #mainBox #bx-pager-img a:hover img{
	opacity:0.8;
}
body#inBody #container #contents #mainBox #bx-pager-img a.last{
	margin-right:0;
}
body#inBody #container #contents #mainBox #bx-pager-img img{
	width:80px;
	padding-top:5px;
}
body#inBody #container #contents #mainBox #bx-pager-img a.active img{
	padding-top:0;
	opacity:1.0;
}
body#inBody #container #contents #mainBox .bx-pager{display:none;}


.line {
    border-bottom: 1px solid #CCCCCC;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
}


/*--- /net/ 以下にて利用 ----------------------------------------------------------*/

#contents .netStepBox {
	width:600px;
	text-align: left;
	margin-left: 30px;
}

#contents .netStepBoxInL {
	width: 100px;
	float: left;
	text-align: right;
}

#contents .netStepBoxInR {
	width: 485px;
	float: left;
	padding-left: 15px
}

#contents table.netStepListLine {
	/*font-size:0.8em;*/
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #cccccc;
	margin:10px 0 15px 0;
	width: 450px;
}

#contents table.netStepListLine th{
	background-color:#E3EAA3;
	border:1px solid #cccccc;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
	color:#333333;
	padding:5px;
}

#contents table.netStepListLine td{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	line-height: 1.5em;
	padding: 5px;
	vertical-align: middle;
	color: #555555;
}


#contents .netCheckList ul {
	list-style-image: url(../imgs/checklist.png);
	width: 450px;
	margin-left: 25px;
}

#contents .netCheckList li {
	padding-bottom:5px;
	text-align:left;
}


#contents .netKiyakuOl ol {
	list-style-type: decimal;
	width: 585px;
	margin-left: 50px;
}

#contents .netKiyakuDl dl {
	width: 90%;
	margin-left: 25px;
}

#contents .netKiyakuDl dt {
	width: 6%;
	float: left;
}

#contents .netKiyakuDl dd {
	width: 94%;
	float: left;
}

#contents .netVSmailCheck {
	width:590px;
	text-align: left;
	margin-left: 25px;
	padding:5px;
	border: 1px solid #999;
}


/*--- /tv/ 以下にて利用 ----------------------------------------------------------*/

#contents .tvYohou {
	width:520px;
	text-align: left;
	margin-left: 50px;
	padding:10px;
	border: 1px solid #999;
	background-color: #C33;
	color: #FFF;
}


table.tvYohouTB {
	border-spacing:0;
	empty-cells:show;
	border: none;
	margin:0 0 0 20px;
	font-size: 14px;
}


/*--- /company/ 以下にて利用  ----------------------------------------------------------*/

table.companyList {
	border-spacing:0;
	empty-cells:show;
	border: none;
	margin:0 0 20px 0;
	width: 460px;
	border:1px solid #cccccc;
}

table.companyList th{
	background-color:#E5E5E5;
	border:1px solid #cccccc;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
	color:#333333;
	padding:5px;
}

table.companyList td{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	line-height: 1.5em;
	padding: 5px;
	vertical-align: middle;
	color: #555555;
}

table.companyHistoryList{
	border-spacing:0;
	empty-cells:show;
	border: none;
	margin:0 0 20px 0;
	width: 620px;
	font-size:14px;
	color:#333;
}
table.companyHistoryList th{
	width:146px;
	text-align:left;
	line-height:1.5em;
	font-weight:normal;
	padding:5px;
	vertical-align: top;
}

table.companyHistoryList td{
	line-height: 1.5em;
	padding: 5px;
	vertical-align: top;
}

dl.comanyMapList{
	width:160px;
	font-size:85%;
	margin-top:20px;
}
dl.comanyMapList dt{
	font-weight:bold;
}
dl.comanyMapList dd{
	margin-bottom:30px;
	line-height:1.4em;
}

ol.privacyOlList{
	margin:0 20px;
}
ol.privacyOlList li{
	padding-left:30px;
	text-indent:-30px;
	margin-bottom:8px;
	line-height:22px !important;
}

/*フォーム内埋め込み用*/
#area_pv ol.privacyOlList{
	margin:0 20px;
}
#area_pv ol.privacyOlList li{
	padding-left:20px;
	text-indent:-20px;
	margin-bottom:0px;
	line-height:16px !important;
}



ul.companyIco{
	margin:0 20px;
}
ul.companyIco li{
	padding-left:16px;
	background:url(../../company/imgs/company_ico.gif) no-repeat 0 6px;
}

dl.companyDlList{
	margin-bottom:10px;
}
dl.companyDlList dt{
	margin-left:20px;
	font-weight:bold;
	font-size:120%;
	color:#0C9143;
}

div.CompanyCmLayout{
	width:640px;
	overflow:hidden;
}
div.CompanyCmLayout ul{
	width:280px;
	float:left;
}


/*--- /community/ 以下にて利用  ----------------------------------------------------------*/

div.communityProgramMainBox{
	width: 600px;
	margin-left: 25px;	
}

div.communityProgramMainBoxL{
	width: 250px;
	text-align: left;
	float: left;
}

div.communityProgramMainBoxR{
	width: 350px;
	float: left;
	line-height: 1.5;
}


div.communityProgramMainImg{
	width: 600px;
	margin-left: 25px;
	text-align: right;
	padding: 5px 0;
	float: none;
}

p.communityProgramMainTxt1{
	
}

p.communityProgramMainTxt2{
	color: #096;
}


table.programTimeTable{
    width: 100%;
}

table.programTimeTable th,td{
    border: 1px solid #CCCCCC;
    padding: 10px;
    font-size:12px;
}

table.programTimeTable th{
	background-color:#E3EAA3;
	width:80px;
	text-align:center;
}

/*
#communityBtn01 a {
	    display: block;
	    overflow: hidden;
	    height: 0px;
	    width: 210px;
	    background-image: url(../../community/imgs/communityBtn01.jpg);
	    padding-top: 118px;
	    text-align: center;
	    margin: 0 4px;}
	 
#communityBtn01 a:hover {
	    background-position: 0 -118px;
	}

.communityBtnComment {
	font-size: 12px;
	text-align:center;
	color: #333;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	width: 210px;
}
*/


/*-- /community/ ギュギュットにて利用  --*/

p.communityGyugyuttoBoxShopName{
	width: 507px;
	margin:10px 0 0 70px;
	font-size: 16px;
	background-color: #060;
	color: #FFF;
	padding-left:15px;
}


div.communityGyugyuttoBox{
	width: 500px;
	border:1px solid #999;
	margin-left:70px;
	text-align: center;
	padding: 10px;
}

div.communityGyugyuttoBox img{
	margin: 5px;
}

table.communityGyugyuttoLine {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #ccc;
	width: 100%;
}

table.communityGyugyuttoLine th{
	background-color:#E3EAA3;
	border:1px solid #ccc;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
	color:#333;
	padding:5px;
}

table.communityGyugyuttoLine td{
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 1.5em;
	padding: 5px;
	vertical-align: middle;
	color: #555;
}

div.communityGyugyuttoBoxL{
	width: 225px;
	float: left;
}

div.communityGyugyuttoBoxR{
	width: 260px;
	float: left;
	text-align: left;
}

div.communityGyugyuttoBoxR p{
	font-size: 12px;
}

div.communityGyugyuttoBoxFot{
	width: 550px;
	border:1px solid #999;
	margin-left:40px;
	text-align: left;
	padding: 10px;
}

p.communityGyugyuttoBoxFotTit{
	text-align: left;
	padding: 10px;
	background-color:#EEE;
	margin-bottom: 10px;
}


table.communityClub {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width: 90%;
	margin-left: 30px;
}

table.communityClub th{
	background-color:#E3EAA3;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
	color:#333;
	padding:5px;
}

table.communityClub td{
	background-color: #fff;
	line-height: 1.5em;
	padding: 5px;
	vertical-align: top;
	color: #555;
}

.soramamePR {
	background-image: url(../../imgs/soramamePR.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	text-align: left;
	float: left;
	height: auto;
	width: 300px;
	font-weight: bold;
	color: #063;
	display: block;
	margin: 0 0 10px 30px;
	padding-left: 70px;
}


/*-- /warning/ 緊急情報関連にて利用  --*/

p.warningSafetyBox {
	margin-bottom: 20px;
}

p.warningSafetyBox img{
	margin-right: 20px;
	vertical-align: middle;
}

div.warningAllBox {
	margin-bottom: 20px;
	margin-left: 15px;
	width: 200px;
	float:left;
}

div.warningAllBox p{
	margin-bottom: 10px;
}

p.warningSafetyBox img{
	margin-right: 20px;
	vertical-align: middle;
}



table.warningInfoTB {
	border: 0px;
	width:100%;
	margin-bottom: 15px;
	border: 1px solid #999;
}

table.warningInfoTB th {
	background-color:#E3EAA3;
	padding: 8px;
	width: 20%;
	border: 1px solid #999;
	color: #333;
}

table.warningInfoTB td {
	background-color:#fff;
	padding: 8px;
	width: 80%;
	border: 1px solid #999;
	color: #555;
}

/*--remote_support_start.htmlパソコンリモートサポート開始--*/
/*
div#remote_support_start {
	font-size:14px!important;

}

div#remote_support_start dl {
	display:block;
	padding:0 0 0 10px;
	clear:both;
	width:655px;
	font-size:14px!important;
}

div#remote_support_start dl#end {
	height:20px;
	font-size:14px!important;
}


div#remote_support_start dl dt {
	display:block;
	width:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#B0E0A0;
	padding:7px 0;
	line-height:1em;
	float:left;
	font-size:14px!important;
}
div#remote_support_start dl dd {
	display:block;
	padding:0 20px 20px 40px;
	font-size:14px!important;
}

div#remote_support_start dl dd span.os{
	font-weight: bold;

	font-size:14px!important;
}

div#remote_support_start p {
	font-size:14px!important;
	padding:10px 0 20px 20px;
}



div#remote_support_start ul#link {
	width:432px;
	margin:0 auto;
	height:40px;
	padding:0;
	
}

div#remote_support_start ul#link li {
	width:432px;
	margin:0;
	height:40px;
	display:block;
	padding:0;
}

div#remote_support_start ul#link li#button_windows {
	float:left;
}
div#remote_support_start ul#link li#button_mac {
	float:right;
}

div#remote_support_start ul#link li#button_windows a{
	background-image:url(../../service/imgs/support_remote_start_01.jpg);
	}
div#remote_support_start ul#link li#button_mac a {
	background-image:url(../../service/imgs/support_remote_start_02.jpg);
}


div#remote_support_start ul#link li a {
	display:block;
	width:432px;
	margin:0;
	height:40px;
	padding:0;
	text-indent:-9999px;
	background-position:0 0;
	backgournd-repeat:no-repeat;
}

div#remote_support_start ul#link li a:hover {
	background-position: 0 -40px;
}*/

/*--procedure 各種変更／手続き --*/

.procedureTable table{
	width:100%;
}

.procedureTable th{
	background-color:#E3EAA3;
	border: 1px solid #CCCCCC;
	text-align:center;
	padding:10px;
}

.procedureTable td{
	border: 1px solid #CCCCCC;
	text-align:center;
	padding:10px;
}


/*--manual マニュアル --*/

.manual_2btn a:link{
	background-color:#E3EAA3;
	border:2px solid #CCCCCC;
	border-radius:10px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:310px;
	height:36px;
	text-decoration:none;
}

.manual_3btn a:link{
	background-color:#E3EAA3;
	border:2px solid #CCCCCC;
	border-radius:10px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:200px;
	height:36px;
	text-decoration:none;
}

.manual_2btn a:visited{
	background-color:#E3EAA3;
	border:2px solid #CCCCCC;
	border-radius:10px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:310px;
	height:36px;
	text-decoration:none;
}

.manual_3btn a:visited{
	background-color:#E3EAA3;
	border:2px solid #CCCCCC;
	border-radius:10px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:200px;
	height:36px;
	text-decoration:none;
}

.manual_2btn a:hover{
	background-color:#AEDE5E;
}

.manual_3btn a:hover{
	background-color:#AEDE5E;
}

.manual_3btn span{
	font-size:11px;
}

.manual_2btn span{
	font-size:11px;
}

p.manual_2off small{
	background-color:#EEEEEE;
	border:2px solid #CCCCCC;
	border-radius:10px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:310px;
	height:36px;
	text-decoration:none;
}

p.manual_3off small{
	background-color:#EEEEEE;
	border:2px solid #CCCCCC;
	border-radius:10px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:200px;
	height:36px;
	text-decoration:none;
}

.manual_3off span{
	font-size:11px;
}

.manual_2_off span{
	font-size:11px;
}


/*--gyugyutto ギュギュットtable --*/

.gyugyuttoTable table{
	width:380px;
}

.gyugyuttoTable th{
	background-color:#E3EAA3;
	border: 1px solid #CCCCCC;
	text-align:center;
	padding:10px;
}

.gyugyuttoTable td{
	border: 1px solid #CCCCCC;
	text-align:left;
	padding:10px;
}

/*-- /community/index.html そらまめチャンネル番組紹介にて利用 20170401より --*/

div.soramameListBox{
	display: inline-block;
	width: 320px;
	border-top: #009900 solid 8px;
}

.soramameListBox .pgtitle_11ch12ch {
	display: block;
	height: 30px;
	width: 320px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	background: url(../../community/imgs/11ch12ch.png) right top no-repeat;
	padding:5px 0 0;
	margin: 5px 0 0;
}

.soramameListBox .pgtitle_11ch {
	display: block;
	height: 30px;
	width: 320px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../../community/imgs/11ch.png) right top no-repeat;
	padding:5px 0 0;
	margin: 5px 0 0;
}

.soramameListBox .pgtitle_12ch {
	display: block;
	height: 30px;
	width: 320px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../../community/imgs/12ch.png) right top no-repeat;
	padding:5px 0 0;
	margin: 5px 0 0;
}

.soramameListBox .ch_cap img {
	float:left;
}

.soramameListBox p {
	line-height:1.3;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	float: right;
	width: 155px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-break: strict;
}

.soramameListBox a {
	display:block;
	color: #0C9143;
	text-decoration: none;
}


/************************************/
#pv_scroll{
	overflow: auto;
	height: 280px;
	width: 640px;
	border: 1px solid #999999;
	padding:0 5px 10px 10px;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
}

#pv_scroll .contBox{
	margin-bottom:5px;
}

#pv_scroll h4,
#pv_scroll h5,
#pv_scroll h6,
#pv_scroll ol,
#pv_scroll li,
#pv_scroll table,
#pv_scroll p{
	width:auto !important;
	height:auto !important;
	font-size:13px !important;
	background-color:transparent;
	margin:auto !important;
}

#pv_scroll h4,
#pv_scroll h5,
#pv_scroll h6{
	margin-top:10px !important;
	background:none;
}
#pv_scroll h4{
	background-color:#ccc;
	text-indent:10px;
}
#pv_scroll h5{
	background-color:#ccc;
	text-indent:10px;
}
#pv_scroll h4{
	background-color:#ccc;
	text-indent:10px;
}

#pv_scrool table th{
	background-color:#ddd !important;
}


a.btn_pv_agree{
  position: relative;
  display: inline-block;
  padding: 0.25em 0;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  color:#fff !important;
  text-decoration:none !important;
  font-size:22px;
  width:550px;
  
}

a.btn_pv_agree:hover{
	
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  opacity:0.8;
}