@charset "utf-8";
/* CSS Document */

img.beam { display:block; }

.list { padding: 20px 27px 50px 27px; background-color: white; }
.comming{ text-align:center;}
p{ font-size:15pt; color:#000;}
p>span{ font-size:20pt; color:#900;}
#text{ width: 496px;
  height: 18px;
  float: left;
  border-radius: 5px;
  margin-left: 18px;}
.label{
	margin-bottom: -4px;
}
.explain{
	background:url('../image/explain_off.png');
	width:157px;
	height:36px;
	display:inline-block;
}
.method{
	background:url('../image/method_on.png');
	width:157px;
	height:36px;
	display:inline-block;
}
.title1{
	  color: #333;
  text-align: center;
  font-size: 25pt;
  font-weight: bold;
  line-height: 50pt;
}
.box{
	padding:20px;
	  border: 1px solid;
}
#result{
	height:auto;	
}
#result>p{
	font-size:15pt;
	  line-height: 25pt;
}
#result>p>span{
	font-size:15pt;
	font-weight:bold;
}
.pic{
	  margin-top: 30px;
	  border:0px;
}
.group{
	margin-bottom: 50px;
}
.subtitle{
	  color: #0D570D;
  font-size: 20pt;
  line-height: 40pt;
  font-weight: bold;
}
.content{
  text-indent: 40px;
  line-height: 25px;
	text-align: justify;
}
.downbox{
}
.lan_n{
	font-size: 20pt;
  text-align: left;
  margin-left: 5px;
}
.lan_d{
	    display: inline-block;
  margin: 20px;
  width: 186px;
}
.content table {
	font-size: 12pt;
  width: 900px;
  border-spacing: 2px;
  border-color: gray;
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-collapse: collapse;
  line-height: 35px;
  margin: auto;
  text-indent: 0px;
}
.content td {
	  vertical-align: middle;
padding: 10px;
border-right: solid 1px black;
border-bottom: solid 1px black;
background-color: #FFF;
}
.content th {
color: #FFF;
font-weight:bold;
text-align: center;
background-color: #0D570D;
opacity:0.7;
font-size:15pt;
vertical-align: middle;
padding: 10px;
border-right: solid 1px black;
border-bottom: solid 1px black;
}
.left{
	text-align:center;
	width:200px;
}
.t_title{
	text-align: center;
  font-size: 18pt;
  font-weight: bold;
}
.content tr .break {
	background-color: #0D570D;
	opacity:0.7;
	color:#FFF;
	text-align: center;
	font-weight: bold;
}
.video{
}