@charset "utf-8";

@import "/css/common.css";
/*==================================================================*/

/* style css */

/*==================================================================*/
h1{
	margin:0 0 24px;
	padding:0;
}

#contents #read{margin:0 24px 2em;}

/* table：一覧表 */
#contents table{
	margin:0 24px 12px;
	padding:0;
	line-height:1.4;
	background:#ccc;
}

#contents th{
	padding:3px 0;
	border:1px solid #fff;
	background:#e3f1fd;
	font-weight:normal;
}

#contents tr.headline th{background:#85c2f7;}
#contents th span{font-size:11px;}

#contents td{
	padding:3px 6px;
	border:1px solid #fff;
	width:16%;
	background:#fff;
	text-align:center;
}

/* 用途 */
#contents .use{width:34%;}
#contents td.use{text-align:left;}

/* ストライプ */
#contents tr.even td{background:#f9f9f9;}

/* 用途一覧 */
#contents td ul{
	margin:0;
	padding:0 0 0 24px;
}
#contents td li{
	margin:0;
	padding:0;
	list-style:square;
}

#contents table a{
	color:#333;
	text-decoration:underline;
}
#contents table a:hover{color:#b61d1d;}


/* ---------------------------------------------------------------- */

