@charset "utf-8";
/* 印刷用
----------------------------------------------------------- */
@media print {
html:first-child body {
	/*background-color:#99FFCC !important;*/
}

html:first-child div#main {
	/*background-color:#00CCFF !important;*/
	width:800px !important;
}

html:first-child div#beta {
	/*background-color:#999999 !important;*/
	width:800px !important;
}

html:first-child div.listBoxCont {
	/*background-color:#CCCCCC;*/
	width:390px !important;
	/*border:1px solid #000000 !important;*/
}

html:first-child h3.cType01,
html:first-child h3.cType02 {
	/*width: 820px;*/
}

html:first-child div.mgnContRgt {
}

html:first-child div.listBoxCont div.left {
	/*padding:0 !important;*/
}

html:first-child div.listBoxCont div.left a.btn {
	/*display:none !important;*/
}

html:first-child div.listBoxCont p.comment { font-size:10px !important; }

html:first-child div.listBoxCont p.comment span {
	/*right:35px !important;*/
}


html*div.listBoxCont p.comment {
	font-size:12px !important;
}

}