@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

[class*="col-"] { width: 100%; }

@media only screen and (min-width: 1000px) {
  .col-4 {width: 33.33%;}
  .col-6 {width: 50%; padding-right: 10px; padding-left: 10px;}
  .col-8 {width: 66.66%;}
  .col-12 {width: 100%;}
}
body{
  height:100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;  
}
.container {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 32px;  
}
h1 {
  color: #0A0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
h2 {
  margin-top: 30px;
  color: #029002;
  font-size: 24px;
  font-weight: bold;
}
a {
  color: #0000ff;
  text-decoration: none;
}
p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 32px;
  color: #111111;
}
a:hover {
  color: #AA0000;
  text-decoration: underline;
}
img {
  display:block;
  margin:auto;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
input, button, select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
fieldset {
  min-width: 0;
  padding: 0px;
  margin-top: 0px;
  border: 0;
}
#myfate {
  background-color: #EEE;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 380px;
}
#datain {
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.mybirth {
  font-family: Arial, Helvetica, sans-serif;
}
.icity {
  color: #C00;
  font-weight: bold;
}
.myradio {
  width:1.0em;
  height:1.0em;	
}
#submitb {
  display:block;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  padding: 5px;
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
  background-color: #A00;
}
#submitb:hover {
  background-color: #C00;
  color: #FF0;
  cursor: pointer;
}
.mcell {
  font-size: 20px;
  height: 40px;
  width: 50%;
  float: left;
  vertical-align: middle;
  text-align: center;
}
.ad {
  clear:both;
  margin-top: 0px;
  margin-bottom: 15px;
  height: 400px;
  margin-left:auto;
  margin-right:auto;  
}

.cr {
	text-align: right;
	height: 44px;
	font-weight: bold;
}

.cl {
	text-align: left;
	height: 44px;
	font-weight: bold;
	vertical-align: bottom;
}
.c {
  text-decoration: underline;
}
.qa {
  font-weight: bold;
  color: #107E23;
}
.qas {
  color: #7E1023;
}
.clr {
  clear:both;
}
