@charset "UTF-8";

@import "../../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/
#news {
	display:none;
}

#news.wrap {
	margin: 0;
	padding: 0; 
}

#news.active {
	display:block;
}

.entry-header .entry-title {
	font-size: 20px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	word-wrap: break-word !important;
}

#news .entry-content {
	word-wrap: break-word !important;
}

#news .entry-content h1 { font-size: 20px; margin-bottom: 10px; }
#news .entry-content h2 { font-size: 18px; margin-bottom: 10px; }
#news .entry-content h3 { font-size: 16px; margin-bottom: 10px; }
#news .entry-content h4 { font-size: 16px; margin-bottom: 10px; }
#news .entry-content h5 { font-size: 16px; margin-bottom: 10px; }
#news .entry-content h6 { font-size: 16px; margin-bottom: 10px; }

#news .entry-content p,
#news .entry-content li,
#news .entry-content a,
#news .entry-content dd { 
	font-size: 14px; 
    margin: 0 0 10px;
	word-wrap: break-word !important;
}

#news .entry-content a {
  text-decoration: underline;
}

#news .entry-content a:hover {
  text-decoration: none;
}

#news .entry-content img {	
max-width: 100%;	
height: auto;	
}	


#contents .back {
  float: left;
  width: 170px;
  margin-top: 10px;
}

#contents .return {
  float: right;
  width: 136px;
  margin-top: 10px;
}


#contents dl {
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CFCEDB;
	word-wrap: break-word !important;
}
#contents dt {
	font-size: 11px;
	font-weight: bold;
	color: #084620;
	width: 100px;
	float: left;
	display: inline;
}
	#contents dt .btns {
		margin-top: 7px;
	}
	#contents dt .btns span {
		margin-right: 5px;
	}
	#contents dt a {
		font-size: 11px;
		font-weight: normal;
		border: 1px solid #093;
		background-color: #9C6;
		padding: 5px 7px;
	}
#contents dd {
	font-size: 12px;
	width: 490px;
	float: left;
	display: inline;
	word-wrap: break-word !important;
}
.admin #contents dd {
	padding-top:10px;
}
	#contents dd span {
		font-size: 12px;
		font-weight: bold;
		color: #C00;
		margin-right: 8px;
	}
	#contents dd a {
		font-size: 12px;
		color:#00532C;
		text-decoration:underline;
	word-wrap: break-word !important;
	}
	#contents dd a:hover {
		text-decoration:none;
	}
	
	#contents textarea {
		width: 98%;
		padding:5px;
	}
	#contents input#icon,
	#contents input#date {
		width: auto;
		padding:5px;
	}
	#contents th {
		width: 120px;
		padding: 10px 5px;
		text-align: left;
	}
	#contents td {
		padding: 10px 5px;
	}
		#contents td span {
			font-size: 12px;
			display: block;
			margin-bottom: 10px;
		}
	
	#regist {
		border: none;
		background-color: #084F28;
		font-size: 14px;
		color: #FFF;
		display: block;
		width: 60px;
		margin: 0px auto 30px;
		padding: 5px 0px;
		text-align: center;
	}
	#link {
		width: 98%;
		padding:5px;
		border:none;
		border:1px solid #999;
	}
#contents .type {
}
	#contents .type h2 {
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
		margin-bottom: 15px;
	}