@charset "Shift_JIS";

/*
	================================================================================================
		support av-acc confirm share css common.css
	================================================================================================
*/

#contents .tableArea {
	margin-left: 10px;
}

#contents .date {
	width: 80%;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
}

#contents .tableArea table {
	width: 80%;
	border-collapse: separate;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#contents .tableArea table th {
	border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	background-color: #e1ebfe;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#contents .tableArea table td {
	border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	padding: 5px;
}

#contents .tableArea table .bg_lightblue {
	background-color: #f0f5fd;
}

#contents img.left_img {
	float: left;
	margin-right: 20px;
}


#pagebody_support .device_title {
	padding-left: 17px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

#contents .tableArea {
	margin-left: 0px;
}

#contents .date {
	width: 100%;
}

#contents .tableArea table {
	width: 100%;
	font-size: 12px;
}

#contents img.left_img {
	float: none;
}


}


/*
	====================================
		list (annotation)
	====================================
*/

#contents ul.annotation li {
	list-style: none;
	text-indent: -0.7em;
	font-size: 0.9em;
}

