/* CSS Document */


body div.wrap {
/*	background-color: #f0fff0;	*/
	background-color: #f0f0f0;	
/*	background-color: #ffffff;	*/
}

body div.wrap article section.news {
	background-color: #f0f0f0;
}
body div.wrap article section.news h1 {
	position: relative;
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  2rem auto 2rem auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
}
body div.wrap article section.news h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 3px;
  content: '';
  border-radius: 3px;
	background-color: rgba(222, 105, 135, 1);
}
body div.wrap article section.news table {
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 auto 2rem auto;
}
body div.wrap article section.news table tr th {
	width: 15%;
	height:auto;
	padding: 1.5rem 0 1.5rem 1rem;
	margin: 0 0 0 0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.news table tr td {
	width: 85%;
	height: auto;
	padding: 1.5rem .5rem 1.5rem 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.news table tr td span {
	display: inline-block;
}

body div.wrap article section.paginate {
	background-color: #f0f0f0;
}


body div.wrap article section.news_detail {
	width: 60rem;
	height: auto;
	padding: 0 5rem 0 5rem;
	margin:  0 auto;
	font-size: 1.1rem;
	line-height: 1.8rem;
}
body div.wrap article section.news_detail h1 {
	position: relative;
	width: 50rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  4rem auto 4rem auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
}
body div.wrap article section.news_detail h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 3px;
  content: '';
  border-radius: 3px;
	background-color: rgba(222, 105, 135, 1);
}
body div.wrap article section.news_detail img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


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

	body div.wrap article section.news {
		padding: 2rem 1rem 2rem 1rem;
	}
	body div.wrap article section.news h1 {
		width: 100%;
	}
	body div.wrap article section.news table {
		width: 100%;
	}
	body div.wrap article section.news table tr th {
		display: block;
		width: 100%;
		padding: 1.5rem .5rem .5rem 0;
		text-align: right;
	}
	body div.wrap article section.news table tr td {
		display: block;
		width: 100%;
		padding: 1rem .5rem 1rem 1rem;
	}
	body div.wrap article section.news table tr td span {
		display: block;
	}

}

