﻿

/* ボタン部分　index / savemail
--------------------*/

div.buttonframe
{
    width :98%;
}


div.buttonframe a.button {
  display: inline-block;
  color: #000000;
  font-size: 1.6em;
  padding: 4px 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#f2f2f2", endColorstr="#d2d2d2");
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#f2f2f2", endColorstr="#d2d2d2");
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F2F2F2), color-stop(100%, #D2D2D2));
  background: -webkit-linear-gradient(top, #F2F2F2, #D2D2D2);
  background: linear-gradient(top, #F2F2F2, #D2D2D2);
  background: -moz-linear-gradient(top, #F2F2F2, #D2D2D2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px 2px;
  text-decoration: none;
  background: linear-gradient(to top, #f2f2f2, #d2d2d2);  /* IE10とOpera12.50用 */

}

div.buttonframe a.button.disabled {
  color: #ffffff;
}

div.buttonframe a.button.full-width {
  width: 90%;
  margin: 20px;
  text-align: center;
  height: 90px;
  padding: 0;
  line-height: 90px;
  border: 1px outset #F2F2F2;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px 2px;

}

div.buttonframe a.button.half-width {
  width: 45%;
  margin:0 0 0 15px;
  text-align: center;
  height: 90px;
  padding: 0;
  line-height: 90px;
  border: 1px outset #F2F2F2;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px 2px;

}

div.right {
    text-align: right;
}

div.left {
    text-align: left;
}

div.center {
    text-align: center;
}
