@charset "UTF-8";
/* CSS Document */

#wrapper {
	font-size: 100%;
}

/* -------------------------------------------------------- header */

#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#title {
	width: 520px;
	float: left;
}

#header title h1 {
	float: left;
}

#header title h2 {
	float: left;
}

#header ul.utility {
	font-size: 93%;
	margin: 30px 0 0;
	float: right;
	list-style: none;
}

#header ul.utility li {
	padding: 0 5px;
	display: inline;
}

/* -------------------------------------------------------- gNav */

#gNavWrap {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 960px;
}

#btn-bd {
	top: 50px;
	position: absolute;
	width: 1px;
	height: 3px;
	display: none;
	background: #18416f;
}

ul#menu {
	list-style: none;
	padding: 0;
	/* background-color: #eeeeee; hover-color-setting */
	height: 50px;
	margin-bottom: 20px;
}

ul#menu li {
	float: left;
/*	width: 160px; */
  width: auto;
	height: 50px;
	overflow: hidden;
}

div#gNav {
	margin: 0 auto 3em;
	clear: both;
	/* padding-bottom: 3em; */
	width: 960px;
}

/* -------------------------------------------------------- slider */

#slider {
	position: relative;
	z-index: 0;
	left: 50%;
	width: 1600px;
	height: 880px;
	margin: -200px auto 20px -800px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #slider {
	position: absolute; /* IE10 */
  }
 
  div.outSlider {
  	height: 680px;
	display: block;
  }

}

#slider h3 {
	display: inline;
}

/* -------------------------------------------------------- topContents */

#contents {
	width: 960px;
	margin: -140px auto 0;
	position: relative;
	z-index: 1;
	/margin-bottom: 20px;	
}

.contentsBox {
	width: 468px;
	border: 1px solid #f7f7f7;
	float: left;
	margin-bottom: 20px;
}

.contentsBox.day,
.contentsBox.other {

}

.contentsBox.left {
	margin-right: 20px;
}

.contentsBox div.image {
	margin-bottom: 35px;
}

.contentsBox.day div.image {
	float: left;
	margin-right: 20px;
}

.contentsBox.other div.image {
	margin-bottom: 15px;
}


.contentsBox h4 {
	margin: 0 0 15px 20px;
}

.contentsBox h5 {
	margin: 0 0 15px 20px;
}

.contentsBox.day h4,
.contentsBox.other h4 {
	margin: 25px 0 15px 20px;
}

.contentsBox.topics h4 {
	margin: 25px 0 35px 20px;
}

.contentsBox.facebook h4 {
	margin: 25px 0 30px 20px;
}


.contentsBox.day h5 {
	margin: 0 0 15px 0;
	clear: right;
}

.contentsBox p.description {
	color: #3e454d;
	margin: 0 20px 15px;
}

.contentsBox div.link_detail {
	margin-bottom: 20px;
	text-align: center;
}

.contentsBox.topics dl {
	padding: 0 20px;
	margin-bottom: 65px;
}

.contentsBox.topics dl dt {
	margin-bottom: 0.5em;
	/* margin-left: -5px; */
	padding: 0.5em 0 0.5em 125px;
	font-weight: bold;
}

.contentsBox.topics dl dd {
	margin-bottom: -2.1em;
	padding-top: 0.5em;
	padding-left: 5px;
	width: 100px;
}

.contentsBox.view dl {
	padding: 0 20px;
	margin-bottom: 65px;
}

.contentsBox.view dl dt {
	font-weight: bold;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #f7f7f7;
}

.contentsBox.view dl dd.date {
	color:#a5a3a4;
}

.contentsBox.view dl dd.news {
	font-weight: bold;
	color: #3e454d;
}

.contentsBox.facebook div.widget {
	margin: 0 auto;
	width: 427px;
}

/* --------------------------------------------------------  footerSitemap */

#footerSitemap {
	font-size: 100%;
	background: #eeeeee;
	line-height: 200%;
}

#inFooterSitemap {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#sitemapList {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
	padding: 35px 0;
}

#sitemapList div {
	float: left;
	display: inline;
	margin-left: 50px;
}

#sitemapList div.first {
	float: left;
	display: inline;
	margin-left: 0;
}

#sitemapList div h5 {
	padding-bottom: 0.5em;
}

#sitemapList div h5 a {
	color: #343434;
	padding-left: 10px;
	text-decoration: none;
}

#sitemapList div h5 a:hover {
	color: #666666;
}

#footerSitemap ul {
	font-size: 93%;
	list-style: none;
	float: left;
	margin-left: 1.0em;
}

#footerSitemap ul li {
	text-indent: -1.0em;
}

#footerSitemap ul li a {
	font-weight: normal;
	padding-left: 10px;
}

#footerSitemap ul.secondcolumn {
	list-style: none;
	float: left;
	margin-left: 1.0em;
	padding-left: 30px;
}

/* --------------------------------------------------------- footer */

#footer {
	background-color: #000000;
	padding: 20px 0;
}

#inFooter {
	width: 960px;
	margin: 0 auto;
}

#inFooter h6 {
	padding: 5px 0 0 10px;
	float: left;
}

#footerUtilityMenu {
	margin-top: 40px;	
	height: 25px;
	line-height: 25px;
	float: right;
}

#footerUtilityMenu ul {
	text-align: right;
}

#footerUtilityMenu ul li {
	display: inline;
	background-position: 0 8px;
	padding-left: 10px;
	margin-left: 15px;
}

#footerUtilityMenu ul li a {
	font-size: 93%;
	color: #ffffff;
}

/* @end */

/* -------------------------------------------------------- category */

#categoryImageWrap {
	height: 128px;
	background-color: #eeeeee;
}

#categoryImage {
	width: 960px;
	margin: 0 auto;
}

#topicPath {
	background-color: #eeeeee;
}

#topicPath ul {
	width: 960px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 50px;
	list-style: none;
}

#topicPath ul li {
	display: inline;
}

#categoryContents {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#categoryContents div.categoryBox {
	width: 296px;
	float: left;
	margin: 0 26px 45px 0;
}

#categoryContents div.categoryBox.last {
	width: 296px;
	float: left;
	margin: 0 0 45px 0;
}

#categoryContents div.categoryBox div.icon {
	margin-bottom: 20px;
}

#categoryContents div.categoryBox h4 {
	font-size: 115%;
	margin-bottom: 10px;
}

#categoryContents div.categoryBox p.update {
	margin-bottom: 10px;
}


/* -------------------------------------------------------- detail */

#detailContents {
	width: 960px;
	margin: 0 auto 60px;
}

#detailContents h4 {
	font-size: 200%;
	font-weight: bold;
	color: #3e454d;
	margin-bottom: 25px;
}

#detailContents p.description {
	font-size: 122%;
	font-weight: bold;
	color: #3e454d;
	margin-bottom: 40px;
}

/* -------------------------------------------------------- topContents add */

.contentsBox.left {
	margin-right: 20px;
}

.contentsBox.view h4,
.contentsBox.link h4 {
	margin: 25px 0 15px 20px;
}

.contentsBox.link div.banner {
	text-align: center;
	margin-bottom: 15px;
}

.contentsBox.link div.banner a img {
	margin-bottom: 10px;
}
.contentsBox.link div.banner a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contentsBox.link div.banner a img {
	display: inline-block;
	border: 1px solid #eee;
	box-sizing: border-box;
}

/* */

body {
	overflow-x: hidden;
}

