@charset "utf-8";
/* CSS Document */

body{
	font-size: 0.90em;
	line-height: 1.5em;
	
}

/*##################################################
ヘッダー
##################################################*/
#header{
	background-image: url(/contents_images/header_back.png);
	background-repeat: repeat-x;
	height: 60px;
}

#index #header{
	height: 120px;
}

#header .logo img{
	height: 50px;
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
}

#index #header .logo img{
	width: 60%;
	max-width: 280px;
	height: auto;
	margin: 5px 0 0 5px;
}

#header .navi{
	display: none;
}


/*##################################################
メインメニュー
##################################################*/
#main_menu{
	background: #FFF;
}

#index #main_menu{
	margin-top: 40vw;
}

#main_menu ul{
	border-top: 3px solid #48709b;
	border-bottom: 3px solid #48709b;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

#main_menu li{
	text-align: center;
	float: left;
	width: calc(50% - 1px);
	display: block;
	border-bottom: 1px solid #48709b;
}

#main_menu li:nth-child(odd){
	border-right: 1px solid #48709b;
}

#main_menu li br{
	display: none;
}

#main_menu li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	font-size: 94%;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
}

/*##################################################
トップコンテンツ
##################################################*/


#catch{
	width: calc(100% - 540px);
	float: left;
	margin-top: 240px;
	margin-left: 60px;
}

#catch img{
	width: 100%;
	max-width: 600px;
	height: auto;
}

/***** ピックアップ *****/
#pickup{
	width: 320px;
	background: rgba(255,255,255,0.9);
	margin-top: 30px;
	margin-right: 30px;
	float: right;
	padding-bottom: 20px;
}

#pickup h2{
	background: rgba(0,0,0,0.9);
	color: #FFF;
	padding: 10px 10px 10px 40px;
	font-size: 110%;
	background-image: url(/contents_images/icon/pickup.png);
	background-repeat: no-repeat;
	background-position: left;
}

#pickup .inner{
	height: 28vw;
	overflow-y: auto;
	padding: 20px;
}

#pickup .inner img{
	max-width: 100%;
	height: auto;
}


/***** &#36275;&#29699;&#27604;&#20998;&#30452;&#25773; *****/
#visitor{
	display: none;
}

/***** 学部紹介 *****/
#gakubu{
	background-color: #f2f2f2;
	background-image: url(/contents_images/back_stripe.png);
	border-bottom: 3px solid #48709b;
	margin-top: 40px;
}

#gakubu ul{
	text-align: center;
	padding: 20px 0 13px;
}

#gakubu li{
	display: inline-block;
	width: 28%;
	margin: 5px;
}

#gakubu li img{
	width: 100%;
	height: auto;
}

/***** トップ下部 *****/
#top_cont{
	padding: 30px 30px 0;
	background-color: #FFF;
}

.news_box{
}

/***** &#36275;&#29699;&#27604;&#20998;&#30452;&#25773; *****/

h2.important{
	background-image: url(/contents_images/title/important.png);
	background-size: 100% 50px;
	line-height: 50px;
	height: 50px;
	color: #FFF;
	position: relative;
	padding-left: 45px;
	font-size: 110%;
}

h2.important:before{
	content: url(/contents_images/icon/important.png);
	position: absolute;
	top: 2px;
	margin-left: -45px;
}

.news_box .inner{
	background-color: #f2f1ed;
	padding: 20px;
}

/***** ニューストピックス *****/


h2.news{
	background-image: url(/contents_images/title/news.png);
	background-size: 100% 50px;
	line-height: 50px;
	height: 50px;
	color: #FFF;
	position: relative;
	padding-left: 45px;
	margin-top: 30px;
	font-size: 110%;
}

h2.news:before{
	content: url(/contents_images/icon/news.png);
	position: absolute;
	top: 5px;
	margin-left: -45px;
}

.rss{
	height: 200px;
}

/***** トップ右 *****/
.right{
	width: 100%;
	margin: 30px auto 0;
}

.right .banner_free{
	text-align: center;
}


.right ul.banner_bt{
	text-align: center;
}

.right ul.banner_bt li{
	list-style: none;
	line-height: 70px;
	background-size: 100% 70px;
	margin-top: 20px;
	width: 44%;
	display: inline-block;
}

.right ul.banner_bt li a{
	text-align: center;
	font-size: 100%;
	line-height: 45px;
}

/***** バナー枠 *****/
#banner{
	text-align: center;
	background-color: #FFF;
	padding: 30px 0;
	width: calc(100% - 60px);
	margin: auto;
}

#banner p{
	display: inline-block;
	width: 28%;
	margin-bottom: 5px;
}

#banner p img{
	width: 100%;
	height: auto;
}

/*##################################################
カテゴリトップ
##################################################*/
#content.category h1.cat_title{
	font-size: 160%;
	margin: -20px -10px 0;
	padding: 20px 30px;
}

#content.category .cat_box{
	width: calc(33% - 20px);
}

#content.category .cat_box:nth-of-type(3n+1) {
    clear: both;
}

#content.category #blockarea_div1 div:last-of-type{
	clear: both;
	display: block !important;
}

#content.category .cat_box h2{
	font-size: 140%;
}

