@charset "Shift_JIS";
/*
	================================================================================================
		support cyber-shot enjoy dialogue highframerate css index.css
	================================================================================================
*/

#contents img.icon {
	padding: 0 0 5px;
	vertical-align: middle;
}
/*
	====================================
		table
	====================================
*/
#contents table.comparison_list {
    margin: 15px 0px;
    width: 100%;
}
#contents table.comparison_list caption {
	font-weight: bold;
	text-align: left;
}
#contents table.comparison_list th,
#contents table.comparison_list td {
    border: #666666 1px solid;
    padding: 0.5em;
    text-align: center;
	line-height: 1.5;
}
#contents table.comparison_list thead th,
#contents table.comparison_list thead td {
	font-weight: bold;
	background-color: #eeeeee;
}
#contents table.comparison_list tr .fs_adjust {
	font-size: 11px;
}

@media screen and (max-width: 640px) {
#contents table.comparison_list {
    width: 100%;	
    font-size: 10px;
    word-break: break-word;
}
#contents table.comparison_list th,
#contents table.comparison_list td {
    width: auto;
    padding: 0.2em;
	line-height: 1.25;
}
#contents table.comparison_list thead th,
#contents table.comparison_list thead td {
    width: auto;
}
#contents table.comparison_list thead th.w_adjust_1 {
	width: 18%;
}
#contents table.comparison_list thead th.w_adjust_2 {
	width: 31%;
}	
#contents table.comparison_list .fs_adjust {
    font-size: 10px;
}
}