@charset "UTF-8";



/* term　index.html
------------------------------------------------------------ */
div.box {
	position: relative;
	background: url(../term/img/bg_btm.png) no-repeat bottom;
	padding: 0 0 31px 0;*/
	
}
div.box .boxBtm {
	background: url(../term/img/bg_top.png) no-repeat top;
	padding: 68px 70px 40px 66px;
}

div.box dl{
	position: relative;
	background: url(../term/img/bg_dl.png) repeat-y center top;
	padding: 0 50px 0 50px;
}

div.box dt,div.box dd{
	position: relative;
	display: block;
	color: #4C4948;
	padding: 25px 0 20px;
	height:1%;
	overflow: hidden;
	zoom:1;
	hasLayout:true;

}

div.box dt{
	clear: both;
	float: left;
	width: 175px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
}

div.box dt a {
	text-decoration: none;
	color: #333;
}


div.box dd{
	width: 495px;
	font-size: 15px;
}


div.box dd p.detail{
	text-align: right;
}

div.box dd p.detail a{
	font-size: 13px;
	color: #2660AD;
	text-decoration: underline;
}

div.box dd p.detail a{
	font-size: 13px;
	color: #2660AD;
	text-decoration: underline;
}

div.box .boxBtm .ttl2 {
	margin: 30px 0px 20px 24px;
}
div.box .boxBtm .btn1 {
	margin: 20px 0px 0px 24px;
}

.outlink_bnr {
width: 100%;
margin: 20px auto;
display: table;
table-layout: fixed;
border-collapse: separate;
border-spacing: 20px 0;
}
ul.outlink_bnr li {
display: table-cell;
border:1px solid #ddd;
}
ul.outlink_bnr li img {
width: 100%;
}