/* Reset CSS */
body {
    line-height: 1.6em;
    margin: 10px 0;
    font-size: 75%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    outline: none;
    
	-ms-content-zooming: none;
	-content-zooming: none;
}

html {
    font-size: 87.5%;
    background: #f9f9f9;
}


#wrapper {
    width: 1024px;
    height: auto;
    margin: 0 auto;
}

/* link */
a:link {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

/* Contents */
.menuWrap {
    margin: 10px 15px 5px;
}

.menuSection {
    margin: 0 0 5px;
}

.menuSection h2 {
    font-weight: 500;
}

.explain {
    color: #666666;
    margin-top: 5px;
    font-size: 1.1em;
}

/*header*/
header {
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.headerWrap {
    width: 1024px;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
}
.headerWrap .titleArea {
    width: 50%;
    margin-left: 15px;
}

.headerWrap .logoArea {
    width: 50%;
    text-align: right;
    margin-right: 15px;
}
.headerWrap .logoArea p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.setLeft{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    position:relative;
    height:62px;
}

.setLeft li{
    float:left;
    position:relative;
}

.setLeft li.iconGenre{
    margin:3px 0 0 0;
    position:relative;
    clear:both;
}

.setLeft li.lessonTitle {
    float: left;
    margin: 8px 0 0 8px;
    position: relative;
}
.setLeft li.lessonTitle .tit01 {
    font-size: 13px;
    font-weight: normal;
}
.setLeft li.lessonTitle .tit01 span {
    font-weight: normal;
}
.setLeft li.lessonTitle .tit02 {
    font-size: 19px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    margin: 5px 0 0 0;
}

/*Contents menu*/
.menuWrap .chapterMenu {
    padding: 0;
    background: #fff;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.menuWrap .chapterMenu .inner > li {	/* 20170509 aタグに依存させないため、font-sizeを移動 */		/* 170602 リンクの有無を視認しやすいよう、初期状態をグレーアウト（#CCCCCC） */
    border-bottom: 1px dotted #dddddd;
    position: relative;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	font-size: 1.2em;
	color: #CCCCCC;
}

.menuWrap .chapterMenu > li a {	/* 20170509 aタグに依存させないため、font-sizeをliタグへ移動 */
    display: block;
    padding: 16px 0 16px 14px;
}

.chapterMenu .inner > li:last-child {
    border-bottom: 0;
}

.chapterMenu .inner > li > a {	/* 170602 リンクの有無を視認しやすいよう、リンクが存在した場合テキストを着色 */
    color: #333;
}

.menuWrap .chapterMenu .inner li > a:hover {
    background: rgba(92, 58, 144, 0.06);
    color: #5c3a90;
}

.menuWrap .chapterMenu .inner > li a:after {	/* 20170509 リンクの有無を視認しやすいよう、矢印画像の割当ををaタグ依存に変更 */
    position: absolute;
    top: 35%;
    right: 20px;
	content: url(../img/arrowicon.png);
}

.menuWrap .chapterMenu .inner > li a:hover:after {	/* 20170509 リンクの有無を視認しやすいよう、矢印画像の割当ををaタグ依存に変更 */
    position: absolute;
    top: 35%;
    right: 20px;
    content: url(../img/arrowicon_on.png);
}

.mainTitle {
    font-size: 1.3em;
    font-weight: 500;
    margin-right: 25px;
    color: #FFFFFF;
}

.chapter {	/* 20170509 間隔微調整のため、paddingを追加、統合 */
    font-size: 1.1em;
    width: 30%;
    display: inline-block;
	padding: 16px 0 16px 22px;
}

a > .chapter {	/* 20170509 aタグに内包された場合、paddingのサイズを縮小 */
	padding: 0 4px 0 8px;
}

.menu01, .menu02, .menu03, .menu04 {	/* 170612 リンクの有無を視認しやすいよう、初期状態をグレーアウト（#CCCCCC） */
    padding: 14px;
    vertical-align: middle;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #CCCCCC;
    border-left:4px solid #AAAAAA;
    cursor: default;
}

.toggle.menu01 {	/* 170612 リンクの有無を視認しやすいよう、toggleタグの有無で着色 */
    background-color: #efa7a7;
    border-left:4px solid #ef82ab;
}

.toggle.menu02 {	/* 170612 リンクの有無を視認しやすいよう、toggleタグの有無で着色 */
    background-color: #EEB86B;
    border-left:4px solid #ee9b2d;
}

.toggle.menu03 {	/* 170612 リンクの有無を視認しやすいよう、toggleタグの有無で着色 */
    background-color: #51A268;
    border-left:4px solid #009720;
}

.toggle.menu04 {	/* 170612 リンクの有無を視認しやすいよう、toggleタグの有無で着色 */
    background-color: #8969AF;
    border-left:4px solid #6738af;
}

.toggle {
    margin-top: 1px;
    cursor: pointer;
    background-color: #CCCCCC;
    border-left:4px solid #AAAAAA;
}

.toggle:hover {
    opacity: .9;
}
.toggle:after {
    position: absolute;
    top: 75%;
    right: 20px;
    margin-top: -1.4rem;
    content: url(../img/arrow.png);
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.toggle.active:after {
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.child {
    display: none;
}

.btnClose{
	padding: 20px;
	color: #FFFFFF;
	margin: 20px;
	font-size: 1.1em;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #666666;
	box-shadow: 0 4px 0 #333333;
	text-align: center;
	width: 200px;
	left: 50%;
	margin-left: -120px;
}
	.btnClose:hover {
	    opacity: .9;
	}
	
	.btnClose:active {
	    top: 4px;
	    box-shadow: none;
	}