@charset "Shift_JIS";
/* CSS Document */


/*
	====================================
		TV accessibility css
	====================================
*/
a {
	color: #43677e;
	text-decoration: none;
	background-color: transparent;
	transition: color 0.3s ease-in;	
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	color: #c41230;
	text-decoration: underline;
	background-color: transparent; 
	outline: 0;
}
#originalCnt {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	color: #555353;
}
#originalCnt .m_title {
	text-align: center;
	font-size: 35px;
	color: #333333;
}
#originalCnt .l_title {
	font-size: 1.3em;
	padding: 5px 10px;
	border-bottom: solid 2px #CCCCCC;
	margin: 1.5em 0px;
	clear: both;
}
#originalCnt .i_title {
	font-size: 1.2em;
}
#originalCnt .glayTitle {
	font-size: 1.3em;
	color: #ffffff;
	padding: 5px 10px;
	background: #5A5858;
	text-align: center;
	margin: 1.5em 0px;
}
#originalCnt img:not(.s5-icon-window) {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#originalCnt .contents_area{
	margin-bottom: 3em;
}
#originalCnt .osirase_area{
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 3em;
}
#originalCnt .osirase_area dl dt {
	font-weight: bold;
	margin-left: 15px;
}
#originalCnt .osirase_area dl dd{
	border-bottom: solid 1px #CCCCCC;
	margin-left: 15px;
	padding-bottom: 10px
}
ul li {
	list-style-type: none;
}
ul.txtlink li {
	background: url(/support/share/images/arrow_black.png) no-repeat scroll 0 5px;
	line-height: 1.231rem !important;
	padding-left: 12px;
}
ul.annotation{
	padding-left: 0;
/*	font-size: 0.9em;*/
	margin-left: 15px;
}
ul.annotation li {
	list-style: none;
	text-indent: -0.7em;
/*	font-size: 0.9em;*/
}
p.l_font {
	font-size: 1.2em;
}
#originalCnt .box_gray {
	border: 1px solid #CCCCCC;
	margin: 1em 0 2em;
	padding: 1.5em;
	overflow: hidden;
	word-break: break-word;
}
#originalCnt .hed-link {
	float: right;
	font-size: 0.9em;
}
ul.innerlink {
	list-style: none;
}
ul.innerlink li {
	background: url(/support/share/images/arrow_underline.gif) no-repeat scroll 0 8px;
	padding: 0px 0px 10px 15px;
	font-weight: bold;
	font-size: 1.2em;
}
.notice_gray_b {
	background: none repeat scroll 0 0 #f9f7f7;
	border: 1px solid #999999;
	margin: 0 0 1em;
	padding: 0 1em;
}
#originalCnt img.icon {
	vertical-align: middle;
	margin: 0px 5px;
}
.ct_secinner dl.subtitling dt{
	float: left;
	width: 85px;
}

.ct_secinner dl.subtitling dd {
	display: table-cell;
	text-indent: -15px;
}
/*
	====================================
		contents button
	====================================
*/
.btn_area_text {
	list-style-type: none;
	text-align: center;
}
#originalCnt .mod-linkButton {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll 0 0;
	border: 2px solid #bcbcbc;
	border-radius: 15px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	height: 138px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 160px;
	background-size: contain;
}
#originalCnt div.contents_area ul li {
	display: inline-block;
	padding: 15px;
	width: 160px;
	margin-right: 20px;
}
.mod-linkButton a {
	display: block;
	padding: 10px;
	transition: opacity .2s ease-in 0s;
	text-decoration: none !important;
}
#originalCnt .mod-linkButton .figure {
	display: block;
}
#originalCnt .mod-linkButton .threeLine {
	background: url(/support/share/images/arrow_black.png) no-repeat scroll 0 5px;
	line-height: 40px !important;
	padding-left: 12px;
	font-size: 0.95em;
	font-weight: bold;
}
a:hover .mod-linkButton, a:active .mod-linkButton {
	opacity: .5;
}
a:hover span.figure, a:active span.figure {
	opacity: .5;
}
a:hover span.threeLine, a:active span.threeLine {
	color: #333;
	opacity: .5;
}
a:focus .mod-linkButton, a:active .mod-linkButton {
	opacity: 0.5;
	color: black;
}
a:focus span.figure, a:active span.figure {
	opacity: 0.5;
}
a:focus span.threeLine, a:active span.threeLine {
	opacity: 0.5;
}
#originalCnt .mod-linkButton a:hover,#originalCnt .mod-linkButton a:active {
	color: black;
	opacity: .5;
}

#originalCnt .ct_sec {
	margin: 3em 0 3.5em;
}
/*===========================================
	margin
=============================================*/
.mb0 {
	margin-bottom: 0px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt2{
	margin-top: 2px !important;
}
.mt3{
	margin-top: 3px !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;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.ml0 { 
	margin-left:0 !important; 
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}

@media (max-width: 740px){
	.btn_area_text {
		text-align: left;
		padding-left: 0px;
	}
	#originalCnt {
		width: auto;
	}
	#originalCnt .m_title {
		text-align: center;
		font-size: 2em;
	}
	#originalCnt .imgMax {
		width: 100%;
		height: auto;
	}
	#originalCnt .contents_area {
		margin-bottom: 0;
	}
	#enqueteArea table {
		width: auto;
		margin: 0 auto 20px;
		line-height: 1.5;
	}
	ul.txtlink {
		padding-left: 10px;
	}
	ul.innerlink {
		padding-left: 10px;
	}
}

