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

/*---メインイメージ----------------------------------------*/
#pagetitle_image {
	background:url(../images/labo_title.jpg) no-repeat; 
	width:890px;
	height:79px; 
	margin:0 auto;
	padding:0;
	}
#pagetitle_image span {display:block;text-indent:-99999px;}
/*---メインイメージ----------------------------------------*/
#left_con{
	font-size:14px;
}

h2#page_title{
	color:#FFF;
	background-color:#69AF2F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	font-size: 22px;
	margin:15px 0;
}

.daigakumei{
	margin-bottom:20px;
}

.daigakumei span{
	font-size:15px;
	color:#333333;
	font-weight:bold;
}	

#labo span.red{
	color: red;
}	


#labo h3{
	background-color:#1977B3;
	padding:20px;
	padding-left:45px;
	font-size:18px;
	color:#FFF;
	position:relative;
	margin-top:40px;
    line-height: normal;
    
}

#labo h3:before{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	background:url(../images/icon01_h3.png) no-repeat;
	top:15px;
	left:10px;
}

#labo h4{
    color: #333;
    font-size: 14px;
	padding: 5px 0;
	margin-top:30px;
    border-bottom: 1px solid #69AF2F;
    box-shadow: 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 0 #ccc;
    text-shadow: #aaa 0px 1px 1px;
}
 
#labo h4:first-letter{
    font-size:22px;
}

#labo h5{
    font-size: 14px;
    color: #21853B;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

#labo ul.inlineBlock{
	margin:15px 0 0 0;
	padding:0;
}

#labo ul.inlineBlock li{
	list-style:none;
	display:inline-block;
	margin: 5px 1em 0 0;
}

#labo ol.autoNum{
	margin:20px 0 0 0;
	padding: 0 ;
	counter-reset: li;
}

#labo ol.autoNum li{
	position:relative;
	list-style:none;
	padding:15px 15px 15px 28px;
	border:1px solid #ccc;
	background:#fafafa;
	margin: 20px 0 0 18px;
}

#labo ol.autoNum li:before {
	display: inline-block;
	content: counter(li);
	counter-increment: li;
	width: 36px;
	height: 36px;
	line-height:36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #0082AA;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top:-18px;
	font-size:14px;
}

#labo ol.autoNum li:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#labo ol.autoNum li p{
	margin:0;
	padding:0;
}

#labo ol.autoNum02{
	margin:20px 0 0 0;
	padding: 0 ;
	counter-reset: li;
}

#labo ol.autoNum02 li{
	position:relative;
	list-style:none;
	padding:15px 15px 15px 28px;
	border:1px solid #ccc;
	background:#fafafa;
	margin: 20px 0 0 18px;
}

#labo ol.autoNum02 li:before {
	display: inline-block;
	content: counter(li);
	counter-increment: li;
	width: 36px;
	height: 36px;
	line-height:36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #67a952;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top:-18px;
	font-size:14px;
}

#labo ol.autoNum02 li:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#labo ol.autoNum02 li p{
	margin:0;
	padding:0;
}



ul.basic{
	margin:0;
	padding-left:2em;
}
ul.basic li{
	margin:0 0 10px;
	line-height:1.5;
}
ol.number{
	margin: 0;
    padding: 0;
}
ol.number li{
	list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
#labo .gray_box{
	padding: 15px 15px 15px 28px;
    border: 1px solid #ccc;
    background: #fafafa;
    margin: 20px 0 0 18px;
}


p.indent{
	position: relative;
    padding-left: 2em !important;
}

p.font12.indent2{
	padding-left: 3em;
    text-indent: -3em;
}


#labo ol.autoNum li p.font12.indent2{
	padding-left: 3em;
    text-indent: -3em;
}


p.indent span{
	position: absolute;
    top: 0;
    left: 0;
}

/*---1マイ写真 中央------------------------------------------*/
#labo .boxImg_C{
	width:90%;
	margin:0 auto;
	text-align:center;
}

#labo .boxImg_C.w60par{
	width:60%;
	margin:0 auto;
	text-align:center;
}

#labo .boxImg_C.w40par{
	width:40%;
	margin:0 auto;
	text-align:center;
}

#labo .boxImg_C.big{
	width:100%;
}
#labo .boxImg_C img{
	max-width:100%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#labo .boxImg_C.no-frame img {
    background: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#labo .boxImg_C .cap{
	display:block;
	color:#888;
	width:100%;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

#labo .video_C a:hover{
	text-decoration: none;
}

#labo .textimg img{
    max-width: 100%;
    margin: 0;
    padding: 3px;
    background: #fdfdfd;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	}


