@charset "shift_jis";
/* CSS Document */

/* 【調整】------------------------------------------------------------*/


#content-inner {/*★共有cssを上書き */
	width:100% !important;
}

p {/*★共有cssを上書き*/
    margin: 0;
}

.hdg-1-02 p {/*★背景を広げる場合に、上部特集画像の配置調整が必要*/
	margin:0 auto;
	line-height:1.4em;
}

/*---original link color on this page ---*/
a {
	color:#0086B7;
}

/*---original text color on this page ---*/
body {
	color:#333333;
}
/* END【調整】------------------------------------------------------------*/

/* 【基本】------------------------------------------------------------*/

/*　<existing css (support.css)> 
.mt00.mt05.mt10.mt20.mt30.mt40
.mb15.mb00.mb05.mb10.mb20.mb30.mb40
.ml00.ml06
.pt00.pt05.pt10.pt20.pt30.pt40
.pb00 .pb05.pb10.pb20.pb30.pb40
.mr00.mr50 

.float-none li {
    float: none !important;
}
.margin00 {
    margin: 0 !important;
}
.ml1em {
    margin-left: 1em !important;
}
.small {
    font-size: 92% !important;
}
.ssmall {
    font-size: 83% !important;
}
.pl00 {
    padding-left: 0 !important;
}
.w300 {
    width: 300px !important;
}
.w310 {
    width: 310px !important;
}
.w320 {
    width: 320px !important;
}
.aleft {
    text-align: left !important;
}
.acenter {
    text-align: center !important;
}
.aright {
    text-align: right !important;
}
.vtop {
    vertical-align: top !important;
}
.vmiddle {
    vertical-align: middle !important;
}
.vbottom {
    vertical-align: bottom !important;
}
END <existing css>*/

/* text */
.btx {
	font-weight:bold
}

.ltx {
	font-size:126%;
}

.gtx {
	color:#aaa;
}

.ssmall {
	line-height:110%;
}
/* END text */

.f_left {
	float:left;
}

.f_right {
	float:right;
}

.rmv {/*　nonDisplay　*/
	display:block;
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.alert {/*　JS無効の場合の警告ボックス　*/
	border:2px solid #F63;
	padding:15px;
	margin-bottom:15px;
	font-weight:bold;	
}

/* clearfix----------- */
div.clearfix:after, .section:after, #contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.clearfix, .section, #contents {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

* html .section { height: 1%; }
.section { display: block; }

* html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
/* END clearfix----------- */

/* END【基本】------------------------------------------------------------*/


/* 【構築/originalCSS】------------------------------------------------------------*/

/* [background over 966px] #contents_ALLwrap > #contents_wrap > #contents(966px) */
#contents_ALLwrap {
	width:100%;
	min-width:966px;
	background:url("../images/bg_z0.jpg") 50% 0 repeat;/*全体の背景*/
	background-color:#fff;　/*JSで変更する可能性のため別*/	
}

#contents_wrap {/*トップ部分まわりなど、さらに背景を使いたい場合*/
	width:100%;
	min-width:966px;	
	background:url("") 50% 0 no-repeat;
}

#contents {
	width:850px;
	background:#fff url("") 0 0 repeat;/*966px内の背景*/
	margin:15px auto 0;
	text-align:left;
	padding-bottom:20px;
	line-height:1.5em;
	position:relative;
}

#answer_wrap {
	background:#ececec;
	
}

.icon_link {/*アイコンをつける場合*/
	background: url("../images/icon_link.gif") 0 2px no-repeat;
	padding:0 0 0 15px;
	margin-left:5px;
}

.float_images {
	display:inline;
	float:left;
	margin-right:10px;
}

.float_text {
	overflow:hidden;
	zoom:1;
}

.section {
	margin-bottom:20px;	
}

#apparea {/*下のAPPエリア*/
    border: 5px solid #E6E6E6;
    line-height: 1.5;
    margin: 10px auto 0;
    padding: 10px;
    width: 820px;
}


