@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- affairs
						- news

--------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#topslider {
	background-color: #FFFBC4;
}

#nt {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 40px;
}

#nt h2 {
	margin: 0 0 30px;
	position: relative;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 500;
}

#nt h2 span {
	display: inline-block;
	padding: 0 26px;
	background: url(../image/h_back.png) #FFF no-repeat 0 6px;
	background-size: 18px;
}

#nt h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DDD;
		z-index: -1;
}

#nt h2:after {
  right: 0;
}

#nt ul {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

#nt ul li {
	margin: 0 0 20px;
}

#nt ul li a {
	display: block;
	padding: 10px 26px;
	background: url(../image/arrow-01.png) #FFFCD0 no-repeat 98% center;
	background-size: 7px;
}

#nt ul li a span {
	display: inline-block;
	margin-right: 30px;
	color: #8D7149;
}

#nt ul li a:hover, #nt ul li a:active {
	text-decoration: underline;
}

#goal {
	background: url(../image/goal_back.png) no-repeat center center;
	padding: 80px 0 50px;
}

#goal .cont {
	width: 1000px;
	margin: 0 auto;
}

#goal h2 {
	margin: 0 0 30px;
	position: relative;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 500;
	z-index: 10;
}

#goal h2 span {
	display: inline-block;
	padding: 0 26px;
	background: url(../image/h_back.png) #FFFDE3 no-repeat 0 6px;
	background-size: 18px;
}

#goal h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DDD;
		z-index: -1;
}

#goal h2:after {
  right: 0;
}

#goal p {
	margin: 0 0 30px;
}

#goLink {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

#goLink .vetLink {
	float: left;
	position: relative;
	width: 480px;
	height: 297px;
}

#goLink .vetLink a {
	display: block;
	width: 480px;
	height: 297px;
	color: #FFF;
	background: url(../image/vet.png) no-repeat 0 0;
}

#goLink .vetLink a:hover, #goLink .vetLink a:active,
#goLink .ousLink a:hover, #goLink .ousLink a:active {
	opacity: 0.8;
}

#goLink .vetLink div {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: rgba(39, 28, 11, 0.6);
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 18px;
}

#goLink .vetLink div span {
	font-size: 14px;
}

#goLink .ousLink {
	float: right;
	position: relative;
	width: 480px;
	height: 297px;
}

#goLink .ousLink a {
	display: block;
	width: 480px;
	height: 297px;
	color: #FFF;
	background: url(../image/ous.png) no-repeat 0 0;
}

#goLink .ousLink div {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: rgba(39, 28, 11, 0.6);
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 18px;
}

#goLink .ousLink div p {
	line-height: 50px;
}


/*------------------------------------------------------------------------------------------------
  affairs
--------------------------------------------------------------------------------------------------*/
.affairs {
	margin: 0 40px;
}

.affairs dl dt {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	font-size: 24px;
	border-bottom: 2px dotted #E66F35;
}

.affairs dl dt:after {
 position: absolute;
	content: "";
	background-color: #F8DBCC;
	width: 36px;
	height: 36px;
	top: 9px;
	left: -3px;
	border-radius: 100%;
	z-index: -1;
}

.affairs dl dt span {
	font-size: 30px;
	margin-right: 10px;
}

.affairs dl dd {
	margin: 0 0 30px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#second ul.newsList {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

#second ul.newsList li {
	margin: 0;
	padding: 0;
}

#second ul.newsList li:nth-child(2n) {
	background-color: #F3F3F3;
}

#second ul.newsList li a {
	display: block;
	padding: 16px 26px;
	background: url(../image/arrow-01.png) no-repeat 98% center;
	background-size: 7px;
	color: #714e1b;
	text-decoration: none;
}

#second ul.newsList li a span {
	display: inline-block;
	margin-right: 30px;
	color: #8D7149;
}

#second ul.newsList li a:hover, #second ul.newsList li a:active {
	text-decoration: underline;
	color: #F26400;
}

.newsDate {
	margin: 0 0 10px !important;
}

.newsDetail {
	
}

}



@media screen and (max-width: 768px) {


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#topslider {
	padding: 110px 0 0;
	background-color: #FFFBC4;
}

