@charset"UTF-8";

/**
 * home.css
 */

/* Layout */
@media ( min-width : 768px ) {
	.row {
		position: relative;
	}
	.home-news, .home-admin, .home-kouhou {
		float: left;
		position: relative;
	}
	.home-news {
		width: 49.0%;
		left: 25.5%;
	}
	.home-admin {
		width: 23.5%;
		right: 51.0%;
	}
	.home-kouhou {
		width: 23.5%;
		margin-left: 2%;
	}
}

/* メニューブロック */
.header-menu {
	margin: 4px 0 30px 0; padding: 0;
	border: none;
	background: none;
	}

/* リンクバナー */
.home-banner img { margin: 5px auto; }


/* スライダー */
.home-slider {
	margin-bottom: 10px; padding: 2px 0;
	background-color: #f7f6f2;
	border-top: 1px solid #e5e5e5;
}
@media ( min-width : 768px ) {
	.home-slider {
		margin-bottom: 10px; padding: 5px 0;
	}
}
#bxslider {
	position: relative; left: 0; top: 0;
	margin: 0 auto;
	max-width: 960px;
}
.bx-wrapper {
	border: none;
	box-shadow: none;
}
@media ( min-width : 960px ) {
	.bxslider img {
		width: 960px; height: 340px;
	}
}
ul.bxslider li {
	display: none;
}
ul.bxslider li:first-child {
	display: block;
}
.yukigorou {
	position: absolute; right: 10px; top: -55px;
	padding-top: 10px; padding-right: 96px;
	color: #666;
	font-size: 12px;
	text-align: right;
	line-height: 1.4;
	z-index: 100;
}
.yukigorou a {
	position: absolute; right: 0; top: 0;
}

