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

/*------------------------------------*\
    common
\*------------------------------------*/
.clearfix:after,
.inner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix,
.inner {
  /clear: both;
}

body {
  font-size: 62.5%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

a {
	color: #195FB4;
	text-decoration: none;
}
a:hover {
	color: #9e0000;
	text-decoration: underline;
}
a:visited {
	color: #3F342C;
}

span {
	display: none;
}



/*------------------------------------*\
    contents
\*------------------------------------*/

body.kwu-women-contents {
	background: url(../img/bg.png);
	margin: 0;
	padding: 0;
}
.wrapper {
	background-color: #ACCA4E;
	width: 960px;
	margin: 0 auto;
}


/* header */
.header {
	position: relative;
  height: 150px;
}
h2.kwu-logo {
	display: inline-block;
  position: absolute;
  top: 20px;
  left: 0px;
	background: url(../img/kwu-logo.png) no-repeat;
	width: 404px;
	height: 89px;
}
h2.kwu-logo a {
	display: block;
	width: 404px;
	height: 89px;
}
h1.contents-title {
	display: inline-block;
  position: absolute;
  top: 20px;
  right: 0px;
	background: url(../img/contents-title.png) no-repeat;
	width: 556px;
	height: 89px;
}
h1.contents-title a {
	display: block;
	width: 556px;
	height: 89px;
}
.associate {
	display: inline-block;
  position: absolute;
  top: 130px;
  right: 0px;
	font-size: 1.4em;
}

/* footer */
.footer {
	clear: both;
	text-align: center;
	padding: 20px;
	font-size: 1.4em;
}

/*
 *
  index
 *
 */
	
/* contents */
.contents-wrap {
	background-color: #FFF;
	padding: 0 0 50px 0;
}

/* lecture-list */
.lecture-list-wrap {}
.lead {
	background: url(../img/lead.png) no-repeat center 0;
	height: 190px;
}
.lead p {
  position: relative;
  top: 60px;
  font-size: 1.6em;
  line-height: 1.8;
  left: 140px;
  width: 700px;
}

.info{
  margin:0 0 30px;
  text-align: center;
}
.info p{
  display:inline-block;
  padding:20px 30px;
  font-size:1.8em;
  font-weight: bold;
  color:#fff;
  background:#8BB626;
  border-radius: 10px;
}


ul.lecture-list {
	border: 5px solid #FFF236;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
li.lecture-list-item {
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
}
.lecture-list-photo {
	display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0;
	width: 160px;
	height: 105px;
}
.lecture-list-parts-wrap {
	display: inline-block;
  width: 660px;
}
.lecture-list-item h3 {
	background: url(../img/arrow-chapter-list.png) no-repeat;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
  font-size: 1.8em;
  line-height: 1.24;
}
.more-btn {
	margin: 0 0 0 30px;
}
.profile-btn,
.resume-btn{
	display: inline-block;
	margin: 0 10px 0 0 ;
	padding: 5px 10px 6px 10px;
	color: #3F342C;
}
.profile-btn a,
.resume-btn a{
	display: block;
	color: #3F342C;
	font-weight: bold;
  font-size: 1.4em;
  line-height: 1.24;
}
.profile-btn {
	background-color: #E2E8C5;
}
.resume-btn {
	background: url(../img/icon-resume-btn.png) no-repeat;
	background-position: 10px 5px;
	background-color: #F2F2F2;
}
.resume-btn a {
	padding: 0 0 0 18px;
}
	
/* profile */
.profile-list-wrap {
	border: 5px solid #8BB626;
	width: 850px;
	margin: 50px auto;
	padding: 0;
}
.profile-list-wrap h3 {
	background: url(../img/profile-list.png) no-repeat;
	height: 50px;
	margin: 0;
}
ul.profile-list {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
li.profile-list-item {
	min-height: 170px;
}
li.profile-list-item02 {
	min-height: 200px;
}
li.profile-list-item:nth-of-type(2n+1) {
	background-color: #F2F2F2;
}
h4.profile-list-photo {
	display: inline-block;
	position: absolute;
	margin: 0;
	width: 452px;
}
#profile-01 {
	background: url(../img/profile-01.png) no-repeat;
  background-position: 10px;
	height: 170px;
}
#profile-02 {
	background: url(../img/profile-02.png) no-repeat;
  background-position: 10px;
	height: 200px;
}
#profile-03 {
	background: url(../img/profile-03.png) no-repeat;
  background-position: 10px;
	height: 170px
}
#profile-04 {
	background: url(../img/profile-04.png) no-repeat;
  background-position: 10px;
	height: 170px
}
#profile-05 {
	background: url(../img/profile-05.png) no-repeat;
  background-position: 10px;
	height: 170px
}
#profile-06 {
	background: url(../img/profile-06.png) no-repeat;
  background-position: 10px;
	height: 170px
}
.profile-list p {
	display: inline-block;
	padding:10px 0 0 460px;
	width: 370px;
  font-size: 1.2em;
  line-height: 1.4;
}

