@charset "utf-8";

/* Headline
---------------------------------------------------*/
#Headline{
	width: auto;
}
#Headline h1 {
	width: 241px;
	height: 149px;
	background-image: url('../../images/tips/sp/ttl_tips_detail.png');
	margin: 0 auto 50px;
}


/* Description
---------------------------------------------------*/
#Description {
	width: auto;
	min-width: auto;
	min-width: initial;
	margin-bottom: 40px;
}

#Description div.text {
	width: auto;
	margin: 0 30px 60px;
}

#Description div.text h1 {
	width: auto;
	font-size: 25px;
	line-height: 1.6em;
	margin: 0 auto 50px;
}

#Description div.text h1 + p {
	width: auto;
	text-align: left;
	line-height: 1.8em;
}

#Description div.text ul {
	width: auto;
	margin: 0 30px;
}
#Description div.text ul li {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 60px;
}
#Description div.text ul li:last-child {
	margin-right: 0;
}

#Description div.text ul li img {
	width: 100%;
	height: auto;
}

#Description div.text p.ref {
	font-size: 22px;
	text-align: left;
}

