@charset "utf-8";

/* Main
----------------------------------------------------*/

/* keyvisual
-----------------------------*/
#keyvisual{
	margin: 23px 0 27px;
	border-bottom:1px solid #CCC;
}
#keyvisual dl dt{
	width:515px;
	float:left;
}
#keyvisual dl dd{
	width:380px;
	height:270px;
	margin-left:540px;
	_margin-left:537px;
	background: url(../img/feature_bg.jpg) no-repeat bottom;
}
#keyvisual dl dd p{
	margin:18px 0;
	font-size:115%;
	font-weight:bold;
	line-height:1.6em;
}


/* contents
-----------------------------*/
.list{
	zoom:1;
	overflow:hidden;
	position:relative;
	margin-bottom:50px;
}
.list dl{
	width:380px;
	float:right;
}
.list ul li{
	margin:14px 0 0;
	line-height:1.25em;
}

.list h3{
	font-size:16px;
	font-weight:bold;
	margin-top:25px;
}
.list h3.first{
	margin-top:13px;
}

.list ul li.first{
	margin:6px 0 0;
}

.pdf_title{
	font-size: 30px;
	padding-bottom: 15px;
}

.pdf_h3{
    background: hsl(0, 0%, 93%);
    color: hsl(0, 0%, 0%);
    padding: 8px 10px;
    margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.no-border{
	margin-bottom: 30px;
}
/*以下岡大追加*/
/*listmark*/
ul.articl-list{
padding: 100px 15px;
}

ul.articl-list li{
padding: 100px 0px;
}
/*listmark*/
/*以上岡大追加*/

