@charset "utf-8";
/* CSS Document */

/*
================================================================================================
		support bd manual css index-multidevice-tvs-tips.css
================================================================================================
*/

/* indexArea */
#contents .indexArea {
    margin-top: 3em;
    box-sizing: border-box;
    background-color: #f5f5f5;
    display: flex;
}

#contents .indexArea ul{
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#contents .indexArea ul li{
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
    display: table;
    width: 100%;
}

#contents .indexArea ul li:nth-child(6){
    border-bottom: none;
}

#contents .indexArea ul > li a{
    color: #000;
    text-indent: -1em;
    padding: 1.5em 1em 1.5em 3em;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

#contents .indexArea ul > li a:before{
    content:"";
    display: inline-block;
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
    height: 1em;
}

#contents .indexArea ul > li a:hover,
#contents .indexArea ul > li a:active{
    opacity:0.7;
}

#contents .indexArea ul > li > a > span {
    font-weight: bold;
	font-size: 16px;
}

@media (min-width: 641px){
    #contents .indexArea {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        flex-direction: row;
    }
    #contents .indexArea ul li{
        /* width: calc((100% - 2px) / 2); */
        border-right: 1px solid #ccc;
        border-bottom: 1px dashed #ccc;
		width: 50%;
		box-sizing: border-box;
    }
    #contents .indexArea ul li:nth-child(5){
        border-bottom: none;
    }
}

@media (max-width: 640px){
    #contents .indexArea {
        border: 1px solid #ccc;    
        flex-direction: column;
    }
    #contents .indexArea ul li{
        border-right: none;
    }
    #contents .indexArea ul > li a{
        padding: 1em 1em 1em 2em;
    }
}


/* tips */
#contents h1 {
    border-bottom: 1px solid #d0d0d0;
    clear: both;
    color: #000;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}

#contents h2.tips_title {
	font-size: 20px !important;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

#contents ul.tips {
	margin: 20px 0 0 10px ;
	list-style: none;
}

#contents ul.tips li {
	margin: 40px 0 20px;
	display: inline-block;
	width: 100%;
}

#contents li .tips_txt img.img_l {
	float: left;
	padding-right: 15px;
}

#contents li .tips_txt img.img_r {
	float: right;
	padding-left: 15px;
}

#contents li .tips_txt .txt_box {
	float: right;
	width: calc(100% - 210px);
}

#contents ul.tips li .tips_txt a {
	display: block;
	margin-top: 20px;
}
#contents ul.tips li .tips_txt .txt_box a {
	width: 80%;
}

#contents .notice_e {
    border: 2px solid #464646;
    margin: 0 0 1em;
    padding: 1em;
    border-radius: 12px;
	overflow: hidden;
}

#contents ul.tips li .tips_txt ul {
	margin: 1em 0 0 0.5em;
}

#contents ul.tips li .tips_txt ul.txtlink a {
    display: contents;
    margin-top: 0;
}

#contents ul.tips li .tips_txt ul.txtlink li {
    margin: 0 30px 0 0;
}

#contents .pct {
    margin: 1em auto;
    text-align: center;
}

#contents ul.tips li .tips_txt ul.list {
    list-style: disc;
}

#contents ul.list li {
	margin: 0 0 0 1em;
    display: list-item;
}

#contents ul.tips li .tips_txt .w75 {
    display: inline-block;
    float: left;
    width: 75%;
}

#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;
    width: 11px;
    margin-left: 3px;
}

#contents img.icon {
    margin: 0 0.2em;
}

/* dl dt */
#contents .tips_txt dl {
    display: block;
}

#contents .tips_txt dl dt {
    font-weight: bold;
    float: left;
}

#contents .tips_txt dl dt::after {
  content: "："
}

@media (min-width: 641px){
    #contents .tips_txt dl dt {
        width: 10%;
        margin-bottom: 0.5em;
    }
    #contents .tips_txt dl dd {
        margin-bottom: 0.5em;
    }
}

@media (max-width: 640px){
    #contents .tips_txt dl dt {
        display: inline;
        margin-bottom: 0;
    }
    #contents .tips_txt dl dd {
        margin-bottom: 1em;
    }
	#contents li .tips_txt .txt_box {
		width:auto;
	}
	#contents ul.tips li .tips_txt .txt_box a {
		width: 100%;
	}
}
    


/* table */

#contents table {
	margin: 1em 0 1em;
}

#contents table thead th {
    font-weight: 700;
	font-size: 1.2em;
}

#contents th {
    padding: 7px 2px;
    border: #CCC 1px solid;
    text-align: center;
    font-weight: normal;
}

#contents th.thwr {
    width: 20%;
	background: #606060;
	color: white;
}

#contents th.index_pink {
    background-color: #ea6464;
    color: white;
}

#contents th.index_green {
    background-color: #60c043;
    color: white;
}

#contents table tbody td {
}

#contents td {
    border: 1px solid #CCC;
    padding: 1em;
}

#contents td.bg_pink {
    background-color: #fbebeb;
    margin-top: 0;
}

#contents td.bg_green {
    background-color: #daf0e3;
    margin-top: 0;
}

#contents span.textLink{
    display: inline-block;
}

@media (max-width: 640px){
    #contents ul.tips{
        margin-left: 0;
    }
    
	#contents li .tips_txt img.img_c, 
	#contents li .tips_txt img.img_l, 
    #contents li .tips_txt img.img_r{
		float: none;
        display: block;
        margin: 1em auto 2em ;
	}
	
	#contents ul.tips li .tips_txt .w75 {
		width: 100%;
	}
	
	#contents span.tips_txt dl dt {
		float: none; 
		width: auto;
	}

	#contents .pct img {
		max-width: 100%;
	}
    #contents table thead th{
        font-size: 1rem;
    }
    #contents table tbody th,
    #contents table tbody td{
        font-size: 0.9rem;
        padding: 5px;
    }
    
}
