@charset "utf-8";
/* ========================================================
	style.css => 個別用CSS
======================================================== */


/* 利用方法・料金
============================================================================================================ */

dl.list{border-bottom: 1px #000 dotted;}
dl.list:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}

dl.list dt{float: left; width: 185px; padding: 15px 0 15px 20px; background: url(/common/images/side/side_icon_002.gif) no-repeat 3px 19px;}
	dl.list dt a{text-decoration: none !important;}
	dl.list dt a:hover{text-decoration: underline !important;}

dl.list dd{float: left; width: 525px; padding: 15px 0;}
	dl.list dd ul{}
		dl.list dd ul li{float: left; width: 175px; padding: 0 0 6px; list-style: disc;}
		dl.list dd ul li a{color: #000 !important; text-decoration: none !important;}
		dl.list dd ul li a:hover{color: #EB668A !important; text-decoration: underline !important;}
		dl.list dd p{clear: both; font-weight: bold; margin: 0 0 5px -15px;}