/* CSS Document */

/* -------------------------------
	h2
------------------------------- */

.div_760 h2.title_gray {
	height: 34px;
    margin: 0px;
    padding: 6px 15px 0px 15px;
    background: url(/support/share/images/h2_title_gray_bg.jpg) repeat-x;
    font-size: 16px;
}
/* -------------------------------
	パンくず
------------------------------- */
.top {
	margin-top: 10px;
	text-align: right;	
}
.txtlink {
    padding: 0 0 0 13px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

/* 20210419 */

/* linkBtn */
#contents .linkBtn{
	margin: 15px 1em 0;
}

#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 0.75em 0.75em;
    width: 100%;
    text-decoration: none;
    color: #333;
	box-sizing: border-box;
	font-weight: bold;
}

#contents .linkBtn a:hover,
#contents .linkBtn a:active,
#contents .linkBtn a:focus{
	opacity: 0.7;
}
#contents .linkBtn a:focus-visible{
	outline: thin dotted;
}

#contents .linkBtn a span:first-child{
	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;
}


@media (max-width: 640px) {
	#contents .linkBtn{
		margin-left: 0;
		margin-right: 0;
	}
	#contents .linkBtn a span{
		margin-left: 0;
		padding: 0 5px 0 12px;
		font-size: 1rem;
	}
}


/* 20211111  /mobile/index_noatv.html */

.bnrArea{
    margin-left: 1em;
}

.bnrArea ul{
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.bnrArea ul li{
    margin: 0 1em 0 0;
    padding: 0;
}

.bnrArea ul li img.border{
    border: 1px solid #a6a6a6;
}

@media (max-width: 640px){
    .bnrArea{
        margin-left: 0;
    }

    .bnrArea ul{
        flex-direction: column;
        align-items: center;
    }

    .bnrArea ul li{
        margin: 0 0 1em 0;
    }
    
    div.pregArea_02 img.img-r.mq{
        float: none;
        display: block;
    }
    
    #connect_wireless .leftArea,
    #connect_wireless .rightArea{
        float: none;
        width: 100%;
    }

    #connect_wireless .rightArea{
        margin-top: 20px;
    }
    
    #connect_wireless .rightArea .img_mq{
        width: 100%;
    }
    
    #connect_wireless.pregArea_01 div.leftArea ul li{
        float: none;
    }
    
}

