@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
           system
==================================*/
.other_page h2 {
	background-image:url(../img/system_top.jpg);
}
.system_list dl {
	width:800px;
	margin:40px auto;
	display:block;
}
.system_list dl {
	margin:30px auto 40px;
}
.system_list dt,
.system_list dd {
	display:inline-block;
	margin:10px auto;
	padding:0 0 20px;
	border-bottom:#999999 solid 1px;
	color:#430000;
}
.system_list dt {	
	width:15%;
	font-weight:bold;
}
.system_list dd {
	width:85%;
}
.other dt {	
	width:30%;
	font-weight:bold;
}
.other dd {
	width:68%;
}
.system_list h3,
.system_gaiyou h3 {
    color: #fff;
    margin: 40px 20px 10px;
    padding:7px 0;
    background-image: linear-gradient(to right, #430000 0%, #907977 100%);
}
.system_gaiyou img {
	display:block;
	margin:30px auto;
}