#labo .button a{
    display: block;
    padding: 15px 0;
    border-radius: 5px;
    color: #fff;
    background-color: #69af2f;
    background-image: url(../images/arrow_other.png);
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #21853b;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    transition: 0s;
	text-decoration: none;
	}


#labo .button{
    margin-top: 20px;
    padding-bottom: 20px;
	}


#labo .button a:hover{
	position: relative;
	top:3px;
	border-color: transparent;
}


/*---1マイ写真 右------------------------------------------*/

/*---1マイ写真 右------------------------------------------*/
#labo .boxImg_R{
	width:36%;
	float:right;
	margin-left:2%;
}
#labo .boxImg_R.big{
	width:42%;
}
#labo .boxImg_R.big50{
	width:50%;
}

#labo .boxImg_R.big60{
	width:60%;
}

#labo .boxImg_R.big50n{
	width:50%;
}

#labo .boxImg_R img{
	max-width:100%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#labo .boxImg_R .cap{
	display:block;
	color:#888;
	width:100%;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}
/*---1マイ写真 右------------------------------------------*/


/*---2マイ写真------------------------------------------*/
#labo .boxImg2{
	clear:both;
	padding-top:10px;
}

#labo .boxImg2 .box{
	width:50%;
	float:left;
	text-align:center;
	display: block;
}

#labo .boxImg2 .box img{
	max-width:68%;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#labo .boxImg2.big .box img{
	max-width:80%;
}

#labo .boxImg2.big90 .box img{
	max-width:90%;
}

#labo .boxImg2 .box .cap{
	display:block;
	color:#888;
	width:68%;
	margin:0 auto;
	padding-top:5px;
}
/*---2マイ写真------------------------------------------*/

/*---3マイ写真------------------------------------------*/
#labo .boxImg3{
	clear:both;
	padding-top:10px;
}

#labo .boxImg3 .box{
	width:33.3%;
	float:left;
	text-align:center;
}

#labo .boxImg3 .box img{
	max-width:90%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#labo .boxImg3 .box .cap{
	display:block;
	color:#888;
	width:90%;
	margin:0 auto;
	padding-top:5px;
}
/*---3マイ写真------------------------------------------*/


/*---ポップアップ------------------------------------------*/
#photo_area250{
	margin:0 0px 20px 10px;
	padding:0 0px;
	width:255px;
	text-align:right;
	float:right;
	
}
#photo_area250 .caption{
	display:block;
	text-align:center;
	margin:5px 0 10px;
}

#photo_area250.pic_3row{
	margin:0 5px 20px;
	padding:0 0px;
	width:auto;
	text-align:center;
	float:none;
	overflow:hidden;
	
}

#photo_area250.pic_4row{
	margin:0 0px 20px 0;
	padding:0 0px;
	width:auto;
	text-align:center;
	float:none;
	overflow:hidden;
	
}

#photo_area250.pic_3row p{
	width:270px;
	float:left;	
	padding:0 10px;
}

#photo_area250.pic_3row .shadow {
	float:none;
	margin: 0;
}

#photo_area250.pic_3row .shadow img {
	width:264px;
	height:auto;
}

#photo_area250.pic_4row p{
	width:23%;
	float:left;	
	padding:0 1%;
}

#photo_area250.pic_4row .shadow {
	float:none;
	margin: 0;
}

#photo_area250.pic_4row .shadow img {
	width:98%;
	height:auto;
}

#photo_area250.pic_2row{
	margin:0 0px 20px 0;
	padding:0 0px;
	width:auto;
	text-align:center;
	float:none;
	overflow:hidden;
	
}

#photo_area250.pic_2row p{
	width:48%;
	float:left;	
	padding:0 1%;
}

#photo_area250.pic_2row .shadow {
	float:none;
	margin: 0;
}

#photo_area250.pic_2row .shadow img {
	width:48%;
	height:auto;
}

.zoom{
	position:relative;
}

.zoom:after{
	content:"";
	display:block;
	width:40px;
	height:40px;
	background:url(../images/zoom.gif) no-repeat center center;
	background-size:contain;
	position:absolute;
	bottom:15px;
	right:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.zoom2,.zoom3{
	position:relative;
}

.zoom2:after,.zoom3:after{
	content:"";
	display:block;
	width:40px;
	height:40px;
	background:url(../images/zoom.gif) no-repeat center center;
	background-size:contain;
	position:absolute;
	bottom:8px;
	right:1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.zoom3:after{
	bottom:10px;
	right:5px;
}

/*---ポップアップ------------------------------------------*/

/*---動画------------------------------------------*/
#labo .videogallery{
	overflow:hidden;
}

#labo .voverlay{
	float:left;
	text-align:center;
	display:block !important;
	zoom: 1;
	position: relative;
	vertical-align: top;
	margin: 0 !important;
	font-size:14px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#labo .video_C .voverlay{
	float:none;
	width:auto;
}

