/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
img {max-width:100%;vertical-align:bottom;}
body { background-color: #f0ffff;}
/*--body { background-color: #fefaef;}--*/
header{padding: 6px 0; background: #FFF; border-bottom: 1px solid #cccccc;}

header h1{font-size:2.5rem; font-weight:bold;}

h2.border{
	font-size:2.2rem;
	border-bottom:2px solid #191970;
	font-weight:bold;
	margin-bottom:2.0rem;
	padding-bottom:1.0rem;
}
nav.gnavi {
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	margin-left:10%;
}
nav.gnavi ul {
	padding: 0;
	margin: 0 auto;
}
nav.gnavi li {
	display: inline;
	float: left;
	margin-bottom: 0;
}
nav.gnavi a {
	padding: 8px 20px;
	display: inline-block;
	color: #333;
	/*width: 100px;*/
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	/*text-shadow: 1px 1px 0px #283744;*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}
nav.gnavi li a {
	border-right: 6px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav.gnavi li:last-child a {
	border-right: 0;
}
nav.gnavi a:hover, nav.gnavi a:active {
	background-color: #ececec;
}
nav.gnavi a#pull {
	display: none;
}

nav.gnavi li.general a {color: #fff; background-color: #191970;}
nav.gnavi li.student a {color: #fff; background-color: #006400;}
/** nav.gnavi li.general a {color: #fff; background-color: #191970;} **/
/** nav.gnavi li.student a {color: #fff; background-color: #80C33E;} **/

nav.gnavi li.general a:hover,
nav.gnavi li.general a:active { background-color:#add8e6;}
nav.gnavi li.student a:hover,
nav.gnavi li.student a:active { background-color:#C0E19F;}


/********************* ここから追加 **********************/

/*共通*/

header h1 a {color:#000;text-decoration:none;}

/*ローカルナビ*/

nav.lnavi_g {
	margin: 20px auto;
	overflow: hidden;
}

nav.lnavi_g ul {list-style: none;}
nav.lnavi_g li{margin-bottom: 0;}

nav.lnavi_g li a {
	background: #1e90ff;
	color: #fff;
	display: block;
	float: left;
	padding: 2.2rem 0 0.8rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*width: 16.66%;*/
	height:3rem;
	line-height:1;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

nav.lnavi_g li a.c2 {padding: 1.5rem 0;}
nav.lnavi_g li a.active{background: #0000cd;}
nav.lnavi_g li a:hover {background: #0000cd;}

nav.lnavi_g_6 li a{width: 16.66%;}
nav.lnavi_g_5 li a{width: 20%;}


/* ローカルナビ（在学生の皆さんへ） */

nav.lnavi_s {
	margin: 20px auto;
	overflow: hidden;
}

nav.lnavi_s ul {
	list-style: none;
	/*overflow: hidden;*/
}

nav.lnavi_s li{
	margin-bottom: 0;
}

nav.lnavi_s li a {
    background: #2e8b57;
	/*border-right: 1px solid #fff;*/
	color: #fff;
	display: block;
	float: left;
	padding: 2.2rem 0 0.8rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 33.33%;
	height:3rem;
	line-height:1;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

nav.lnavi_s li a.active{background: #006400;}
nav.lnavi_s li a:hover {background: #006400;}


/*メインカラム*/
.main{background: #fff; padding: 3.4rem; margin-bottom: 4rem;}
.main h1{font-size:2.8rem; font-weight:bold; margin-bottom: 3.4rem;}

/*メインカラム ローカルナビなし*/
.main_nonavi{margin-top: 20px;}

/*ボーダーエリア*/
.border-area {
	border:1px solid #191970;
	padding:20px;
	margin-bottom:20px;
}

.border-area ul {
	margin-bottom:0;
}

.border-area ul li {
	list-style-type: none;
	margin-left:20px;
	font-weight:bold;
	margin-bottom:0;
}

.border-area ul li:before {
	/*content: '\f111';
  	font-family: FontAwesome;
  	color:#191970;*/
	content: url(/School/nichigo/images/icon_f111.png);
	margin-right:0.5rem;
}

/*リスト*/
.gt {list-style:none;margin-bottom:4.0rem;}
.gt li:before{
  /*content:'\f105';
  font-family: FontAwesome;
  color:#73af38;*/
  content: url(/School/nichigo/images/icon_f105_green.png);
  margin-right:0.5rem;
}
.gt li a {color:#73af38;}

/*括弧つきナンバーリスト*/
ol.rb{
  padding:0;
  margin:0 0 2.5rem 0;
}
ol.rb li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.rb li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


/* 中央寄せ用*/
.tac{text-align: center; margin-bottom:2.5rem;}

/*左右マージン*/
.m_auto{margin: 0 auto;}

/*topに戻るボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:1;
}

#page-top a {
    background: #1e90ff;
    text-decoration: none;
    color: #fff;
    padding: 12px;
    text-align: center;
    display: block;
    border-radius: 4px;
}

#page-top a:before{
    /*content:'\f062';
    color: #fff;
    font-family: FontAwesome;*/
	content: url(/School/nichigo/images/icon_f062.png);
    margin-right:0.5rem;
}

#page-top a:hover {
    text-decoration: none;
    background: #1e90ff;
}

/*フッター*/
footer{padding-top: 10px; background: #191970; color:#FFF;}
footer address{font-size:2.5rem; font-style:normal;}

footer .btn-senshu-u{
	border: 2px solid #fff;
	color:#fff; 
	font-size:1.5rem; 
	position:relative; 
	padding:0 34px 0 18px;
}

footer .btn-senshu-u:hover{
	border: 2px solid #fff; 
	font-size:1.5rem; 
	color:#fff; 
	background-color:#C0E19F;
}

.btn-senshu-u:after{
	position: absolute;
	right: 8px;
	content: url(/School/nichigo/images/icon_f08e_white.png);
	/*color: #fff;
	font-family: 'FontAwesome';
	content:'\f08e';*/
}

footer .senshu{text-align: right;}
footer p.copyright{text-align: center; font-size:80%; margin-bottom: 0;}


/***************  ページごと  *******************/
/*トップ*/
#top header h1 {margin:0;}

.top_main_img img {width:100%;}

.catchcopy {text-align:center;}
.catchcopy h2 {font-size:3.2rem;}

#top figure {margin:0;}
#top dl {margin-bottom:4.0rem;}

#top dl dt{
	font-size:2.4rem;
	font-weight:bold;
}

#top dl dd{
	margin-bottom:2.0rem;
}

#top dl dt + dd {
	min-height:7.0rem;
}

#top dl dd:last-child a {
	display:block;
	box-sizing:border-box;
	width:100%; 
	background:#191970; 
	color:#FFF; 
	font-size:1.5rem;
	padding:1.0rem;
	text-decoration:none;
	border-radius:0.5rem;
	text-align:center;
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
	}
#top dd:last-child a:hover {background: #191970;}

#top dd:last-child a:after{
	/*content:'\f105';
	font-family: FontAwesome;
	color:#fff;*/
	content: url(/School/nichigo/images/icon_f105_white.png);
	margin-left:1.0rem;
}

/*専大日語の魅力*/
#greeting h3 {
	background:#191970;
	color:#fff;
	text-align:center;
	font-size:3.2rem;
	padding:2.0rem;
}

.g_cover {
	background:#fefaef;
	padding:1.5rem;
	margin-bottom:2.0rem;
}

.g_cover ul {
	list-style:none;
	margin-bottom:0;
}

.g_cover ul li {
	border:1px solid #eee;
	background:#ffffff;
	text-align:center;
	padding:0.8rem;
}

.g_seminar {
	width:100%;
}

.g_seminar th,.g_seminar td {
	border:1px solid #191970;
	text-align:center;
}

.g_seminar th {
    background-color:#eee;
	padding:12px;
}

.g_seminar2 {
	width:95%;
}

.g_seminar2 th,.g_seminar2 td {
	border:1px solid #006400;
}

.g_seminar2 th {
    color: white;
    border:1px solid white;
    background-color: #006400;
    padding:12px;
}

#greeting h4 {
	color:#191970;
	font-size:1.5rem;
}

.a_recruit a,.a_recruit i{
	color:#73af38;
}

/*教育の目標と特色*/
#policy figure {text-align:center;}

.p_list {font-weight:bold;}

/* 教員紹介 */

h2.profs{
	padding-top: 1.5rem;
	margin-bottom: 1rem; 
	font-size:2.4rem; 
	color:#191970; 
	border-top: 1px solid #eee;
	}

h2.profs span.kana{
	color: #333; 
	font-size:1.6rem; 
	padding-left:1.6rem;
	}

.prof-img{text-align: center;}
.prof-img img{margin: 0 auto;}

.prof-card{margin: 0 0 3rem 0;}
.prof-card dt{margin-top: 1em;}
.prof-card dt span{color: #fff; background:#191970; padding:2px 8px;}
.prof-card dd{margin-left:0; height:4rem;}
.prof-card dd.kamoku{height:6rem;}
.prof-card dd .btn-prof{
	width:100%;
	margin-top: 1em;
	background:#191970; 
	color:#FFF; 
	border:none; 
	font-size:1.5rem;
	
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
	}
	
.prof-card dd .btn-prof:hover {background: #0000cd;}

/*取得可能な資格*/
#certification dt,dd {
	margin-left:0;
}

#certification dt {
	color:#191970;
	margin-bottom:1.0rem;
}

#certification dd a,#certification i {color:#73af38}

#certification dl dd {margin-bottom:1.0rem;}
#certification dl dd:nth-child(3n) {margin-bottom:4.0rem;}

/*進路について*/
#course table {
		width:60%;
		margin:0 auto;
}

#course table th,#course table td {
	padding:0.5rem;
	border:1px solid #d8d8d8;
}
#course table caption {text-align:right;}
.r01{background-color:#e496a1;}
.r02{background-color:#f0b98f;}
.r03{background-color:#f9e189;}
.r04{background-color:#fff385;}
.r05{background-color:#d3e394;}
.r06{background-color:#85c4d9;}
.r07{background-color:#95b5d9;}
.r08{background-color:#b7a8ce;}
.r09{background-color:#df92b2;}

#course dl {
	border:1px solid #ccc;
	padding:20px;
}

#course dl dt {
	font-weight:bold;
	margin-bottom:0.5rem;
}

#course dl dd {
	margin-bottom:2.0rem
}

#course h3 {
	font-size:2.0rem;
	color:#191970;
}

.graph-area{margin-bottom:4.0rem;}

/*履修モデル（カリキュラム構成）*/
.cm-box {
	border:1px solid #ccc;
	background-color:#fffacd;
	padding:2.0rem;
	margin-bottom:2.0em;
}

.cm-box h2 {
	font-size:2.0rem;
	color:#333;
	text-align:center;
	font-weight:bold;
}

.cm-box ul {
	overflow:hidden;
	list-style:none;
}

.cm-box ul li {
    text-align:left;
	box-sizing:border-box;
	padding:2%;
	width:20%;
	float:left;
}

.cm-link {
	text-align:center;
	color:#fff;
	font-size:1.5rem;
	text-decoration:none;
	display:block;
	width:50%;
	margin:0 auto 2.0rem;
	background-color:#191970;

	border-radius:5px;
	padding:2.0rem;
}
.cm-link:hover {
	color:#fff;
	background: #F6D685;
}

.cm-link i {margin-left:2.0rem;}

/*コーパス日本語学*/
.filler {color:#0086c9; font-weight:bold;}

.filler_sample {
	border:8px solid #eeeeee;
	list-style:none;
	padding:1.0rem 1.0rem 0 1.0rem;
}

.filler_sample li {
	line-height:1.0;
}

.tbl_filler{border: 1px solid #80c3e4; }
.tbl_filler tr{}
.tbl_filler th{
	padding:12px 15px;
	text-align: center; 
	border-left: 1px solid #0086c9; 
	border-bottom: 1px solid #80c3e4;
	background: #80c3e4;
	}
	
.tbl_filler th:first-child{border-left: 1px solid #80c3e4;}
.tbl_filler td{
	padding:12px 15px; 
	text-align: center;
	border-left: 1px solid #80c3e4; 
	border-bottom: 1px solid #80c3e4;
}

.corpus_tbl_area{text-align: center; margin-bottom: 2rem;}
.corpus_tbl_area p{margin-bottom: 0;}
.corpus_tbl_area .tbl_1{padding-left: 10%;}
.corpus_tbl_area .tbl_2{padding-right: 10%;}
.corpus_tbl_area .tbl_1 table,
.corpus_tbl_area .tbl_2 table{margin: 10px auto;}


/*ゼミナール共通*/
.seminar nav.lnavi_g {
	margin-bottom:0;
}

nav.snavi_g {
	margin:0 auto 2px;
	overflow: hidden;
}

nav.snavi_g ul {
	list-style: none;
	/*overflow: hidden;*/
}

nav.snavi_g li{
	margin-bottom: 0;
}

nav.snavi_g li a {
	background: #fff;
	box-sizing:border-box;
	border-right: 1px solid #eee;
	color: #000;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*width: 11.1111%;*/
	width: 12.5%;
	height:4rem;
	line-height:4rem;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

nav.snavi_g li:last-child a {border:none;}
nav.snavi_g li a.c2 {padding: 1.5rem 0;}
nav.snavi_g li a.active{color:#FFF; background: #191970;}
nav.snavi_g li a:hover {color:#FFF; background: #191970;}

.seminar_header {
	/*background-color:#f6d685;*/
	border: 2px solid #191970;
	padding:1.5rem;
	text-align:center;
	margin-bottom:1.0rem;
}

.seminar_header h2 {
	display:inline-block;
	font-size:2.4rem;
	color:#191970;
	text-align:left;
	padding-top:2.0rem;
	line-height:1.5;
}

.p_link {list-style:none;  margin-top:1.0rem; margin-bottom:4.0rem;}
.p_link li {
	display:inline;
	margin-right:1.0rem;
}
.p_link li:before{
  /*content:'\f107';
  font-family: FontAwesome;
  color:#73af38;*/
  content: url(/School/nichigo/images/icon_f107.png);
  margin-right:0.5rem;
}
.p_link li a {color:#73af38;}

.seminar h3 {
	font-size:2.6em;
}

.seminar h4 {
	font-size:1.8em;
	padding-top:1.0rem;
}

.seminar dl dt {
	color:#999999;
	margin-bottom:2.0rem;
}

.seminar dl dd {
	margin-bottom:2.0rem;
}

.s_profile {border:1px solid #ccc;}
.s_profile h4{margin:20px 0; padding:0;}
.s_profile img{margin: 10px;}



/*お知らせ*/

.news{
	padding:1.6rem 1rem;
	margin: 0;
	border-bottom: 1px solid #eeeeee; 
}
	
.news_first{border-top: 1px solid #eeeeee; }

.news_date{float: left; clear: left; margin-right: 0.5rem ; width: 120px ;}
.news_tit{float: left; margin-left:1rem ;} 

.date{
	padding: 1rem;
	margin-bottom: 25px;
	border-top: 1px solid #eeeeee; 
	border-bottom: 1px solid #eeeeee; 
	font-size:90%;
	color:#666;
}

.btn_news {
	text-align:center;
	color:#fff;
	font-size:1.5rem;
	text-decoration:none;
	display:block;
	width:50%;
	margin:0 auto 2.0rem;
	background-color:#80C33E;
	border-radius:5px;
	padding:2.0rem;
}

.btn_news:hover {
	color:#fff;
	background: #C0E19F;
}

.btn_news i {margin-left:2.0rem;}

/*リンク集*/
.s_link li a {color:#73af38; padding: 1.8rem 0;}

.s_link li:after {
	/*content:'\f08e';
	font-family: FontAwesome;
	color:#73af38;*/
	content: url(/School/nichigo/images/icon_f08e_white.png);
	margin-left:1.0rem;
}

/*アクセス?お問い合わせ*/

.map {
    position: relative;
	padding-bottom: 50%;
    padding-top: 30px; 
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.tbl_access{width:100%; margin:2.0rem 0;}
.tbl_access caption{text-align:left;}
.tbl_access th,
.tbl_access td {border:1px solid #edad05;}

.tbl_access th {
	padding:12px 15px; 
	background-color:#f6d685; 
	text-align:center;
}

@media screen and (min-width: 1280px) {
  .top_main_img {text-align: center;}
  .top_main_img img {width:1107px; margin:0 auto;}
}

@media (max-width : 1200px) {
	h2.profs span.kana{display:inline-block; width:100%;}
}


@media (max-width : 850px) {
/*コーパス日本語学*/
	.corpus_tbl_area .tbl_1{padding-left:0;}
	.corpus_tbl_area .tbl_2{padding-right:0;}
	
	.prof-card dd .btn-prof{padding: 0 20px;}
}

@media (max-width : 768px) {
	
	.main{padding: 1.5rem;}
	
	.main h1{font-size:1.8rem; margin-top: 1.0rem; margin-bottom: 2.5rem;}
	.main h2{font-size:1.4rem;}
	.main h2.profs{font-size:1.8rem;}
	
	nav.gnavi {
		height: auto;
		margin-top: 2rem;
		margin-left: 0; 
		border-bottom: 0; 
		border-top: 1px solid #eee;
	}
	
	nav.gnavi ul {
		display: none;
		height: auto;
	}
	
	nav.gnavi li {
  		width: 100%;
  		float: left;
		line-height:normal;
  		position: relative;
  	}
	
	nav.gnavi a{
		line-height: 36px;
		text-align: left;
		width: 100%;
		padding:8px 0 8px 20px;
	}
	
	nav.gnavi a#pull {
		display: block;
		background-color: #fff;
		width: 96%;
		position: relative;
	}
	
	nav.gnavi a#pull:after {
		/*content: "\f0c9";
		font-family: FontAwesome;
		color:#ccc;*/
		content: url(/School/nichigo/images/icon_f0c9.png);
		display: inline-block;
		position: absolute;
		top:12px;
		right: 10px;
	}
	
	nav.lnavi_g li a{width: 50%;}
	footer address{font-size:1.5rem; font-style:normal;}
	footer .senshu{text-align: center; padding-top: 10px;}
	
	#greeting h3 {font-size:1.8rem; padding:1.0rem;}
	
/*履修モデル（カリキュラム構成）*/
	.cm-box ul li {width:50%;}

/*コーパス日本語学*/
	.corpus_tbl_area .tbl_1{padding-left:inherit;}
	.corpus_tbl_area .tbl_2{padding-right:inherit;}
	
	
/*ゼミ関連*/
	nav.snavi_g li a {
		width:49%;
		border-bottom:1px solid #eee; 
	}

	nav.snavi_g li:nth-child(odd) a {
		border-left:1px solid #eee;
	}

	nav.snavi_g li:last-child a {
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
	}

	.border-area{padding:10px 10px 10px 2px;}
	
	.seminar_header h2 {font-size:2.0rem;}

	.p_link li {display:block;}

	.s_profile {padding:1.0rem;}
	
	.cm-link,
	.btn_news{font-size:1.5rem; width:80%;}
	
}


/*Smartphone*/
@media (max-width : 320px) {
	
	nav.gnavi{margin-left: 0; margin-top: 2rem;}
	
	nav.gnavi li {
		display: block;
		float: none;
		width: 100%;
	}
	nav.gnavi li a {
		border-bottom: 1px solid #576979;
	}
	nav.lnavi_g li a{width: 49%;}
	
	.container{padding: 0 10px;}
	.lnavi_g{margin:10px 0;}
	
	.border-area{padding:10px 10px 10px 0px;}
	
	/*教員*/
	h2.profs span.kana{display:inline-block; width:inherit;}


}

/*Smartphone*/
/*角丸囲み*/
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
/*    font-weight: bold;*/
    color: darkgreen;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
