@charset "utf-8";

/* default style reset
------------------------*/
body,div,dl,dt,dd,ul,li,ol,
h1,h2,h3,h4,h5,form,p,table,th,td,
address,input{
	margin:0;
	padding:0;
}

body{
	line-height:1;
}
	
a img,img{
	border:0;
}

table{
    border-collapse:collapse;
   	border-spacing:0;
}
	
caption,th{
    text-align:left;
}
	
ul,li,ol,li{
	list-style:none;
}

address{
	font-style:normal;
}

iframe{
	border:0;
}

textarea{
	width:98%;
}

/* clearfix
------------------------*/
.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

/* layout
------------------------*/
body{
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* common style
------------------------*/
a{
	color:#948452;
}

a:hover{
	text-decoration:none;
}

/* new list
------------------------*/
dl.news_list{
	padding:30px 40px 0 40px;
	position:relative;
	zoom:1;
}

dl.news_list dt,
dl.news_list dd{
	font-size:87.5%;
}

dl.news_list dt{
	width:100px;
	position:absolute;
}

dl.news_list dd{
	padding:0 0 15px 100px;
	margin:0 0 15px 0;
	border-bottom:1px dashed #d4d4d4;
}

dl.news_list dd:last-child{
	margin:0;
}










