
main {
	width:		400px;
	margin:		0 AUTO;
	grid-area:	main;
}


ul.lbox {
	margin:		5px AUTO;
	padding-left:	0;
	padding-right:	0;
    	list-style:	none;           /* ulタグのデフォルトCSSを打ち消し */
	contain:	content;
}

ul.lbox > li.ttl {
	width:		150px;
	float:		left;
    	text-align:	center;
}

ul.lbox > li.dtl {
    	width:		80px;            /* 幅指定 */
    	float:		left;
}

ul.lbox > li.dtls {
   	width:		80px;            /* 幅指定 */
    	float:		left;
	font-size:	small;
}

ul.lbox > li.mail {
   	width:		100%;            /* 幅指定 */
	text-align:	right;
}

.tborder {
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #AAAAAA;
	padding-top:	10px;
}

.bpadding {
	padding-bottom:	10px;
}

