
/* ライン
-----------------------------------------*/
#line dl{

}

#line dt{
	margin-bottom:10px;
}

#line dd{
	margin-bottom:20px;
}

#line p{
	margin-bottom:10px;
}

@media screen and (max-width:480px) {		/*スマホ用CSS*/
#line dd{
	text-align:center;
}

#line dd:nth-of-type(2) img{
	width:100%;
	max-width:320px;
}
}