/* CSS Document */

article section { font-size: 16px; }

div.guarantee div:first-of-type { margin-bottom: 20px; font-weight: bold; }
div.guarantee div span { font-size: 12px; font-weight: normal; width: 80px; text-align: center; line-height: 1em; background: #777; color: #fff; padding: 7px 0; display: block; }
div.guarantee div ul { list-style: disc inside; }
div.guarantee div ul li { margin-bottom: 5px; padding-left: 1em; text-indent: -1em; }

div.colWrap div.col-1_3R img { width: 100%; }

@media screen and (min-width: 481px){
	div.colWrap div.col-1_3R img { display: block; max-width: 240px; margin-left: auto; margin-right: 0; }
	
	div.ribbon p { padding-left: 110px; }
	
	div.guarantee div { position: relative; padding-left: 100px; }
	div.guarantee div span { position: absolute; left: 0; display: inline-block; }
}

@media screen and (max-width: 480px){
	div.ribbon p { padding-top: 50px; }
	div.guarantee div span { margin-bottom: 5px; }
	
	div.guarantee div:first-child { position: relative; padding-left: 1em; padding-top: 30px; }
	div.guarantee div:first-child span { position: absolute; top: 0; left: 0; }
	div.guarantee div ul li { padding-left: 1.5em; text-indent: -1em; }
}

