@charset "UTF-8";
/**
 * healthcare.css
 * type: healthcare skin
 */

/* contact　上書き
--------------------------------------------------------------*/
#SIDEBAR .contact{
	background-image: url(/english/common/images/sidebar/side_bg_healthcare.gif);
}

/* H2 上書き
--------------------------------------------------------------*/
h2.formh2{
	margin:0;
	border-bottom:1px solid #A0A0A0;
	font-size:100%;
}
h2.formh2 span{
	color:#D90000;
}

/* formArea
--------------------------------------------------------------*/
.formArea{
	margin:0 0 0 12px;
}
.formArea .item{
	margin:15px 0 0 0;
	padding:4px;
	background-color:#EEEEEE;
	font-weight:bold;
}
.formArea .selectItem{
	padding:4px;
}
.formArea .selectItem .mr{
	margin:0 2px 0 0;
}
.formArea .selectItem .mr2{
	margin:0 2px 0 15px;
}
.aster {
	color:#D90000;
}

/* inputTbl
--------------------------------------------------------------*/
.inputTbl{
	margin:15px 0 0 0;
}
.inputTbl th{
	width:11em;
	text-align:right;
	font-weight:normal;
	padding:0 5px 5px 0;
	vertical-align:top;
}
.inputTbl th span{
	color:#D90000;
}
.inputTbl td{
	padding:0 5px 5px 0;
}
.inputTbl td input{
	margin:0 5px 0 0;
}
.inputTbl td input.input1{
	width:325px;
}
.inputTbl td input.input2{
	width:250px;
}
.inputTbl td input.input3{
	width:195px;
}
.inputTbl td input.input4{
	width:30px;
}
.inputTbl td input.input5{
	width:40px;
}
/* check
--------------------------------------------------------------*/
.check{
	margin:0 0 0 auto;
	width:551px;
	border:1px solid #D8D8D8;
}

.check .checkBody{
	margin:0px;
	padding:0px 30px 20px 40px;
}
.check .checkBody .checkTbl{
	margin:10px 30px;
	padding:10px 20px 0px 20px;
	background-color:#EEEEEE;
}
.check .checkBody .checkTbl th{
	padding:0 10px 10px 0;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}
.check .checkBody .checkTbl td{
	padding-bottom:10px;
}
.check .checkBody h2{
	margin:20px 0 0 0;
}


