@charset "utf-8";

/*
	================================================================================================
		support tv special beans usbhdd_start css index.css
	================================================================================================
*/

div.section ul.rec_link {
	word-break: break-all;
}

#contents .index_body_single li {
    background: url(/support/share/images/arrow_black.png) no-repeat 0 0.5em;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 2.5em;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
	#contents figure .flex{
		display: flex;
		flex-direction: column;
	}

}
