@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}



body {
  font-family:sans-serif;
  margin: 0;
  text-align:center;
  background-image: url("../images/hai.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size:24px;
  
}

#all {
  background-color: #fff3b8;
  text-align: center;
  margin: auto;
  width: 670px;
  border:1px dotted #3AB98E;
  border-top:0;
  border-bottom: 0;


}

h1{
  text-align: left;
  font-family: 'impact',sans-serif;
  color:#3AB98E;
  text-indent: 0.5em;
  border-bottom:5px double #3AB98E;
  font-size:50px;
  font-weight:bold;
  
}
#yohaku{

  border-top:double 4px #3AB98E;
  border-bottom: double 4px #3AB98E;

}
h2{
  text-align: left;

  font-weight: bold;
  color:#3AB98E;
  text-indent: 0.5em;
  background-image: url("../images/sya100.gif");
  /* border-top:double 4px #3AB98E;
  border-bottom: double 4px #3AB98E; */
}
.form table{
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 1em;
    width: 70%;
    text-align: left;
}
.form th{
  width: 30%;
  border:solid 1px #3AB98E;
  color:white;
  background-color: #8BC34A;
  padding : 6px 4px;
}

.form td{
  width: 40%;
  border:solid 1px #3AB98E;
  padding : 6px 4px;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

a.cp_btn {
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #8BC34A;
	background: #8BC34A;
	overflow: hidden;
	z-index: 1 !important;
	font-size:20px;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
a.cp_btn:hover {
	color: #3AB98E;
}
a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}

#result {
    width:300px;
    height:250px;
    border:solid 1px #3AB98E;
    border-radius: 10px;
    background-color:#fffafa;
    margin: 0 auto;
    color:#555555;
}
.calender-wrapper{
    margin:0 auto;

}
table{
    margin:0 auto;
}
#name,#age,#property{
    height:30px;
    
}

@media(max-width:670px){
    

}
