@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/
:root {
    --category-color: #ae1d7c;
    --category-second: #fbe2f3;
}

h3.title {
	background: url(/images/common/icon_title1_cat0.png) 0 2px no-repeat;
}

h3.title2 {
	background: url(/images/common/bg_title02_cat0.png) no-repeat left center #ebebeb;
}

h4.title {
	background: url(/images/common/bg_title03_cat0.png) no-repeat left 0.05em;
}
h3.title {
	margin-bottom:0;
}

section table {
	width:100%;
}

section table th {
	border-bottom:#CCC 1px solid;
	text-align:left;
	width:23%;
	padding:20px 0;
	vertical-align:top;
}
section table td {
	border-bottom:#CCC 1px solid;
	padding:20px 0;
	line-height:1.4;
}