#content.category .breadcrumb{
	background: none;
	margin-top: -20px;
}


/***** カテゴリトップ文章 *****/
#content.category .category_text h2{
	font-size: 140%;
	padding: 15px;
	margin: 0 -20px 10px;
}

#content.category .category_text h3{
	font-size: 130%;
	padding: 15px;
	margin: 0 -10px 10px;
}

#content.category .category_text h4{
	font-size: 120%;
	padding: 15px;
	margin: 0 -10px 15px;
}

/*##################################################
下層ページ
##################################################*/
#content{
	padding: 20px 10px 30px;
}

/***** パンくず *****/
#content .breadcrumb{
	margin: 0 -10px 20px;
	padding: 10px 10px;
}

/***** 記事本文 *****/
#content .detail{
}

#content .detail h1{
	font-size: 160%;
	padding: 20px;
	line-height: 1.2em;
}

#content .detail .inner{
	padding: 30px 40px;
}

#content .detail .inner h2{
	font-size: 140%;
	padding: 15px;
	margin: 0 -20px 10px;
}

#content .detail .inner h3{
	font-size: 130%;
	padding: 15px;
	margin: 0 -20px 10px;
}

#content .detail .inner h4{
	font-size: 120%;
	padding: 15px;
	margin: 0 -20px 15px;
}

table td,
table th{
	word-break: break-all;
}

/***** サブメニュー *****/
#content .sub_menu{
	margin-top: 30px;
}

#content .sub_menu h3{
	font-size: 140%;
	padding: 20px;
}

#content .sub_menu ul{
	padding: 20px;
}

#content .sub_menu ul li a{
	font-size: 110%;
}

/*##################################################
フッター
##################################################*/
#footer{
	border-top: 3px solid #48709b;
	background-color: #555;
}

#footer .footer_text{
	background-image: url(/contents_images/back_mosaic.png);
	padding: 20px 0;
}

#footer .footer_text .f_logo{
	float: left;
	width: calc(30% - 10px);
	text-align: right;
}

#footer .footer_text .f_logo img{
	width: 60px;
	height: auto;
}

#footer .footer_text .f_name{
	float: right;
	width: calc(70% - 10px);
	color: #FFF;
	font-size: 120%;
}

#footer .footer_text .f_name span{
	color: #FFF;
	display: block;
	font-size: 70%;
}

#footer .footer_text .f_add{
	float: right;
	width: calc(70% - 10px);
	color: #FFF;
}

#footer .footer_text .f_add span{
	color: #FFF;
	display: block;
	font-size: 90%;
}

#footer .footer_text .f_chara{
	display: none;
}

#footer .footer_text .f_link{
	display: none;
}


/*##################################################
ドロワーメニュー
##################################################*/
#drawernav{
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: #333;
	color: #fff;
	z-index: 200;
	padding-top: 60px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

#drawernav .hidden_box{
	overflow-y: auto;
	height: calc(90vh - 80px);
}

#drawernav .menu_title{
	background-color: #000;
	padding: 6px;
	font-weight: 200;
	color: #FFF;
}

#drawernav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#drawernav ul li{
	margin: 0;
	color: #fff;
	display: block;
	padding: 4px 20px;
	text-decoration: none;
}

#drawernav ul li:hover{
	color: #ddd;
	background: #222;

}
#drawernav ul li a{
	color: #fff;
	display: block;
	font-weight: 200;
	font-size: 90%;
}

#drawernav ul li a:hover{
}

#drawernav h4{
	padding: 0 15px; 
}

#humberger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 203;
	width: 36px;
	padding: 14px 14px 5px;
	cursor: pointer;
	background: #48709b;
}

#humberger .hum_title{
	font-size: 84%;
	margin-top: -3px;
	display: block;
	height: 20px;
	color: #FFF;
}

.icon-bar{
	height: 4px;
	background: #FFF;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.fixed-content{
	right: inherit;
	width: 100%;
	z-index: 202;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

#overlay{
	z-index:-1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

body.drawer-opened #page{
	left: -240px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}

body.drawer-opened .fixed-content{
	left: -240px;
}

body.drawer-opened #drawernav{
	right: 0;
}

body.drawer-opened #humberger .icon-bar{
	background: #fff;
}

body.drawer-opened #humberger{
	background-color: #000;
}

body.drawer-opened #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
}

body.drawer-opened #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}

body.drawer-opened #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}

body.drawer-opened #overlay{
	z-index: 203;
	opacity: 0.3;
	left: -240px;
}


/*##################################################
戻るボタン
##################################################*/
/*　トップへ戻る　*/

#page-top a{
	float:right;
	margin-right:0;
	margin-top:-80px;
	display: block;
	width: 80px;
	height:80px;
}

#page-top a img{
	width: 80px;
	height:80px;
	vertical-align: bottom;
}

/*　ホームへ戻る　*/

#page-back a{
	float:left;
	margin-left:0;
	margin-top:-80px;
	display: block;
	width: 80px;
	height:80px;
}

#page-back a img{
	width: 80px;
	height:80px;
	vertical-align: bottom;
}

/*##################################################
日めくりカレンダー
##################################################*/
.daily_calendar{
	display: none;
}