@charset "utf-8";

.wrapper {
	margin:auto;
	width:1024px;
	position:relative;
}

#sec_l {
	width:250px;
	position:absolute;
	left:37px;
	top:665px;
	z-index:20;
}
#sec_r {
	width:630px;
	float:right;
	position:absolute;
	left:357px;
	top:455px;
	z-index:10;
}
.slideshow {
	position:absolute;
	z-index:1;
	width:1024px;
	left:0px;
	top:0px;
	height:510px;
}
.map {
	position:absolute;
	top:310px;
	left:24px;
	height:326px;
	width:357px;
	z-index:30;
}
.btn_map {
	width:105px;
	height:105px;
	position:absolute;
	left:254px;
	top:524px;
	z-index:40;
}

/* news */
#box_topnews {
	background-image:url(../images/box_topnews_m.jpg);
	background-repeat:repeat-y;
	width:570px;
	padding:20px 30px 20px 30px;
}
#box_topnews dt{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	width:85px;
	float:left;/* 左に寄せる */
	clear:both;/* フロートの解除 */
	color:#999;
}
#box_topnews dd{
	width:460px;
	margin-left:100px;/* DTの幅分の設定 */
	font-weight:bold;
	color:#666;
	padding:5px;
xborder:1px solid #ccc;
}
#box_topnews .divNew {
	color:#fff;
	font-weight:bold;
	background-color:#f66;
	border-radius:3px 3px 3px 3px;
	padding:0px 5px 1px 5px;
	margin:0px 0px 3px 5px;
	display:inline-block;
	box-shadow:1px 1px 3px #ccc;
	font-size:11px;
	vertical-align:top;
}


.archives li {
	height:24px;
}
.archives span,
.archives a,
.archives img {
	font-size:13px;
	line-height:17px;
	vertical-align:middle;
}
.archives span:nth-of-type(1) {
	padding:0px 10px 0px 0px;
}
.archives span:nth-of-type(2) {
	padding:0px 10px 0px 0px;
}
.wrapper h1 {
	position:absolute;
	left:37px;
	top:0px;
	z-index:10;
}
.xdivNewsBottom { /* delete after 2015-09-19 */
	height:15px;
	line-height:0;
}

/*********************************************************
  news
*********************************************************/
.bnrNews{
	margin:0px 0px 20px 0px;
}

.news {
	position:absolute;
	top:355px;
	right:20px;
	width:550px;
	z-index:35;
}
.news #box_topnews {
	background-image:none;
	background:#FFF;
	opacity: 0.85;
	width:500px;
	height: 100px;
	padding:10px 10px 10px 15px;
	border-radius:3px 3px 3px 3px;
	box-shadow:0px 0px 5px #eee;
}
.archives {
	overflow-y:auto;
	height: 100px;
}
.news #box_topnews dt {
	height: 17px;
	vertical-align:top;
	width:70px;
	float:left;/* 左に寄せる */
	clear:both;/* フロートの解除 */
	color:#999;
	font-size:11px;
	line-height:14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
.news #box_topnews dd {
	width:370px;
	vertical-align:top;
	font-weight:normal;
	color:#666;
	line-height:14px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 5px 75px;
}
.news #box_topnews a {
	color:#0380e3;
	font-size:12px;
}
.news #box_topnews .archives .new {
	background-image: url(https://akitakata-yell.org/wp-content/themes/akitakata-city/images/new_s.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}


/*** Facebook banner ***/
.banner_fb{
	margin:0px 0px 40px 0px;
}


/*** Facebook Plugin ***/
.divFacebook {
	transform:	scale(1.26,1.26) translate(50px,23px);
	margin:30px 0px 0px 2px;
}


/*** 新着情報 ***/
.tblBlog {
	width:290px;
	float:left;
	margin:0px 25px 40px 0px;
}
.tblBlog h2 {
	width:250px;
	padding:0px 20px 0px 10px;
	white-space:nowrap;
	overflow:hidden;
	font-weight:bold;
	border-left:9px double #009fe8;
	border-bottom:1px solid #009fe8;
	margin:0px 0px 10px 0px;
}
.tblBlog h2 a {
	color:#000;
	font-size:11px;
}

.tblBlog .divDateCat {
	display:none;
}
.tblBlog td:nth-of-type(2) {
	border:5px solid red;
	height:350px;
	vertical-align:top;
	margin:10px 0px 50px 0px;
}
.tblBlog img {
	margin:0px 5px 0px 0px;
	float:left;
}
