@charset "UTF-8";

/* contents */
.pageheader {
	border-top:1px solid #999;
	text-align: center;
}
.contents_article {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.contents_article >section {
	background:#ffeeca;
	padding:0px 2.5% 2.5%;
}
h3 {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-left:-2.5%;
	margin-right:-2.5%;
	margin-bottom:2.5%;
	position: relative;
}
h4.acMds {
	background:#FFF;
	margin-top:1.25%;
}
h4.acMds span {
	background:url(../images/menu_arrow_p.png) no-repeat 95.888% 50%;
	color:#5f3915;
	display:block;
	font-size: 1.15em;
	font-weight:normal;
	margin: 0;
	padding: 13px 12.5% 13px 4.605%;
	cursor:pointer;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size:  20px 20px;
	-ms-background-size: 20px 20px;
}
.acMds.active span {
	background: url(../images/menu_arrow_m.png) no-repeat 95.888% 50%;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
}
.acMds.over {
}
.m_contents {
	background:#FFF;
	margin-bottom:1.25%;
}
.m_contents .inbox {
	overflow:hidden;
	padding:0 4.605% 14px;
	position: relative;
}
.m_contents .inbox .video {
	margin-right:4.347%;
	width:30.79%;
}
.m_contents .inbox .video div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m_contents .inbox .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.m_contents .inbox .cap {
	width:59.782%;
	position: absolute;
	top: 0;
	left: 35.144%;
}


.pageTop {
	position:relative;
	width:100%;

	height:0;
	margin:0 auto;
}
.pageTop img {
	opacity: 0.7;
	width:54px;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	display: block;
	width: 54px;
	hegiht:40px;
	left:-59px;
	margin-left:100%;
}

