@charset "utf-8";


/* ============= /5971/readme/ ============== */

#popup ul.textListA01 ul.notesListA01 li {
	background: none !important;
	}
	
/*en/5971/readme/css/style.cssには記述なし
タイトル、Q&Aのスタイル指定
-------------------------------------------------*/
div.title {
	background-color: #ccc;padding: 5px 10px;
	}
		
div.title h2 {
	float: left;
	font-weight: bold; line-height:1.3;
	}

div.title p {
	float: right;
	font-weight: bold;
	margin-top:2px;
	}
/*-----------------------------------ここまで*/
div.popupContent {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #c99;
	}

ol.notesListB01 {
	margin: 3px 0 5px 25px;/*番号つきリスト*/
}

div.flame1 {
	padding: 1px;
	border: 1px solid #999;
	}
div.flame1 table {
	width: 100%;
	}
div.flame1 table th,
div.flame1 table td {
	padding: 4px 5px;
	vertical-align: top;
	border: 1px solid #fff;
	}
div.flame1 table th {
	font-weight: normal;
	background-color: #ccc;
	}
div.flame1 table td {
	background-color: #eee;
	}
div.flame1 div.tel {
	padding: 0 5px 5px 5px;
	}

div.flame2 {
	border: 1px solid #999;
	}
div.flame2 h2 {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ccc;
	}
div.flame2 p {
	margin: 5px 10px;
	}

div.flame3 {
	padding: 10px;
	border: 1px solid #ccc;
	}

div.info01 {
	padding: 10px;
	border: 1px solid #999;
	}
div.info01 table {
	width: 100%;
	}



/* tableA01 */
table.tableA01
	{
	width: 100%;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	}

table.tableA01 th,
table.tableA01 td
	{
	padding: 4px 5px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #a8a8a8;
	}

table.tableA01 th
	{
	text-align: left;
	font-weight: normal;
	}

table.tableA01 thead th
	{
	border-top-color: #000;
	border-bottom-width: 1px;
	background-color: #eee;
	}

table.tableA01 th.pseudo-lastChild,
table.tableA01 td.pseudo-lastChild
	{
	border-right-color: #000;
	}
