@charset "utf-8";

.clear{
clear:both;
}

/*-- clearfix --*/
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* body
========================================== */
body.labo {
    background-color: #eaeaea;
}

/* wrap
========================================== */
body.labo #wrap {
    position: relative;
}

/* g_navi
========================================== */

body.labo ul.g_navi li a{
	display:block;
	overflow:hidden;
	height:0!important;
	height/**/:0px;
	width:192px;
	padding:43px 0 0 0;
	background-image:url("../images/g_navi_02.jpg");
	background-repeat:no-repeat;
	}

ul.g_navi li.labo a{background-position:-768px 0;}

ul.g_navi li.labo a:hover,.labo ul.g_navi li.labo a{background-position:-768px -43px;}


/* contents
========================================== */
body.labo .contents {
    overflow: visible !important;
}

/* パンくずリスト
========================================== */
.labo .pan li {
    background-image: none;
    position: relative;
}

.labo .pan li:before {
    content: ">";
    position: absolute;
    left:0;
    top:0;
}

.labo .pan li.fast:before {
    content: "";
}

/* スライド
========================================== */
#boxLabSlide {
    margin: -20px 0 0 0;
    background-color: #fafafa;
    background-image: url(../labo/images/loader.gif);
    background-repeat: no-repeat;
    background-position: 630px center;
}

#boxLabSlideLeft {
    float: left;
}

#boxLabSlideLeft h1 {
    background-image: none;
    padding: 0;;
}

#boxLabSlideRight {
    float: left;
    width: 635px;
    height: 311px;
    overflow: hidden;
}

.flexslider li div div {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
}

.flexslider li .inner {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    height: 311px;
    background-color: rgba(0, 0, 0, 0.8); 
    cursor: pointer;
}

.flexslider li div.stop {
    top: 145px !important;
}

.flexslider li .urlText {
    display: none;
}

.invisible {
    display: none !important;
}

.flexslider li div a {
    color: #ffffff;
    text-decoration: underline;
}

.flexslider li div h2 {
    background-color: transparent;
    border-width: 0;
    margin: 10px 13px 8px 13px;
    padding: 0;
    line-height: 180%;
}

.flexslider li div dl {
    margin: 0 13px 15px 13px;
}

.flexslider li div dl dt {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.flexslider li div dl dt img {
    width: 50px;
    height: auto;
    margin: 0 0 0 -2px;
}

.flexslider li div dl dd {
    margin: -3px 0 0 50px;
    line-height: 160%;
    font-size:12px;
}

.flexslider li div dl dd span {
    font-weight: bold;
}

.flexslider li div p {
    margin: 0 13px 0 13px;
    color: #CCCCCC;
    line-height: 180%;
    font-size: 110% !important;
}

.flexslider .btnDetail {
    display: block;
    background-color: #e3ba20;
    text-align: center;
    margin: 15px auto 0 auto;
    padding: 12px 0 12px 0;
    width: 120px;
    color: #1e2034;
    text-decoration: none;
    z-index: 1000;
}

.flexslider .btnDetail span {
    background-image: url(../labo/images/ico_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 15px;
    font-size: 110%;
}

/* 検索
========================================== */
#searchBox {
    margin: 0 0 0 auto;
    position: relative;
    width: 200px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 0;
}

#searchBox div {
    position: absolute;
    width: 200px;
    margin: 0 0 0 0;
    right: 0;
}


#searchBox .searchInput {
    background-color: #c7cbfe;
    border-width: 0;
    border-radius: 15px;
    width: 155px;
    height: 25px;
    margin: 0;
    padding: 0 30px 0 15px;
}

#searchBox .searchSubmit {
    background-color: #6a6fab;
    border-width: 0;
    border-radius: 15px;
    background-image: url(../labo/images/ico_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* エントリー
========================================== */
.boxLabEntry {
    padding: 30px 30px 60px 30px;
    background-color: #ffffff;
    border-width: 10px 0 0 0;
    border-style: solid;
    border-color: #e3ba20;
    position: relative;
    overflow: visible !important;

}

.boxLabEntrySearch {
    border-width: 0;
}

.boxLabEntry2 {
    padding: 30px 30px 60px 30px;
    background-color: #ffffff;
    border-width: 10px 0 0 0;
    border-style: solid;
    border-color: #e3ba20;
    position: relative;
    overflow: visible !important;
}

.boxLabEntry span.btnSliderPrev {
    background-image: url(../labo/images/btn_left2.png);
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left: -35px;
	width: 23px;
	height:47px;
    z-index: 1000;
    cursor: pointer;
}

.boxLabEntry span.btnSliderNext {
    background-image: url(../labo/images/btn_right2.png);
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    right: -35px;
	width: 23px;
	height:47px;
    z-index: 1000;
    cursor: pointer;
}

.boxLabEntry:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #e3ba20;
    top: -30px;
    left: 634px;
}

.boxLabEntrySearch:before {
    border-width: 0;
}

.boxLabEntry h2,
.boxLabEntry2 h2 {
    background-color: #333333;
    color: #ffffff;
    border-width: 0;
    font-weight: normal;
    font-size: 120%;
    line-height: 150%;
    margin: 0 0 18px 0;
    padding: 5px 8px 8px 8px;
}

