@charset "UTF-8";


/* print
------------------------------------------------------------ */
body {
	_zoom: 65%;
	background-image: none;
	background-color:#f0eeef;
	/*-webkit-print-color-adjust: exact;*/ /* chrome bg print*/
}

div#contents{
	background-color: #FFFFFF;
}

div.takeda {
	margin-top: 0;
	padding-top: 4px;
}

div#header {
	zoom: 1;
}
header {
	zoom: 1;
}
footer {
	zoom: 1;
}

div#header .txtLink a{
	font-size: 10px;
	padding-left: 22px;
	_zoom: 1;
}

div#footer div a{
	padding-left: 22px;
	_zoom: 1;
}


#wrapper {
	zoom: 1;
}




/*
	index
*/

/* chrome */
body:nth-of-type(1) div.rightCol .cureBox .cureBtn1{
}
body:nth-of-type(1) div.rightCol .cureBox .cureBtn2{
float: left;
	width: 370px;
}



/* index ie7 */
*:first-child+html div.rightCol .cureBox .cureBtn2{
	margin-top: -60px;
}




/*
	insomnia
*/
/*ie9*/
div.box .rfmBtn {
	margin-right: -15px;
}

/*ie8,7,6*/
div.box .rfmBtn {
	margin-right: -10px\9;
}




/*
	mechanism/3_3
	（box3のみcure/6_3.htmlでも使用クラス）
*/
div.box3{
	height: auto;
	_padding-bottom: 20px;
}

*:first-child+html div.box3{
	padding-bottom: 20px;
}


div.box3 .box31 {
	margin-top: 0px;
}

/* ff */
div.nextPage h4,  x:-moz-any-link, x:default  {
	margin-right: 100px;
	height: 19px;
	position: relative;
}
div.nextPage p,  x:-moz-any-link, x:default  {
	clear: left;
}

/* safari chrome (forMacSafari5)*/
body:first-of-type div.box3 .box31{
	margin-bottom: 100px;
}

body:first-of-type div.box3 div.nextPage {
	margin-bottom: 0;
}





/*
	共通クラス（mechanism/3_3.htmlで使用）
*/

div.nextPage {
	page-break-before: always;
}




#no_print_item {
display: none!important;
}


body#checksheet_print {
	_zoom: 65%;
	zoom:65%;
	background-image: none;
	background-color:#f0eeef;
	/*-webkit-print-color-adjust: exact;*/ /* chrome bg print*/
}










div#footer {
	padding-bottom: 5px;
}