#labo .video_C.w400 .voverlay img{
	width: auto;
}

#labo .voverlay img {
	width: 80%;
	display: block;
	height: auto;
	margin: 0 auto;
	border: none;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#labo .voverlay img {
	width: 80%;
	display: block;
	height: auto;
	margin: 0 auto;
	border: none;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#labo .big .voverlay img {
	width: 100%;
}
#labo .videoR{
	width:30%;
	float:right;
	overflow: visible;
}
#labo .videoR.w36per{
	width:36%;
	margin-left: 2%;
}
#labo .videoR.w42per{
	width:42%;
	margin-left: 2%;
}
#labo .videoR.w50per{
	width:50%;
	margin-left: 2%;
}
#labo .videoR .voverlay{
	float:none;
	width:100%;
}
#labo .videoR .voverlay img {
	width: 100%;
}

#labo .video2{
	padding-top:10px;
}

#labo .video2 .voverlay{
	width:40%;
	margin: 0 5% !important;
}

#labo .video3{
	padding-top:10px;
}

#labo .video3 .voverlay{
	width:33.3%;
	margin: 0 !important;
}
#labo .video3 img {
	width: 90%;
}
/*---動画------------------------------------------*/


#link{
	background:#69AF2F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
#link td{
	vertical-align:middle;
	color:#fff;
	padding:5px 10px;
}

#link .link_left{
	background:#21853B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	width:4em;
	line-height:1.5;
	font-size:12px;
}
#link .link_right{
	text-align:right;
}

#link .link_right a{
	color:#fff;
}
/*-----------記事ページサイドメニュー------------*/
#bucknmb .manabu {
	background: #69AF2F;
}
/*-----------記事ページサイドメニュー------------*/


a.link_btn02{
	display:inline-block;
	padding:3px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
	color:#69AF2F;
	margin-left:20px;
	transition:all 0.5s;
	border:1px solid #eee;
}
a.link_btn02:hover{
	text-decoration:none;
	border:1px solid #69AF2F;
	background:none;
}


a.link_btn03{
	display:inline-block;
	padding:3px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
	color:#0082AA;
	margin-left:20px;
	transition:all 0.5s;
	border:1px solid #eee;
}
a.link_btn03:hover{
	text-decoration:none;
	border:1px solid #0082AA;
	background:none;
}


.linkBox{
	margin-top:30px;
	padding:20px 0;
	border-top:2px solid #eee;
}

.youi_table{
	border-collapse:collapse;
	border-spacing:0;
}

.youi_table th,
.youi_table td{
	padding:10px;
	border:1px solid #ddd;
}

.youi_table th{
	background:#69AF2F;
	color:#fff;
}

.youi_table.w100{
	width: 100%;
}

.youi_table.tamen{
	font-size: 12px;
    width: 100%;
    table-layout: fixed;
}

.youi_table.tamen th.title{
	 width: 1.4em; 
}

.caution{
	border:2px solid #E44244;
	padding:20px;
	margin:40px 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.caution .caution_title{
	width:120px;
	background:#E44244;
	color:#fff;
	font-size:16px;
	padding:5px 10px 5px 40px;
	position:relative;
	margin:-40px 0 10px -10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.caution .caution_title:after{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	background:url(../images/caution.png) no-repeat;
	background-size:100% auto;
	left:10px;
	top:50%;
	margin-top:-10px;
}


.pic_left_box .left{
	width:62%;
	float:left;
}
.border_tb{
	padding:20px 0;
	border-bottom:2px solid #ddd;
	border-top:2px solid #ddd;
}

.border_tb_dash{
	padding:20px 0;
	border-bottom:2px dashed #ddd;
	border-top:2px dashed #ddd;
}

.clearfix.bg_gray{
	background: #f7f7f7;
    padding: 10px;
}

.clearfix.bg_beige{
	background: #fffcea;
    padding: 10px;
}


a.anchor2{
	padding: 10px;
    background-color: #545454;
    text-decoration: none;
    color: #ffffff;
	display: block;
	position: relative;
	text-align: center;
}


#sanko1 a:after,
#sanko2 a:after,
#sanko3 a:after{
content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

a.anchor{
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	text-decoration: none;
	color: #333333;
}

code{
	padding: 10px;
	background-color: #E7E7E7;
	display: block;
}

.button_pdf{
	margin-top: 20px;
    padding-bottom: 3px;
}

.button_pdf a{
	display: block;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff;
    background-color: #69AF2F;
    background-image: url(../images/pdf_icon.png);
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #008a00;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    transition: 0s;
}

.button_pdf a:hover{
	position: relative;
    top: 3px;
    border-color: transparent;
	text-decoration: none;
}

/*-----------youtube------------*/


.youtube_box{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.youtube_box iframe{
	position:absolute;
  	top:0;
  	right:0;
  	width:100%;
  	height:100%;
}
.contents_body .boxImg_C .youtube_box{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.contents_body .boxImg_C .youtube_box iframe{
	position:absolute;
  	top:0;
  	right:0;
  	width:100%;
  	height:100%;
}

#labo .relation_article,
#labo .relation_article h3 {
	margin-top: 0;
}





/**
 * タブレット端末用
**/

@media only screen and (min-width: 651px) and (max-width: 960px) {

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 650px) {
#left_con{
	font-size:16px;
	line-height:1.6;
}

h2#page_title{
	padding:10px;
	font-size: 22px;
}

.daigakumei span{
	font-size:17px;
}	

#labo h3{
	font-size:20px;
}

#labo h4{
    font-size: 18px;
}
 
