.edit-frame {
  height: 200px;
  width: 100%;
}

.graph-frame {
  width: 100%;
  height: 200px;
  margin: 50px auto;
}

/*ボタン*/
.cmt-btn {
	text-align: center;
	margin-bottom: 20px;
}

.btn-square-little-rich {
  position: relative;
  display: inline-block;
	font-size: 1em;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

/*++++++++++++++++++++++++++ PCレイアウト ++++++++++++++++++++++++++*/
@media all and (min-width:480px) {

  .edit-frame {
    height: 300px;
    width: 100%;
  }

  .graph-frame {
    width: 90%;
    height: 300px;
    margin: 50px auto;
  }

}
