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

/*- - - - - - - - - - - - - - - - - - - */
/* body
/*- - - - - - - - - - - - - - - - - - - */
	body {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color:#000000;
		min-width: 1000px;
		position: relative;
		font:75%/1.5 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		background:#ffffff url("../images/bg/bg.png") repeat-x;
		letter-spacing:0px;
	}

	/* -- Default Font Size ---
        10px = 62.5%
        11px = 69%
        12px = 75%
        13px = 82%
        14px = 88%
        15px = 94%
        16px = 100%    
    ------------------------- */

/*- - - - - - - - - - - - - - - - - - - */
/* 基本構造
/*- - - - - - - - - - - - - - - - - - - */

iframe.special {
	border: none;
	height: 1000px;
}

	.wrap {
		width: 960px;
		margin: 0 auto;
	}

	a:hover img,
	a:hover span.photo {opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";}
	.btn-01:hover,
	.btn-02:hover,
	.btn-03:hover {opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; text-decoration: none;}
	input[type="submit"]:hover {opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";}

	.btn-fix {
		position: fixed;
		right: -10px;
		top: 238px;
		z-index: 10;
	}

	/* ヘッダー */
	#header {
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#header-block {
		padding:0px 0px 0px 0px;
	}
	.header-left {
		float: left;
		padding: 36px 0 32px;
	}
	.header-left img {
		width: 323.5px;
		height: auto;
	}
	.header-right {
		float: right;
	}
	.header-right .right {
		margin-right: 20px;
	}
	.for-business {
		text-align: center;
		font-size: 14px;
		line-height: 1.1;
	}
	.for-business a {
		background: #f3f3f3;
		display: block;
		color: #60ae2b;
		padding: 7px 0 5px;
		width: 140px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.for-business a:hover {
		text-decoration: none;
		background: rgba(243,243,243,0.7);
		color: #8cc367;
	}
	.for-business img {
		width: 52px;
		height: auto;
		margin: 0 0 4px;
	}
	.contcat-mail {
		margin-top: 14.5px;
	}
	.contcat-mail a {
		display: block;
		width: 160px;
		height: 74px;
		line-height: 76px;
		font-size: 17px;
		text-align: center;
		color: #fff;
		background: url(../images/btn/mail.png);
		background-size: 160px auto;
	}
	.contcat-mail a:hover {
		text-decoration: none;
		opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";
	}
	.contcat-tel {
		line-height: 1.7;
		margin-top: 20px;
	}
	.contcat-tel img {
		width: 212.5px;
		margin: 0 0 2px;
		height: auto;
	}

	/* メイン */
	#main {
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

	#main-block {
		margin:30px auto 10px auto;
		padding:0px 0px 0px 0px;
	}

	#main-header {
		margin:0px 0px 0px 0px;
		padding:0px 0px 10px 0px;

		/*IE6*/
		_overflow:hidden;
	}

	#main-body {
		height:100%;
		margin:0px 0px 0px 0px;
	}

	#main-footer {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;

		/*IE6*/
		_overflow:hidden;
	}

	/* サイトマップ */
	#sitemap {
		width:100%;
		margin:0px 0px 0px 0px;
		padding:30px 0px 30px 0px;
		background-color:#474747;
		text-align:center;
	}
	#sitemap .sitemap-col {
		/*margin-right: 35px;*/
		margin-right: 75px
	}
	#sitemap p {
		font-size:14px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: left;
		margin-right: 20px;
	}
	#sitemap .sitemap-col-last,
	#sitemap .sitemap-col-last p {
		margin-right: 0;
	}
	#sitemap ul {
		font-size: 11px;
		line-height: 21px;
		text-align: left;
		float: left;
		margin-right: 20px;
	}
	#sitemap a {
		color: #fff;
	}

	/* フッター */
	#footer {
		width:100%;
		margin:0px 0px 0px 0px;
		padding:18px 0px 18px 0px;
		background-color:#fff;
		text-align:center;
	}
	.footer-left {
		float: left;
		text-align: left;
	}
	.footer-left p {
		color: #323232;
		font-size: 11px;
		margin: 0 0 5px;
	}
	.footer-right {
		float: right;
		text-align: right;
		font-size: 11px;
		line-height: 21px;
		padding: 3px 0 0;
	}
	.footer-logo img {
		width: 384px;
		height: auto;
	}

	.pagetop {
		bottom: 335px;
    position: absolute;
    right: 40px;
    text-align: center;
    z-index: 10;
	}
	.pagetop a {
		font-size: 11px;
		color: #8c8c8c;
	}
	.pagetop img {
		width: 44px;
	}

