/*  spサイズ */

@media screen and (max-width: 767px){
*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

/* -------------------------base------------------------- */
body{
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 400;
	font-size: 1.35rem;
	-webkit-text-size-adjust: 100%;	
    overflow-scrolling: touch;
    position: relative;
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a {
	outline: none;
}
a:link,
a:visited{
	color: #333;
	text-decoration: none;
 	transition: 0.35s ease-in-out;
}
a:hover,
a:active{
	color:#666;
	text-decoration: underline;
}
.clear{
	clear: both;
}





/* ----------loading---------- */
.loadingWrap{
	width: 100%;
	height: 100%;
/*	background: rgba(0,0,0,0.91);*/
	background: rgba(239,239,239,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}



/* ----------pagescroll---------- */
.pagescroll {
	position: fixed;
	bottom: 30px;
	right: 0px;
	z-index: 20;
}
.pagescroll a:link,
.pagescroll a:visited{
	display: block;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.pagescroll a:hover,
.pagescroll a:active{
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}





/* ----------sp---------- */

#spheader,
.sb-slidebar{
}
#spheader{
	background-image: url(../img/comm/yamachan.png);
	background-position: center right 34px;
	background-repeat: no-repeat; 
}






/* ----------inner---------- */
/* inner */
.inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



/* ----------header---------- */
/* header */
#header{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1000;
}
#header .inner{
	display: table;
	height: 105px;
}

/* copy */
#header .copy{
	display: none;
}

/* title */
#header .title{
	display: table-cell;
	width: 100%;
/*	vertical-align: middle;*/
}
#header .title h1{
	margin: 10px auto 0;
/*	width: 216px;*/
	width: 208px;
}
#header .title h1 a{
 	transition: 0.35s ease-in-out;
}
#header .title h1 a:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* btn */
#header .btn{
	display: none;
}






/* ----------navi---------- */
/* navi */
#navi{
	display: none;
}





/* ----------topimg---------- */
/* index images space */
#space{
	clear: both;
	height: 100px;
	width: 100%;
	margin: 0 auto;
}

#topimg{
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: -100;
}
#topimg .top {
	position: absolute;
	left:0;
	top:0;
	height: 182px;/* ----------20160903　bottomから少し上げる202だったが182に---------- */
	width: 100%;
	background-image: url(../img/topimg/gr_top.png);
	background-position: bottom center;
	background-repeat: repeat-x; 
}





/* ----------footer---------- */
/* footer */
#footer{
	clear: both;
	width: 100%;
	margin: 30px auto 0;
}

/* sitemap */
#footer .sitemap{
	display: none;
	color: #fff;
	background-color: #666;
}
#footer .sitemap .inner{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
}
#footer .sitemap .inner .left,
#footer .sitemap .inner .cleft,
#footer .sitemap .inner .cright,
#footer .sitemap .inner .right{
	float: left;
	width: 25%;
	margin: 0 0% 0 0;
}
#footer .sitemap a{
	color: #fff;
}

/* accordion */
#footer .sitemap .accordion{
	padding: 10px 0;
	margin: 0 0 0 15px;
}
#footer .sitemap .accordion ul{
	padding: 0 20px 5px;
}
#footer .sitemap .accordion li{
	cursor: pointer;
}
#footer .sitemap .accordion li.cate{
	margin: 0 0 0 -15px;
	list-style: none;
	font-weight: bold;
}





/* txtlink */
#footer .txtlink{
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}
#footer .txtlink ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .txtlink ul li{
}
#footer .txtlink ul li a:link,
#footer .txtlink ul li a:visited{
	float: left;
	display: block;
	width:50%;
	background-color: #C8C8C8;
	line-height: 40px;
	text-decoration: none;
	border-left: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	box-sizing: border-box;
}
#footer .txtlink ul li a:hover,
#footer .txtlink ul li a:active,
#footer .txtlink ul li a:focus{
	color: #fff;
	background-color: #999;
}
#footer .txtlink ul li.non a{
	border-left: none !important;
}

#footer .txtlink ul li:last-child{
	border-right: 0;
}
#footer .txtlink .tablet{
	display: none;
}