.metadata p {
	margin:0 0 5px 0;
}

.metaData_title {
	margin:0 0 3px 0;	
	font-weight:bold;
	font-size:120%;
	color:#02a6eb;
}

.meta_icon {
	margin:0 0 5px 0;
}

.meta_icon img {
	margin:0 7px 0 0;
}



/* 横並びボックス 4box/966 */
.row_wrap {
	margin:0 auto 0 auto;
    width:910px;
	margin-bottom:20px;
}

.row_1set {
	margin-left: 20px;
    width: 218px;
	float:left;
}

.row_wrap:first-child div {
	margin-left: 0px !important;
}
/* /END 横並びボックス */


/* テーブル */
table#table_contents {
    width:700px;
	background:#fff;
	margin:0 auto 20px;
    border:1px #52c3ef solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table_contents th {
    padding: 5px;
    border: #52c3ef solid;
    border-width: 0 0 1px 1px;
    background: #70d7ff;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#333333;
}

table#table_contents td {
    padding: 10px 10px 10px 15px;
    border: 1px #52c3ef solid;
    border-width: 0 0 1px 1px;
	color:#333;		
}
/* /END テーブル */

/* テーブル blue */
table#table_contents_blue {
    width:862px;
	background:#fff;
	margin:0 auto 20px;
    border:1px #848484 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table_contents_blue th {
    padding: 5px;
    border: #848484 solid;
    border-width: 0 0 1px 1px;
    background: #d1eeff;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#333333;
}

table#table_contents_blue td {
    padding: 10px 10px 10px 15px;
    border:1px #848484 solid;	
	color:#333;		
}
/* /END テーブル blue */

/* テーブル noLine */
table#table_contents_noLine {
    width:862px;
	margin:0 auto 20px;
}

table#table_contents_noLine th {
	background:#b9e5ff url("../images/table_bottom_line.gif") 0 bottom repeat-x;	
    padding: 5px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#333333;
}

table#table_contents_noLine td {
	background:transparent url("../images/table_bottom_line.gif") 0 bottom repeat-x;
    padding: 10px 10px 10px 15px;
	color:#333;		
}
/* /END テーブル noLine */


/*　each style　*/
.red_bgcl {
	background:#ffeaea;
	padding:10px;
}

.gray_bgcl {
	background:#efefef;
	padding:10px;	
}

.blue_bgcl {
	background:#f0f9ff;
	padding:10px;	
}

.tab_indent {
	margin-left:50px;
}
/* END　each style　*/



#video_contents_wrap {
	padding-bottom:20px;
}

.row_2box_wrap {
	background: url("") right bottom no-repeat;
	overflow:hidden;
	margin:0 auto 35px;
	padding:30px 0 0 21px;
}

.row_2box_set {
	width:165px;
	float:left;
	margin-right:10px;
}



#navi {
	background:#007ac8;
	margin:0 auto;
	padding:0 0 20px 0;
	overflow:hidden;
}

#navi li {
	display:inline;
	float:left;
	margin-right:10px;
}

.navi_first_ml {
	margin-left:20px;
	
}

.apply_ver1 {
	position:relative;
	background: url("../images/arrow.png") center 14px no-repeat;	
	padding:72px 0 0 0;
	margin-bottom:20px;
}

.apply_ver2 {
	position:relative;
	background:#fff url("../images/arrow_2.gif") center 0 no-repeat;	
	padding:72px 0 0 0;
	margin-bottom:30px;
}


.apply_btn {
	position:absolute;
	left:128px;
	top:165px;
}

.applytext_link {
	position:absolute;
	left:135px;
	top:135px;
}



.btn1 {
	position:absolute;
	right:118px;
	top:156px;
}

.btn2 {
	position:absolute;
	right:118px;
	top:200px;
}

