<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		support vaio 
	================================================================================================
*/

div#contents div.section div.img_area {
    float : left;
    margin : 0 10px 10px 10px;
}

div#contents div.section div.button_area ul {
	width : 305px;
	margin : 0 auto;
	*margin :0 auto 0 32%;
}

div#contents div.section div.button_area ul li {
	list-style-type : none;
    float : left;
}

div#contents div.section div.case {
	margin-left : 5px;
}

div#contents div.section div.case p {
	width : 220px;
	margin : 0 auto 0 32%;
	*margin : 0 auto 0 37%;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
	div#contents div.section div.img_area {
	    height : 75px;
	}

	div#contents div.section div.case p {
		width : 280px;
		margin : 0 auto;
	}	
}</pre></body></html>