.todoufuken {
	font-size: 12px;
}
/*水色の丸数字の打ち消し*/
ol li {
	list-style:none;
}
ol li:before {
  content: none;
  counter-increment: none;
  background-color: none;
  color: none;
  display: block;
  float: left;
  line-height: 0;
  margin-left: 0;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: none;
}

.artcle {
	font-size: 14px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: right 0%;
	margin: 0px;
}

.artcle-left {
	float: left;
	width: 400px;
}
.artcle-right {
	float: right;
	width: 300px;
	height: auto;
}


.artcle2-left {
	float: left;
	width: 15%;
}
.artcle2-right {
	float: right;
	width: 83%;
	height: auto;
	padding-right: 5px;
}
.artcle2 {
	font-size: 14px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: right 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.artcle3 {
	font-size: 14px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: right 0%;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.artcle-box2 {
	border-bottom: 1px solid rgba(179,179,179,1.00);
	border-right: 1px solid rgba(179,179,179,1.00);
	border-left: 1px solid rgba(179,179,179,1.00);
	width: 739px;
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 2px;
	padding-bottom: 20px;
}
#ssl-box {
	border: 1px dotted #FD1902;
	padding: 15px;
	background-color: #FEF9F9;
}
textarea {
	font-size:16px;
}
input {
	font-size:16px;
}
select{
font-size:16px;
}
/*横幅768px以下に適応*/
@media screen and (max-width: 639px) {	
textarea {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	height: 15em;
	font-size: 20px;
}
input {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
font-size: 24px;
}
input[type="checkbox"] {
    width: 10%;
	font-size:20px;

}
select{
font-size:20px;
border:1px;
}
	

}
