@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide camera index
	================================================================================================
*/
#contents .box_info_area table th,
#contents .box_info_area table td {
    border: 1px solid #000000;
    padding: 0.5em;
}

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

#contents .box_info_area h5 {
	padding-left: 0;
	margin-bottom: 8px;
	font-size: 100%;
}

#contents .box_info_area table {
	width: 600px;
	margin-bottom: 20px;
}

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

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

#contents .box_info_area table th.column03 {
	width: 20%;
}

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