#labo h4:first-letter{
    font-size:24px;
}

#labo ol.autoNum li{
	padding:23px 15px 15px;
	margin: 38px 0 0 0;
}

#labo ol.autoNum li:before {
	top: 0;
	left: 50%;
	margin-left:-18px;
}
#labo .gray_box{
	padding: 23px 15px 15px;
    margin: 38px 0 0 0;
}

/*---1マイ写真 中央------------------------------------------*/
#labo .boxImg_C,
#labo .boxImg_C.w60par,
#labo .boxImg_C.w40par{
	width:100%;
}
	
#labo .boxImg_C.big{
	width:90%;
}
	
#labo .boxImg_C.big.sp100{
	width:100%;
}
	
/*---1マイ写真 中央------------------------------------------*/

/*---1マイ写真 右------------------------------------------*/
#labo .boxImg_R{
	width:80%;
	float:none;
	margin:0 auto 20px;
	padding-top:10px;
}

#labo .boxImg_R.big,
#labo .boxImg_R.big50,
#labo .boxImg_R.big50n,
#labo .boxImg_R.big60{
	width:90%;
}
#labo .boxImg_R img{
	display:block;
	margin:0 auto;
}
#labo .textimg img{
	display:block;
	margin:0 auto;
}
/*---1マイ写真 右------------------------------------------*/


/*---2マイ写真------------------------------------------*/
#labo .boxImg2{
	padding-top:0;
}

#labo .boxImg2 .box{
	width:80%;
	float:none;
	margin:20px auto 0;
   display: block;
	clear: both;
}

#labo .boxImg2 .box img,
#labo .boxImg2.big .box img,
#labo .boxImg2.big90 .box img{
	max-width:100%;
}
#photo_area250 img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
	.zoom:after{
	content:"";
	display:block;
	width:40px;
	height:60px;
	background:url(../images/zoom.gif) no-repeat center center;
	background-size:contain;
	position:absolute;
	bottom:15px;
	right:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#labo .boxImg2 .box .cap{
	width:100%;
}
/*---2マイ写真------------------------------------------*/

/*---3マイ写真------------------------------------------*/
#labo .boxImg3{
	padding-top:0;
}

#labo .boxImg3 .box{
	width:80%;
	float:none;
	margin:20px auto 0;
}

#labo .boxImg3 .box img{
	max-width:100%;
}

#labo .boxImg3 .box .cap{
	width:100%;
}
/*---3マイ写真------------------------------------------*/

/*---動画------------------------------------------*/

#labo .videoR,
#labo .videoR.w36per,
#labo .videoR.w42per,
#labo .videoR.w50per{
	width:80%;
	float:none;
	margin:0 auto 20px;
}

#labo .video2,
#labo .video3{
	padding-top:0;
}

#labo .video2 .voverlay,
#labo .video3 .voverlay{
	float:none;
	width:80%;
	margin: 20px auto 0 !important;
}

#labo .video2 .voverlay img,
#labo .video3 .voverlay img{
	width:100%;
}
	
#labo .video_C.w400 .voverlay img{
	width: 90%;
}
/*---動画------------------------------------------*/

/*-----------記事ページサイドメニュー------------*/
#bucknmb .manabu {
	background: #69AF2F;
}
/*-----------記事ページサイドメニュー------------*/


a.link_btn02{
	margin:0;
}


.pic_left_box .left{
	width:auto;
	float:none;
	margin-bottom:20px;
}
    

.youi_table.tamen{
	font-size: 10px;
}
    

}