/*- - - - - - - - - - - - - - - - - - - */
/* トップバー
/*- - - - - - - - - - - - - - - - - - - */
	/*#top-bar {
		width:100%;
		height:auto;
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		background-color:#8AE300;

	}

	#top-bar-block {
		width:900px;
		height:15px;
		margin:0px auto 0px auto;
		text-align:right;


		_overflow:hidden;
	}*/

/*- - - - - - - - - - - - - - - - - - - */
/* パンクズ
/*- - - - - - - - - - - - - - - - - - - */
	#pankuzu {
		width:100%;
		height:auto;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}

	#pankuzu-block p {
		padding:0px 10px 0px 10px;
		text-align:left;
	}

/*- - - - - - - - - - - - - - - - - - - */
/* ビジュアル
/*- - - - - - - - - - - - - - - - - - - */
	#visual {
		width:100%;
		height:auto;
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}

	#visual-block {
		width:900px;
		margin:0px auto 0px auto;
	}

/*- - - - - - - - - - - - - - - - - - - */
/* グローバルナビ
/*- - - - - - - - - - - - - - - - - - - */
	#g-navi {
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background: #60ae2b;
	}

	#g-navi-block {
		width:960px;
		margin:0px auto 0 auto;

		/*IE6*/
		_overflow:hidden;
	}
	#g-navi-block table {
		border: none;
    margin: 0;
	}
	#g-navi-block td {
		background: none;
    border:none;
    font-size: 15px;
    min-width: 120px;
    padding: 14px 0;
    text-align: center;
    position: relative;
	}
	#g-navi-block td .dropmenu {
  	position: absolute;
  	background: #8cc367;
  	top: 70px;
    z-index: 10;
    padding: 13px 18px 11px;
    min-width: 220px;
    display: none;
	}
	#g-navi-block td .c-two {
  	width: 290px;
	}
	#g-navi-block td .dropmenu ul {

	}
	.dropmenu-mg {
  	margin-right: 30px;
	}
	#g-navi-block td .dropmenu ul li {
  	text-align: left;
	}
	#g-navi-block td .dropmenu ul li a {
  	font-size: 13px;
  	line-height: 23px;
  	padding: 0;
	}
	#g-navi-block td .dropmenu ul li a:before {
  	display: none;
	}
	#g-navi-block td:hover {
		background: #8cc367;
	}
	#g-navi-block td.current {
		background: #e9b80e;
	}
	#g-navi-block td.current:hover {
		background: #f0cd56;
	}
	#g-navi-block td a {
		color: #fff;
    display: block;
    font-weight: bold;
    line-height: 40px;
    padding: 2px 0 0;
		position: relative;
	}
	#g-navi-block td a:hover {
		text-decoration: none;
	}
	#g-navi-block td a::before {
		height: 40px;
		width: 1px;
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		left: -0.5px;
	}
	#g-navi-block td.new {
		position: relative;
		width: 170px;
	}
	#g-navi-block td.new a {
		padding-right: 12px;
	}
	#g-navi-block td.last-child a::after {
		height: 40px;
		width: 1px;
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		right: -0.5px;
		top: 0;
	}
	#g-navi-block td.new:after {
		content: "New";
		position: absolute;
		font-size: 10px;
		background: #e9b80e;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		line-height: 28px;
		text-align: center;
		color: #fff;
		right: 7px;
		top: 9px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}

