/*  pcサイズ */

@media screen and (min-width: 960px){
*{
	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.3rem;
	-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;*/
 	transition: 0.2s ease;
}
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: 0;
	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: table-cell;
	width: 33%;
	vertical-align: middle;
}
#header .copy h2{
	margin: 10px 0 0;
}

/* title */
#header .title{
	display: table-cell;
	width: 33%;
	min-width: 300px;
	vertical-align: middle;
}
#header .title h1{
	margin: 10px 0 0;
}
#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: table-cell;
	width: 33%;
	text-align:center;
	padding: 0px 20px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
}
#header .btn img{
	display: inline;
	margin: 0 0 0 7px;
 	transition: 0.35s ease-in-out;
 	width: 48px;
}
#header .btn img:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}






/* ----------navi---------- */
/* navi */
#navi{
	clear: both;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position:relative;
}





/* ----------topimg---------- */
/* index images space */
#space{
	clear: both;
	height: 375px;
	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: 242px;
	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{
	color: #fff;
	background-color: #666;
/*	display: none;　 　sitemapを非表示に！！！ */

}
#footer .sitemap .inner{
	width: 96%;
	max-width:1024px;
	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: 24%;
	margin: 0 1% 0 0;
}
#footer .sitemap a{
	color: #fff;
}

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





/* txtlink */
#footer .txtlink{
	padding: 15px 0;
	box-sizing: border-box;
	background-color: #dedede;
/*	border-top: 1px dashed #979797;*/
/*	border-bottom: 1px dashed #979797;*/
	text-align: center;
}
#footer .txtlink ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#footer .txtlink ul li{
	display: inline;
	border-right: 1px solid #979797;
	margin: 0;
	padding: 0 10px;
}
#footer .txtlink ul li:last-child{
	border-right: 0;
}

/* info */
#footer .info{
	text-align: center;
}
#footer .info h1{
	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.6rem;
	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 0;	
}



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


/* ----------index news block---------- */
/* news block */
.newsblock{
	clear: both;
	position: relative;
}
/* box */
.newsblock .box{
	float: left;
	width: 50%;
	margin: 0 0 10px;
	height: 310px;/*--------------20160825 変更----------------*/
	position: relative;
}
.newsblock .box h3{
	font-size: 2.6rem;
	font-weight: normal;
	padding: 25px 25px 20px;
}

/* topbanner */
.newsblock .box.topbanner{
	position: relative;	
}
.newsblock .box.topbanner img{
/*	display: block;*//*--------------20160825 以下に変更----------------*/

	float: left;
	display: inline;
	width: 50%;
	margin: 0;
	padding:0;
	overflow: hidden;

}
/*
.newsblock .box.topbanner img.bottom{
	position: absolute;
	bottom: 0;
}
*/
.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{
	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: 2.4rem;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 130px;
	height: 40px;
	line-height: 43px;
	text-indent: 30px;
	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: 22px; 
	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 20px 20px;
	list-style: none;
	color: #fff;
}
.newsblock .box ul li{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 0;
}
.newsblock .box ul li .date{
	display: inline-block;
	width: 120px;
	font-size:0.9em;
	font-weight:bold;
}
.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;
}

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

	width: 50%;
	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: 250px;
	border-collapse: collapse;
}
.panelblock .panels .panel .img{
/*	float: left;*/
	display: table-cell;

	width: 240px;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	background-color: #f0f0f0;
	line-height: 0;
}
.panelblock .panels .panel .img a{
	display: block;
	width: 240px;
	height: 240px;
	overflow: hidden;
}
.panelblock .panels .panel .img img{
 	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: 20px 30px 15px;
}
.panelblock .panels .panel .txt ul{
	list-style: none;
	line-height: 175%;
}
.panelblock .panels .panel .txt ul li{
	background-image: url(../img/page/icon_list.png);
	background-position: top 6px 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 auto 10px;
	line-height: 0;
}

/* item */
.bannerblock .item{
	float: left;
	display: inline;
	width: 25%;
	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 0px;
}
#ad_text{
	text-align: center;
	margin: 10px auto 5px;
}
/* ----------index ad_ block---------- */
/* ad_ block */
.ad_block{
	clear: both;
	z-index: 1;
}
.ad_block .inner{
	margin: 0 auto 20px;
	overflow: auto;
/*	line-height: 0;*/
}
/* item */
.ad_block .item{
	float: left;
	display: inline;
	width: 25%;
	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: 30px 0;
}

