@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;
}
section dl {
	display:table;
	margin-bottom:20px;
}
section dt {
	display:table-cell;
}
section dd {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
section dd a {
	color:#333;
}