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

/*common
* --------------------------------------- */
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	color: #fff;
	margin: 0px;
	text-align: center;
}

*.floatclear { clear: both; }

a:link {
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffff00;
}
a:hover {
	text-decoration: underline;
	color: #ffff00;
}
a:active {
	text-decoration: none;
}

#links a:link { color:#fff; }
#links a:visited { color:#fff; }
#links a:hover { color:fff; }
#links a:active { color:fff; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
    font-weight: bold;
	margin: 0;
	letter-spacing: 0.1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight: bold;
	margin: 0;
	letter-spacing: 0.1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px auto;
	letter-spacing: 0.1em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	letter-spacing: 0.1em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	letter-spacing: 0.1em;
}

.course {
	font-size: 20px;
    font-weight: bold;
	line-height: 28px;
}

#wrap{ 
    width: 100%; 
}

#contents{ 
    width: 760px; 
	margin: 30px auto 200px;
	text-align: left;
}

img { border-style: none;
      max-width: 400px;
}
.thumbnail img {
   max-width: 400px;
   max-height: 100%;
   width: auto;
   height: auto;
}
.free .thumbnail img {
   max-width: initial;
   max-width: auto;
   max-height: initial;
   max-height: auto;
}
@media only screen and (max-width: 480px) {
.thumbnail img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}
.free .thumbnail img {
   max-width: initial;
   max-width: auto;
   max-height: initial;
   max-height: auto;
}
}

#logo{
	display: block;
	width: 80%;
	max-with: 400px;
	margin: 30px auto 30px;
}

#footer{
	background-color: #000;
	position: fixed;
	font-size: 10px;
	line-height: 14px;
	width: 100%;
	z-index:9999!important;
	bottom:0px;
}
#footer_nav{
	background-color: #000;
    padding: 6px;
}
#footer_nav ul{
    padding: 0px; 	
    margin: 0 auto;
} 
#footer_nav ul li {
    display: inline; 	
    margin-right: 1em;
} 
#footer_nav ul li a { 
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff; 	 
} 
#footer_nav ul li a:hover{ 
    color: #666;
}


/*main menu
* --------------------------------------- */
#menu-wrap{
  width: 100%;
  height: 27px;
  background: #000;
}
#menu-box{
  background: #000;
  font-family: 'Libre Baskerville', serif; 
  color: #fff;  
  width: 100%;
}
#menu{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 16.6%;
  margin: 0;
  padding: 0; 
}
#menu li a{
  display: block;
  padding: 4px 0 3px;
  background: #000;
  font-family: 'Libre Baskerville', serif;  color: #fff;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  margin-left: -1px;
}
#menu li a:hover{
  background: #333;
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
#menu{
  width: 100%;
}
#menu li{
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-top: -1px;
}
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #000;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
	border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #333;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

/*contents
* --------------------------------------- */
hr { 
    border:none;
	border-top: solid 1px #666;
	width:100%;
	height:1px;
	margin:30px auto;
}

.right {
    float: right;
    width: 48%;
	margin-bottom: 36px;
    }
.left{
    float: left;
    width: 48%;
	margin-bottom: 36px;
    }
@media only screen and (max-width: 768px) {
    .left , .right{
    width: 100%;
    }
.left{
    text-align: center;
    }
    }

.links_01 {
    width: 50%;
	margin: 0!important;
	text-align: center;
	float: left;
    }
@media only screen and (max-width: 768px) {
.links_01 {
    width: 100%;
    }
    }
	
.links_02 {
    width: 20%;
	margin: 0!important;
	text-align: center;
	float: left;
    }
@media only screen and (max-width: 480px) {
.links_02 {
    width: 50%;
    }
    }
.links_03 {
    width: 10%;
	margin: 0!important;
	text-align: center;
	float: left;
    }
@media only screen and (max-width: 480px) {
.links_03 {
    width: 25%;
    }
    }

#space{
    display: none;
  }
@media only screen and (max-width: 768px) {
#space{
    display: block;
    width: 100%;
	height : 300px;
  }
}

/*sp
* --------------------------------------- */
@media screen and (max-width: 768px) {
h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 50px;
}
h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
    font-weight: normal;
	margin: 0;
}
h3 {
	font-size: 14px;
	margin: 5px auto;
}
h4 {
	font-size: 14px;
	margin: 0px;
}

#contents{ 
    width: 90%; 
	margin: 30px auto 60px;
} 

#footer{
	background-color: #000;
	position: fixed;
	font-size: 10px;
	line-height: 14px;
	width: 100%;
	z-index:9999!important;
	bottom:0px;
}
#footer_nav{
	background-color: #000;
    padding: 6px;
}
#footer_nav ul{
    padding: 0px; 	
    margin: 0 auto;
} 
#footer_nav ul li {
    display: inline; 	
    margin-right: 1em;
} 
#footer_nav ul li a { 
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff; 	 
} 
#footer_nav ul li a:hover{ 
    color: #666;
}


/*links menu
* --------------------------------------- */
#links-wrap{
  width: 100%;
}
#links-box{
  background: #000;
  width: 100%;
}
#links{
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  padding: 0;
}
#links li{
  font-size : 12px;
  display: block;
  float: left;
  width: 33.3%;
  height: 20px;
  margin: 0;
  padding: 0; 
}
@media only screen and (max-width: 480px) {
#links{
  width: 100%;
}
#links li{
  width: 100%;
  font-size : 10px;
}
}

/*mistress
* --------------------------------------- */
.m_enter {
    float: left;
    width: 33.3%;
	margin-bottom: 36px;
	text-align: center;
    }
	
.m_enter_01 {
    float: left;
    width: 32%;
	margin-right: 2%;
	margin-bottom: 36px;
	text-align: center;
    }
.m_enter_02 {
    float: left;
    width: 32%;
	margin-right: 2%;
	margin-bottom: 36px;
	text-align: center;
    }
.m_enter_03 {
    float: left;
    width: 32%;
	margin-bottom: 36px;
	text-align: center;
    }
@media only screen and (max-width: 480px) {
.m_enter_01 {
    float: center;
    width: 100%;
    }
.m_enter_02 {
    float: center;
    width: 100%;
    }
.m_enter_03 {
    float: center;
    width: 100%;
    }
}

.m_bred_01 {
    float: left;
    width: 33.3%;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: right
    }
.m_bred_02 {
    float: left;
    width: 33.3%;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: center;
    }
.m_bred_03 {
    float: left;
    width: 33.3%;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: left;
    }