@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:#6f6056;}
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:136px;
	height:36px;
	display:inline-block;
}
.method{
	background:url('../image/method_off.png');
	width:157px;
	height:36px;
	display:inline-block;
}
.news_video{
	background:url('image/news_video_off.png');
	width:190px;
	height:36px;
	display:inline-block;
}
.law{
	background:url('image/law_on.png');
	width:190px;
	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;
}
table { 
  border-spacing: 2px;
  border-color: gray;
  border-left: solid 1px black;
border-top: solid 1px black;
border-collapse: collapse;
line-height: 18px;
margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px black;
 }
td, th {
    padding: 10px;
    border-right: solid 1px black;
    vertical-align: middle;
    max-width: 500px;
    line-height: 30px;
    font-size: 12pt;
	    border-bottom: solid 1px black;
}
th {
color: #FFF;
background-color: #61a093;
}
.box{
	vertical-align: middle;
}
.red{
	background:#FFA2A4;
}