@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が736px以上
===============================================*/
@media print, screen and (min-width: 736px){


h3 {
    border-bottom: 2px solid #575850;
    border-left: 6px solid #575850;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 5px 0 5px 16px;
}
#Section01 ul{
	margin:30px 0 0 0;
}
#Section01 ul li{
	font-weight:bold;
	font-size:20px;
	border-bottom: dotted 1px #d8d8ce;
	padding:15px 0 15px 35px;
	background:url(img/list_bg.jpg) no-repeat left center;
}
#Section01 ul li:first-child{
	border-top: dotted 1px #d8d8ce;
}

}