@charset "Shift_JIS";

/*
	================================================================================================
		index.css
	================================================================================================
*/
a.textLink_2 {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left .4em;
}
#contents a.textLink {
    display: inline-block;
}

#contents ul.recommended li ol {
	margin-top: 20px;
}
#contents ul li ol li {
    list-style: decimal;
}
#contents img.icon {
    vertical-align: middle;
    margin: 0px 6px;
}

#contents div.pct300 img {
	max-width: 300px!important;
	border: 1px solid #ccc;
} 
 
/*---2019/08/13追加---*/
.notice_gray_b {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
	margin: 0 0 1em;
	padding: 1em 1em .75em;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
	#contents ul.recommended li ol {
		margin-left: 0;
	}
	
	#contents .section ol li ul.annotation {
		margin-left: 0;
		margin-right: 0;
	}
	#contents ul, #contents dl {
		margin: 1em 0 1.5em 0;
	}
}

/* --------------------------------------
		20230201 accessibility
--------------------------------------- */
.contents_title .main .txt_area .txt_inner h1 {
	font-size: 140%;
	margin-left: 15px;
}

.section h2.sttlbean {
    background: transparent url("/support/tv/special/beans/share/images/index_sttl.gif") no-repeat scroll 0 50%;
    border-bottom: 3px dotted #1b7504;
    border-top: 3px dotted #1b7504;
    margin: 25px 0;
    padding: 13px 0 13px 45px;
}

#contents h3 {
    /* border-bottom: 1px dotted #6c9c3b; */
    color: #336600;
	padding: 0 0 5px 10px;
	margin-bottom: 15px;
}

.mark {
    color: #336600;
}

img.icon_window {
    padding-left: 0.25em;
}

@media screen and (min-width: 801px){
	.contents_title .main .txt_area .txt_inner h1 {
		font-size: 180%;
	}
	
	.section h2.sttlbean {
		font-size: 1.5em;
		line-height: 1.2em;
	}
	
	.section h3 {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 640px) {
	.contents_title .main .txt_area .txt_inner h1 {
		font-size: 120%;
	}
}

#contents ol{
	margin-left: 1.5em;
}

/*2024/12/06*/

#contents .mt0 {
	margin-top: 0;
}

#contents .mt05 {
	margin-top: 0.5em ;
}