.body
{
  background-color: #dddddd;
  font-size: 16px;
}

.box
{
	position: relative;
	width: 710px;
	padding: 50px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  line-height: 1.5em
}

.box:before, .box:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.title
{
  font-weight: bold;
  margin: 1.0em;
  text-align: center;
  font-size: 13pt;
}

.center
{
  text-align: center;
}

.logo
{
  margin: 0 0 30px 0;
}

.bold
{
  font-weight: bold;
}

.red
{
  color: #ff0000;
}

.gray
{
  color: #999999;
}

.right
{
  text-align: right;
}

.annai
{
  border-top: 1px dashed #555555;    /* 上側の1本線 */
  border-bottom: 1px dashed #555555; /* 下側の1本線 */
}


.gray a:link { color: #999999; }
.gray a:visited { color: #999999; }
.gray a:hover { color: #999999; }
.gray a:active { color: #999999; }

.blue
{
  color: #000099;
}

.detail
{
  margin: 0;
}

.tableTitle1 {
  background-color: #99CCFF;
  text-align: center;
}



.tableDetailCenter1 {
  background-color: #FFFFFF;
  text-align: center;
}

.tableDetailLeft1 {
  background-color: #FFFFFF;
  text-align: left;
}

.blue2 {
    color: #4b6ab0;
}

.right1 {
    text-align: right;
    clear: left;
    float:none;
}

ul, ol {
  list-style:none;
  background: #dee7fa;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}    


.button {
  margin: 5px 5px 5px 10px;
  padding: 3px 10px 5px 10px;
  display: inline-block;
  width: 180px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  background-color: #1abc9c;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);    
  font-size: 10pt;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}
.button:active {
  top: 3px;
  box-shadow: none;
}


.bold1 {
    font-weight: bold;
    font-size: 13pt;
}

div.dbtn2 {
  width: 170px;
  margin: 20px 0px 20px 5px;
  float:left;   
}

a.button2 {
  display: block;
  position: relative;
  top: 3px;
  padding: 10px 0;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  text-decoration: none;
//  background: #80120d;
  background: #00550d;
}
a.button2:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
//  background: #c81c14;
  background: #1c8a14;
  border-radius: 32px;
  transition: .2s;
  transform: translate3d(0,0,0);
}

a.button2a {
  display: block;
  position: relative;
  top: 3px;
  padding: 10px 0;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #773300;
}
a.button2a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #884411;
  border-radius: 32px;
  transition: .2s;
  transform: translate3d(0,0,0);
}


span.btn2 {
  display: block;
  position: relative;
  top: -3px;
  z-index: 2;
  font-family: sans-serif;
  font-size: 9pt;
  transition: .2s;
}
span.btn2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;  
  margin: -4px 0 0 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateX(5px) rotate(45deg);
  transition: .3s .1s;
}

a.button2:hover {
  top: 3px;
}
a.button2:hover:after {
  top: 0;
//  background: #e00e18;
  background: #0ea018;
}
a.button2:hover span {
  top: 0;
}
a.button2:hover span:after {
  right: 23px;
}


a.button2a:hover {
  top: 3px;
}
a.button2a:hover:after {
  top: 0;
//  background: #e00e18;
  background: #995522;
}
a.button2a:hover span {
  top: 0;
}
a.button2a:hover span:after {
  right: 23px;
}
