@charset "utf-8";
/* CSS Document */


/**========== Unit Setting =============**/

/*---- TOP Main ----*/

.untInformation {
	background:#EEE;
	width:442px;
	border-radius:7px;
	padding:10px;
}

/* ttlArea */

.untInformation .ttlArea {
	background:#FFF;
	padding:0 12px;
}

.untInformation .ttlArea h2 {
	float:left;
}

.untInformation .ttlArea h2 img {
	width:100px;
	height:19px;
	margin:8px 0;
}

.untInformation .ttlArea ul {
	float:right;
	padding-top:11px;
}

.untInformation .ttlArea li {
	float:left;
	font-size:.875em;
	margin-right:20px;
	line-height:1;
}

.untInformation .ttlArea li.last-child {
	margin-right:0;
}

.untInformation .ttlArea li a {
	color:#333;
	text-decoration:none;
}

.untInformation .ttlArea li a:hover {
	text-decoration:underline;
}

.untInformation .ttlArea li img {
	margin-right:6px;
	width:15px;
	height:15px;
}

.untInformation .ttlArea li.last-child img {
	margin-right:6px;
	width:16px;
	height:14px;
}

/* importantInfo */

.untInformation .importantInfo {
	background:#FEFDF3;
	padding:20px 12px;
	border-top:#EEE solid 10px;
}

.untInformation .importantInfo li {
	font-size:.875em;
	font-weight:normal;
	margin-bottom:8px;
	padding-left:22px;
	text-indent:-22px;
	word-break:break-all;
}

.untInformation .importantInfo li.last-child {
	margin-bottom:0;
}

.untInformation .importantInfo li img {
	margin-right:6px;
	width:16px;
	vertical-align:middle;
}

/* normalInfo */

/*

.untInformation .normalInfo {
	background:#FFF;
	padding:16px 12px;
	border-top:#EEE solid 10px;
	font-size:.875em;
	font-weight:bold;
}

.untInformation .normalInfo dt {
	color:#999;
	margin-bottom:5px;
}

.untInformation .normalInfo dt span {
	display:block;
	float:left;
}

.untInformation .normalInfo dt span.icon {
	margin-left:9px;
	font-size:1px;
}

.untInformation .normalInfo dt img {
	margin:2px 5px 2px 5px;
	height:10px;
	width:60px;
}

.untInformation .normalInfo dt span.icon_tv {
	background:#EA609E;
}

.untInformation .normalInfo dt span.icon_info {
	background:#F7DC24;
}

.untInformation .normalInfo dt span.icon_net {
	background:#508FCC;
}

.untInformation .normalInfo dt span.icon_support {
	background:#EA5420;
}

.untInformation .normalInfo dt span.icon_phone {
	background:#3DB573;
}



.untInformation .normalInfo dd {
	clear:both;
	margin-bottom:18px;
}

.untInformation .normalInfo dd.last-child {
	margin-bottom:0;
}

*/







/* modInfoBox01 */

.untInformation .normalInfo {
	background:#FFF;
	padding:16px 12px;
	border-top:#EEE solid 10px;
	font-size:.875em;
	word-break:break-all;
}

.untInformation .normalInfo dt {
	margin-top:18px;
	color:#999;
	margin-bottom:4px;
}

.untInformation .normalInfo dt:first-child {
	margin-top:0;
}

.untInformation .normalInfo dt span {
	display:inline-block;
	vertical-align:top;
}

.untInformation .normalInfo dt span.icon {
	margin-left:9px;
	font-size:1px;
	margin-top:2px;
}

.untInformation .normalInfo dt img {
	margin:2px 5px 2px 5px;
	height:10px;
	width:60px;
}

.untInformation .normalInfo dt span.icon_tv {
	background:#EA609E;
}

.untInformation .normalInfo dt span.icon_info {
	background:#F7DC24;
}

.untInformation .normalInfo dt span.icon_net {
	background:#508FCC;
}

.untInformation .normalInfo dt span.icon_support {
	background:#EA5420;
}

.untInformation .normalInfo dt span.icon_phone {
	background:#3DB573;
}
.untInformation .normalInfo dd span.iconNew {
	background:#FFF;
	border:#FE6634 solid 1px;
	display:inline-block;
	width:36px;
	height:12px;
	line-height:13px;
	color:#FE6634;
	font-size:.75em;
	text-align:center;
	margin-left:5px;
	vertical-align:top;
	font-weight:bold;
	margin-top:2px;
}


/*---- TOP Side ----*/

/* untMembers */

.untMembers {
	background:#EEE;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}

.untMembers h2 {
	padding:11px 0 14px;
	text-align:center;
	font-size:1px;
}

.untMembers ul {
	background:#FFF;
}

.untMembers li {
	border-top:#EEE solid 5px;
	font-size:.875em;
}

.untMembers li img {
	margin:1px 10px 4px;
	vertical-align:middle;
	width:24px;
	height:24px;
}

.untMembers li a {
	display:block;
	height:28px;
	padding:6px 0 3px;
	color:#333;
	text-decoration:none;
}

.untMembers li.untMember01 {
	background:#FFEDE7;
}

.untMembers li.untMember01 img {
	float:left;
	margin-top:10px;
	margin-bottom:5px;
}

.untMembers li.untMember01 a {
	height:44px;
	padding:15px 0 10px;
	font-weight:bold;
}

.untMembers li.untMember02 a {
	position: relative;
	padding-left: 45px;
	padding-top: 10px;
}

.untMembers li.untMember02 img {
	position: absolute;
	left: 0px;
	top: 7px;
}

.untMembers li.untMember02 a.line2 {
	line-height: 1.1;
	padding-top: 5px;
	height:33px;
}

.untMembers li.untMember02 a.line2 span {
	font-size: 0.8em;
}

.untMembers li.untMember03 img {
	background:#FFF;                 /* FF */
}

.untMembers li a:hover {
	text-decoration:underline;
}

.untMembers li a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

.troubleInfoInner a {
	border-top:#EEE solid 5px;
	font-size:1em;
}


/* untConsider */

.untConsider {
	background:#EEE;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}

.untConsider h2 {
	padding:11px 0 14px;
	text-align:center;
	font-size:1px;
}

.untConsider ul {
	background:#FFF;
}

.untConsider li {
	border-top:#EEE solid 5px;
	font-size:.875em;
}

.untConsider li a {
	display:block;
	height:28px;
	padding:6px 0 3px;
	color:#333;
	text-decoration:none;
}

.untConsider li img {
	margin:0 10px 5px;
	vertical-align:middle;
	width:24px;
	height:24px;
}

.untConsider li.untConsider01 {
	background:#FFEDE7;
}

.untConsider li.untConsider01 img {
	float:left;
	margin-top:10px;
	margin-bottom:5px;
}

.untConsider li.untConsider01 a {
	height:44px;
	display:block;
	padding:15px 0 10px;
	font-weight:bold;
}

.untConsider li a:hover {
	text-decoration:underline;
}

.untConsider li a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

/* rightSideArea */

#rightSideArea .untConsider {
	background:#FFF;
}

#rightSideArea .untConsider li.untConsider01 {
	border:none;
}

#rightSideArea .untMembers li {
	border-top:#FFF solid 5px;
}

#rightSideArea .untPrice {
	background:#FFF;
}

#index #rightSideArea .untPrice {
	background:#EEE;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}

#index #rightSideArea .untPrice ul {
	background:#FFF;
}

#index #rightSideArea .untPrice li {
	border-top:#EEE solid 5px;
	font-size:.875em;
}

#index #rightSideArea .untPrice li a {
	display:block;
	padding:19px 0 13px;
	color:#333;
	text-decoration:none;
	height:25px;
	font-weight: normal;
}

#index #rightSideArea .untPrice li img {
	margin:0 10px 4px;
	vertical-align:middle;
	width:25px;
	height:17px;
	background:#FFEDE7;                 /* FF */
}

#index #rightSideArea .untPrice li a:hover {
	text-decoration:underline;
}

#index #rightSideArea .untPrice li a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}




.untPrice li {
	background:#FFEDE7;
	border-top: none !important;
}

.untPrice li a {
	height:44px;
	display:block;
	padding:18px 0 0;
	font-weight:bold;
}




/* campaignBnrArea */

.campaignBnrArea {
	background:#EEE;
	width:442px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}

.campaignBnrArea a {
	display:block;
	padding:0px;
	border-radius:6px;
	background:#FFF;
}

.campaignBnrArea img {
	background:#FFF;                 /* FF */
	width:442px;
}

.campaignBnrArea a:hover img {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}


/* untEntry */

