@charset "UTF-8";
/* MEETING */

#meetingContents .arrow{
	margin: 25px auto;
}

#meetingContents .wpEditArea iframe {
	width: 100%;
	margin: 0 auto;
}

#contentsHeader h1{
	margin-bottom: 0;
}

/* YOUTUBE */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin: 10px auto 15px;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*AUDIO */

audio {
	width: 100%;
}

.audioList {
	overflow: hidden;
}

.audioList li{
	background: #F7F7F7;
	margin: 0 0 5px 0;
}


/* Flexible Slide-to-top Accordion Style*/

.st-accordion{
    width:100%;
    margin: 10px auto;
}
.st-accordion ul li{
	min-height: 47px;
}

.audioList li .audioTi{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
	text-align:center;
	font-weight: bold;
    display: block;
	position: relative;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	padding: 10px;
}

.audioList li .audioTi:hover, .st-open a{
	background-color: #00A8E4;
	color: #FFFFFF !important;
	text-decoration: none;
}

.audioList li .audioTi span{
	background: transparent url(../images/arrow-accordion.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	-ms-filter: "alpha(opacity=100)";
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
	-ms-filter: "alpha(opacity=100)";
}

.st-content{
	display: none;
	margin: 20px;
	text-align:center;
	padding-bottom: 20px;
}

/* jQuery accordion 廃止に伴い、開いた項目の本文表示を CSS で制御する (Issue #4 Phase 1) */
.st-accordion ul li.st-open .st-content{
	display: block;
}

.st-content p{
	margin-top: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.wpEditArea h2{
	margin: 2em 0;
}
.wpEditArea h3 {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.wpEditArea h4 {
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.wpEditArea h5 {
        font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.wpEditArea p {
	line-height:1.5em;
	letter-spacing:0.8pt;
	margin: 0 1em 2em 1em;
}

.wpEditArea ol, .wpEditArea ul {
	margin-left: 3.5em;
        margin-bottom: 2em;
}
.wpEditArea ul {
	list-style: disc none outside;
}
@media screen and (max-width: 768px) {
	
	#meetingContents .wpEditArea {
		width: 100% !important;
	}
	
	.audioList li .audioTi, .st-content p {
		text-align: left;
		font-size: 1.4rem;
	}
	
	.audioList li .audioTi span{
		right: 10px;
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}
}
