@charset "UTF-8";

/*
	================================================================================================
		tablet support info2 20230711.html
	================================================================================================
*/

#contents .title_gray {
    font-size: 1.5rem;;
    padding: 4px 17px 6px;
    border-bottom: 1px #ccc solid;
    background: url(/support/tablet/share/images/bg_h2_head.gif) repeat-x;
	font-weight: bold;
}

#contents section {
    margin-top: 3em;
}

#contents #contentsHead h1 {
	font-size: 1.25rem;
    text-align: center;
    padding: 0;
    border: none;
    background: none;
}

#contents h2 {
	font-size: 1.15rem;
	padding: 4px 17px 6px 10px;
    border-bottom: 1px solid #D0D0D0;
    background: none;
}

#contents a.txtlink {
    margin: 0 30px 0 0;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

#contents .border_box {
    border: 1px solid #2f353d;
}

#contents img.icon_window {
    padding-left: 0.25em;
}

@media screen and (max-width: 640px){
	#contents .pct img {
		width: calc(100% - 0.8em);
		max-width:500px;
	}
}