@charset "Shift_JIS";

html{
overflow:auto;
height:100%;
margin:0;
}

body{
margin: 0 ;			
padding: 0 ;			
font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
color: #E3E1D5; 
background:#1b1b1b;
font-size : 90%!important; 
width:100%;
height:100%;
word-break: break-word;
background-image:url(/challengelab/books/img/003.jpg);
background-position:right bottom;
background-attachment:fixed;
background-repeat:no-repeat;
}

a{
color:#d3d3d3;
text-decoration: none;
font-weight:bold;
transition: color .3s;
}

a:hover{
color:#7F756B;
text-decoration: none;
font-weight:bold;
}

.contents{
width:960px;
margin:0 auto;
font-size:90%;
}

.wrapper
{
min-height: calc(100vh - 115px);}


.frame-slider {
  display:none;
}
.frame-slider.slick-initialized {
  display: block;
}

.frame{
float:left;
width:300px;
}


.message2{
width:600px;
float:left;
margin-top:10px;
padding-left:15px;
padding-right:5px;
paddint-bottom:5px;
margin-left:20px;
word-break: break-word;
}

.message{
width:940px;
margin:0 auto;
padding:30px 35px 10px 15px;
color:#E3E1D5;
font-size:90%;
}

.message-in{
width:600px;
padding:0px 5px 10px 10px;
color:#E3E1D5;
word-break: break-word;}

.clearfix:after {
content: " ";  /* 擬似要素を追加する */
	display: block;  /*ブロックボックスを生成する*/
	visibility: hidden;  /*ボックスを非表示にする*/ 
	clear: both;  /* 左寄せ、または右寄せされた全ての要素にたいする回り込みを解除する。 */
	height: 0;  /* 高さを、0pxにする。 */
	line-height: 0;  /*行の高さは、0pxにする。*/
}

.footer {
  margin: 0 auto;
  padding: 0.5em;
  font-size:80%;
  font-weight:bold;
  color:white;
  margin-top:-15px;
  height:15px;
  text-align:center;
}

h2{
padding-bottom: 0.1em;
 border-bottom: 3px double #917051;
font-size:20px;
}

h3{
    color: #E3E1D5;
    font-size: 14px;
    line-height: 1.6em;
    border-bottom: 1px dotted #917051;
letter-spacing:0.5em;
}

h3:first-letter{
        font-size: 20px;

    }

/*メニューはハンバーガー*/

.inner {
    width: 960px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    
/*  position: absolute;*/
    position: fixed;
    width: 100%;
    background: #1b1b1b;
    height:56px;    
/*  padding: 10px 0 0;*/
    line-height: 1;
    z-index: 999;
}
#top-head {
    color: #fff;
    text-decoration: none;
}



#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    height: 20px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: silver;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

th{
    vertical-align: top;
    width: 100px;
    padding: 8px;
}

td{
    padding: 8px;
}

/* below responsive */
@media screen and (max-width: 640px) {

body{
	margin: 0 ;			
	padding: 0 ;			
	font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    	color: #E3E1D5; 
background:#1b1b1b;
    	font-size : 90%!important; 
       width:100%;
       height:100%;
word-break: break-word;

}

.frame{
display:none;
}

.message2{
width:400px;
padding-bottom:27px;
}

.message{
width:400px;
margin-left:0px;
}

.message-in{
width:600px;
padding:0px 5px 10px 10px;
color:#E3E1D5;

word-break: break-word;}

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #1b1b1b;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
     /* left: 13px;*/
        top: 5px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}}