/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}



/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
}

#main-wrapper {
	
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}

.content-innerL{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}

/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}

/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
	margin-bottom:25px;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
	margin-bottom:25px;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0;
}
.col4box .box{
	width:100%;
	margin-bottom:25px;
}
.col4box .box .box-inner{
	padding:0 0;
}



.col2box01 .inner{
	margin:0;
}
.col2box01 .box{
	width:100%;
	margin-bottom:25px;
}
.col2box01 .box .box-inner{
	padding:0 0;
}


/**/
.col3box01 .inner{
	margin:0;
}
.col3box01 .box{
	width:100%;
	margin-bottom:25px;
}
.col3box01 .box .box-inner{
	padding:0 0;
}

/**/
.col3box02 .inner{
	margin:0 -2%;
}
.col3box02 .box{
	width:50%;
	float:left;
	margin-bottom:15px;
}
.col3box02 .box .box-inner{
	padding:0 4%;
}

/**/
.col3box03 .inner{
	margin:0;
}
.col3box03 .box{
	width:33.33333%;
	float:left;
	margin-bottom:0px;
}
.col3box03 .box .box-inner{
	padding:0 0;
}

/**/
.col4box01 .inner{
	margin:0 -2%;
}
.col4box01 .box{
	width:50%;
	float:left;
	margin-bottom:15px;
}
.col4box01 .box .box-inner{
	padding:0 4%;
}

/**/
.col4box02 .inner{
	margin:0 0;
}
.col4box02 .box{
	width:100%;
	margin-bottom:15px;
}
.col4box02 .box .box-inner{
	padding:0 0;
}


/**/
.col3box-full .inner{
	margin:0x;
}
.col3box-full .box{
	width:100%;
	float:none;
}
.col3box-full .box .box-inner{
	padding:0;
	margin-bottom:30px;
}
.col3box-full .box .box-inner .imgbox img{
	width:100%;
}



/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:40px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:relative;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:80px;

	background-color:#fff;
}

#header-inner h1{
	position: absolute;
	top:0;
	left:0;
	width: 175px;
	z-index: 2000;
}


/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:absolute;
	top:15px;
	right:3%;
	width:30px;
	height:40px;
	padding: 10px 5px;
	z-index:1050;
}
#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	display:none;
	position:absolute;
	top:81px;
	left:0;
	width:100%;
	background-color: rgba(255,255,255,1)
}



#navi ul li{
	list-style: none;
	font-size: 15px;
	border-bottom: solid #e2e2e2 1px;
}

#navi ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 15px;

}

#navi ul li a:hover{
	
}




/* フッター
------------------------------------------------------------ */


#footer{
	border-top: solid #dfdfdf 1px;
	padding: 30px 0 50px 0;
	background-color: #fff;
	line-height: 140%;
}

#footer #saga-box{
	padding-top: 20px;
	font-size: 11px;
	
}
#footer #saga-box #saga-logo{
	width: 18%;

}
#footer #saga-box #saga-box-txt{
	
	
}

#footer address{
	font-size: 10px;
	color: #868686;
	line-height: 120%;
	margin-top: 10px;
}


#footer #foot-nav{
	
}

#footer #foot-nav li{
	list-style: none;
	
	font-size: 13px;
	border-bottom: solid #e2e2e2 1px;
}
#footer #foot-nav li a{
	display: block;
	padding: 12px;
	color: #333;
	text-decoration: none;
}
#footer #foot-nav li a span{
	background: url(../../images/arrow_btn.png) right center no-repeat;
	background-size: 5px auto;
	display: block;
}





/* ボタン 
------------------------------------------------------------ */
.btn-link{

}

.btn-link a{

	font-size: 15px;
	font-weight: 600;
}
.btn-link a span{
	display: block;
	background: url(../../images/arrow01.png) right center no-repeat;
	background-size: 7px auto;
	text-align: center;
	padding-right: 15px;
}


.btn-link02 a{
	
	padding:15px 15px;
	min-width:80%;
	line-height:110%;
	font-size:14px;
}


