@charset "UTF-8";
/* CSS Document */

/* アイコン */
.icon {
  position: absolute;
  left:34px;
  top:15px;
  height: 66px;
}

.icon .icon.off {
  background: url(../img/s_32_1.png) no-repeat;
}

.icon .icon.on {
  background: url(../img/s_32_2.png) no-repeat;
}

.icon .icon_img {
  width: 66px;
  height: 66px;
  margin-right:7px;
  background: url(../img/ic_kb_li_etc.png) center no-repeat;
}

.kiki_title {
  position: absolute;
  left: 141px;
  width: 250px;
  top: 30px;
  height:20px;
  display:inline-block;
  line-height:66px;
  font-size:20px;
  font-weight:bold;
  color:#32373a;
}

/**ボタン部分**/
#button_wrapper {
  position: absolute;
  left:67px;
  top:115px;
}
.button {
  position: absolute;
}
.button.col_1 {
	left: 0;
}
.button.col_2 {
	left: 182px;
}
.button.col_3 {
	left: 364px;
}
.button.col_4 {
	left: 546px;
}

.button.row_1 {
	top: 0;
}
.button.row_2 {
	top: 79px;
}
.button_text {
	font-size: 16px;
}
