body {
        font-size: 16px;
        vertical-align: top;
        line-height: 1.4; 
	font-family:'qMmpS Pro W3','arial','CI',Meiryo,'lr oSVbN',sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
    	-moz-text-size-adjust: 100%;
    	-ms-text-size-adjust: 100%;
    	-o-text-size-adjust: 100%;
    	text-size-adjust: 100%;
	-moz-appearance: none;
}

.logo {
	width:30%;
	margin: 0 auto;
}
.logo img {
	width:100%;
}

.selec {
	width: 85%;
	margin: 0 auto;
}
.selec2 {
	width: 100%;
}
.sets {
	width: 70%;
	margin: 10px auto;
	padding: 1em;
	background: #FFFFE0;
	border: solid 2px #3B7901;
	color: #000080;
	border-radius: 10px;
	line-height: 1.1em;

}


#title {
	width: 100%;
	padding: 0.2em 0;
	color: #fff;
	background: #339933;
	margin: 0 auto;
	text-align:center;
	font-size: 1.5em;
}
#title2 {
	width: 80%;
	padding: 0.2em 0;
	color: #fff;
	background: #4169E1;
	margin: 0 auto;
	text-align:center;
	font-size: 1.5em;
}
#bottom{
	width: 100%;
	height: 2px;
	background: #339933;
}

.type1 {
  border-collapse: collapse;
  width: 80%;
  margin:0 auto;
  border: 1px solid #3B7901;
}
 
.type1 th,
.type1 td {
  border: 1px solid #4169E1;  
  padding: 6px 6px 6px 10px;
}

.type1 td {
  background: #fff;
  color:#003399;
} 
.type1 th {
  background: #FFFFE0;
  text-align: left;
  font-weight:bold;
  width: 30%;
  color:#003399;
}

.tblr {
	width: 70%;
	margin: 0 auto;
}
.tblr td {
	padding:1em;
	border: solid 1px #3B7901;
	background: #fff;
}

ul {
    list-style: none;
}

.fsize2 {
    font-size:1.5em;
    color: #006400;
}

input.s0 {
	font-size:1.2em;
	width:20%;
	border: 1px solid #4682B4;  /* g */
	border-radius: 0.3em;   /* p */
	margin-bottom: 2px;
}
input.ss {
	font-size:1.2em;
	border: 1px solid #4682B4;  /* g */
	border-radius: 0.3em;   /* p */
	margin-bottom: 1px;
}
textarea.ss {
	font-size:1.2em;
	border: 1px solid #4682B4;  /* g */
	border-radius: 0.3em;   /* p */
}
input.s2 {
	width:50%;
	font-size:1.2em;
	background-color: #FFF;
	border: 1px solid #4682B4;  /* g */
	border-radius: 0.3em;   /* p */
	margin-bottom: 1px;
}
input.ss2 {
	width:80%;
	font-size:1.2em;
	background-color: #FFF;
	border: 1px solid #4682B4;  /* g */
	border-radius: 0.3em;   /* p */
	margin-bottom: 1px;
}
input.sss2 {
	width:98%;
	font-size:1.2em;
	background-color: #FFF;
	border: 1px solid #4682B4;  /* g */
	border-radius: 0.3em;   /* p */
	margin-bottom: 1px;
}
#dis_p {
	display: block;
}

#dis_s {
	display: none;
	}

@media screen and (max-width: 900px){
body {
        font-size: 12px;
}
#dis_s {
	display: block;
}
#dis_p {
	display: none;
}
.logo {
	width:70%;
}
#title {
	font-size: 1.1em;
}
#title2 {
	width: 96%;
}
.selec {
	width: 98%;
}
.sets {
	width: 90%;
}
.type1 {
	width: 96%;
	font-size:12px;
}
.type1 tr,
.type1 th,
.type1 td {
	display: block;
	width: auto;
}
  
.type1 tr:first-child {
	border-top: 1px solid #dbe1e8;  
}
.type1 th,
.type1 td {
	border-top: none;
}
.tblr {
	width: 99%;
}

}

