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

#bodyArea {
}
#articleArea {
	margin: 0px auto;
	width: 640px;
	margin-top: 20px;
}

#articleArea .articleTextArea a{
	color: #028760;
	font-weight: bold;
}

.topNotes {
	padding: 10px 20px;
	width: 600px;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	color: #655341;
	border: #655341 solid 1px;
	transition: .3s ease-out;
	text-align: center;
}
.topNotes:hover {
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	-webkit-transform: translate(0px, -5px);
	-moz-transform: translate(0px, -5px);
	-ms-transform: translate(0px, -5px);
	-o-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}
#articleArea .date {
	margin-top: 20px;
	display: inline-block;
}
#articleArea .articleCategory {
	margin-top: 30px;
	margin-left: 8px;
	display: inline-block;
	background: #393939;
	color: #FFFFFF;
	padding: 3px 5px;
	font-size: 0.8em;
}
#articleArea .articleHeading {
	margin-top: 50px;
	border-left: #655341 5px solid;
	border-bottom: #B29043 2px dotted;
	color: #655341;
	padding-left: 10px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
}
#articleArea .articlePhoto img {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 40px auto;
}
#articleArea .articlePhotoEx img {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 40px auto;
}
#articleArea .articleTextArea {
	margin-top: 30px;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

#articleArea .articleTextArea p:first-child {
	font-size: 1em;
	color: #696969;
	line-height: 2em;
	letter-spacing: 1px;
}

#articleArea .articleTextArea p{
	font-size: 1em;
	color: #696969;
	line-height: 2em;
	letter-spacing: 1px;
	margin-top:25px;
}

#articleArea .articleTextAreaStrong {
	margin: 40px 0;
	border-left: 5px solid #B29043;
}
#articleArea .articleTextAreaStrong p {
	padding-left: 15px;
}
#articleArea .articleTextAreaList {
	border: 2px solid #B29043;
	border-radius: 3px;
	position: relative;
	margin: 30px 0px 30px 0px;
}
#articleArea .articleTextAreaList p {
	padding: 30px 25px 20px 25px;
}
#articleArea .articleTextAreaList .listTitle {
	background: #B29043;
	position: absolute;
	top: -15px;
	left: -15px;
}
#articleArea .articleTextAreaList .listTitle p {
	padding: 0px 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#articleArea .articleTextAreaList .articleTextAreaListPhoto{
	margin: 15px auto;
	text-align: center;
}

#articleArea .articleTextAreaListDot {
	margin: 20px 0;
	border: #B29043 dotted 2px;
}
#articleArea .articleTextAreaListDot p {
	padding: 20px 25px;
}
#articleArea .articleLead {
	font-size: 1.1em;
	font-weight: bold;
	color: #655341;
	line-height: 2em;
}

.listLeadPoint{
	color: #B29043;
}

.listLead{
	font-size:1.1em;
	font-weight: bold;
}

.articleMap{
	margin: 50px 0px;
}

#articleArea .downloadBtn {
	text-align: center;
	margin-bottom: 45px;
	height: 50px;
}
#articleArea .downloadBtn li {
	display: inline-block;
}
#articleArea .downloadBtn li a {
	text-align: center;
	background-color: #655341;
	border: 1px solid #655341;
	padding: 10px 30px;
	color: #FFFFFF;
}
#articleArea .downloadBtn li a:hover {
	background-color: #fff;
	border-color: #655341;
	color: #655341;
}
#articleArea .backToIndex {
	margin: 60px auto;
	text-align: center;
}
#articleArea .backToIndex a {
	text-align: center;
	display: inline-block;
	background-color: #655341;
	border: 1px solid #655341;
	padding: 10px 30px;
	color: #FFFFFF;
}
#articleArea .backToIndex a:hover {
	background-color: #fff;
	border-color: #655341;
	color: #655341;
}
