@charset "UTF-8";

/***********************
 *[g050100] カメラ選択
 ***********************/

/**
 * 背景画像
 */
div.area-data
{
  width : calc( 1250px * 0.92 );
  height: calc(  600px * 0.92 );
}

/**
 * 文字列
 */
div.area-data > div.str-data1
{
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  text-stroke: 0.5px #ffffff;
  -webkit-text-stroke: 0.5px #ffffff;
}
div.icon-data.cam:hover
{
  cursor: pointer;
}