.untEntry {
	background:#EEE;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}

.untEntry ul {
	background:#FFF;
}

.untEntry li {
	border-top:#EEE solid 5px;
	font-size:.875em;
}

.untEntry li a {
	display:block;
	padding:19px 0 13px;
	color:#333;
	text-decoration:none;
	height:25px;
}

.untEntry li img {
	margin:0 10px 4px;
	vertical-align:middle;
	width:25px;
	height:17px;
	background:#FFF;                 /* FF */
}

/*.untEntry li a:hover {
	background:#FFF6F3;
}*/

.untEntry li a:hover {
	text-decoration:underline;
}

.untEntry li a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

.untEntry li.untEntry01 {
	text-align:center;
	border:#EA5420 solid 6px;
	height: 185px;
}

.untEntry li.untEntry01 a {
	text-align:center;
	padding:0;
	height:69px;
}

.untEntry li.untEntry01 img {
	margin-bottom:0;
	width:112px;
	height:70px;
}

.untEntry li.untEntry01 p img {
	margin:0;
	width:194px;
	height:159px;
}

.untEntry li.untEntry01 a:hover {
	background:#FFF;
}

.untEntry li.untEntry01 a:hover img {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* untEntryQuoSp(TOP QUOカードバナーSP)*/

.untEntry li.untEntryQuoSp {
	text-align:center;
	border:#EA5420 solid 6px;
	height: 246px;
}

.untEntry li.untEntryQuoSp a {
	text-align:center;
	padding:0;
	height:69px;
}

.untEntry li.untEntryQuoSp img {
	margin-bottom:0;
	width:112px;
	height:70px;
}

.untEntry li.untEntryQuoSp p img {
	margin: 0;
	width:268px;
	height:100%;
}

.untEntry li.untEntryQuoSp a:hover {
	background:#FFF;
}

.untEntry li.untEntryQuoSp a:hover img {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* untLargeBnr */

.untLargeBnr, .untMiddleBnr {
	background:#FFF;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}

.untLargeBnr a, .untMiddleBnr a {
	background:#FFF;

}

.untLargeBnr img, .untMiddleBnr img {
	width:206px;
	height:172px;
	background:#FFF;                 /* FF */
}

.untLargeBnr a:hover img, .untMiddleBnr a:hover img {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* untLargeBnr */

.untNormalBnr {
	
}

.untNormalBnr li {
	margin-bottom:1px;
}

.untNormalBnr img {
	width:226px;
	height:55px;
	background:#FFF;                 /* FF */
}

.untNormalBnr a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

/* rSideNormalBnr */

.rSideNormalBnr {
	margin-bottom: 10px;
}
.rSideNormalBnr img {
	width:226px;	
}

/* rSideNormalBnr02(TOP QUOカードバナーPC) */

.rSideNormalBnr02 {
}
.rSideNormalBnr02 img {
	width:206px;	
}

/*---- floating btn ----*/

.sideLink {
	position: fixed;
}

.sideLink p {
	display: block;
	margin: 10px 0;
}

.untFloating {
	background:#FFF;
/*	width:206px;*/
	border-radius:7px;
	padding:10px;
}

.untFloating ul {
	margin-bottom: 10px;
	border-bottom: 3px solid #ffc13a;
}

.untFloating li {
	border-top: 3px solid #ffc13a;
	border-left: 3px solid #ffc13a;
	border-right: 3px solid #ffc13a;
}

.untFloating li a {
	background: url(../../images/service/denki/icon-_sidemenu_arrow.gif) no-repeat 11px 13px;
	padding: 8px 8px 8px 33px;
	text-decoration: none;
	color: #333;
}

.untFloating li a:hover {
	text-decoration: underline;
}

.untFloating a {
	display: block;
	text-align: left;
}

.untFloating .linkBtn img {
	width: 220px;
}



/**================================= Module Setting =================================**/


/*
	Helper Class
-----------------------------------------------------------------*/

/* float */
.fLeft {float: left !important;}
.fRight{float: right !important;}
.fNone {float: none !important;}

/* align */
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}
.vat {vertical-align: top !important;}
.vac {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}

/* width */
.wid05pct {width:5% !important;}
.wid10pct {width:10% !important;}
.wid15pct {width:15% !important;}
.wid16pct {width:16% !important;}
.wid18pct {width:18% !important;}
.wid20pct {width:20% !important;}
.wid25pct {width:25% !important;}
.wid28pct {width:28% !important;}
.wid30pct {width:30% !important;}
.wid32pct {width:32% !important;}
.wid33pct {width:33% !important;}
.wid35pct {width:35% !important;}
.wid36pct {width:36% !important;}
.wid40pct {width:40% !important;}
.wid42pct {width:42% !important;}
.wid45pct {width:45% !important;}
.wid50pct {width:50% !important;}
.wid53pct {width:53% !important;}
.wid55pct {width:55% !important;}
.wid60pct {width:60% !important;}
.wid65pct {width:65% !important;}
.wid70pct {width:70% !important;}
.wid75pct {width:75% !important;}
.wid80pct {width:80% !important;}
.wid85pct {width:85% !important;}
.wid90pct {width:90% !important;}
.wid95pct {width:95% !important;}
.wid100pct {width:100% !important;}
.wid45 {width:45px !important;}
.wid70 {width:70px !important;}
.wid140 {width:140px !important;}

/* border */
.bdrLnon {border-left:none !important;}
.bdrRnon {border-right:none !important;}
.bdrTnon {border-top:none !important;}
.bdrBnon {border-bottom:none !important;}

/* margin */

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}

.ml0 {margin-left: 0px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml28 {margin-left: 28px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml1_3em {margin-left: 1.3em !important;}
.ml2_6em {margin-left: 2.6em !important;}

.mr0  {margin-right: 0px !important;}
.mr5  {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr28 {margin-right: 28px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}


/* padding */

.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}

.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}

.pl0  {padding-left: 0px !important;}
.pl5  {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 28px !important;}
.pl28 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}

.pr0  {padding-right: 0px !important;}
.pr5  {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr28 {padding-right: 28px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}


/* Background color */
.bgOrange01 {background-color:#FFEDE7 !important;}
.bgGray01 {background-color:#F7F7F7 !important;}

/* font weight */
.fwb {font-weight:bold !important;}
.fwn {font-weight:normal !important;}

/* Word Wrap */
.wrbw {
	word-break: break-all;
}
/* NoWrap */
.wsNowrap {
	white-space:nowrap;
}
/* Sup */
.sup {
	vertical-align:super;
	font-size:.6em;
}

/* icon font */
.fs1 {font-size:1px !important;}
/*
	block
-----------------------------------------------------------------*/

/************* mainBlock *************/

/* modMainBlock01 */
.modMainBlock01 {
	background:#FFF;
	padding:10px;
	border-radius:7px;
	margin-bottom:20px;
}

/* modMainBlock02 */
.modMainBlock02 {
	background:#FFF;
	border-bottom:#D9D9D9 solid 1px;
	padding:25px;
	border-radius:7px;
	margin-bottom:15px;
}

/*
	Headline
-----------------------------------------------------------------*/

/* modHeadline01 */
.modHeadline01 {
	height:143px;
	display:table;
	margin-bottom:20px;
	width:100%;
}

.modHeadline01 h1 {
	font-size:2em;
	display:table-cell;
	vertical-align:middle;
	height:143px;
	padding-left:15px;
}
/* background */
.modHeadline01.bgCableTv {
	background:url(../../images/common/bg_headline01_cable_tv01.jpg) no-repeat left top;
}
.modHeadline01.bgChannel {
	background:url(../../images/service/cable_tv/channel/bg_headline01_channel.jpg) no-repeat left top;
}
.modHeadline01.bgNetServiceMailAaccount {
	background:url(../../images/new/service/net_service/mail/bg_headline01_new_service01.jpg) no-repeat left top;
}
.modHeadline01.bgNewServiceMailAlert {
	background:url(../../images/new/service/net_service/mail/bg_headline01_new_service_popup.jpg) no-repeat left top;
}
.modHeadline01.bgClubOff {
	background:url(../../images/customer/members/bg_headline01_BCOentry.jpg) no-repeat left top;
}
.modHeadline01.bgPctrouble {
	background:url(../../images/customer/pc_trouble/bg_headline01_pctrouble.jpg) no-repeat left top;
}
.modHeadline01.bgPctroubleLarge {
	background:url(../../images/customer/pc_trouble/bg_headline01_pctrouble_large.jpg) no-repeat left top;
}
.modHeadline01.bgProcedure {
	background:url(../../images/customer/procedure/bg_headline01_procedure.jpg) no-repeat left top;
}
.modHeadline01.bgMainteInfo {
	background:url(../../images/customer/mainte/bg_headline01_mainte01.jpg) no-repeat left top;
}
.modHeadline01.bgTroubleInfo {
	background:url(../../images/customer/trouble/bg_headline01_trouble01.jpg) no-repeat left top;
}
.modHeadline01.bgResidenceLease {
	background:url(../../images/residence/bg_headline01_residence.jpg) no-repeat left top;
}
.modHeadline01.bgInformation {
	background:url(../../images/common/bg_headline01_information.jpg) no-repeat left top;
}
.modHeadline01.bgSupportInfo {
	background:url(../../images/customer/support/information/bg_headline01_supportinfo.jpg) no-repeat left top;
}
.modHeadline01.bgCampaign {
	background:url(../../images/campaign/bg_headline01_campaign.jpg) no-repeat left top;
}
.modHeadline01.bgShopEvent {
	background:url(../../images/shop/bg_headline01_shop_event.jpg) no-repeat left top;
}
.modHeadline01.bgRemote {
	background:url(../../images/remote/bg_headline01_remote.jpg) no-repeat left top;
}
.modHeadline01.bgPackPrice {
	background:url(../../images/pack/bg_headline01_packprice.jpg) no-repeat left top;
}
.modHeadline01.bgPhone {
	background:url(../../images/service/phone/bg_headline01_phone.jpg) no-repeat left top;
}
.modHeadline01.bgPhoneLarge {
	background:url(../../images/service/phone/bg_headline01_phonelarge.jpg) no-repeat left top;
}
.modHeadline01.bgAusvLarge {
	background:url(../../images/service/phone/bg_headline01_ausvlarge.jpg) no-repeat left top;
}
.modHeadline01.bgSitemap {
	background:url(../../images/other/bg_headline01_sitemap.jpg) no-repeat left top;
}
.modHeadline01.bgCompany {
	background:url(../../images/company/bg_headline01_company.jpg) no-repeat left top;
}
.modHeadline01.bgRecruit {
	background:url(../../images/company/bg_headline01_recruit.jpg) no-repeat left top;
}
.modHeadline01.bgSitepolicy {
	background:url(../../images/company/bg_headline01_sitepolicy.jpg) no-repeat left top;
}
.modHeadline01.bgArea {
	background:url(../../images/new/area/bg_headline01_area.jpg) no-repeat left top;
}
.modHeadline01.bgContract {
	background:url(../../images/company/contract/bg_headline01_contract.jpg) no-repeat left top;
}
.modHeadline01.bgCorporation {
	background:url(../../images/new/corporation/bg_headline01_corporation.jpg) no-repeat left top;
}
.modHeadline01.bgPolicy {
	background:url(../../images/company/policy/bg_headline01_privacy.jpg) no-repeat left top;
}
.modHeadline01.bgPolicyLarge {
	background:url(../../images/company/form_policy/bg_headline01_privacy_large.jpg) no-repeat left top;
}
.modHeadline01.bgNoise {
	background:url(../../images/new/noise/bg_headline01_noise.jpg) no-repeat left top;
}
.modHeadline01.bgManual {
	background:url(../../images/customer/support/manual/bg_headline01_manual.jpg) no-repeat left top;
}
.modHeadline01.bgDenkiArea {
	background:url(../../images/service/denki/bg_headline01_area.jpg) no-repeat left top;
}
.modHeadline01.bgNetArea {
	background:url(../../images/service/net/bg_headline01_area.jpg) no-repeat left top;
}



/* modHeadline01Index */
.modHeadline01Index {
	margin-bottom:10px;
}

/* modHeadline02 */
.modHeadline02 {
	background:url(../../images/common/bg_headline02.png) repeat-x center bottom;
	padding-bottom: 9px;
	margin-bottom:17px;
}

.modHeadline02 h1,
.modHeadline02 h2 {
	font-size:1.75em;
	margin-bottom:.25em;
	line-height: 1.2em;
}

/* modHeadline03 */
.modHeadline03 {
	background:#FFEDE7;
	margin-bottom:17px;
	padding:10px 9px;
}
.modHeadline03 h3 {
	border-left: #FE6634 solid 10px;
	font-size:1.25em;
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
}
.modHeadline03 h3.clm02 {
	display:table;
	width:610px;
}

.modHeadline03 h3.clm02 span {
	display:table-cell;
}

.modHeadline03 h3 span.rightArea {
	text-align:right;
	font-size:.6em;
}

.modHeadline03 h3 span.rightArea a {
	color:#333;
	text-decoration:none;
}

.modHeadline03 h3 span.rightArea a:hover {
	text-decoration:underline;
}

.modHeadline03 h3 span.rightArea img {
	margin-right:6px;
	margin-left:20px;
	width:16px;
	vertical-align:middle;
}

.modHeadline03 h3 small {
	font-size: .6em;
}

.modHeadline03 h3 sup {
	font-size: 75%;
}

/* Icon */
.modHeadline03 h3 span.pointIcon {
	display:inline-block;
	background:#FFC139;
	font-weight:bold;
	font-size:0.75em;
	color:#FFF;
	width:74px;
	line-height:26px;
	height:24px;
	text-align:center;
	vertical-align:top;
	margin-right:10px;
	margin-top:3px;
}

.modHeadline03 h3 span.deleteIcon {
	display:inline-block;
	background:#E62017;
	font-weight:bold;
	font-size:0.75em;
	color:#FFF;
	width:100px;
	line-height:26px;
	height:24px;
	text-align:center;
	vertical-align:top;
	margin-left:10px;
	margin-top:3px;
}


/* modHeadline04 */
.modHeadline04 {
	margin-bottom:10px;
}
.modHeadline04 h4 {
	font-size:0.875em;
}
.modHeadline04 h4 span {
	display:table-cell;
	vertical-align:top;
}
.modHeadline04 h4 img {
	width:14px;
	margin:0 8px 2px 5px;
	vertical-align:middle;
}

/*
	Botton
-----------------------------------------------------------------*/

/* modBtn01 現在存在しないボタン */
.modBtn01 {
	width:113px;
	display:table;
	margin:0 auto;
	position:relative;
	border-radius:7px;
	border:#EB4221 3px solid;
}

.modBtn01 a {
	width:113px;
	height:29px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#EB4221;
	font-weight:bold;
	background: rgb(254,254,254);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(231,231,231,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 );*/
	border-radius:7px;
	font-size:1.08em;
	letter-spacing:5px;
}
.modBtn01 a.ls0 {
	letter-spacing:0;
}

.modBtn01 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn02 現在存在しないボタン */
.modBtn02 {
	width:320px;
	display:table;
	margin:0 auto;
}

.modBtn02 a {
	width:320px;
	height:48px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn02 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
/* modBtn03 オレンジ角丸ボタン width320px */
.modBtn03 {
	width:320px;
	display:table;
	margin:0 auto 28px;
}

.modBtn03 a {
	width:320px;
	height:70px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn03 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn04 オレンジ角丸ボタン width400px */
.modBtn04 {
	width:400px;
	display:table;
	margin:0 auto 28px;
}

.modBtn04 a {
	width:400px;
	height:70px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn04 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.modBtn04 a img {
	margin-bottom:3px;
}
/* use 940 */
.modBtn04.wid588 {
	width:588px;
}

.modBtn04.wid588 a {
	width:588px;
}
/* modBtn05 灰色角丸ボタン width200px 戻る、閉じるなどで使用 */
.modBtn05 {
	clear:both;
	width:200px;
	display:table;
	margin:0 auto;
}
.modBtn05 a {	
	background: rgb(213,213,213);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(150,150,150,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(150,150,150,1)));
	background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D5D5', endColorstr='#969696',GradientType=0 );*/
	
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	width:200px;
	height:58px;
	display:block;
	color:#FFFFFF;
	font-size:1.25em;
	font-weight:bold;
	text-decoration:none;
	line-height:58px;
	text-align:center;
	zoom: 1;
}
.modBtn05 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
/* modBtn06 オレンジ枠灰色角丸ボタン Baycom Club offでのみ使用 */
.modBtn06 {
	width:204px;
	margin:0 auto;
	border-radius:7px;
	border:#EB4221 3px solid;
}

.modBtn06 a {
	display:table;
	width:204px;
	height:69px;
	vertical-align:middle;
	text-decoration:none;
	color:#EB4221;
	font-weight:bold;
	background: rgb(254,254,254);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(231,231,231,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 );*/
	border-radius:7px;
	font-size:.875em;
}
.modBtn06 a span {
	display:table-cell;
	vertical-align:middle;
}

.modBtn06 a span.iconArea {
	padding-left:20px;
	
}

.modBtn06 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
/* modBtn07 灰色角丸ボタン Baycom Club offでのみ使用 */
.modBtn07 {
	width:210px;
	margin:0 auto;
}

.modBtn07 a {
	width:210px;
	height:75px;
	display:table;
	vertical-align:middle;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:.875em;
}
.modBtn07 a span {
	display:table-cell;
	vertical-align:middle;
}

.modBtn07 a span.iconArea {
	padding-left:23px;
	
}
.modBtn07 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn08 灰色角丸ボタン高さ小さめ height 58px jump.html リモートアクセスで使用 */
.modBtn08 {
	width:290px;
	display:table;
	margin:0 auto;
}
.modBtn08 a {	
	background: rgb(213,213,213);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(150,150,150,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(150,150,150,1)));
	background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D5D5', endColorstr='#969696',GradientType=0 );*/
	
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	width:290px;
	height:58px;
	display:block;
	color:#FFFFFF;
	font-size:1.25em;
	font-weight:bold;
	text-decoration:none;
	line-height:58px;
	text-align:center;
	zoom: 1;
}
.modBtn08 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn09 オレンジ角丸ボタン高さ小さめ height 58px jump.html リモートアクセスで使用  */
.modBtn09 {
	width:290px;
	display:table;
	margin:0 auto;
}
.modBtn09 a {	
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	width:290px;
	height:58px;
	display:block;
	color:#FFFFFF;
	font-size:1.25em;
	font-weight:bold;
	text-decoration:none;
	line-height:58px;
	text-align:center;
	zoom: 1;
}
.modBtn09 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn10 オレンジ角丸ボタン高さ小さめ height 57px */
.modBtn10 {
	width:320px;
	display:table;
	margin:0 auto;
}

.modBtn10 a {
	width:320px;
	height:57px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn10 a div.btnInnerTable {
	display:table;
	margin:0 auto;
}

.modBtn10 a div.btnInnerTable span {
	display:table-cell;
	vertical-align:middle;
	padding:0 3px;
	line-height:1.2;
}

.modBtn10 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn11 料金シミュレーターオレンジ角丸ボタン height 57px */
.modBtn11 {
	width:830px;
	display:table;
	margin:0 auto;
}

.modBtn11 a {
	width:830px;
	height:57px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn11 a div.btnInnerTable {
	display:table;
	margin:0 auto;
}

.modBtn11 a div.btnInnerTable span {
	display:table-cell;
	vertical-align:middle;
	padding:0 3px;
	line-height:1.2;
}

.modBtn11 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn012 緑角丸ボタン width400px */
.modBtn12 {
	width:400px;
	display:table;
	margin:0 auto 28px;
}

.modBtn12 a {
	width:400px;
	height:70px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(71,180,115);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YzM4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjlhNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(100,195,140,1) 0%, rgba(47,154,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,195,140,1)), color-stop(100%,rgba(47,154,84,1)));
	background: -webkit-linear-gradient(top,  rgba(100,195,140,1) 0%,rgba(47,154,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(100,195,140,1) 0%,rgba(47,154,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(100,195,140,1) 0%,rgba(47,154,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(100,195,140,1) 0%,rgba(47,154,84,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c38c', endColorstr='#2f9a54',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#62c18a+0,4aaf71+50,319b56+100 */
background: #62c18a; /* Old browsers */
background: -moz-linear-gradient(top,  #62c18a 0%, #4aaf71 50%, #319b56 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #62c18a 0%,#4aaf71 50%,#319b56 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #62c18a 0%,#4aaf71 50%,#319b56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c18a', endColorstr='#319b56',GradientType=0 ); /* IE6-9 */
}

.modBtn12 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.modBtn12 a img {
	margin-bottom:3px;
}
/* use 940 */
.modBtn12.wid588 {
	width:588px;
}

.modBtn12.wid588 a {
	width:588px;
}

/* modBtn13 灰色角丸ボタン */
.modBtn13 {
	width:320px;
	display:table;
	margin:0 auto;
}

.modBtn13 a {
	width:320px;
	height:48px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(213,213,213);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(150,150,150,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(150,150,150,1)));
	background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(150,150,150,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D5D5', endColorstr='#969696',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn13 a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* modBtn14 Baycomでんき判定画面用 */
.modBtn14 {
	width:320px;
	height:48px;
	display: table;
	margin:0 auto;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	border-radius:7px;
	font-size:1.25em;
}

.modBtn14 p{
	display: table-cell;
	vertical-align:middle;
}


/*
	banner
-----------------------------------------------------------------*/
.modBnrArea01 a:hover img {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/*
	List
-----------------------------------------------------------------*/

/* modList01 灰色罫線薄い黄色バック H1下にあるページ内リンクなどに使用 */
.modList01 {
	font-size:0.75em;
	border:#E5E5E5 solid 1px;
	padding:12px 10px;
	background:#FFFFF5;
}
.modList01 li {
	float:left;
	margin-right:25px;
}

/* modList02 ケーブルテレビ関連サポートのご利用機器ガイドにある画像に使用 */
.modList02 {
	margin:0 28px 25px;
}
.modList02 li {
	float:left;
	margin:0 9px 8px 0;
	width:192px;
}
.modList02 li.last-child {
	margin-right:0;
}
.modList02 li.last-child2 {
	margin:0;
}
.modList02 li a:hover {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
.modList02 li a img,
.modList02 li.last-child2 img {
	background:#FFF;
	width:192px;
}

/* modList03 横並びのリスト（サイトマップなど）として使用 */
.modList03 {
	font-size:.875em;
	padding:0 28px;
}
.modList03 li {
	float:left;
	margin-right:11px;
}

/* modList04 薄い黄色背景の横並びリストとして使用（主におすすめ物件ページ） */
.modList04 {
	font-size:.875em;
	/*border:#C7C7C7 solid 1px;*/
	padding:15px 12px;
	background:#FFFAEE;
	margin:0 18px;
}
.modList04 li {
	float:left;
	margin-right:25px;
}

/* modList05 お申込み・お手続きの画像ボタン（横並び）に使用 */
.modList05 {
	margin:0 0 25px;
}
.modList05 li {
	float:left;
	margin:0 9px 0 0;
	width:210px;
}
.modList05 li.last-child {
	margin-right:0;
}
.modList05 li a:hover {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
.modList05 li a img {
	background:#FFF;
	width:210px;
}

/* ボタン2つ */
.modList05.-lg li,
.modList05.-lg li a img {
	width: auto;
}


/* modList06 ケーブルテレビのお店のケーブルテレビのお店の使い方各テキストリストに使用 */
.modList06 {
	margin:0 0 15px;
}
.modList06 .listItem {
	margin-bottom:15px;
	font-size:.875em;
	padding-left:1em;
	text-indent:-1em;
}
/* modList07 テキストの頭揃えを合わせるのに使用 */
.modList07 {
	display:table;
}
.modList07 span {
	display:table-cell;
	vertical-align:top;
}
.modList07.mlrAuto {
	margin:0 auto;
}
/* modList08 「※」付きテキストの頭揃えを合わせるのに使用 */
.modList08 {
	margin:0 28px 15px;
}
.modList08 .listItem {
	margin-bottom:15px;
	font-size:.875em;
	padding-left:1em;
	text-indent:-1em;
}
.modList08 .listItem2 {
	font-size:.875em;
	padding-left:16px;
	text-indent:-16px;
}
.modList08 .listItem3 {
	font-size:.875em;
	padding-left:2em;
	text-indent:-2em;
}
.modList08 .listItem4 {
	font-size:.875em;
	padding-left:1.3em;
	text-indent:-1.3em;
}
.modList08 .listItem5 {
	padding-left:1em;
	text-indent:-1em;
}

/* modList09 Baycom Club Offのボタンを並べるのに使用 */
.modList09 {
	margin:0 15px;
}
.modList09 ul {
	display:table;
}
.modList09 li {
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}
.modList09 li:first-child {
	padding-left:0;
}

/* modList10 いろいろCPのお申込み・お手続きの画像ボタン（横並び）に使用 */
.modList10 {
	margin:0;
}
.modList10 li {
	float:left;
	font-size: 78%;
	text-align:center;	
	margin:0 13px 0 0;
	width:240px;
}

.modList10 li p {
	margin-bottom:10px;
}

.modList10 li.last-child {
	margin-right:0;
}
.modList10 li a:hover {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
.modList10 li a img {
	background:#FFF;
	width:240px;
}




/*
	Formbox
-----------------------------------------------------------------*/

/* .modFormbox01 インクルードしているお客様センターのフォームありインフォメーションに使用 */
.modFormbox01 {
	border:1px solid #D4D4D4;
	padding:20px 16px;
	margin:15px 0;
	display:table;
}
.modFormbox01 div {
	display:table-cell;
	vertical-align:middle;
}
.modFormbox01 div.txtArea {
	padding-right:16px;
}
.modFormbox01 div p {
	font-size:.875em;
	margin-bottom:10px;
}
.modFormbox01 div p.linkArea {
	font-size:.75em;
	margin-bottom:0;
}
.modFormbox01 div p span {
	color:#666;
	font-size:.85em;
}
.modFormbox01 div p img.img1 {
	width:128px;
}
.modFormbox01 div img.img2 {
	width:350px;
}

/* .modFormbox02 インクルードしているお客様センターのフォームなし（電話番号のみ）インフォメーションに使用 */
.modFormbox02 dl {
	border:1px solid #FFC13A;
	margin:0 24px;
	font-size:1em;
	font-weight:bold;
	margin-bottom:20px;
}
.modFormbox02 dt {
	background:#FFF8E8;
	display:table-cell;
	width:300px;
	padding:12px 0;
	border-right:1px solid #FFC13A;
	text-align:center;
}
.modFormbox02 dd {
	display:table-cell;
	width:299px;
	background:#FFF;
	border-right:none;
	text-align:center;
	font-size:1.08em;
}
.modFormbox02 dd img.imgFreedial {
	width:54px;
	height:30px;
	margin-right:10px;
	vertical-align:middle;
}

/* .modFormbox03 いろいろCPお客様センターのフォームありインフォメーションに使用 */
.modFormbox03 {
	border:1px solid #D4D4D4;
	padding:20px 60px;
	margin:15px 0;
}
.modFormbox03 div {
	display:table-cell;
	vertical-align:middle;
}
.modFormbox03 div.txtArea {
	padding-right:16px;
}
.modFormbox03 div p {
	font-size:.875em;
	margin-bottom:10px;
}
.modFormbox03 div p.linkArea {
	font-size:.75em;
	margin-bottom:0;
}
.modFormbox03 div p span {
	color:#666;
	font-size:.85em;
}
.modFormbox03 div p img.img1 {
	width:128px;
}
.modFormbox03 div img.img2 {
	width:350px;
}

/* .modFormbox04 ベイコムでんきに使用 */
.modFormbox04 {
	border:1px solid #D4D4D4;
	padding:20px 16px;
	margin:15px 0;
}

.modFormbox04 .txtArea {
	float: left;
	width: 250px;
	margin-bottom: 15px;
}

.modFormbox04 .telArea {
	float: left;
	width: 350px;
}

.modFormbox04 div.txtArea {
	padding-right:16px;
}
.modFormbox04 div p {
	font-size:.875em;
	margin-bottom:10px;
}
.modFormbox04 div p.linkArea {
	font-size:.75em;
	margin-bottom:0;
}
.modFormbox04 div p span {
	color:#666;
	font-size:.85em;
}
.modFormbox04 div p img.img1 {
	width:128px;
}
.modFormbox04 div img.img2 {
	width:350px;
	margin-top: 25px;
}


/*
	Box
-----------------------------------------------------------------*/

/* .modBox01 グレー枠白背景のボックス */
.modBox01 {
	background:#FFF;
	border:4px solid #E6E6E6;
	padding:15px;
	margin:0 28px;
	font-size:.875em;
}

/* .modBox02 新規ご加入の流れに使用していたが、現在未使用 */
.modBox02 {
	display:table;
	border:#EEE solid 5px;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
	margin-bottom:20px;
	padding-bottom:0;
	width:100%;
	height:168px;
}

.modBox02 .imgLeft {
	display:table-cell;
	vertical-align:middle;
	width:100px;
	margin-bottom:0;
	padding:0 25px;
}

.modBox02 .txtArea {
	display:table-cell;
	vertical-align:middle;
}

.modBox02 .txtArea p {
	padding-bottom:0;
}

/* .modBox03 グレー罫線、薄いグレー背景のボックス */
.modBox03 {
	background:#F7F7F7;
	border:1px solid #C7C7C7;
	padding:12px 10px;
	margin:0 28px 15px;
	font-size:.875em;
}
.modBox03 div {
	display:table-cell;
	vertical-align:middle;
}

.modBox03 div.imgArea {
	padding-right:10px;
}

/* .modBox04 ケーブルテレビのお店用右イメージ左テキストのボックス */
.modBox04 {
	margin:0 28px 25px;
}
.modBox04 div.imgArea {
	background:#EEE;
	padding:10px;
	float:right;
	width:206px;
}
.modBox04 div.txtArea {
	float:left;
	width:348px;
}
/* .modBox04_1 ケーブルテレビのお店用テキストのボックスのみ */
.modBox04_1 {
	margin:0 28px 25px;
}
.modBox04_1 div.txtArea {
	float:left;
	width:574px;
}
/* modBox05 オレンジ背景ボックス */
.modBox05 {
	padding:20px 28px;
	background:#FFEDE7;
	margin:0 18px;
}
/* modBox06 左右均等幅のボックス */
.modBox06 {
	display:table;
	width:100%;
}
.modBox06 div.leftBox,
.modBox06 div.rightBox {
	display:table-cell;
	vertical-align:top;
	width:50%
}
.modBox06 div.rightBox {
	padding-left:10px;
}

.modBox06.lineBox {
	border-bottom: 1px solid #DDDDDD;
}

/* modBox07 お申込み・お手続きのボタン一つ用 */
.modBox07 {
	display:table;
	margin:0 28px;
	font-size:.875em;
}
.modBox07 p {
	display:table-cell;
	vertical-align:middle;
}
.modBox07 p.txtArea {
	width:384px;
}
.modBox07 p.btnArea {
	width:210px;
}
.modBox07 p.btnArea img {
	width:100%;
}
.modBox07 p.btnArea a {
	background:#FFF;
}
.modBox07 p.btnArea a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
/* modBox08 細いグレー罫線ボックス */
.modBox08 {
	margin:0 28px;
	padding:12px 10px;
	border:#C7C7C7 solid 1px;
}
/* modBox09 イメージ226px用の左右ボックス */
.modBox09 {
	margin:0 28px;
}
.modBox09 .innerImgArea {
	float:right;
	width:226px;
}
.modBox09 .innerTxtArea {
	float:left;
	width:348px;
}
/* modBox10 イメージ226px用の左右ボックス（左テキスト若干広め） */
.modBox10 {
	margin:0 28px 0 0;
}
.modBox10 .innerImgArea {
	float:right;
	width:226px;
}
.modBox10 .innerTxtArea {
	float:left;
	width:376px;
}
/* modBox11 横並びボタン用ボックス（リモートサポート） */
.modBox11 {
	display:table;
	margin:0 auto 30px;
}
.modBox11 .leftArea {
	display:table-cell;
	padding:0 7px 0 0;
}
.modBox11 .rightArea {
	display:table-cell;
	padding:0 0 0 7px;
}
/* modBox12 テキストエリア252px用の左右ボックス */
.modBox12 {
	margin:0 28px;
}
.modBox12 .imgArea {
	float:right;
}
.modBox12 .txtArea {
	float:left;
	width:252px;
}
/* image width106 */
.modBox12.width106 .imgArea {
	width:106px;
	padding-left:20px;
}
.modBox12.width106 .txtArea {
	width:468px;
}

/* modBox13 左右292px幅のボックス */
.modBox13 {
	margin:0 28px;
	display:table;
}
.modBox13 .boxInner {
	display:table-cell;
	width:292px;
}
.modBox13 .boxInner.leftBox {
	padding-right:10px;
}
/* .modBox14　グレー背景ボックス（未使用） */
.modBox14 {
	background:#F7F7F7;
	padding:12px 10px;
	margin:0 28px 15px;
}
/* .modBox15　オレンジ背景ボックス（未使用） */
.modBox15 {
	background:#FFF9ED;
	padding:12px 10px;
	margin:0 28px 15px;
}
/* .modBox16 左右ボックス（auauスマートフォン・auケータイをご利用の方で使用） */
.modBox16 {
	margin:0 28px 15px;
}
.modBox16 .boxInner {
	display:table;
	width:100%;
}
.modBox16 div {
	display:table-cell;
	vertical-align:middle;
}
.modBox16 div.rightBox {
	padding-left:23px;
	text-align:right;
}
/* .modBox17 薄く細いグレー枠ボックス（未使用） */
.modBox17 {
	margin:0 28px 15px;
	border:1px solid #c7c7c7;
	padding:20px;
}

/* modBox18 細いグレー罫線ボックス */
.modBox18 {
	margin:0 18px;
	padding:12px 10px;
	border:#989898 solid 1px;
}

/*
	ListBox
-----------------------------------------------------------------*/

/* modListBox01 グレー背景グレー罫線3カラムのボックス（ケーブルテレビTOP Baycom TV コース一覧内） */
.modListBox01 {
	margin:0 auto 10px;
}
.modListBox01 ul {
	display:flex;
}
.modListBox01 li {
	margin-right: 6px;
  width: calc((100% - 18px) / 4);
}
.modListBox01 li div.boxInner {
	border-radius:7px;
	background:#f7f7f7;
	border:1px solid #c7c7c7;
	font-size:.875em;
	padding: 14px 10px;
}

@media only screen and (min-width: 641px) {
	#contents .heightLine05-logo img {
		height: 25px;
	}	
}

.modListBox01 li span {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.modListBox01 li span.ch {
	margin: -10px 0 5px;
	border: 1px solid #333;
}

.modListBox01 li.last-child {
	margin-right:0;
}
.modListBox01 li a {
	text-decoration:none;
	color:#333;
}
.modListBox01 li a:hover {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

#cable_tv_index .modListBox01 .textLink {
	text-align:left;
	margin-top:-10px;
}

#cable_tv_index .modListBox01 .textLink a {outline:none;}
#cable_tv_index .modListBox01 .textLink a:link		{color:#1A5399; text-decoration:underline;}
#cable_tv_index .modListBox01 .textLink a:visited	{color:#8F1A99; text-decoration:underline;}
#cable_tv_index .modListBox01 .textLink a:hover		{color:#3F87DE; text-decoration:underline;}
#cable_tv_index .modListBox01 .textLink a:active	{color:#3F87DE; text-decoration:underline;}


/* modListBox02 グレー背景グレー罫線3カラムのボックス（ケーブルテレビTOP 楽撮りシリーズ内） */
.modListBox02 {
	margin:0 28px 10px;
}
.modListBox02 ul {
	display:table;
}
.modListBox02 li {
	display:table-cell;
	width:260px;
	margin-right:10px;
	float:left;
	border-radius:7px;
	background:#f7f7f7;
	border:1px solid #c7c7c7;
	font-size:0.875em;
	padding:14px;
}
.modListBox02 li img.img {
	width:150px;
}
.modListBox02 li span {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.modListBox02 li span.iconArrow01 {
	display:block;
	margin-bottom:15px;
	text-align:left;
}
.modListBox02 li span.small {
	font-size:0.75em;
	text-align:left;
	margin:22px 0 0 0;
}
.modListBox02 li.last-child {
	margin-right:0;
}

/* グレー背景グレー罫線1カラムのボックス */
.modListBox02.c1 li {
	display:table-cell;
	width:560px;
	margin-right:10px;
	float:left;
	border-radius:7px;
	background:#f7f7f7;
	border:1px solid #c7c7c7;
	font-size:0.875em;
	padding:14px;
}
.modListBox02.c1 li img.img {
	width:150px;
 margin-right: 20px;
 vertical-align: top;
}
.modListBox02.c1 li span {
	display: inline-block;
	text-align:center;
	margin-bottom:15px;
}
.modListBox02.c1 li span.iconArrow01 {
	display: inline-block;
	margin-bottom:15px;
	text-align:left;
}
.modListBox02.c1 li span.small {
	font-size:0.75em;
	text-align:left;
	margin:22px 0 0 0;
}
.modListBox02.c1 li.last-child {
	margin-right:0;
}

.modListBoxLead {
	display: inline-block;
}

/* modListBox03 グレーグラデーション角丸ボタン 横3つ並び（ご加入中のお客様、ご検討中のお客様用） */
.modListBox03 {
	margin:0 28px 15px;
}

.modListBox03 ul {
	display:table;
	margin-bottom:20px;
}

.modListBox03 li {
	display:table-cell;
	vertical-align:middle;
	padding-left:7px;
}

.modListBox03 li:first-child {
	padding-left:0;
}

.modListBox03 li a {
	display:block;
	width:148px;
	height:160px;
	background: rgb(238,238,238);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f6f6f6',GradientType=0 );*/
	text-align:center;
	text-decoration:none;
	color:#333;
	font-size:.875em;
	border-radius:7px;
}

.modListBox03 li a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.modListBox03 li a span.iconImgArea {
	display:block;
	margin:0 auto 5px;
	padding-top:40px;
}

.modListBox03 li a span.iconImgArea.pt_s {
	display:block;
	margin:0 auto 5px;
	padding-top:35px !important;
}

.modListBox03 p {
	font-size:.875em;
}

/* modListBox04 オレンジボタン横並び3つ用（カスペルキー for ベイコム） */
.modListBox04 {
	margin:0 28px 30px;
}

.modListBox04 ul {
	display:table;
	margin-bottom:20px;
}

.modListBox04 li {
	display:table-cell;
	vertical-align:middle;
	padding-left:7px;
}

.modListBox04 li:first-child {
	padding-left:0;
}

.modListBox04 li a {
	display:block;
	width:193px;
	height:64px;
	/*background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f6f6f6',GradientType=0 );*/
	background: rgb(247,149,112);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,149,112,1) 0%, rgba(242,92,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,149,112,1)), color-stop(100%,rgba(242,92,39,1)));
	background: -webkit-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,149,112,1) 0%,rgba(242,92,39,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79570', endColorstr='#f25c27',GradientType=0 );*/
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:.875em;
	border-radius:7px;
	line-height:66px;
}

.modListBox04 li a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.modListBox04 p {
	font-size:.875em;
}
/* modListBox05 グレーグラデーション角丸ボタン 横3つ並び（法人・テナントビル・店舗オーナー様、電波障害対策用） */
.modListBox05 {
	margin:0 28px;
}

.modListBox05 ul {
	display:table;
}

.modListBox05 li {
	display:table-cell;
	vertical-align:top;
	padding-left:7px;
	font-size:.875em;
}

.modListBox05 li:first-child {
	padding-left:0;
}
.modListBox05 li a {
	display:block;
	width:193px;
	height:160px;
	background: rgb(238,238,238);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(246,246,246,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f6f6f6',GradientType=0 );*/
	text-align:center;
	text-decoration:none;
	color:#333;
	border-radius:7px;
	margin-bottom:10px;
}

.modListBox05 li a:hover {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.modListBox05 li a span {
	display:block;
	text-align:center;
}
.modListBox05 li a span.iconArea {
	padding-top:27px;
}

.modListBox05 li a span.txtArea {
	height:46px;
	line-height:46px;
}
.modListBox05 li a span.arrowArea {
	font-size:1px;
}

/*= .modListBox05 noiseBtn =*/

.modListBox05.noiseBtn li a span.iconArea {
	padding-top:17px;
}

.modListBox05.noiseBtn li a span.txtArea {
	height:61px;
	line-height:1.5;
	padding-top:5px;
}
/* modListBox06 グレー枠のテーブル（SP時リスト化） */
.modListBox06 {
	margin:0 28px 30px;
}
.modListBox06 p.summary {
	background-color:#FFEDE7;
	border:1px solid #C7C7C7;
	border-bottom:none;
	padding:7px 12px;
	font-size:.875em;
	font-weight:bold;
}
.modListBox06 p.summary.bdrBtm {
	border-bottom:1px solid #C7C7C7;
}
.modListBox06 li {
	font-size:.875em;
	float:left;
	border:#C7C7C7 solid 1px;
	border-right:none;
	border-bottom:none;
	width:271px;
	padding:7px 12px;
}
.modListBox06 li.r {
	border-right:#C7C7C7 solid 1px;
	width:272px;
}

.modListBox06 li.b {
	border-bottom:#C7C7C7 solid 1px;
}

.modListBox06 li.bl {
	border-right:#C7C7C7 solid 1px;
	border-bottom:#C7C7C7 solid 1px;
}


/*
	InfoBox
-----------------------------------------------------------------*/

/* modInfoBox01 お知らせ・プレスリリース一覧用ボックス */
.modInfoBox01 dl {
	display:table;
	font-size:.875em;
}
.modInfoBox01 dt {
	padding-top:10px;
	clear:both;
	float:left;
	width:167px;
	margin-top:11px;
}
.modInfoBox01 dt:first-child {
	padding-top:0;
	margin-top:0;
}
.modInfoBox01 dt span {
	display:inline-block;
	vertical-align:top;
}

.modInfoBox01 dt span.icon {
	margin-left:9px;
	font-size:1px;
	margin-top:3px;
}

.modInfoBox01 dt img {
	margin:2px 5px 2px 5px;
	height:10px;
	width:60px;
}

.modInfoBox01 dt span.icon_tv {
	background:#EA609E;
}

.modInfoBox01 dt span.icon_info {
	background:#F7DC24;
}

.modInfoBox01 dt span.icon_net {
	background:#508FCC;
}

.modInfoBox01 dt span.icon_support {
	background:#EA5420;
}

.modInfoBox01 dt span.icon_phone {
	background:#3DB573;
}

.modInfoBox01 dd {
	border-top:1px dotted #D5D5D5;
	padding-top:10px;
	padding-left:173px;
	margin-top:10px;
}

.modInfoBox01 dt:first-child + dd {
	border-top:none;
	padding-top:0;
	margin-top:0;
}

.modInfoBox01 dd span.iconNew {
	background:#FFF;
	border:#FE6634 solid 1px;
	display:inline-block;
	width:36px;
	height:12px;
	line-height:13px;
	color:#FE6634;
	font-size:.75em;
	text-align:center;
	margin-left:5px;
	vertical-align:top;
	font-weight:bold;
	margin-top:2px;
}

/* press */
.modInfoBox01 dl.pressInner dt {
	width:6.3em;
}

.modInfoBox01 dl.pressInner dd {
	padding-left:6.8em;
}

/* modSideAreaInfoBox01 右サイドお知らせ用（おすすめ物件・ケーブルテレビのお店） */

.modSideAreaInfoBox01 {
	font-size:.875em;
	word-break:break-all;
}

.modSideAreaInfoBox01 dt {
	border-top:#F1A420 dotted 1px;
	padding-top:15px;
	margin:15px 0 5px;
	font-weight:bold;
}
.modSideAreaInfoBox01 dt:first-child {
	margin-top:0;
}

/*
	Popup box
-----------------------------------------------------------------*/

/* modPopUpBox01 ポップアップ用ボックス */
.modPopUpBox01 {
	font-size:.875em;
	margin:0 28px 30px;
}
.popup560 .modPopUpBox01 {
	margin:0 0 20px;
}
.modPopUpBox01 .indentItem {
	text-indent:1em;
}

.modPopUpBox01 .listItem {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/* modPopUpBtmBox01 外部サイトへ移動下部ボタン部分 */
.modPopUpBtmBox01 {
	display:table;
	margin:0 auto 30px;
}
.modPopUpBtmBox01 .leftArea,
.modPopUpBtmBox01 .rightArea {
	display:table-cell;
	padding:0 11px;
}

/* お問い合わせ */

.infoBox .modPopUpBox01 {
	margin-bottom: 0;
}
.infoBox .modPopUpBox01 img {
	width: 75%;
}
/*
	Text
-----------------------------------------------------------------*/

/* .modTxt01 PC14px、SP12pxのテキスト */
.modTxt01 {
	font-size:.875em;
	padding-bottom:15px;
	margin:0 28px;
}
.modTxt01 p {
	margin:0 0 10px;
}
.modTxt01 p.small {
	font-size:0.85em;
}
.modTxt01 p span.iconArea,
.modTxt01 p span.txtArea {
	display:table-cell;
	vertical-align:top;
}

/* .modTxt02 現在未使用 */
.modTxt02 {
	font-size:0.75em;
	line-height:1.3;
	padding-bottom:10px;
}
.modTxt02 p {
	margin:0 0 7px 18px;
}
.modTxt02 ul {
	margin:0 18px 5px 24px;
}
.modTxt02 ul li {
	margin-bottom:2px;
	padding-left:12px;
	text-indent:-12px;
	line-height:1.4;
}

/* .modTxt03 横並びテキスト（チャンネルラインナップ・オプションチャンネルラインナップ上部） */
.modTxt03 {
	font-size:.875em;
	/*text-align:right;*/
	margin:0 28px 20px;
}
.modTxt03 p {
	display:inline;
	margin:0 0 20px;
}

.modTxt03 p img {
	vertical-align:middle;
}

/* .modTxt04 H1下SP時のみ表示テキスト */
.modTxt04 {
	font-size:.875em;
	padding-bottom:15px;
	margin:0 15px;
}
.modTxt04 p {
	margin:0 0 10px;
}

.modPopupTxt01 {
	font-size:.875em;
}

/* .modTxt05 ケーブルテレビのお店MAPお知らせ用 */
.modTxt05 {
	font-size:.875em;
	margin:0 15px;
}
.modTxt05 p {
	margin:0 0 10px;
}

/*
	Icon
-----------------------------------------------------------------*/

/* .iconArrow01 オレンジ背景白矢印通常リンクアイコン用 */
.iconArrow01Img {
	width:12px !important;
	margin-right:8px;
	vertical-align:middle;
}

/* .iconArrow02 黄色矢印右向きアイコン用（右サイドメニューなど） */
.iconArrow02Img {
	width:7px !important;
	margin-right:8px;
	vertical-align:middle;
}

/* .iconArrow03 黄色矢印下向きアイコン用（H1下のページ内リンクなど） */
.iconArrow03Img {
	width:10px !important;
	margin-right:8px;
	vertical-align:middle;
}

/* .iconBlank ポップアップリンクアイコン用 */
.iconBlankImg {
	width:9px !important;
	height:9px !important;
	margin-right:9px;
	vertical-align:middle;
}

/* .iconPopup 外部サイトリンクアイコン用 */
.iconPopupImg {
	width:10px !important;
	margin-right:8px;
	margin-bottom:2px;
	vertical-align:middle;
}

/* .iconPdf PDFアイコン用 */
.iconPdfImg {
	width:19px !important;
	margin-bottom:2px;
	vertical-align:middle;
}

/* .iconPlanimg お得なパック・料金プランボタンアイコン用 */
.iconPlanimg {
    margin-bottom: 3px;
    margin-right: 8px;
    vertical-align: middle;
    width: 47px !important;
}
/* .iconFreeCall auスマートフォン・auケータイをご利用の方内フリーコールアイコン */
.iconFreeCall {
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
    width: 20px !important;
}

/*
	Table
-----------------------------------------------------------------*/

/* Table01 TH背景薄いグレー */
.modTable01 {
	margin:0 28px 20px;
}

.modTable01 p.summary {
	background-color:#FFEDE7;
	border:1px solid #C7C7C7;
	border-bottom:none;
	text-align:center;
	padding:7px;
	font-size:.875em;
	font-weight:bold;
}

.modTable01 table {
	width:100%;
	/*margin:15px 0;*/
	font-size:.875em;
}
.modTable01 th {
	background-color:#F7F7F7;
    text-align:center;
	border:1px solid #C7C7C7;
	width:46px;
    padding:7px 12px;
}

.modTable01 th.summary {
	background-color:#FFEDE7;
}

/* th width setting */
.modTable01 th.wid80 {
	width:80px;
}

.modTable01 table td {
	border:1px solid #C7C7C7;
    padding:7px 12px;
}

/* Table02 TH背景薄いオレンジ */
.modTable02 table {
	width:100%;
	/*margin:15px 0;*/
	font-size:.875em;
}
.modTable02 th {
	background-color:#FFEDE7;
	border:1px solid #C7C7C7;
    padding:7px 12px;
	font-weight:bold;
	width:70px;
}
.modTable02 td {
	border:1px solid #C7C7C7;
    padding:7px 12px;
}

/* Table02 TH背景薄いグレー サポートセンター */
.modTable01 .sptTbl {
	margin: 5px 0 30px;
}

.modTable01 .sptTbl th {
	white-space: nowrap;
}

.modTable01 .sptTbl th,
.modTable01 .sptTbl td {
	text-align: center;
	font-weight: normal;
}

.modTable01 .sptIcon {
	font-size: 0.875em;
}

/* Table03 TH背景薄いオレンジ ケーブルテレビのお店SP用 */
.modTable03 {
	margin:0 18px;
}
.modTable03 table {
	width:100%;
	/*margin:15px 0;*/
}
.modTable03 th {
	background-color:#FFEDE7;
	border:1px solid #C7C7C7;
    padding:7px 12px;
	font-weight:bold;
	font-size:.875em;
	width:150px;
}
.modTable03 table td {
	border:1px solid #C7C7C7;
	font-size:.75em;
    padding:7px 12px;
}

/*table {
	width:100%;
	margin:15px 0;
	font-size:0.875em;
}
table th {
	background-color:#fff5f3;
    font-weight:bold;
    text-align:center;
	border:1px solid #c7c7c7;
    padding:7px 12px;
	border-collapse:collapse;
}
table td {
	border:1px solid #c7c7c7;
    padding:7px 12px;
	border-collapse:collapse;
	text-align:center;
}*/

/*
	ArrowArea
-----------------------------------------------------------------*/
/* modArrowArea01 オレンジ下矢印用（左表示用） */
.modArrowArea01 {
	text-align:center;
	width:325px;
}

.modArrowArea01 img {
	width:96px;
}

/* modArrowArea02 オレンジ下矢印用（中央表示用） */
.modArrowArea02 {
	text-align:center;
	width:100%;
	font-size:1px;
}

.modArrowArea02 img {
	width:80px;
}

.modArrowArea02.txtIn {
	text-align:left;
	font-size:.875em;
	position:relative;
	height:19px;
}

.modArrowArea02.txtIn span.innerTxt {
	position:absolute;
	left:50%;
	margin-left:-40px;
	line-height:1;
}

.modArrowArea02.txtIn span.innerTxt img {
	vertical-align:middle;
	margin-right:15px;
}

/* modArrowArea03 オレンジ下矢印用（右表示用） */
.modArrowArea03 {
	text-align:center;
	padding-left:300px;
}

.modArrowArea03 img {
	width:96px;
}

/**================================= rightSideArea Setting =================================**/

/*#rightSideArea .untMembers li.untMember01 a,
#rightSideArea .untConsider li.untConsider01 a {
	font-weight:normal;
}
*/
/*
	SideAreaBox
-----------------------------------------------------------------*/
/* modSideBox01 */
.modSideBox01 {
	background:#FFF;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:20px;
}

.modSideBox01 p.modTitle {
	font-size:.875em;
	text-align:center;
	margin:10px 0 15px;
	font-weight:bold;
}
.modSideBox01 p.modTitle img {
	margin-right:8px;
	display:inline !important;
}

/* modSideBox02 */
.modSideBox02 {
	background:#FFF;
	border-radius:7px;
	padding:10px;
	margin-bottom:20px;
}

.modSideBox02 p.modTitle {
	font-size:.875em;
	text-align:center;
	margin:10px 0 15px;
	font-weight:bold;
}
.modSideBox02 p.modTitle img {
	margin-right:8px;
	display:inline !important;
}


/* .untRecList */
.untRecList {
	background:#FFF;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:20px;
}
.untRecList .untRecListInn {
	background:#f7f7f7;
	padding:10px 0;
}
.untRecList p.recBtmLink {
	/*text-align:center;*/
	font-size:.75em;
	margin-left:10px;
}

div#ctv {
    width:192px;
	margin-left:7px;
	margin-right:30px;
	float: left;
}
/*div#ctv .ctv_container{
    width:350px;
}*/
div.item {
    float:left;
    width:192px;
}
div.item a {
	color:#333;
	text-decoration:none;
}
div#ctv p.title {
    font-size:0.75em;
    padding:0 5px;
	line-height:1.2;
}
div#ctv p.exp {
    font-size:0.75em;
    padding:0 5px;
	line-height:1.2;
}
div#ctv p.thumbnail {
    height:95px;
    margin-top:10px;
    text-align:center;
}
div#ctv p.thumbnail img {
	border:1px solid #c7c7c7;
}
div#ctv p.caption {
    font-size:0.75em;
    margin:10px 0;
    padding:0 5px;
	line-height:1.2;
}
div#ctv a.slider_prev {
    float:left;
    left:0;
    outline:0 none;
    position:absolute;
    top:85px;
}
div#ctv a.slider_next {
   	float:right;
    outline:0 none;
    position:absolute;
    right:0;
    top:85px;
}
.recBtmLink {
}

/* .untAccMenu */

#accordion {
	width:206px;
	background:#FFEDE7;
	font-size:0.75em;
}
.accordion {
	width:206px;
}
.accordion li .accordion_head {
	width:165px;
	padding:12px 28px 10px 13px;
	cursor:pointer;
	background:url(../../images/common/icon_rightoff.png) 180px center no-repeat #FED3C3;
	border-top:1px solid #FFF;
	font-weight:bold;
}
.accordion li .accordion_head.active {
	background-image:url(../../images/common/icon_righton.png);
	border-bottom:1px solid #FFF;
}
.accordion li {
	overflow:hidden;
	background: #FFEDE7;
}
.accordion li ul {
	margin:10px;
}
.accordion li ul li {
	margin-bottom:5px;
	padding-left:15px;
	text-indent:-15px;
}
.accordion li ul li a {
	line-height:1.2;
}
.accordion li ul li.on a {
	color:#ea5420;
	text-decoration:none;
	font-weight:bold;
}
#accordion p.accordion_listHead {
	margin: 10px 10px 0 10px;
	padding:10px 10px 10px 15px;
	text-indent:-15px;
}


/* .untMenu02 */
.untMenu02 p.modTitle img {
	width:20px;
}
.untMenu02 ul {
	width:186px;
	background:#FFEDE7;
	font-size:0.75em;
	padding:10px;
}
.untMenu02 li {
	margin-top:5px;
	padding-left:15px;
	text-indent:-15px;
}
.untMenu02 li:first-child {
	margin-top:0;
}
.untMenu02 li.on a {
	color:#ea5420;
	text-decoration:none;
	font-weight:bold;
}

/* .untNorMenu */
.untNorMenu {
	background:#FFF;
	width:206px;
	border-radius:7px;
	padding:10px;
	margin-bottom:12px;
}
.untNorMenu p.norTitle {
	font-size:0.875em;
	margin:10px auto 15px;
	/*padding-left:40px;*/
	line-height:1.2;
	font-weight:bold;
	display:table;
}
.untNorMenu p span {
	display:table-cell;
	vertical-align:middle;
}
.untNorMenu p.caseNoInfo {
	padding:10px;
	font-size:1em;
	background:#FFEDE7;
	text-align:center;
}
.untNorMenu p img {
	/*float:left;*/
	margin-right:8px;
	display:inline !important;
}
.untNorMenu ul {
	background:#FFEDE7;
	font-size:0.75em;
}
.untNorMenu ul li {
	border-bottom:1px solid #FFF;
	padding:10px 10px 10px 23px;
    text-indent: -13px;
}
.untNorMenu ul li img {
	width:16px;
	margin-right:6px;
}

.untNorMenu ul li.on {
	font-weight:bold;
	color:#ea5420;
}

.untNorMenu ul li.on a {
	font-weight:bold;
	color:#ea5420;
	text-decoration:none;
}

.modBnrArea {
	margin-bottom:12px;
}

.modBnrArea a:hover img {
	opacity:.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.noteList {
	counter-reset: num;
}

.noteListItem {
	font-size: .875em;
	margin-bottom: 5px;
	padding-left: 3em;
	text-indent: -3em;
}

.noteListItem:before {
	counter-increment: num;
	content: "※"counter(num);
	margin-right: 1.4em;
	min-width: 2.5em;
}


.noteListItem:nth-of-type(n+10):before {
	margin-right: .7em;
}

.noteItem-iconPopup {
	padding-left: 10px;
}

.noteItem-iconPopup:before {
	background: url(../../images/common/icon_popup.png) no-repeat center left;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 9px;
	width: 10px;
}

.tableScroll {
	overflow: auto;
	overflow-y: hidden;
}

.tableScroll table {
	width: 100%;
	min-width: 750px;
}

.noteItem {
	font-size: .875em;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	margin-bottom: 5px;
}

 .noteItem:before {
	content: "※";
	text-indent: 1em;
 }


 .kittyHead {
	position: relative;
}

.kittyHead:before {
	background: url(../../images/common/kitty/aicon_01.png) left center no-repeat;
	bottom: 5px;
	content: '';
	display: inline-block;
	height: 52px;
	left: 0;
	position: absolute;
	width: 65px;
}

.kittyHead h2 {
	padding-left: 72px;
}

.flex {
	display: flex;
}

.flexBetween {
	display: flex;
	justify-content: space-between;
}

 @media only screen and (max-width: 640px) {
	 .noteListItem,
	 .noteItem {
		 font-size: .75em;
	 }

	 .noteListItem:before {
		 min-width: 2.25em;
	 }

	 .wid100sp {
		 width: 100%;
	 }

	 .kittyHead:before {
		background-size: contain;
		bottom: 5px;
		height: 38px;
		width: 46px;
	}
	.kittyHead h2 {
		padding-left: 52px;
	}

	.flex-spWrap {
		flex-wrap: wrap;
	}
	
 }