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

.news,
.tutorial{
	background: #fff;
	box-sizing: border-box;
	margin-bottom:100px;
	padding: 40px 30px 100px;;
}

h2{
	line-height:90% !important;
	text-align:right;
}

.mv02{
	text-align:center;
}

.head01L{
	margin-bottom:15px;
}

.intro{
	box-sizing: border-box;
	padding: 30px 0;
}

.introN{
	box-sizing: border-box;
	padding: 8px 0;
}

.intro p{
	font-size:15px;
	margin-bottom: 40px;
}

.title{
	font-size:18px;
	font-weight: bold;
	line-height:140%;
}

.date{
	color: #99a0a7;
	margin-bottom: 5px;
}

.date span{
	margin-left:10px;
}

.text{
	font-size: 15px;
	margin-bottom: 15px;
}

.pager{
	text-align:center;
}

.pager ul{
	border:	1px solid #f4f4f4;
	border-radius: 5px;
	display:inline-block;
}

.pager ul li{
	display: inline-block;
}

.pager ul li a{
	border-right: 1px solid #f4f4f4;
	display: inline-block;
	padding: 5px 0;
    width: 25px;
}

.pager ul li.last{
	border-right: none !important;
}

.pager ul li:hover,
.pager ul li.current{
	background: #222c37;
}

.pager ul li:hover a,
.pager ul li.current a{
	color: #fff !important;
}

/* news */

.news .newsLeft{ float:left; width: 700px;}
.news .newsRight{ float:right; width: 300px;}

.news ul.newsAll li{
	/* border-bottom: 1px solid #e6e6e6; */
	box-sizing:border-box;
	/* padding: 5px 30px; */
	line-height: 2.2;
}

.newsLeftInr{
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 30px;
}

.news ul.newsAll li.last{
	margin-bottom:30px;
}


.news ul.newsAll .classNews,
.news ul.newsAll .classEvent,
.news ul.newsAll .classService,
.news ul.newsAll .classSoftware{
	float:left;
}


.news .bscTbl01 table tbody tr td{
	padding:8px 8px 8px 20px!important;
}

.news .bscBtn01.center a{
	padding:10px 40px !important;
}

.news .newsRight .bscTbl01 th{
	padding: 8px 20px !important;
}

.news .newsRight .number,
.news .newsRight #acMenu .totalNumber{
	color: #e25039;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu{
	text-decoration:none !important;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dt{
    display:block;
    text-align:left;
    cursor:pointer;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dt:hover{
	text-decoration:none !important;
}

.news .newsRight .bscTbl01 table tbody tr td  #acMenu dd{
/*    min-height: 50px;*/
    line-height: 50px;
    text-align: left;
    display: none;
	margin-left: 15px;
	margin-top:5px;
}

.news .newsRight .bscTbl01 table tbody tr td  #acMenu dd p{
	text-decoration:none !important;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dd:hover{
	text-decoration:underline !important;
}

/* tutorial */

.tutorial .greyBox{
	background: #f0f0f0;
	box-sizing:border-box;
	margin-bottom:60px;
	padding:25px;
}

.tutorial .greyBox p{
	font-size:16px;
	margin-bottom:15px;
}

.tutorial .greyBox select{
   color:#273c53;
   height: 42px;
   overflow: hidden;
   background:url(../img/icon_arrow.jpg) right center no-repeat;
   background-color:#fff;
   border: 1px solid #e31919;
   border-radius:5px;
   padding: 5px 0 5px 5px;
   width: 620px;
   -webkit-appearance: none!important;
   -moz-appearance: none;
}

.tutorial .bscTbl01 table tbody tr td.more{
	width: 20% !important;
}

.detailList li{
	border-bottom: 0 !important;
    padding: 0 20px !important;
}



/*sidemenu*/

#contents div.bscTbl01 table tr:hover td{
    background-color: #fff;
	text-align: left !important;
	text-decoration:none;
}

#contents .news .newsRight .bscTbl01 table tbody tr td{
	text-align: left !important;
}

#contents .news .newsRight .bscTbl01 table tbody tr td,
#contents .news .newsRight .bscTbl01 table tbody tr th{
	padding: 0!important;
}
#contents .news .newsRight .bscTbl01 table tbody tr th{
	padding: 10px 15px!important;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dt{
	padding: 10px 15px;
}
.news .newsRight .bscTbl01 table tbody tr td #acMenu dd{
	margin-left: 0;
	margin-top:0;
}
.news .newsRight .bscTbl01 table tbody tr td p a{
	display: block;
	padding:5px 15px;
}

.news .newsRight #acMenu dt:hover{
	background-color: #f0f0f0;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dd:hover{
	text-decoration:none !important;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dd p{
	margin-left: 15px;
}

.news .newsRight .bscTbl01 table tbody tr td #acMenu dd p a:hover{
	background-color: #f0f0f0;
	text-decoration:underline !important;
}

.editor {
  border-bottom: 1px solid #cacdd1;
  margin-bottom: 20px;
  padding: 30px 20px;
  font-size: 14px;
  text-align: left;
}
.editor ul li {
  list-style: disc !important;
}

.editor img {
  text-align: center;
}
.editor p {
  line-height: 1.8em;
  margin-bottom: 16px;
}
.editor a {
  transition: all 0.3s ease-in-out;
}
.editor a:hover {
  text-decoration: underline;
  color: #304861 !important;
  opacity: 0.6;
}