.middle_inner_wrap,.middle_inner_wrap_end {
	background: url("../images/bg_answer_contents.gif") 0 0 repeat-y;		
	width:771px;
	padding-left:59px;
	margin-bottom:5px;
	position:relative;
}

.middle_inner_wrap_end {
	background: url("../images/bg_answer_contents_2.gif") 0 bottom repeat-y;
	margin-bottom:0px;
	width:781px;			
}

.channel_list_wrap {
	padding-top:25px;
	overflow:hidden;
	width:732px;
	position:relative;	
}



#ch_basic_list {
	background:url("../images/bg_ch_basic_201403.gif") 0 0 no-repeat;
	height:511px;
}

ul.channel_list {
	display:inline;
}

ul.channel_list li {
	float:left;
	margin-left:12px;
	position:relative;
	width:68px;
	height:68px;
	margin-bottom:38px;	
}

ul.channel_list li img {	
	border:1px solid;
	border-color:#CCC;
}

ul.cancel li img {
	margin-bottom:0px;
}

#ch_default_list_1,#ch_default_list_2 {
	background:#ececec;
	padding:10px 0 10px 0;
	overflow:hidden;
	position:relative;		
}

/*201410サイズ変更 (8個の場合 652px) */
#ch_default_list_1 {
	width:732px;
}

#ch_default_list_2 {
	width:173px;
}

#wrap_ch_premium_list {
	height:100%;
	overflow:hidden;
	position:relative;
}

#ch_premium_list_1 {
	background:url("../images/bg_ch_premium_1.gif") 0 0 no-repeat;
	height:313px;
}

#ch_premium_list_2 {
	background:url("../images/bg_ch_premium_2.gif") 0 0 no-repeat;
	height:76px;
}

.tvch_btn_common {
	background:url("../images/btn_hide_channel.gif") 0 0 no-repeat;
	width:733px;
	height:30px;
	display:none;
	margin-top:10px;
	cursor:pointer;
	text-indent:-9999px;
}

.tvch_btn_common.hide_ver {
	background:url("../images/btn_all_channel.gif") 0 0 no-repeat;
}

.appear_box {
	background:url("../images/tooltip_up.png") 0 0 no-repeat;
    width: 204px;	
	display:none;
	opacity:0.9;
	position:absolute;
	top:10px;
	left:0;
    color: #222;
	z-index:20;
	padding-top:8px;
}

.appear_box_inner {
	background:url("../images/tooltip_bottom.png") 0 bottom no-repeat;
	padding:0 8px 10px 10px;
}

/*
.tooltip_frame {
	position:absolute;
	left:-1px;
	top:-1px;
}
*/

#wrap_ch_default_list {
	height:100%;
	overflow:hidden;
	position:relative;
}

#main_btn_area {
	position:absolute;
	top:255px;
	left:397px;
}

.bg_pink {
	background:#ffe1e1;
	padding:10px 7px 10px 10px;
	margin-bottom:3px;
}

#back-top {
    position:fixed;
    bottom: 30px;
    right: 5px;
    width: 72px;
	color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}


.con-box {
	clear:both;
	padding-top:5px;
	width:100%;
	overflow:hidden;
}
.con-box .btn2clm {
	float:left;
	width:165px;
	padding-right:10px;
}
.con-box .btn3clm {
	float:left;
	width:218px;
	padding-left:20px;
}
.tv-con-box {
	clear:both;
	padding-top:5px;
	padding-bottom:25px;
	width:100%;
	overflow:hidden;
}
.tv-con-box .btn3clm {
	float:left;
	width:168px;
	padding-right:10px;
}
.tv-con-box .btn3clm strong {
	color:#02a6eb;
}
.tv-con-box .btn3clm img {
	margin-bottom:5px;
}
.bg_pink_ch {
	background:#f8e9f0;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	margin-top:5px;
}
.copy-box {
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #999;
}

/* END【構築/originalCSS】------------------------------------------------------------*/