#nt {
	margin: 0;
	padding: 40px 20px;
}

#nt h2 {
	margin: 0 0 20px;
	position: relative;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 500;
}

#nt h2 span {
	display: inline-block;
	padding: 0 26px;
	background: url(../image/h_back.png) #FFF no-repeat 0 6px;
	background-size: 18px;
}

#nt h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DDD;
		z-index: -1;
}

#nt h2:after {
  right: 0;
}

#nt ul {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	line-height: 1.2;
}

#nt ul li {
	margin: 0 0 20px;
}

#nt ul li a {
	display: block;
	padding: 10px 26px 10px 10px;
	background: url(../image/arrow-01.png) #FFFCD0 no-repeat 98% center;
	background-size: 7px;
}

#nt ul li a span {
	display: block;
	margin-bottom: 3px;
	color: #8D7149;
}

#nt ul li a:hover, #nt ul li a:active {
	text-decoration: underline;
}

#goal {
	background: url(../image/goal_back.png) no-repeat center center;
	padding: 40px 20px;
}

#goal h2 {
	margin: 0 0 30px;
	position: relative;
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 500;
	z-index: 10;
}

#goal h2 span {
	display: inline-block;
	padding: 0 26px;
	background: url(../image/h_back.png) #FFFDE3 no-repeat 0 6px;
	background-size: 18px;
}

#goal h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DDD;
		z-index: -1;
}

#goal h2:after {
  right: 0;
}

#goal p {
	margin: 0 0 30px;
}

#goLink {
	margin: 0;
	padding: 40px 20px 20px;
}

#goLink .vetLink {
	position: relative;
	margin: 0 0 20px;
}

#goLink .vetLink a {
	display: block;
	height: 240px;
	color: #FFF;
	background: url(../image/vet.png) no-repeat center 0;
	background-size: cover;
}

#goLink .vetLink a:hover, #goLink .vetLink a:active,
#goLink .ousLink a:hover, #goLink .ousLink a:active {
	opacity: 0.8;
}

#goLink .vetLink div {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: rgba(39, 28, 11, 0.6);
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 18px;
}

#goLink .vetLink div span {
	font-size: 14px;
}

#goLink .ousLink {
	position: relative;
	margin: 0 0 20px;
}

#goLink .ousLink a {
	display: block;
	height: 240px;
	color: #FFF;
	background: url(../image/ous.png) no-repeat 0 0;
	background-size: cover;
}

#goLink .ousLink div {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: rgba(39, 28, 11, 0.6);
	font-family: 'Taviraj', "Times New Roman", Times, serif;
	font-size: 18px;
}

#goLink .ousLink div p {
	line-height: 50px;
}


/*------------------------------------------------------------------------------------------------
  affairs
--------------------------------------------------------------------------------------------------*/
.affairs {
	margin: 0;
}

.affairs dl dt {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	font-size: 20px;
	border-bottom: 2px dotted #E66F35;
}

.affairs dl dt:after {
 position: absolute;
	content: "";
	background-color: #F8DBCC;
	width: 30px;
	height: 30px;
	top: 9px;
	left: -1px;
	border-radius: 100%;
	z-index: -1;
}

.affairs dl dt span {
	font-size: 26px;
	margin-right: 10px;
}

.affairs dl dd {
	margin: 0 0 30px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#second ul.newsList {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	line-height: 1.2;
}

#second ul.newsList li {
	margin: 0;
	padding: 0;
}

#second ul.newsList li:nth-child(2n) {
	background-color: #F3F3F3;
}

#second ul.newsList li a {
	display: block;
	padding: 16px 26px 16px 10px;
	background: url(../image/arrow-01.png) no-repeat 98% center;
	background-size: 7px;
	color: #714e1b;
	text-decoration: none;
}

#second ul.newsList li a span {
	display: block;
	margin-bottom: 3px;
	color: #8D7149;
}

#second ul.newsList li a:hover, #second ul.newsList li a:active {
	text-decoration: underline;
	color: #F26400;
}

.newsDate {
	margin: 0 0 10px !important;
}

.newsDetail {
	
}


}

