@charset "utf-8";

/**************************************************
 mainVisual
**************************************************/
#mainVisual{
	background: url(../img/top/visual_bg.png) repeat-x 0 0;
	height: 400px;
}

#slideHanger{
	width: 1100px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#slideHanger img{
	position: absolute;
	filter:alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
  	display: none;
}

#thmbnailHanger{
	width: 100%;
	height: 14px;
	position: absolute;
	margin: -30px 0 0 0;
	text-align: center;
	z-index: 3;
}

.thumb{
	width: 34px;
	height: 14px;
	margin: 0 5px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	background-color: #3CB599;
	cursor: pointer;
}

.cur{background-color: #FF8000;}

/**************************************************
 contents
**************************************************/
#targetBtn{
	background-color: #F0F0F0;
	padding: 25px 0 30px 0;
	text-align: center;
	background: url(../img/top/target_bg.png) repeat-x 0 0, url(../img/bg1.png) repeat-x left bottom;
}

#targetBtn img{
	margin: 5px 10px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 6px rgba(0,0,0,0.3));
	-ms-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

/**************************************************
 topLeft
**************************************************/
#topLeft{
	width: 700px;
	float: left;
}

#topLeft a{color: #222222;}

#newsTopics{
	height: 500px;
	margin: 10px 0;
	padding: 0 10px 0 0;
	overflow: auto;
	font-size: 14px;
	font-size: 1.4rem;
}

#newsTopics li{
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0;
}

#newsTopics li span{
	display: block;
	font-weight: bold;
	color: #31937E;
}

.listNavi{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 10px 0;
}

.listNavi li{
	width: 230px;
	display: inline-block;
	margin: 15px 0 0 0;
}

.listNavi li a{
	display: block;
	background: url(../img/pointer1.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

/**************************************************
 topRight
**************************************************/
#topRight{
	width: 270px;
	float: Right;
}

#news p{
	height: 120px;
	padding: 10px 15px;
	background-color: #F6F6F6;
	overflow: auto;
}

#news p span{
	display: block;
	font-weight: bold;
	color: #31937E;
}

#news p a{color: #222222;}


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 1030px){
#targetBtn img{
	margin: 5px;
	width: 31%;
}
}
@media screen and (max-width: 640px){
#slideHanger{width: 100%;}
	
#slideHanger img{width: 100%;}

#thmbnailHanger{
	position: static;
}

#targetBtn{padding: 15px 0 20px 0;}

#targetBtn img{
	margin: 0 2px;
	width: 31%;
}

#topLeft{
	width: 100%;
	float: none;
}

#topRight{
	width: 100%;
	float: none;
}

.listNavi li{
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}

}