@charset "UTF-8";



/* checksheet　index.html
------------------------------------------------------------ */
div.box{
	width: 908px;
	height: 1400px;
	background: url(../sheet/img/bg1.png) no-repeat;
	margin: 0 auto;
}

div.box p.txt1{
	float: left;
	padding: 63px 57px 0 71px;
	font-size: 17px;
	font-weight: bold;
	color: #4C4948;
}

div.box .pic{
	padding: 50px 0 0 0;
}

div.box .sheetBox{
	clear: left;
	width: 772px;
	height: 1097px;
	background: url(../sheet/img/bg2.gif);
	margin: 15px auto 0;
}

div.box .sheetBox h2{
	padding: 49px 0 0 76px;
}

div.box .sheetBox h3{
	padding: 44px 0 10px 76px;
}

div.box .sheetBox table{
	width: 620px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #4C4948;
	border-left: 1px solid #4C4948;
}

div.box .sheetBox table th{
	background-color: #7389c5;
	height: 38px;
	text-align: center;
	border-right: 1px solid #FFFFFF; 
}

div.box .sheetBox table th.yes{
	width: 70px;
	border-right: 1px solid #4C4948;
}

div.box .sheetBox table td.preYes{
	cursor:pointer;
}


div.box .sheetBox table td{
	padding: 10px 0 10px 23px;
	_padding-top: 5px;
	*padding-top: 5px;
	border-bottom: 1px solid #4C4948;
	border-right: 1px solid #4C4948;
	background-repeat: no-repeat;
	background-position: center;
}

div.box .sheetBox table td.yes{
	text-align:center;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer	
}


div.box .sheetBox .txt17{
	float: left;
	padding: 28px 7px 0 78px;
}

div.box .sheetBox .btn{
	padding: 23px 0 0 0;
}


/* checksheet　print.html
------------------------------------------------------------ */

div.printBox{
	width: 650px;
	height: 920px;
	border: 1px solid #2660ad;
}

div.printBox h1{ margin: 0; padding: 0;}

div.printBox .sheetBox{
	margin: 0 auto 0;
}

div.printBox .sheetBox h2{
	line-height: 0;
	padding: 20px 0 0 84px;
}

div.printBox .sheetBox h3{
	line-height: 0;
	padding: 20px 0 0 84px;
}

div.printBox .sheetBox table{
	border-spacing: 0;
	width: 404px;
	margin: 0 0 0 84px;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #4C4948;
	border-left: 1px solid #4C4948;
}

div.printBox .sheetBox table th{
	padding: 0;
	margin: 0;
	background-color: #7389c5;
	text-align: center;
	border-right: 1px solid #FFFFFF; 
}

div.printBox .sheetBox table th img{
	margin: 0;
	padding: 0;
}

div.printBox .sheetBox table th.yes{
	border-right: 1px solid #4C4948;
}

div.printBox .sheetBox table td{
	padding: 8px 0 8px 17px;
	border-bottom: 1px solid #4C4948;
	border-right: 1px solid #4C4948;
}

div.printBox .sheetBox table td.yes{
	padding: 5px 0 0 0;
	text-align: center;
}
div.printBox .sheetBox table td.yes img{
	width: 15px;
	height: 15px;
}


div.printBox .sheetBox .logo{
	padding: 30px 0 10px 415px;
}

