@charset "Shift_JIS";

/*
	================================================================================================
		support vaio info2 08 003 index.html
	================================================================================================
*/
div#contents div.section_text {
	margin-bottom: 30px;
}

div#contents div.section_text h3 {
	margin-top : 40px;
	margin-bottom: 30px;
}

div#contents div.link_box {
	margin-top: 15px;
	margin-left: 10px;
}

div#contents div.link_box p {
	margin-bottom: 0px;
	font-weight: bold;
}

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