/* info */
#footer .info{
	text-align: center;
	font-size: 1.2rem;
}
#footer .info h1{
	display: none;
	margin: 0;
}
#footer .info img{
	margin: 15px 0 5px;
 	transition: 0.35s ease-in-out;
} 
#fooet .info img:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}

#footer .info .campus{
	background-color: #fff;
	padding: 15px 0;
}
#footer .info .campus h2{
	font-size: 1.3rem;
	font-weight: normal;
	margin: 5px;
}
#footer .info .campus .hr{
	width: 100%;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-top: 1px dashed #979797;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* copyrtight */
#footer .copyright{
	text-align: center;
	padding: 30px;	
}



/* ----------main---------- */
#main{
}


/* ----------index news block---------- */
/* news block */
.newsblock{
	clear: both;
	position: relative;
}
/* box */
.newsblock .box{
	width: 100%;
	margin: 0 0 1px;
	position: relative;
}
.newsblock .box h3{
	font-size: 2rem;
	font-weight: normal;
	padding: 15px 20px 10px;
}

/* topbanner */
.newsblock .box.topbanner{
	position: relative;	
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
/*	padding: 15px 0;*/
	box-sizing: border-box;
}
.newsblock .box.topbanner img{
/*	margin: 0 auto;
	display: block;*//*--------------20160825 以下に変更----------------*/

	float: left;
	display: inline;
	width: 50%;
	margin: 0 0 10px;/*--------------20160825 追加・変更----------------*/
	padding:0;
	overflow: hidden;
	max-width:240px;/*--------------20160825 追加・変更----------------*/

}
/*
.newsblock .box.topbanner img.bottom{
	margin-top: 10px;
}
*/
.newsblock .box.topbanner a img{
 	transition: 0.35s ease-in-out;
}
.newsblock .box.topbanner a img:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* newstopics */
.newsblock .box.newstopics{
	background-color: #0099cc;
	background-image: url(../img/comm/bg_alpha_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
}
.newsblock .box.newstopics h3{
	color: #fff;
	background-image: url(../img/comm/bg_alpha_lt.png);
	background-position: top left;
	background-repeat: no-repeat; 
}
/* event */
.newsblock .box.event{
	background-color: #669900;
	background-image: url(../img/comm/bg_alpha_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
}
.newsblock .box.event h3{
	color: #fff;
	background-image: url(../img/comm/bg_alpha_lt.png);
	background-position: top left;
	background-repeat: no-repeat; 
}
/* update */
.newsblock .box.update{
	margin-bottom: 15px;
	background-color: #E8E8E8;
	background-image: url(../img/comm/bg_gray_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
}
.newsblock .box.update h3{
	color: #666;
	background-image: url(../img/comm/bg_gray_lt.png);
	background-position: top left;
	background-repeat: no-repeat; 
}
.newsblock .box .all{
	font-size: 1.6rem;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	border: 1px solid #fff;
	text-align: center;
	display: block;
	background-image: url(../img/comm/icon_arrow_wh.png);
	background-position: center left 20px;
	background-repeat: no-repeat; 
	background-size: 18px; 
	color: #fff;
}
.newsblock .box.update .all{
	background-image: url(../img/comm/icon_arrow_gray.png);
	background-position: center left 20px;
	background-repeat: no-repeat; 
	color: #666;
	border: 1px solid #666;
}
.newsblock .box .all:hover{
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}

/* news list */
.newsblock .box ul{
	margin: 0;
	padding: 0 5px 0px;
	list-style: none;
	color: #fff;
}
.newsblock .box ul li{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1px 0 5px;
	margin: 0 0 5px 0px;
	border-bottom:1px dashed #fff;
	display:block;
}
.newsblock .box ul li .date{
/*	display: block;*/
	display: inline-block;
/*	margin-left: -6px;*/
	font-size:0.85em;
	font-weight:bold;
	margin-right:5px;
}
.newsblock .box ul li p{
	margin: 0 10px 0 15px;	
	background-color: #999;
}
.newsblock .box ul li a{
	color: #fff;
}

.newsblock .box.update ul,
.newsblock .box.update ul a{
	color: #444;
}






/* ----------index panel block---------- */
/* panel block */
.panelblock{
	clear: both;
	z-index: 1;
	margin: 10px 0;
}

/* 2box */
.panelblock .panels{
	margin: 0;
	width: 100%;
}
.panelblock .panels .panel{
/*	float: left;*/
	display: table;

	width: 100%;
	min-height: 120px;
	background-color: #E8E8E8;
	background-image: url(../img/comm/bg_gray_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-size: 150px;
	margin: 0 0 5px;
	border-collapse: collapse;
}
.panelblock .panels .panel .img{
/*	float: left;*/
	display: table-cell;

	width: 120px;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	background-color: #f0f0f0;
	line-height: 0;
}
.panelblock .panels .panel .img a{
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.panelblock .panels .panel .img img{
	margin: 0;
 	transition: 0.35s ease-in-out;
	z-index: 10;
}
.panelblock .panels .panel .img img:hover{
 	transition: 0.35s ease-in-out;
     opacity: 0.65;
    filter: alpha(opacity=65);
}

.panelblock .panels .panel .txt{
/*	float: left;*/
	vertical-align: top;
	display: table-cell;

	background-image: url(../img/comm/bg_gray_lt.png);
	background-position: top left;
	background-repeat: no-repeat; 
	box-sizing: border-box;
	padding: 10px 0 10px 25px;
}
.panelblock .panels .panel .txt ul{
	list-style: none;
	line-height: 180%;
}
.panelblock .panels .panel .txt ul li{
	background-image: url(../img/page/icon_list.png);
	background-position: top 7px left;
	background-repeat: no-repeat;
	padding: 0 0 0 15px; 	
}




/* ----------index banner block---------- */
/* banner block */
.bannerblock{
	clear: both;
	z-index: 1;
}
.bannerblock .inner{
	margin: 0;
	line-height: 0;
}

/* item */
.bannerblock .item{
	float: left;
	display: inline;
	width: 50%;
	margin: 0;
	padding:0;
	overflow: hidden;
}
.bannerblock .item a img{
	width: 100%;
	 transition: 0.35s ease-in-out;
	-webkit-transition: 0.35s ease-in-out;
}
.bannerblock .item a img:hover{
	opacity: 0.5;
	filter: alpha(opacity=65);	
}



/*　★★★　広告バナー関連ここから　★★★　*/

/* advertisement */
#advertisement{
	text-align: center;
	padding: 10px 0;
	background-color: #ccc;
	margin: 20px auto 10px;
}
#ad_text{
	text-align: center;
	padding: 5px 0;
	margin: 0px auto 5px;
}
/* ----------index ad_ block---------- */
/* ad_ block */
.ad_block{
	clear: both;
	z-index: 1;
}
.ad_block .inner{
	margin: 0 auto 10px;
	overflow: auto;
/*	line-height: 0;*/
}
/* item */
.ad_block .item{
	float: left;
	display: inline;
	width: 50%;
	margin: 0;
	padding:0;
	overflow: hidden;
}
.ad_block .item a img{
	width: 94%;
	margin: 3%;
	 transition: 0.35s ease-in-out;
	-webkit-transition: 0.35s ease-in-out;
}
.ad_block .item a img:hover{
	opacity: 0.5;
	filter: alpha(opacity=65);	
}

/*　★★★　広告バナー関連ここまで　★★★　（末尾にもバナー関連あり！！！！！！！！！）　*/




/* ----------page ---------- */
#main.page{
	background-color: #f0f0f0;
	box-shadow:0 8px 12px -8px rgba(0,0,0,0.35) inset;
}
#main.page .inner{
	padding: 20px 0;
}


/* ----------page parts---------- */
/* pageimg */
#space2{
	clear: both;
	height: 70px;
	width: 100%;
	margin: 0 auto;
}
#pageimg{
	width: 100%;
	position: absolute;
	left:0;
	top: -20px;
	z-index: -100;
}
#pageimg .top {
	position: absolute;
	left:0;
	top: 0;
	height: 212px;/* ----------20160903　bottomから少し上げる。242だったが212に---------- */
	width: 100%;
	background-image: url(../img/topimg/gr_top.png);
	background-position: bottom center;
	background-repeat: repeat-x; 
}