/*- - - - - - - - - - - - - - - - - - - */
/* サイドバー
/*- - - - - - - - - - - - - - - - - - - */
	.sidebar {
		margin: 0 0 20px;
	}
	.sidebar h3 {
		border-top: 4px solid #60ae2b;
		font-size: 18px;
		line-height: 1.2em;
		padding: 15px 4px 14px;
	}
	.color-blue .sidebar h3 {
		border-color: #529fd6;
	}
	.sidebar ul {

	}
	.sidebar ul li {
		border: 1px solid #dbdbdb;
		border-top: none;
		font-size: 14px;
		height: 48px;
		display: table;
		width: 100%;
		position: relative;
	}
	.sidebar ul li:first-child {
		border-top: 1px solid #dbdbdb;
	}
	.sidebar ul li.active {
		border-color: #60ae2b;
	}
	.color-blue .sidebar ul li.active {
		border-color: #529fd6;
	}
	.sidebar ul li a {
		display: table-cell;
		height: 48px;
		padding: 2px 20px 0 30px;
		vertical-align: middle;
	}
	.sidebar ul li.active > a {
    background: #60ae2b;
    color: #fff;
    display: block;
    line-height: 47px;
    position: relative;
	}
	.color-blue .sidebar ul li.active > a {
		background: #529fd6;
	}
	.sidebar ul li a:after {
		content:"";
		display: block;
		width:7px;
		height:7px;
		border-top:2px solid #c8c8c8;
		border-right:2px solid #c8c8c8;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left:10px;
		top:50%;
		margin-top:-5px;
	}
	.sidebar ul li.active > a:after {
		border-color: #fff;
	}
	.sidebar ul li.active ul li a.current:after {
		border-color: #60ae2b;
	}
	.color-blue .sidebar ul li.active ul li a.current::after {
		border-color: #529fd6;
	}
	.sidebar ul li a.current {
		color: #fff;
		background: #60ae2b;
	}
	.color-blue .sidebar ul li a.current {
		background: #529fd6;
	}
	.sidebar ul li a.current:after {
		border-color: #fff;
	}
	.sidebar ul li.active ul {
		display: block;
		padding: 8px 10px;
	}
	.sidebar ul li.active ul li {
		border: medium none;
    display: block;
    height: auto;
	}
	.sidebar ul li.active ul li a {
		height: auto;
		background: none;
	}
	.sidebar ul li.active ul li a[href="https://www.catv-jcta.jp/p/member/operator/meeting/2014/index.html"],
	.sidebar ul li.active ul li a[href="https://www.catv-jcta.jp/p/member/operator/meeting/2013/index.html"] {
		display: none;
	}
	.sidebar ul li.active ul li a.current {
		color: #60ae2b;
	}
	.color-blue .sidebar ul li.active ul li a.current {
		color: #529fd6;
		background: none;
	}

