@charset "utf-8";
/* CSS Document */
#entry2 {
	display: none;
}
#menu {
	padding-bottom: 3px;
}

.note {
	color: red;
	font-size: 90%;	
}
.noteL {
	color: red;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;	
}
#print {
	width: 726px;
	height: 125px;
	background: url(img/print_bg.gif) top left no-repeat;
	margin-bottom: 30px;
	text-align: center;
}
#print p {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 15px;
}

.mark {
	color: #006400;
}
.box {
	border: 1px solid #cac8c2;
	padding: 20px;
	margin-bottom: 20px;
}
input {
	padding: 3px;
}
.sp input {
	padding: 5px 3px;
}


.form_tbl {
	background: #ffffe5 url(img/tbl_bg.jpg) bottom no-repeat;
	margin-bottom: 30px;
}
.pc .form_tbl {
	width: 724px;
}
.form_tbl th {
	background: #b8ecd8 url(img/th_bg.jpg) top right repeat-y;
	border: 1px solid #cbcbcb;
	padding: 5px;
}
.pc .form_tbl th {
	width: 18em;
}
.form_tbl td {
	border: 1px solid #cbcbcb;
	padding: 5px;
	padding-left: 10px;
}
.btnLayout {
	margin-bottom: 40px;
	text-align: center;
}
.checkBlock {
	width: 4em;
	float: left;
	text-align: center;
	color: #dc143c;
}
.date_time {
	padding-left: 4.5em;
}





.sp table.form_tbl {
	width: 620px;
	background: none;
	margin-bottom: 30px;
}
.sp table.form_tbl,
.sp table.form_tbl thead,
.sp table.form_tbl tbody,
.sp table.form_tbl tr,
.sp table.form_tbl td {
	display: block;
	border: 0 none;
}
.sp table.form_tbl th {
	display: block;
	border-radius: .25em;
	margin-bottom: .4em;
	margin-top: .4em;
}
.sp table.form_tbl td {
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding-bottom: .4em;
}
.sp .btnLayout input {
	width: 48%;
	height: auto;
}
.pc .pc-span {
	display: inline-block;
}
.sp .pc-span {
	display: block;
	margin-bottom: .3em;
}
.pc label.boxlabel {
	display: block;
}
.sp input.checkbox {
	display: block;
	 width:20px; 
	 height:2em; 
	 vertical-align:top;
}
.sp label.boxlabel {
	display: block;
	width:100%; 
	height:2em; 
	background:#ffffe5;
	border:1px solid #CCC;
	padding-left: .2em;
	margin-bottom: .2em;
}
.sp .noteL {
	color: red;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;	
}
.sp #print {
	width: 620px;
	height: auto;
	background-image: none;
	background-color: #C00;
	margin-bottom: 30px;
	text-align: left;
}
.sp #print p {
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
}
.sp .sp-print {
	width: 250px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.sp .checkBlock {
	width: 5.5em;
	float: left;
	text-align: center;
	color: #dc143c;
}
.sp .checkBlock label.boxlabel {
	height: auto;
}
.sp .date_time {
	padding-left: 6em;
}
