@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_on.png');
	width:190px;
	height:36px;
	display:inline-block;
}
.law{
	background:url('image/law_off.png');
	width:190px;
	height:36px;
	display:inline-block;
}
#open { display:inline-block; width:25px; height:25px; }
#open       { background:url(image/open.png) no-repeat; }
#open:hover { background:url(image/open_hover.png) no-repeat; }
.title1{
	  color: #333;
  text-align: center;
  font-size: 25pt;
  font-weight: bold;
  line-height: 50pt;
}
.box{
	padding:20px;
	  border: 1px solid;
}
#result{
	height:auto;	
}
#player{
	text-align:center;
}
#now_video_title{
	  text-align: center;
  font-size: 20pt;
  color: #3A938C;
  width: 435px;
  border-radius: 10px;
  margin: auto;
  padding: 10px;
  margin-bottom: 19px;
  font-weight: bold;
}
#now_video_description{
	    font-size: 12pt;
    text-align: left;
    margin: 20px;
    line-height: 15pt;
    border-bottom: 1px dashed;
    padding: 20px;
}
.video_list{
	width:320px;
	display:inline-block;
	margin: 20px 64px;
}
.video_title{
	text-align:center;
	line-height:15pt;
}