/*- - - - - - - - - - - - - - - - - - - */
/* clearfix
/*- - - - - - - - - - - - - - - - - - - */
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

	.clearfix {
		display:inline-block;
		min-height:1%;  /* for IE 7*/
	}

	/* Hides from IE-mac */
	* html .clearfix {
		height: 1%;
	}

	.clearfix {
		display: block;
	}

	@media only screen and (min-width: 768px) {
	  .hide-pc {
	    display: none!important;
	  }
	}

	@media only screen and (max-width: 767px) {
	  .hide-sp {
	    display: none!important;
	  }
	}

	@media only screen and (max-width: 767px) {

		body {
			min-width: inherit;
		}
		img {
			max-width: 100%;
			height: auto;
		}
		.wrap {
			width: auto;
			margin: 0 15px;
		}
		#header {
			border-bottom: 1px solid #dbdbdb;
			height: 40px;
			position: fixed;
			top: 0;
			z-index: 999;
			background: #fff;
		}
		#header .wrap {
			margin: 0;
		}
		.header-left {
	    float: left;
	    padding: 10px 0 10px 4px;
	    width: 172px;
		}
		.header-right .right {
			border-left: 1px solid #dbdbdb;
	    height: 40px;
	    margin: 0;
	    width: 40px;
		}
		.header-right .menu-btn {
			background: #60ae2b;
			cursor: pointer;
			border-left: none;
			box-sizing: border-box;
			padding: 8px 7.5px;
		}
		.header-right .menu-btn span {
			background: #fff;
			width: 25px;
			height: 4px;
			margin: 3px 0;
			display: block;
		}
		.contcat-mail a {
			text-indent: -9999px;
			background: url(../images/shape/mail.png) no-repeat center center;
			background-size: 23px auto;
			width: 40px;
			height: 40px;
			display: block;
		}
		.contcat-tel a {
			text-indent: -9999px;
			background: url(../images/shape/tel.png) no-repeat center center;
			background-size: 20px auto;
			width: 40px;
			height: 40px;
			text-indent: -9999px;
			display: block;
		}
		#footer {
			padding: 10px 0 15px;
			border-top: 1px solid #c8c8c8;
		}
		.footer-right {
			float: none;
			font-size: 10px;
			padding: 3px 5px 0;
			text-align: left;
		}
		#footer .wrap {
			margin: 0 8px;
		}
		.footer-left {
	    float: none;
	    text-align: center;
		}
		.footer-left p.copyright {
			font-size: 8px;
	    -webkit-transform: scale(0.8);
	    -webkit-transform-origin:50% 50%;
		}
		.footer-logo {
			text-align: left;
			padding: 5px 5px 0;
		}
		.footer-logo img {
	    width: 216px;
		}
		.news .wrap {
			margin: 0;
		}
		.pagetop {
	    bottom: 30px;
	    height: 26px;
	    position: fixed;
	    right: 10px;
	    width: 26px;
		}
		#g-navi {
			position: fixed;
			top: 0;
			z-index: -1;
			opacity: 0;
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
		}
		.open-menu #g-navi {
	    opacity: 1;
	    top: 40px;
	    z-index: 999;
		}
		#g-navi-block {
	    padding: 0 5px 10px;
	    width: auto;
		}
		#g-navi-block td,
		#g-navi-block td.new {
			display: block;
			width: 100%;
			border: none;
			padding: 0;
			border-bottom: 1px solid #90cb68;
		}
		#g-navi-block td a {
			border: none!important;
		}
		#g-navi-block td.last-child {
			border-bottom: none;
		}
		#g-navi-block td.new::after {
			display: none;
		}
		#g-navi-block table {
			margin: 0 0 4px;
		}
		#g-navi-block td a {
			font-size: 12px;
			text-align: left;
			line-height: 35px;
			font-weight: normal;
			padding: 2px 10px 0;
		}
		#main-block {
	    margin: 15px auto 0;
		}
		.sidebar {
	    margin: 0;
		}
		.sidebar h3 {
			text-align: center;
			font-size: 16px;
			/*border-bottom: 1px solid #dbdbdb;*/
		}
		.sidebar ul {
			border: none;
		}
		.sidebar ul li:last-child {
			border: none;
		}
		#pankuzu {
	    height: auto;
	    margin: 40px 0 0;
	    padding: 0;
	    width: 100%;
			border-bottom: 1px solid #dbdbdb;
		}
		#pankuzu .wrap {
			margin: 0;
			overflow: hidden;
		}
		#pankuzu p {
			line-height: 33px;
			height: 30px;
		}
		#pankuzu a {
			position: relative;
			margin-right: 12px;
		}
		#pankuzu a:after {
			content: " ";
			display: block;
			width: 0;
			height: 0;
			border-top: 15px solid transparent;
			border-bottom: 15px solid transparent;
			border-left: 10px solid #dbdbdb;
			position: absolute;
			top: 50%;
			margin-top: -15px;
			right: -12px;
			z-index: 2;
		}
		#pankuzu a:before {
			content: " ";
			display: block;
			width: 0;
			height: 0;
			border-top: 15px solid transparent;
			border-bottom: 15px solid transparent;
			border-left: 10px solid white;
			position: absolute;
			top: 50%;
			margin-top: -15px;
			margin-right: 1px;
			right: -12px;
			z-index: 3;
		}
		#pankuzu a.home {
			text-indent: -9999px;
			background: url(../images/shape/home.png) no-repeat center center;
			background-size: 13.5px auto;
			width: 30px;
			height: 30px;
			display: inline-block;
		}
		#pankuzu span {
			display: none;
		}
		#g-navi-block td a::before {
			display: none;
		}
		.sidebar ul li {
			border-left: none;
			border-right: none;
		}
		#g-navi-block td .dropmenu {
  		display: none;
		}

	}
