@charset "utf-8";


/* - - - - - - - - - - - - - - - - - - - - - 
	link
- - - - - - - - - - - - - - - - - - - - - */

.news-list a:link,
.news-list a:visited {
	color:#333;
	text-decoration:none;
}

.news-list a:hover,
.news-list a:active {
	color:#8e5500;
	text-decoration:underline;
}

.page-nav-news li a:link,
.page-nav-news li a:visited {
	padding: 2px 5px;
	color: #ffffff;
	border: 1px solid #8e5500;
	background-color: #8e5500;
	text-decoration: none;
}

.page-nav-news li a:hover,
.page-nav-news li a:active {
	padding: 2px 5px;
	color: #8e5500;
	border: 1px solid #8e5500;
	background-color: #fff;
	text-decoration: none;
}

.page-nav-detail a:link,
.page-nav-detail a:visited {
	color:#8e5500;
	text-decoration:underline;
}

.page-nav-detail a:hover,
.page-nav-detail a:active {
	color:#8e5500;
	text-decoration:none;
}

#side-menu a,
.contents-list a {
	text-decoration: none;
}

.side-contents ul a:link,
.side-contents ul a:visited {
	color: #333;
}

.side-contents ul a:hover,
.side-contents ul a:active {
	color: #8e5500;
	background-color: #f2f2f2;
}

.side-contents ul li a {
	padding-left: 35px;
	display: block;
	width: 200px;
	height: 45px;
}

.side-contents ul li.side01 a {
	background: url("../images/point_news_01.png") no-repeat 8px 12px;
}

.side-contents ul li.side02 a {
	background: url("../images/point_news_03.png") no-repeat 8px 12px;
}

.side-contents ul li.side03 a {
	background: url("../images/point_news_04.png") no-repeat 8px 12px;
}

.side-contents ul li.side04 a {
	background: url("../images/point_news_05.png") no-repeat 8px 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - 
  side-menu
- - - - - - - - - - - - - - - - - - - - - */

#side-menu {
	width: 230px;
	float: left;
}


#side-menu ul {
	width: 100%;
}

.side-contents {
	width: 100%;
}

.side-contents ul li {
	margin-top: 4px;
	line-height: 45px;
	list-style: none;
	border-bottom: 1px dotted #999;
	height: 45px;
}

.side-contents ul li:after {
	content: "";
	display: block;
	background: url("../images/news_line.png") no-repeat left bottom;
	width: 230px;
	height: 4px;
}

#side-menu .now {
	background-color: #f2f2f2;
}


.side-banner {
	margin: 20px 0;
}

.side-banner ul li {
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
}


/* - - - - - - - - - - - - - - - - - - - - - 
  main-contents
- - - - - - - - - - - - - - - - - - - - - */

#main-contents {
	margin: 0 0 0 50px;
	width: 720px;
	float: right;
}



/* - - - - - - - - - - - - - - - - - - - - - 
	news topics
- - - - - - - - - - - - - - - - - - - - - */

#main-news {
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
}

.top-title {
	margin-bottom: 10px;
}

.news-list {
	padding-bottom: 10px;
}

.news-list li {
	line-height: 45px;
	border-bottom: 1px dotted #999;
	list-style: none;
}

.news-list li time,
.news-list li .category {
	margin-right: 15px;
	/*display: inline-block;*/
	vertical-align: top;
}
.newTitle {
	font-size: 14px;
}
span.category02 {
    background: #fdd000;
    margin-right: 15px;
    padding: 4px;
    color: #ffffff;
    font-size: 0.8em;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/* detail page */

.state {
	margin-bottom: 20px;
}

.topics-time {
	margin-bottom: 5px;
	float: left;
}

.sns {
	float: right;
}

.sns ul li {
	margin-left: 10px;
	line-height: 1;
	float: left;
	list-style: none;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.photo-box {
	text-align: center;
}

.photo-box li {
	margin: 0 5px 10px;
	vertical-align: top;
	width: 100%;
	max-width: 340px;
	display: inline-block;
}

.photo-box li img {
    width: 340px;
}

.news-body {
	margin-top: 15px;
}
.news-body p a img,
.photo-box img{
	max-width: 100%;
	height: auto;
}

.box-title {
	margin: 18px 0 15px;
	padding: 0;
	color: #80c33f;
	font-size: 1.45em;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", sans-serif;
	text-align: left;
	letter-spacing: .2em;
	background: none;
	border-bottom: 2px solid #fdd000;
}

.box-title:before {
	padding-right: 10px;
	margin-right: 5px;
	vertical-align: middle;
	content: "";
	background: url("../images/news_titlepoint.png") no-repeat center center;
	width: 25px;
	height: 25px;
	display: inline-block;
}

.box-title:after {
	display: none;
}



/* list page */

.page-nav-news {
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.page-nav-news ul {
	list-style: none;
}

.page-nav-news li {
	margin: 0 3px;
	display: inline;
}

.page-nav-news li .current_page {
	padding: 2px 5px;
	color: #8e5500;
	font-weight: bold;
	border: 1px solid #8e5500;
}

.page-nav-detail  {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.page-nav-detail  ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

.page-nav-detail  li {
	margin: 0 10px;
	font-size: .85em;
	float: left;
	width: 330px;
}

.next { text-align: right; }

.mobile .news-body img{
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	#side-menu {
    margin: 0 auto;
    float: none;
		width: 100%;
	}
	.news-list li {
		line-height: 33px;
	}
	.news-list li .category {
		display: none;
	}	
	.page-nav-news li {
    margin: 0 3px 5px 3px;
    display: inline-block;
	}	
	.page-nav-detail li {
		margin: 0;
		width: 100%;
		float:none;
		text-align: left
	}
	.page-nav-detail li.next {
		text-align: right;
	}
	#side-menu .side-banner,
	#side-menu .fb_box,
	.parents #side-menu .side-contents{
		display: none;
	}
	#side-menu .now {
		background-color: #fdd000;
	}
	.side-contents ul li a {
		text-align: center;
		padding-left: 0px;
		width: 100%;
	}
	.side-contents ul li {
		float: left;
		width: 50%;
	}
	/* .side-contents ul li.side01 a, .side-contents ul li.side02 a {
		background: none;
	} */
	.contents-box {
		clear: both;
	}
}