/*
	====================================
		table
	====================================
*/

#originalCnt table {
	width: 90%;
	margin: 2em auto;
}
#originalCnt th {
	background: #E3E3E3;
	padding: 7px 2px;
	border: #CCC 1px solid;
	text-align: center;
	font-weight: normal;
}
#originalCnt table thead th:first-child {
	width: 40%;
}
#originalCnt table thead th {
	font-weight: 700;
}
#originalCnt table tbody th {
	background-color: #fff;
	text-align: left;
	padding: 0.2em 0.3em;
}
#originalCnt td {
	border: 1px solid #CCC;
	padding: 1em;
}

/*
	====================================
		20200221
		#open_close01
	====================================
*/

.OpenbtnArea.Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	font-size: 1.125rem;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
}

.detailArea {
	padding: 20px 14px 20px 42px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	display: none;
}

.detailArea > ul{
	padding: 0;
	margin: 1em 0 0 24px;
}

.detailArea > ul.disc > li{
	list-style: disc;
}

.detailArea > ul > li{
	margin-bottom: 0.5em;
}

.detailArea > ul.disc > li > ol{
	margin-left: 1.5em;
	padding: 0;
}

.detailArea > ul.disc > li > ol > li{
	list-style: decimal;
}

.detailArea > ol{
	padding: 0;
	margin-left: 1.5em;
}

.detailArea > ol > li{
	margin-bottom: 0.5em;
}

.detailArea > ol > li > ul.disc{
	margin-left: 30px;
	padding: 0;
}

.OpenbtnArea.Gray:hover, .Gray:active {
    text-decoration: none;
    opacity: 0.5;
}

.OpenbtnArea.Gray:focus {
    outline: thin dotted;
    opacity: 0.5;
	outline-offset: -1px;
}

li .OpenbtnArea.Gray {
   font-size: 0.95rem;
}


/* @#open_close01  */

@media (max-width: 420px){
	.detailArea {
		padding: 1em;
		word-break: break-all;
	}
}

a.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat left .4em;
	padding-left:1em;
}

p.annotation > a.textLink{
	margin-left: 4px;
    padding-left: 9px;
    vertical-align: bottom;
}

/*===========================================
	annotation 20210317
=============================================*/
p.annotation{
    padding-left: 1em;
    text-indent: -1em;
}


/* 20210729 */
span.link_out, #contents span.link_out {
    background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    *vertical-align: middle;
    width: 11px;
    margin-left: 3px;
}

/* 20210921 */

.notice_gray{
	border: 1px solid #d2d2d2;
	padding: 1em 1em 0;
}

ul.disc{
    padding-left: 1.5em;
}

ul.disc > li{
    list-style-type: disc;
}

span.movieicon {
    background: url(/support/tv/share3/images/icon_movie.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 30px;
    padding-bottom: 3px;
    height: 23px;
}


/* 2024/03/06 */
.pct {
	margin-bottom: 2em;
}

.accordion.type_3 h3 {
	margin-bottom: 0;
}

.accordion.type_3 button {	
	font-size: 1.125rem;
    padding: 1em 1em 1em 2em !important;
    margin-top: 1em !important;
    margin-bottom: 0 !important;
    display: table-cell;
    text-indent: -25px;
}

.accordion.type_3 button + div.border_box {
	border: 1px solid #959595;
    border-top: none;
	background-color: #fff;
    padding: 1em;
}

img.s5-icon-window {
    margin-left: 0.25em;
}

@media (max-width: 640px){
	.accordion.type_3 button + div.border_box {
		word-break: break-all;
	}
	
	.accordion.type_3 button + div.border_box ul {
		padding-left: 0;
	}
	
	.accordion.type_3 button + div.border_box ul li {
		margin-bottom: 0.5em;
	}
	
	.pct img {
		width: 100%;
		max-width: 350px;
	}
}

@media(max-width: 359px) {
	#cs_enquete_wrapper .cs_btn {
		padding: 0;
	}
	
	#cs_enquete_wrapper .cs_btn li button, 
	#cs_enquete_wrapper .cs_btn li img {
		max-width: 100%;
	}
}

/* 20240819 */

.listArea ol{
	margin-top: 5px;
	margin-bottom: 2em;
	padding-left: 2em;
}

.imageArea{
	display: flex;
	width: 76%;
	justify-content: space-between;
	align-items: center;
	margin-top: 2em;
}

@media (max-width: 640px){
	.imageArea{
		margin: 3em 0;
		width: 100%;
		flex-direction: column;
	}
	.imageArea > .pct{
		margin: 0;
	}
	
	.imageArea .arrow{
		transform: rotate( 90deg );
	}
	
}