/* 共通
------------------------------------------------------------ */
.title{
	text-align: center;
}

.title h2,
.title h3{
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 4px;
	line-height: 150%;
	display: inline-block;

}
.title span{
	font-size: 20px;
}

.title-read{
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
	line-height: 150%;
}



.page-title{
	text-align: center;
	padding: 40px 0;
}
.page-title .content-inner{
	text-align: center;
}
.page-title h2{
	font-size: 23px;
	text-align: center;
	display: inline-block;

}



.title-item-set{
	text-align: center;
}
.title-item-set-inner{
	display: inline-block;
	padding-left: 60px;
}
.title-item-set-inner h3{
	display: inline-block;
	padding-right: 60px;
}
.title-item-set-inner h3 strong{
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 4px;
	line-height: 150%;
	display: inline-block;

}
.title-item-set-inner h3 strong span{
	font-size: 18px;
}
.title-item-set p{
	font-size: 15px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
	line-height: 150%;
}


.set-type01 .title-item-set-inner{
	background: url(../../images/icon001.png) left center no-repeat;
	background-size: 30px auto;
}
.set-type01 .title-item-set-inner h3{
	background: url(../../images/icon002.png) right center no-repeat;
	background-size: 30px auto;
}

.set-type02 .title-item-set-inner{
	background: url(../../images/icon003.png) left center no-repeat;
	background-size: 30px auto;
}
.set-type02 .title-item-set-inner h3{
	background: url(../../images/icon004.png) right center no-repeat;
	background-size: 30px auto;
}



.page-img-title{
	height: 200px;
	position: relative;
}
.page-title .content-inner{
	position: relative;
}

.page-img-title .content-inner{
	position: relative;
	text-align: left;
}

.page-img-title h2{
	font-size: 23px;
	text-align: center;
	display: inline-block;
	margin-top: 100px;
	padding: 5px 10px;
	line-height: 150%;
	float: none;
	min-width: auto;
	color: #000;
}
.page-img-title span{
	
	font-weight: 600;
	font-size: 23px;
	padding: 5px 10px;
	line-height: 150%;
	display: inline-block;
	margin-left: 0px;
	margin-top: 5px;
}



.bg-item{
	background: url(../../images/bg_item02.png) center center no-repeat;
	background-size: 800px auto;
}
.bg-item02{
	background: url(../../images/bg_item02.png) top center repeat-y;
	background-size: 100% auto;
}



.mt-L{
	margin-top: 40px;
}


.cbox{
	padding: 40px 0;
}
.cbox.bottom-box{
	padding: 40px 0 40px 0;
}


.cbox-inner{
	padding-top: 30px;
}


/* 下層ページ 
------------------------------------------------------------ */


.about-txt{
	font-size:18px;
	line-height:190%;
}


.point-wrapp{
	margin-bottom: -30px;
}

.point-wrapp .item h3{
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}
.point-wrapp .item .txtbox{
	padding: 25px;
	margin-top: 20px;

}


/*教員紹介*/


.teacher-box{
	padding-bottom:40px;
	padding-top: 20px;
	border-bottom: solid #dcdcdc 1px;
}
.teacher-box .txtbox{
	margin-top:15px;
}
.teacher-box .txtbox h3{
	font-size:17px;
}
.teacher-box .txtbox p{
	font-size:13px;
}

.teacher-box .workbox{
	margin-top:15px;
}


.teacher-box .workbox .workimg{
	width:192px;
	float: none;
}
.teacher-box .workbox .worktxt{
	float: none;
	width:auto;
	line-height:150%;
	font-size:12px;
	margin-top:15px;
}


.teacher-box .linkbox{
	margin-top:30px;
	
	padding:15px;
	border-bottom:solid #cdcdcd 1px;
	border:none;
	background-color:#f6f6f6;
}
.teacher-box .linkbox p{
	margin-top:10px;
}


.col4box02 .teacher-box .imgbox{
	width:50%;
	max-width:200px;
}




