@charset "utf-8";

.logohold{
	position:absolute;
	top:30;
	left:0;}

/*----------------------------------------------------- Index */
#news {
	width:100%;
	margin-bottom:1.5%;
	letter-spacing:1px;
}
#news .news-list {
	width:100%;
	margin:auto;
}
#news .news-list .content {
	width:24%;
	height:590px;
	padding:10px;
	float:left;
	margin-left:1%;
	position:relative;
	line-height:20px;
}
#news .news-list .content:nth-of-type(1) {
	/*background:#6ab7c5;*/
	background:#5FB1BF;
	margin-left:0.5%;
}
#news .news-list .content:nth-of-type(2) {
	/*background:#e9a446;*/
	background:#d99426;
}
#news .news-list .content:nth-of-type(3) {
	background:#cb87ad;
}
#news .news-list .content:nth-of-type(4) {
	/*background:#9fba7c;*/
	background:#91AC71;
}
#news .news-list .content h2 {
	background-image:url(../img/h2arrow.png);
	background-repeat:no-repeat;
	font-size:1em;
	font-weight:normal;
	color:#fff;	
	padding:0px 0px 0px 40px;
}
#news .news-list .content .photo {
	width:100%;
	margin:10px 0;
}
#news .news-list .content .photo img {
	width:100%;
	height:auto;
}
#news .news-list .content .list {
	height:315px;
	overflow:hidden;
}
#news .news-list .content .list ul {
	list-style-type:square;
	color:#fff;
	font-size:0.9em;
	margin-left:17px;
}
#news .news-list .content .list ul li {
	margin-bottom:5px;
}
#news .news-list .content .list ul li a {
	color:#fff;
}
#news .news-list .content .list ul li a:hover {
	opacity:0.7;
}
#news .news-list .content .more {
	width:100%;
	height:30px;
	padding-right:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:5px;
	text-align:right;
}
#news .news-list .content .more a {
	padding:3px 8px;
	color:#fff;
	font-size:0.9em;
}
#news .news-list .content .more a:hover {
	background:#fff !important;
	text-decoration:none;
}
#news .news-list .content:nth-of-type(1) .more {	
	background-color:#33a5ba;
}
#news .news-list .content:nth-of-type(1) .more a:hover {
	color:#33a5ba;
	background-color:#fff;
}
#news .news-list .content:nth-of-type(2) .more {
	background-color:#d48b39;
}
#news .news-list .content:nth-of-type(2) .more a:hover {
	color:#d48b39;
	background-color:#fff;
}
#news .news-list .content:nth-of-type(3) .more {
	background-color:#b8618b;
}
#news .news-list .content:nth-of-type(3) .more a:hover {
	color:#b8618b;
	background-color:#fff;
}
#news .news-list .content:nth-of-type(4) .more {
	background-color:#829d60;
}
#news .news-list .content:nth-of-type(4) .more a:hover {
	color:#829d60;
	background-color:#fff;
}

#idname{
	width:40%;
	margin-top:20px;
	}
	
#idname ul{	
	float:left;
	color:#666;
	font-size:0.875em;
	margin-left:15%;
	}
#idname li{	
	float:left;
	font-weight:bold;
	width:33%;
	margin-top:25px;
	cursor:pointer;
	}


#idname .txt{
	font-size:0.7;
	text-align:center;
	color:#333;
	padding-top:10px;
	}

#map{
	width:36%;
	float:right;
	margin-top:30%;
	}
#map .blue{
	width:29%;
	float:left;
	margin-right:10px;
	background-color:#3591bd;	
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
	padding:20px 15px;
	cursor:pointer;}
	
#map .triangle{
	margin:auto;	
	width: 0;
    height: 0;
	padding-bottom:10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
}	

#map .txt{
	text-align:center;
	color:#fff;
	font-size:1em;
}	

/*----------------------------------------------------- media(RWD) */
@media only screen and (max-width: 990px) {
#map{
	width:100%;
	margin-top:3%;
	}
	#map .blue{
	width:32%;
}

#idname{
	float:left;
	}
	
#idname ul{	
	margin-left:5%;
	}
}
@media only screen and (max-width: 768px) {
	/*control iPhone*/
	#idname{
	float:left;
	}
	
#idname ul{	
	margin-left:1%; /*20180907update 5%;*/
	width:100%;
	margin-top:40px; /*20180907update*/
	}
#idname li{	
    font-size:0.55em; /*20180907update*/
	width:14%; /*20180907update*/
	padding-top:2px;
	height:20px; /*20180907update*/
	background-color:#FFF;
	}
	
#map{
	width:100%;
	margin-top:3%;
	padding-left:5%; /*20180906 add*/
	}
	#map .blue{
	width:30%;
}
}
