@charset "UTF-8";
body {
	/zoom:0.65;
}
html>/**/body #contents,
html>/**/body .guideBox,
html>/**/body .contentBox {
	display:table;
}
html>/**/body #mainBox,
html>/**/body #sideBox,
html>/**/body .guideTxt,
html>/**/body .guideImage.
html>/**/body .contentBox .txt,
html>/**/body .contentBox .img {
	display:table-cell;
	float:none;
	vertical-align:top;
}
html>/**/body #mainBox {
	padding-right:20px;
	width:670px;
}
html>/**/body #sideBox {
	width:220px;
}
html>/**/body .guideTxt {
	width:670px;
}
html>/**/body .guideImage {
	width:220px;
}
html>/**/body .guideTxt,
html>/**/body .contentBox .txt {
	padding-right:15px;
	width:390px;
}
html>/**/body .guideImage,
html>/**/body .contentBox .img {
	width:235px;
}
#mainBox,
#sideBox,
.guideTxt,
.guideImage,
.contentBox .txt,
.contentBox .img {
	/zoom: 1;
}
