/**************************************************************************************************/
/**************************************************************************************************/
/************************************ 印刷ボタン用CSSファイル *************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/*以下、非表示設定を定義*/
#headerWrap, #footer, #menu, #subContents{
	display: none;
}

#wrapper{
	border-top:none;
	border-bottom:none;
}

/*以下、モノクロ印刷用の定義*/

#mainContents, #mainContents_center{
	border:solid 0px #000000;
}


/*以下、standard html tagを定義*/

body, h1{
	background: #FFF;
}

span, th, th span, td, select, li, a {
	color: #000;
}

.iptRadio input:checked + span:after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 6px;
	border-radius: 50%;
	margin-top: 6px;
	border: 3.5px solid black;
	width: 0;
	height: 0;
}

tr {
	page-break-inside: avoid; 
	page-break-after: auto;
}
