.idx_ct {
	font-weight: bold;
	color:#003E92;
}

.box_privacy {
	background-color: white;
	border: 1px solid #cccccc;
	padding: 10px 20px 0 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}


.ftwb { font-weight: bold; }
.lh175 { line-height: 1.75em}

.box_rsv {
	border: 1px solid #ccc;
	padding: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background-color: white;
}

/*----------------------------------------------------------------
	メニュー
----------------------------------------------------------------*/
.box_usermenu {
	border: 1px solid #CCCCCC;
	padding: 16px 0 15px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 0 0 10px 0;
}

/*----------------------------------------------------------------
	よくあるお問い合わせ
----------------------------------------------------------------*/
.box_ttl_qa {
  margin: 1em 0;
  padding: 1.5em 1em 1em;
  position: relative;
  border: 1px solid #CCCCCC;
  background-color: white;
}

.box_ttl_qa-title {
  position: absolute;
  top: -0.8em;
  left: 15px;
  font-size: 1em;
  background-color:#D0021B;
  color: #fff;
  padding: 2px 1em 1px 1em;
}

.box_ttl_qa p{
  margin: 0;
  padding: 0;
}