/*学生作品*/
.list-box{
	padding-bottom:0px;
}

.list-box .txtbox{
	padding:15px;
	background-color:#fff;
}
.list-box .txtbox h2{ 
	font-size:13px;
	line-height:150%;
	margin-bottom:10px;
}
.list-box .txtbox p{
	font-size:11px;
	line-height:130%;
}



/*news blog*/

.contents-main{
	width:100%;
	float:none;
	margin-bottom:30px;
}

.side-navi{
	width:100%;
	float:none;
	padding-top:0px;
	padding-bottom:15px;
}

.side-navi ul li{
	list-style:none;
	margin-bottom:10px;
}
.side-navi ul li a{
	display:block;
	text-decoration:none;
	color:#404040;
	padding:15px 15px;
	line-height:130%;
	background-color:#fff;
	font-size:16px;
	border:solid #cecece 2px;
}



.postbody-inner{
	margin-bottom:30px;
}

.postbody-inner h3{
	margin-top:10px;
}
.post-head{
	padding:15px 4%;
}


.postbody-inner .post{
	padding:15px 4%;
}




/* TOP 
------------------------------------------------------------ */

.top-info-wrapp{
	padding: 30px 0 35px 0;
}
.top-info-wrapp h2{
	font-weight: normal;
	font-size: 22px;
}
.top-info-wrapp h2 span{
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
}

.work-list{
	padding-top: 20px;
	text-align: center;
}
.work-list .item{
	display: inline-block;
	margin-right: 4%;
}

.work-list .item:last-child{
	margin-right: 0%;
}

.work-list .item a{
	display: block;
}

.work-list .item a span{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	overflow: hidden;
}



.top-news-list{
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}


.news-list table{
	border-collapse: collapse;
	margin-top: 10px;
	display: block;
}
.news-list table tr,
.news-list table tbody{
	display: block;
}
.news-list table th{
	display: block;
	padding: 10px 0px 0px 0px;
}
.news-list table td{
	display: block;
	padding: 0px 0 10px 0;
	border-bottom: solid #dcdcdc 1px;
}
.news-list table a{
	text-decoration: none;
	color: #333;
}







.ryouiki-list-wrapp{
	background: url(../../images/bg_nami.png) center top no-repeat;
	background-size: 100% 100%;
}

.ryouiki-list-inner{
	background: url(../../images/bg_item.png) center 20px no-repeat;
	background-size: 800px auto;
	min-height: 665px;
	padding-top: 55px;
	padding-bottom: 40px;
}


.ryouiki-list{
	margin-top: 20px;
}

.ryouiki-list .item{
	position: relative;
	margin-top: 20px;
}

.ryouiki-list .item a{
	display: block;
	position: relative;
	background-color: #fff;
}
.ryouiki-list .item img{
	vertical-align: bottom;
}

.ryouiki-list .item .ryouiki-name{

}
.ryouiki-list .item .ryouiki-name h3{
	
}
.ryouiki-list .item .ryouiki-name span{
	
}



.linktxt-wrapp{
	padding: 30px 0;
}

.linktxt-wrapp .linktxt-txt{
	width: auto;
	text-align: left;
	padding-top: 20px;
	float: none;
}
.linktxt-wrapp .linktxt-btn{
	width: auto;
	text-align: left;
	float: none;
	margin-top: 20px;
}

.linktxt-wrapp .linktxt-btn .btn-link{
	margin-top: 10px;
}





.top-about-wrapp{

	background-size: cover;
}
.top-about-inner{
	background: url(../../images/bg_sousyoku.png) center 10px repeat-x;
	background-size: 250% auto;
}

.top-about-inner a{
	display: block;
	text-align: center;
	padding: 50px 0 20px 0;
}
.top-about-inner a img{
	display: inline-block;
	width: 50%;
	max-width: 224px;
}






/*メインスライド*/


#main-slide{
	height: 250px;
	position: relative;
	z-index: 50;
}
#mainImgSlider{
	height: 250px;
}



		
	
}