.boxLabEntry h3,
.boxLabEntry2 h3 {
    border-width: 0 0 0 7px;
    border-style: solid;
    border-color: #6a6fab;
    margin: 0 0 15px 0;
    padding: 0 0 0 6px;
    font-size: 100%;
}

.boxLabEntry p,
.boxLabEntry2 p {
    line-height: 180%;
    margin: 0 0 25px 0;
    font-size: 100%;
}

.boxLabEntryLeft {
    margin: 0 320px 0 0;
}

.boxLabEntryRight {
    width: 300px;
    float: right;
}

.boxLabEntryRight p {
    line-height: 130%;
    color: #666666;
    margin: 8px 0 30px 0;
}

.boxLabEntryFooter {
    border-width: 3px 0 0 0;
    border-style: solid;
    border-color: #6a6fab;
    padding: 25px 0 0 0;
}

.boxLabEntryFooter img,
.boxLabEntryFooter .imgTeacher {
    float: left;
    margin: 0;
}

.boxLabEntryFooter div {
    margin: 0 0 0 125px;
}

.boxLabEntryFooter div h4 {
    margin: 0 0 10px 0;
    font-size: 100%;
}

.boxLabEntryFooter div h4 a {
    float: left;
    text-decoration: underline;
}

.boxLabEntryFooter div h4 span {
    float: left;
}

.boxLabEntryFooter div h4 a:first-child,
.boxLabEntryFooter div h4 span.noLink {
    color: #666666;
    display: inline-block;
    margin: 0 15px 0 0;
}

.boxLabEntryFooter div h4 a:nth-child(2) {
    color: #333333;
    font-weight: normal;
}

.boxLabEntryFooter div h4 a.link {
    background-image: url(../labo/images/ico_link.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
	width: 24px;
	height:13px;
    margin: 3px 0 0 5px;
}

.boxLabEntryFooter div p {
    margin: 0 0 15px 0;
}

.boxLabEntryFooter div p.comment {
    line-height: 130%;
    color: #6A6CAB;
    border-width: 1px;
    border-style: solid;
    border-color: #6b6dac;
    padding: 13px;
    font-size: 120% !important;
    margin: 0 0 15px 18px;
    position: relative;
}

.boxLabEntryFooter div p.comment:before {
    content: "";
    position: absolute;
    background-image: url(../labo/images/bg_baloon.gif);
    background-repeat: no-repeat;
	width: 16px;
	height:15px;
    top: -1px;
    left: -16px;
}

.btnBackToTop {
    text-align: center;
    margin: 20px 0 40px 0;
}

#btnClose01 {
    width: 38px;
    height: 38px;
    position: absolute;
    top:0px;
    right:-38px;
    cursor: pointer;
}

#btnClose02 {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom:-25px;
    right: -38px;
    cursor: pointer;
}

/* ナビ
========================================== */
.boxLabNavi {
    margin: 40px 0 30px 0;
    padding: 0 0 25px 0;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #6a6fab;
    background-image: url(../labo/images/bg_navi.gif);
    background-repeat: no-repeat;
    background-position: 300px bottom;
}

.keywordNavi {
    background-position: 460px bottom;
}

.teacherNavi {
    background-position: 630px bottom;
}

.searchNavi {
    background-position: 688px bottom;
}

.boxLabNavi ul {
    text-align: center;
}

.boxLabNavi ul li {
    display: inline-block;
    margin: 0 30px 0 30px;
}

.boxLabNavi.customNavi {
    padding: 0;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #6a6fab;
    background-image: none;
}

.boxLabNavi.customNavi ul li {
    font-size: 1.333em;
    font-family: "游ゴシック Medium", YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1.2;
}

.boxLabNavi.customNavi ul li a {
    color: #6a6fab;
    font-weight: bold;
    padding-bottom: 25px;
    display: inline-block;
    position: relative;
}

.boxLabNavi.customNavi ul li a:hover {
    text-decoration: none;
    /*opacity: .8;*/
}

.boxLabNavi.customNavi ul li.active a,
.boxLabNavi.customNavi ul li a:hover {
    background-image: url(../labo/images/bg_navi.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.boxLabNavi.customNavi ul li a.searchLink {
    padding-left: 18px;
}

.boxLabNavi.customNavi ul li a.searchLink::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 13px;
    height: 14px;
    background-image: url(../labo/images/ico_search2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* キーワード
========================================== */
.boxKeyword {
    margin: -30px 0 30px 0;
}

.boxKeyword table {
    margin: 0 0 10px 0;
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #6a6fab;
    border-collapse: collapse;
}

.boxKeyword table th {
    font-size: 95% !important;
    font-weight: bold !important;
    background-color: #d0d1dd;
    padding: 10px;
    border-collapse: collapse;
}

.boxKeyword table td {
    padding: 10px;
    font-size: 80% !important;
    border-collapse: collapse;
}

.boxKeyword table tr:last-child td {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d0d1dd;
    text-align: center;
}

.boxKeyword table td label {
    margin: 0 12px 0 0;
    cursor: pointer;
    line-height: 150%;
    font-size: 12px;
}

.boxKeyword table td input {
    margin: 0 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.boxKeyword p {
    margin: 5px 0 5px 0;
    font-size: 80%;
}