/*showroomReservationStyle*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", /* "Noto Sans JP", "游ゴシック", "Yu Gothic", "YuGothic", */ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #555
}

body {
	width: 100%;
	height: 100%;
	background: #F2F2F2;
}

#wrapper {	
/*
	position: absolute;
	top: 20px;
	bottom: 0px;
	left: calc(50% - 420px);
*/	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 800px;
}

#header {
	width: calc(100% - 100px);
	height: 50px;
	background: #FFFFFF;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

#closeWindow {
	float: right;
}

#contents {
	width: calc(100% - 100px);
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-top: 30px;
	background: #F2F2F2;
}	

#closeWindow:hover{
	color: lightBlue;
	cursor: pointer;
}

#innerContent {
	position: relative;
	width: calc(100% - 100px);
	background: #FFF;
	padding: 50px;
}

#choiceWrapper table{
	border-collapse: collapse;
}

#choiceWrapper td {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
}

.centerCheckbox {
	vertical-align: top;
	text-align: center;
	width: 30px;
}

#choiceWrapper input[type=checkbox]{
	width: 16px;
	height: 16px;
	margin-top:6px;
}

.confirmBtnOrig {
	display: block;
	width: 200px;
    height:	50px;
	margin-left: auto !important;
	margin-right: auto !important;
	color: white;
	background: #00a0e9;
	border: none;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;	
	padding: 10px;
}

.confirmBtnOrig:hover{
	opacity: 0.7;
	cursor: pointer;
}


.confirmBtn {
	display: block;
	width: calc(100% - 10px);
    height:	130px;
	color: white;
	background: #00a0e9;
	border: none;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;	
	padding: 10px;
}

.confirmBtn:hover{
	opacity: 0.7;
	cursor: pointer;
}

#confirmBtn {
	margin-right: 10px;
}

#confirmBtn2 {
	margin-left: 10px;
}

#showErrorMsg {
	color: red;
	margin-top: 20px;
	display: none;
}



.centerCheckbox {
	padding-left: 20px !important;
	padding-right: 5px !important;
}

.missingCheck {
	vertical-align: top;
}

.chuiMark {
	color: red;
	font-weight: bold;
	font-size: 14px;
}