/* 基本スタイルシート設定 */
/* notice 設定 */


#tsg .contents .contentsinner .section ul {
	margin-top            : 30px;
	margin-right          : 50px;
	margin-left           : 50px;
	margin-bottom         : 50px;
}

#tsg .contents .contentsinner .section ul li {
	margin-bottom         : 10px;
}

#tsg .contents .contentsinner .section ul li span {
	letter-spacing        : 0.1em;
	line-height           : 1.5em;
}

#tsg .contents .contentsinner .section h4 + h4 {
	margin-top            : 40px;
}


#tsg .contents .contentsinner .section table {
	border-top : solid 1px rgba(0,0,0,0.5);
	border-left : solid 1px rgba(0,0,0,0.5);
}

#tsg .contents .contentsinner .section table tr th,
#tsg .contents .contentsinner .section table tr td {
	border-right : solid 1px rgba(0,0,0,0.5);
	border-bottom : solid 1px rgba(0,0,0,0.5);
}

#tsg .contents .contentsinner .section table tr th {
	letter-spacing : 1em;
	text-align : center;
}

#tsg .contents .contentsinner .section table tr td {}
#tsg .contents .contentsinner .section table tr td:nth-child(1) { width:16em; }
#tsg .contents .contentsinner .section table tr td span {}

#tsg .contents .contentsinner .section table tr td span:nth-child(1) { display : inline-block; width:8.5em; }