/* pankuzu */
.pankuzu{
	clear: both;
	width: 94%;
	min-height: 55px;
	margin: 0 auto;
	padding: 0;
}
.pankuzu ul{
	margin: 0;
	padding: 20px 0 10px;
	list-style: none;
	overflow: auto;
}
.pankuzu ul li{
	float: left;
}
.pankuzu ul li a:link,
.pankuzu ul li a:visited{
	padding: 0 35px 0 0;
	background-image: url(../img/page/pankuzu.png);
	background-position: right 12px center;
	background-repeat: no-repeat; 
}



/* pagetitle */
.pagetitle{
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3% 5%;
}
.pagetitle h2{
	font-weight: normal;
	font-size: 2rem;
}

/* hr line */
.line{
	clear: both;
	border-bottom: 1px dashed #959595;
	width: 100%;
	padding: 0 50%;
	margin: 0 -50%;
	height: 20px;
}




/* ----------wp parts---------- */
.wp-caption{
	width: auto;
	text-align: center;
	background: none;
	border: none;
}
.wp-caption-text{
	margin: 5px auto;
}

.alignleft{
}
.alignright{
}
.aligncenter{
	display: block;
	margin: 0 auto 15px; 
}

/* narrow size */
.narrow{
	max-width: 125px;
}