/* ----------page parts---------- */
/* pageimg */
#space2{
	clear: both;
	height: 200px;
	width: 100%;
	margin: 0 auto;
}
#pageimg{
	width: 100%;
	position: absolute;
	left:0;
	top: -120px;
	z-index: -100;
}
#pageimg .top {
	position: absolute;
	left:0;
	top: 100px;
	height: 242px;
	width: 100%;
	background-image: url(../img/topimg/gr_top.png);
	background-position: bottom center;
	background-repeat: repeat-x; 
}



/* pankuzu */
.pankuzu{
	clear: both;
	width: 92%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
.pankuzu ul{
	margin: 0;
	padding: 30px 0 0;
	list-style: none;
}
.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%;
/*	height: 100px;*//*★20160820 変更*/
	text-align: center;
	background-color: #fff;
}
.pagetitle h2{
	font-weight: normal;
	font-size: 2.7rem;
/*	line-height: 100px;*//*★20160820 変更*/
	line-height: 34px;/*★20160820 追加*/
	padding: 30px 30px;/*★20160820 追加*/
	box-sizing: border-box;/*★20160820 追加*/
}


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



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

.alignleft{
	float: left;
	margin: 0 40px 15px 0;
}
.alignright{
	float: right;
	margin: 0 0 15px 40px;
}
.aligncenter{
	display: block;
	margin: 0 auto 15px; 
}

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




/* ----------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: 240px;
	display: table;
	border-collapse: collapse;
	margin: 0 auto;
}
.pagenews .panel .img{
/*	float: left;*//* ----------20160826---------- */
	display: table-cell;
	width: 240px;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	background-color: #f0f0f0;
	line-height: 0;
}
.pagenews .panel .img img{
	display: block;
	width: 240px;
/*	height: 240px;*//* ----------20160829 これがあるとfirefoxで画像が縦寸法維持で幅だけ狭くなる→だから削除！---------- */
	overflow: hidden;
}
.pagenews .panel .img img{
	z-index: 10;
}

.pagenews .panel .txt{
/*	float: left;*//* ----------20160826 以下に変更---------- */

	display: table-cell;
	vertical-align: top;

	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.3rem;
/*	width: 70%;*/
}
/* news list */
.pagenews .panel .txt dl{
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
.pagenews .panel .txt dt {
	float: left;
	clear: both;
	width: 120px;
	white-space: nowrap;
	_width:10em;/* WinIE */
	font-weight: bold;
	padding: 0;
}
.pagenews .panel .txt dd {
	margin-left: 120px;
	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;
}
.pagenews .panel .txt dd .cate a:link,
.pagenews .panel .txt dd .cate a:visited{
	font-size: 1.1rem;
   padding: 0 3px;
   border-radius: 0.1em;
   color: #fff;
   background-color: #666;
   text-decoration: none;
   margin: 0 0.3% 0.5% 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: 2.8rem;
	text-indent: 40px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
}
.pageindex h3 img{
	display: none;
}


/* page index panel */
.pageindex .panel{
/*	float: left;*//*--------------20160824 変更-----------------*/
	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: 240px;
	overflow: hidden;
	margin: 0 0 10px;
	display: table;
	border-collapse: collapse;
}
.pageindex .panel .img{
/*	float: left;*//*--------------20160824 下記に変更-----------------*/

	vertical-align: top;

	width: 240px;
	margin: 0;
	padding: 0;
	overflow: auto;
	display: table-cell;
	height: 100%;
	background-color: #f0f0f0;
	line-height: 0;
}
.pageindex .panel .img img{
	display: block;
	width: 240px;
	height: 240px;
	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;*//*--------------20160824 下記に変更-----------------*/

	display: table-cell;
	vertical-align: top;

	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: 94%;
	margin: 0 auto;
	position: relative;
}
.contents p{
	line-height: 180%;
	margin: 15px 0;
	position: relative;
}

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

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

.blog ul,
.blog ol{
	margin: 5px 10px 15px;
	padding: 5px 10px 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 0;
}
.blog .cate{
	text-align: right;
	width: 100%;
}

.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: 96%;
	border-top: 1px dashed #959595;
	margin: 70px auto 0;
	text-align: center;
	font-size: 1.8rem;
	padding: 50px 0 0;
}
.pager a{
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;	
	background-color: rgba(255,255,255,1);
}
.pager a:hover,
.pager a:active,
.pager 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: 20px;
}
.pager span.back a{
	background-image: url(../img/page/icon_back.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	text-indent: -20px;
}
.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: 20px;
}



/* ----------parts---------- */
.goal{
	position: relative;
	left: 35px;
}





/**********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:100%;
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;


}

.wp-pagenavi a.last {

}

.wp-pagenavi .nextpostslink {

}
.wp-pagenavi .larger.page {

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





}