/* CSS Document */

#content_top {	
	width: 98%;
	margin:0px 1%;
	height: auto;
	float: left;
	text-align: center;
}
.sub_title {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 2px solid #8b4513;
	text-align: left !important;
}
.sub_title h3 {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	float: left;
	color: #8b4513;
	font-weight: bold;
	font-size: 16px;
}
#intro {
	width: 100%;	
	margin: 0px auto;
	text-align:left;		
}
.box_table {
	width: 96%;	
	height: auto;
	float: left;	
	box-sizing: border-box;	
	margin: 20px 2% 20px 2%;	
	font-size:14px;
	text-align:left;	
}
.block_Text {
	width: 100%;
	height:auto;
	margin-bottom: 20px;
	text-align:left;
}
.innerText{
	padding-top:5px;
	width:96%;
	height: auto;	
	margin-left:2%;
	margin-right:2%;	
}
.innerText img{
	width:100%;
	height: auto;		
}
#submenu {
	width: 100%;
	height: auto;
	float: left;
}
.submenu_box {
	width: 100%;
	height: auto;
	/* [disabled]margin-left: 5%; */
	float: left;
	display: table;
}
.submenu_item {
	width: 46%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	float:left !important;
	border: 1px solid #8c3e05;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
	box-shadow: 0 7px 6px -6px #777;
}
.submenu_item img {
	width: 100% !important;
	height: auto !important;
	float: left;
	border-radius: 4px;
}
.submenu_item:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	border: 1px solid #ffbe25;
	box-sizing: border-box;
}
#mainVisual {
	margin:0px auto;
	width:100%;
	margin-bottom: 75%;
	box-sizing: border-box;	
	background:#ffeac4 !important;	
}
#swf{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
}
#swf IMG {
	width:100% !important;
	height:auto;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	border-radius: 10px;
	border: 2px solid #376092;
	box-sizing: border-box;
}
#swf div{	
	border-radius: 10px;	
}
#swf IMG.active {
    z-index:10;
}

#swf IMG.last-active {
    z-index:9;
}

.blogDate{	
	width: 98%;
	margin-left: 1%;	
	margin-right:1%;
	/*font-weight: bold;*/
	/*color: #17b6ee;*/
	text-align: justify;
	margin-top:10px;
	float:left;
	margin-bottom:3px;
	font-size:14px;
}
.blogDate p:nth-child(odd){
	font-weight: bold;
	color: #17b6ee;
	margin-bottom:2px;
}
.blogDate p:nth-child(even){
	margin-bottom:15px;
	
}
.blogTxt{		
	width: 55%;		
	float:left;
	margin-top:10px;
	margin-bottom:3px;
}
.blogTxt a{
	font-size:15px;
	color:#000;
	text-decoration:none;
}
.blogTxt a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.6;
}
.clearfix{	
	border-bottom: 1px dotted #999;	
	clear:both;
	height:auto;	
	overflow:hidden;
}
.news{
	height:240px;
	overflow-y:scroll;
}
.main_ul{
	list-style:none;
	margin-top:10px;
}
.main_ul li{
	background:url(../img/top/icon.png) no-repeat;
	padding-left:18px;
	background-position:0px 5px;
}