#ajax_loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
	z-index: 99999;
}
 
#ajax_loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(/common/images/ico/loading.gif) center center no-repeat;
}

.efo_loading {
	background: url(/common/images/ico/loading.gif) no-repeat bottom 0.4em right;
	background-size: 24px;
}

/**
 * 商品オプション選択用のモーダル（商品詳細のスタイルから引用）
 */
#modal_options h2 {
		margin-bottom: 10px;
		font-size: 1.4rem;
		
		.new {
				background: #C00;
				border-radius: 3px;
				padding: 3px 5px;
				margin-left: 7px;
				color: #FFF;
				font-size: 0.7rem;
				font-weight: normal;
		}
}
	
#modal_options .required {
		background: #FFE9E9;
		padding: 10px;
		margin-top: 15px;

		dt {
				font-weight: bold;
		}
}
	
#modal_options .age {
		margin-top: 15px;
		
		dl {
				margin-top: 5px;
				
				dt {
						font-weight: bold;
				}
		}
}