/*html,body {
	height: 100%;
}*/


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 90px 0px 0px -140px;
	text-align: center;
	z-index: 2000;
}

.img01 {
      max-width:280px;
      margin:0 auto;
      box-sizing:border-box;/* borderとpaddingをwidthに含める */
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -ms-box-sizing:border-box;
    }

.img01 img {
      width:100%;
      height:auto;
      vertical-align:top;
    }


.waku01 {
      padding:3px;
      border:1px solid #ccc;
      background:#fff;
      box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
    }