/* ニュースタブ */
.news { margin-bottom: 20px; }
.news h2 { display: none; }
.nav-tabs {
}
.nav-tabs > li a {
	float: left;
	margin-right: 1px; margin-bottom: -1px !important; padding: 5px 3%;
	border: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	cursor: pointer;
	background: #e9e6dd;
	background: -moz-linear-gradient(top,  #e9e6dd 0%, #f6f5f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e6dd), color-stop(100%,#f6f5f1));
	background: -webkit-linear-gradient(top,  #e9e6dd 0%,#f6f5f1 100%);
	background: -o-linear-gradient(top,  #e9e6dd 0%,#f6f5f1 100%);
	background: -ms-linear-gradient(top,  #e9e6dd 0%,#f6f5f1 100%);
	background: linear-gradient(to bottom,  #e9e6dd 0%,#f6f5f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6dd', endColorstr='#f6f5f1',GradientType=0 );
}
.nav-tabs > li a {
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}
.nav-tabs > li a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
}
.nav-tabs > li a.active {
	color: #46a128;
}
.tab-content {
	clear: both;
	/*position: relative; left: 0; top: -1px;*/
}
.tab-pane {
	display: none;
	padding: 10px 15px 20px 15px;
	border: 1px solid #ccc;
	background: #fff;
}
.tab-pane.active {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
}

/* 新着情報 ＆ お知らせ ＆ イベント情報*/
.whatsnew,
.topics,
.minical__event_list {
}
.whatsnew h2,
.topics h2 {
	display: none;
}
.whatsnew__date,
.topics__date {
	color: #666;
}
.whatsnew__title .fa,
.topics__title .fa {
	color: #B4D9A8;
}
.whatsnew__nav,
.topics__nav,
.minical__nav {
	margin-top: 10px;
	text-align: right;
}
.whatsnew__nav a,
.topics__nav a,
.minical__nav a {
	display: inline-block;
	margin-left: 5px; padding: 2px 10px;
	border-radius: 4px;
	background-color: #F3F1E5;
	color: #1a1a1a;
	font-size: 85.5%;
}
.whatsnew__nav .fa-rss-square {
	color: #F6891F;
	font-size: 120%;
}

/* カレンダー */
.minical__event_list h3 {
	margin-bottom: 1em;
	color: #45a127;
	font-weight: bold;
}
.minical__event_list h4 {
	border-bottom: 1px solid #F3F1E5;
	/*color: #45a127;*/
	font-weight: normal;
	line-height: 24px;
}
.minical__event_list .sep { color: #ccc; }
.minical__event_list .date {
	color: #999;
	font-weight: normal;
}
.minical__event_list .Sat .date { color: #66d; }
.minical__event_list .Sun .date,
.minical__event_list .holiday .date { color: #d66; }
	
.minical__event_list ul {
	margin: 10px 10px 20px 10px;
}
.minical__event_list li {
}
.minical__event_list li .fa {
	color: #B4D9A8;
}
.minical__event_list .noyet {
	color: #999;
}


/* 広告欄 */
.home-koukoku {
	margin-bottom: 20px;
	border: 1px solid #cdcdcd;
}
.home-koukoku h2 {
	margin: 1px; padding: 2px 5px;
	background-color: #f7f6f2;
	color: #9a9a9a;
	font-size: 12px;
}
.home-koukoku li img {
	margin: 10px auto 0 auto;
}
.home-koukoku .desc {
	padding: 5px;
	font-size: 12px;
	text-align: right;
}
.home-koukoku .desc .fa {
	color: #d6d1be;
}
.home-koukoku .error {
	padding: 1em 0 0.5em 0;
	color: #9a9a9a;
	font-size: 12px;
	text-align: center;
}

/* ニュース特急便 */
.home-express {
	max-width: 226px;
	margin: 0 auto 20px auto;
	position: relative;
}
.home-express h2 {
	z-index: -1;
}
.home-express .thumb {
	width: 80px;
	position: absolute; right: 0; top: -2px;
	z-index: 1;
}
.stackone {
	border: 3px solid #fff;
	float: left;
	width: 80px;
	position: relative;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.stackone:after {
	content: "";
	width: 80px; height: 60px;
	background: #768590;
	border: 3px solid #fff;
	position: absolute; top: -6px; left: 1px;
	z-index: -1;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(5deg);
	   -moz-transform: rotate(5deg);
	     -o-transform: rotate(5deg);
	    -ms-transform: rotate(5deg);
	        transform: rotate(5deg);
	/*Dirty IE8 hack*/
	height: 0px\9; width: 0px\9;
	border: none\9;
}

/* 市報おばなざわ */
.home-shihou {
	clear: left;
	margin-bottom: 20px; padding: 4px 7px 10px 7px;
	border: 2px solid #b5daa9;
	background: #fff url(images/home__shihou-bg.png) no-repeat center center;
}
.home-shihou h2 {
	margin: 4px 0;
}
.home-shihou .thumb {
	max-width: 130px;
	margin: 10px auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.home-shihou .title {
}

/* フッタバナー */
.footer-banner {
}
.footer-banner ul {
	margin: 20px 0;
	padding: 10px 10px;
	border-top: 1px solid #e5e5e5;

	background: #f7f6f2;
	background: -moz-linear-gradient(top,  #f7f6f2 0%, #ffffff 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f2), color-stop(70%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f6f2 0%,#ffffff 70%);
	background: -o-linear-gradient(top,  #f7f6f2 0%,#ffffff 70%);
	background: -ms-linear-gradient(top,  #f7f6f2 0%,#ffffff 70%);
	background: linear-gradient(to bottom,  #f7f6f2 0%,#ffffff 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f2', endColorstr='#ffffff',GradientType=0 );
}
.footer-banner li {
	float: left;
	width: 48%;
	margin: 5px 1%;
}
@media ( min-width : 768px ) {
	.footer-banner li {
		width: 18%;
		margin: 10px 1%;
	}
}
.footer-banner img {
	margin: 0 auto;
}