/* banner */
.kwu-banner {
	margin: 0 auto;
	padding: 0;
	width: 580px;
}
.kwu-banner a {
	display: block;
	background: url(../img/kwu-banner.png) no-repeat;
	background-position: 0 -128px;
	height: 120px;
}
.kwu-banner a:hover {
	background-position: 0 5px;
}

/*
 *
  chapter
 *
 */
 
.chapter-wrap {
  width: 960px;
  margin: 20px auto;
  padding: 0;
}
.column-left {
	float: left;
	background-color: #FFF;
	width: 255px;
	border-top: 5px solid #FFF236;
}

/* chapter-nav */
ul.chapter-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.chapter-nav-item {
	border-left: 5px solid #FFF236;
	border-right: 5px solid #FFF236;
	border-bottom: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}
li.current {
	border-left: 5px solid #9F1018;
}
li.chapter-nav-item a {
	display: block;
	background: url(../img/arrow-chapter-list.png) no-repeat;
	background-position: 5px center;
	margin: 0;
	padding: 12px 10px 12px 30px;
	color: #195FB4;
	font-weight: bold;
  font-size: 1.4em;
  line-height: 1.24;
}
li.chapter-nav-item a:hover {
	background-color: #FFF236;
}
.btn-wrap {
	border-left: 5px solid #FFF236;
	border-right: 5px solid #FFF236;
}
.chapter-nav-resume-btn {
	display: inline-block;
	background: url(../img/icon-resume-btn.png) no-repeat;
	background-position: 10px 7px;
	background-color: #F2F2F2;
	margin: 15px ;
	padding: 8px 10px;
}
.chapter-nav-resume-btn a {
	display: block;
	padding: 0 0 0 20px;
	color: #3F342C;
	font-weight: bold;
  font-size: 1.4em;
  line-height: 1.24;
}
.chapter-nav-back-btn {
	background-color: #FFF236;
	padding: 15px 60px;
}
.chapter-nav-back-btn a {
	display: block;
	background: url(../img/arrow-chapter-nav-back-btn.png) no-repeat;
	background-position: 10px center;
	background-color: #F2F2F2;
	margin: 0;
	padding: 8px 10px 8px 30px;
	color: #3F342C;
	font-weight: bold;
  font-size: 1.4em;
  line-height: 1.24;
}

/* movie */
.column-right {
	float: right;
	width: 680px;
}
.movie-wrap {
	border: 5px solid #FFF236;
	background-color: #FFF;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
h4.lecture-title {
	background: url(../img/arrow-chapter-list.png) no-repeat;
	background-position: 35px center;
	background-color: #EBF5FF;
	margin: 0;
	padding: 10px 10px 10px 50px;
	color: #3F342C;
	font-weight: bold;
  font-size: 1.4em;
  line-height: 1.24;
}
h3.chapter-title {
	width: 580px; 
	margin: 20px 0 8px 34px;
  padding: 0 0 0 6px;
	border-left: 5px solid #9F1018;
	color: #3F342C;
	font-weight: bold;
  font-size: 1.8em;
  line-height: 1.24;
}
.movie { 
	width: 620px; 
	height: 358px;
	margin: 0 auto; 
	background-color: #999;
}
 