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

/*---メインイメージ----------------------------------------*/
#pagetitle_image {
	background:url(../images/stu_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:#F58216;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	font-size: 22px;
	margin:15px 0;
}

.daigakumei{
	padding-bottom:10px;
	border-bottom:1px dotted #888;
	margin-bottom:20px;
}

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

#eco h3{
	background-color:#f2f2f2;
	padding:20px;
	font-size:18px;
	color:#333;
	position:relative;
	margin-top:40px;
	border-left:3px solid #F58216;
	line-height:1.4;
}

#eco h4{
    color: #333;
    font-size: 14px;
	padding: 5px 0;
	margin-top:30px;
    border-bottom: 1px solid #F58216;
    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;
}
 
#eco h4:first-letter{
    font-size:22px;
}

#eco p{
	padding-top:10px;
}

/*---リスト　inlineblock------------------------------------------*/

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

#eco ul.inlineBlock li{
	list-style:none;
	display:inline-block;
	margin: 5px 1em 0 0;
}
/*---リスト　inlineblock------------------------------------------*/

/*---番号リスト------------------------------------------*/
#eco ol.autoNum{
	margin:20px 0 0 0;
	padding: 0 ;
	counter-reset: li;
}

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

#eco 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;
}

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

#eco ol.autoNum li p{
	margin:0;
	padding:0;
}
/*---番号リスト------------------------------------------*/

/*---1マイ写真 中央------------------------------------------*/
#eco .boxImg_C{
	max-width:90%;
	width:auto;
	height:auto;
	margin:0 auto;
}

#eco .boxImg_C100{
	max-width:100%;
	width:auto;
	height:auto;
	margin:0 auto;
}

#eco .boxImg_C100 img{
	max-width:100%;
	margin: 0 auto;
	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;
	display:block;
}

#eco .boxImg_C img{
	max-width:100%;
	margin: 0 auto;
	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;
	display:block;
}
#eco .boxImg_C.no-frame img {
    background: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

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

/*---1マイ写真 右------------------------------------------*/
#eco .boxImg_R{
	max-width:36%;
	float:right;
	margin-left:2%;
}

#eco .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;
}

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


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

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

#eco .boxImg2 .box img{
	max-width:68%;
	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;
}

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

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

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

#eco .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;
}

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

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

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

#eco .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;
}

#eco .videoR50{
	width:100%;
	overflow: visible;
}


#eco .videoR{
	width:30%;
	float:right;
	overflow: visible;
}

#eco .videoR .voverlay{
	float:none;
	width:100%;
}
#eco .videoR .voverlay img {
	width: 100%;
}

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

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

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

#eco .video3 .voverlay{
	width:33.3%;
	margin: 0 !important;
}
#eco .video3 img {
	width: 90%;
}

#eco .videogallery2 .voverlay{
	float:none;
	width:auto;
	padding:5px;
}


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


#link{
	background:#F58216;
	-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:#FFF096;
	color:#F58216;
	-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;
}


span.under_line{
	background-color: #fbee6c80;
    padding: 0px 4px;
}

span.under_line a{
	text-decoration: none;
    color: #333333;
}


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

#bucknmb .manabu:before{
	border-right: 8px solid #F58216;
	border-top: 8px solid #F58216;
}
/*-----------記事ページサイドメニュー------------*/

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

@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;
}	

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

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

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

#eco ol.autoNum li:before {
	top: 0;
	left: 50%;
	margin-left:-18px;
}

/*---1マイ写真 中央------------------------------------------*/
#eco .boxImg_C{
	width:100%;
}
/*---1マイ写真 中央------------------------------------------*/

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

/*スマホでもフロート*/
#eco .boxImg_R.spFloat{
	float:right;
	margin-left:1ex;
	max-width:40%;
}
/*---1マイ写真 右------------------------------------------*/


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

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

#eco .boxImg2 .box img{
	max-width:100%;
}

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

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

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

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

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

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

#eco .videoR{
	width:80%;
	float:none;
	margin:0 auto 20px;
}

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

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

#eco .video2 .voverlay img,
#eco .video3 .voverlay img{
	width:100%;
}
/*---動画------------------------------------------*/

}
