/* ----------------------------------
	テーブルスタイル（Google cast）
---------------------------------- */
.border {
	border-width: 1px 0px 1px 1px !important;
}

table.tblNormal{
	margin-top: 20px;
	width: 100%;
}

table.tblNormal thead th,
table.tblNormal thead td{
	border-bottom: none !important;
}

table.tblNormal thead th{
	text-align: center;
	width: 11%;
}

table.tblNormal thead th:first-child{
	width: 20%;
}

table.tblNormal tbody th{
	padding: 5px;
}

table.tblNormal tbody tr:first-child{
	border-top: 1px solid #999;
}

/* 20210419 */
#contents dl{
	margin-left: 1.5em;
}

#contents dl dt {
    margin-left: 0;
    margin-bottom: 0.5em;
}

#contents dl dd {
    margin-left: 0;
    margin-bottom: 0;
}

@media (max-width: 400px) {
	#contents .linkBtn.no_atv a{
		padding: 0.5em;
	}
}



/* 20220217 */
#contents .linkBtn {
    margin: 1em 1em 2em;
}

#contents .linkBtn a {
    display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 1em 0.75em 0.75em 0.75em;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;
}

#contents .linkBtn.long a {
    width: 100%;
}

#contents .linkBtn a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    padding: 0 0 0 15px;
    background-position: 0 6px;
    margin-left: 0.5em;
    display: inline-block;
}


#contents table.tblNormal {
	margin: 0;
}


@media (max-width: 640px) {
	#contents .linkBtn {
		margin-right: 0;
	}
}

/* 20220907 */

nav.js-category-header .txtlink {
    background: none;
}

#contents dl dt {
    /* font-size: 1.2em; */
}

#contents table caption {
    font-weight: bold;
    font-size: 1.15em;
}

#contents img.icon_r0 {
    vertical-align: middle;
    margin: 0px 0 0 3px;
}

@media (max-width: 640px) {
	#contents dl {
		margin-left: 0.5em;
	}
	
	#contents dl dt {
		font-size: 1em;
	}
	
	#contents table.tblNormal td  {
		padding: 0;
	}
}






