@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide wifichcker
	================================================================================================
*/

#contents table {
	width: 580px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#contents table th,
#contents table td {
    border: 1px solid #000000;
    padding: 0.5em;
}

#contents .section table th img.icon {
    margin-right: 8px;
}

#contents table td {
	background-color: #ffffff;
}

#contents table th.column01 {
	width: 25%;
}

#contents table td.column01 {
	text-align: center;
	font-size: 14px;
}

#contents table th.column02 {
	width: 75%;
}

#contents table td.column03 {
	height: 0;
	background-color: #6E6E6E;
	margin: 0;
	padding: 0;
}

#contents table ul.link_in {
    margin-left: 0;
}
#contents table ul.link_in li {
    margin-bottom: 0;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents table {
	width: auto;
    margin-left: 0;
    margin-right: 0;

}
}