/* ----------page news---------- */
/* page news */
.pagenews{
	clear: both;
	z-index: 1;
}

/* panel */
.pagenews .panel{
	width: 100%;
/*	min-height: 240px;*/
	background-color: #E8E8E8;
	background-image: url(../img/comm/bg_gray_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-size: 180px;
	overflow: auto;
	margin: 0 auto 20px;
}
.pagenews .panel .img{
	display: none;
}
.pagenews .panel .img img{
	z-index: 10;
}

.pagenews .panel .txt{
	background-image: url(../img/comm/bg_gray_lt.png);
	background-position: top left;
	background-repeat: no-repeat; 
	box-sizing: border-box;
	padding: 20px;
	font-size: 1.4rem;
	width: 100%;
}
/* news list */
.pagenews .panel .txt dl{
	width: 98%;
	padding: 0;
	margin: 0 auto;
}
.pagenews .panel .txt dt {
	width: 100%;
	font-weight: bold;
	padding: 0;
}
.pagenews .panel .txt dd {
	width: 100%;
	margin-bottom:10px;
	padding: 0;
}
.pagenews .panel .txt dd p{
    width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pagenews .panel .txt dd p a:link,
.pagenews .panel .txt dd p a:visited{
	text-decoration: underline !important;
	font-weight:normal;/* ----------20160827　変更---------- */
}
.pagenews .panel .txt dd .cate a:link,
.pagenews .panel .txt dd .cate a:visited{
	font-size: 1.2rem;
   padding: 0 3px;
   border-radius: 0.1em;
   color: #fff;
   background-color: #666;
   text-decoration: none;
   margin: 0 0.3% 1.2% 0;/* ----------20160827　変更---------- */
   display: inline-block;
}
.pagenews .panel .txt dd .cate a:hover,
.pagenews .panel .txt dd .cate a:active,
.pagenews .panel .txt dd .cate a:focus{
   color: #444;
   text-decoration: none;
   background-color: #fff;
}



/* ----------page index---------- */
/* page index */
.pageindex{
	clear: both;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
.pageindex h3{
	clear: both;
	font-size: 1.5rem;
	text-indent: 12px;
	font-weight: normal;
	height: 120px;
	line-height: 120px;
	background-color: #aaa;
	color: #fff;
}
.pageindex h3 img{
	float: left;
	height: 120px;
}
.pageindex h3 a img:hover{
 	transition: 0.35s ease-in-out;
     opacity: 0.65;
    filter: alpha(opacity=65);
}



/* page index panel */
.pageindex .panel{
	width: 100%;
	min-height: 120px;
	background-color: #E8E8E8;
	background-image: url(../img/comm/bg_gray_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-size: 214px;
	overflow: hidden;
	margin: 0;
	display: table;
	border-collapse: collapse;
}
.pageindex .panel .img{
	display: none;
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	background-color: #f0f0f0;
	line-height: 0;
}
.pageindex .panel .img img{
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
 	z-index: 10;
}
.pageindex .panel .img a img:hover{
 	transition: 0.35s ease-in-out;
     opacity: 0.65;
    filter: alpha(opacity=65);
}

.pageindex .panel .txt{
	float: left;
	background-image: url(../img/comm/bg_gray_lt.png);
	background-position: top left;
	background-repeat: no-repeat; 
	box-sizing: border-box;
	padding: 20px 30px;
	font-size: 1.4rem;
	line-height: 180%;
}
.pageindex .panel .txt ul{
	list-style: none;
	line-height: 180%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.pageindex .panel .txt ul li a:link,
.pageindex .panel .txt ul li a:visited{
	background-image: url(../img/page/icon_list.png);
	background-position: top 5px left;
	background-repeat: no-repeat;
	padding: 0 0 0 15px; 
}
.pageindex .panel .txt ul ul{
	margin-left: 3%;
}



/* ----------page contents---------- */
/* page contents */
.contents{
	width: 96%;
	margin: 0 auto;
}
.contents p{
	line-height: 180%;
	margin: 15px 0;
}

.contents ul,
.contents ol{
	margin: 5px 2px 15px;
	padding: 5px 2px 15px;
	width: 100%;
	box-sizing: border-box;
}
.contents ul li,
.contents ol li{
	margin: 5px 2px 5px 12px;
	padding: 0;
	box-sizing: border-box;
}
/*
.contents table{
	margin: 5px 2px 15px;
	padding: 5px 2px 15px;
	width: 100%;
	box-sizing: border-box;
}
*/


/* ----------blog contents---------- */
/* blog contents */
.blog{
	width: 96%;
	margin: 0 auto;
}
.blog p{
	width: 100%;
	line-height: 180%;
	margin: 15px auto;
}

.blog ul,
.blog ol{
	margin: 15px;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.blog ul li,
.blog ol li{
	margin: 5px 5px 5px 20px;
	padding: 0;
	box-sizing: border-box;
}

.blog .date{
	font-weight: bold;
	margin: 0 0 20px 4%;
}
.blog .cate{
	text-align: right;
	width: 96%;
}

.blog .cate a:link,
.blog .cate a:visited{
	font-size: 1.1rem;
   padding: 0 3px;
   border-radius: 0.1em;
   color: #fff;
   background-color: #333;
    text-decoration: none;
    margin: 0 1% 0 0;
    display: inline-block;
}
.blog .cate a:hover,
.blog .cate a:active,
.blog .cate a:focus{
    color: #ddd;
   background-color: #999;
}



/* pager */
.pager{
	width: 100%;
	border-top: 1px dashed #959595;
	margin: 20px auto 0;
	text-align: center;
	font-size: 1.3rem;
	padding: 20px 0 0;
}
.pager span a{
	display: inline-block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;	
	background-color: rgba(255,255,255,1);
}
.pager span a:hover,
.pager span a:active,
.pager span a:focus{
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);

}
.pager span.prev a{
	float: left;
	background-image: url(../img/page/icon_prev.png);
	background-repeat: no-repeat;
	background-position: center left 20px;
	text-indent: 20px;
	margin-left: 5px;
}
.pager span.back a{
	background-image: url(../img/page/icon_back.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	text-indent: -20px;
margin: auto;
}
.pager span.next a{
	float: right;
	background-image: url(../img/page/icon_next.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	text-indent: -20px;
	margin-right: 5px;
}




/**********wp-pagenavi**********/
.wp-pagenavi {
text-align:center;
margin:2em 10px;
}
.wp-pagenavi .pages{
display:none;
}
.wp-pagenavi span,
.wp-pagenavi a{
display:inline-block;
border:1px solid #444;
padding:0.5em 1em;
/*
margin:2em 5px;
*/
margin:0.4em 5px;
font-size:105%;
color:#ffffff;
text-decoration:none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
background:#444;
text-decoration:none;
color:#fff;
}
.wp-pagenavi a{
background:#ddd;
color:#444;
}
.wp-pagenavi span.extend {
background:transparent;
border:0;
color:#555;

/*display:none;*/
}

.wp-pagenavi a.last {
/*display:none;*/
}

.wp-pagenavi .nextpostslink {
/*display:none;*/
}
.wp-pagenavi .larger.page {

}
/**********wp-pagenavi**********/





}

/*----------------★★★　正方形バナーや広告バナーを3等分にするためのcss　★★★----------------*/

@media (min-width:550px) {
#space{
	height: 180px;
}
.bannerblock .item{
	width: 33.3%;
}
.ad_block .item{
	width: 33.3%;
}





}