/*-コンテンツ領域---------------------------*/
.contents_box h5{
	display:block;
	padding:0px;
	letter-spacing:.1em;
	margin-bottom:10px;
	color:#051340;
	font-size:140%;
	font-weight:bold;
	letter-spacing:0.1em;
}


/* 表 */
.contents_box table{
	border-top:solid 1px #CACAD9;
	width:100%;
	margin-bottom:15px;
}
.contents_box td,
.contents_box th{
	border-bottom:solid 1px #CACAD9;
	padding:5px 20px 5px 20px;
	vertical-align:middle;
	font-size:120%;
}
.contents_box th{
	background-color:#EFF4FD;
}
/* 学生サポート表 */
table.support{
	width:auto;
}
table.support td,
table.support th{
	border-bottom:solid 1px #CACAD9;
	padding:5px 20px 5px 20px;
	vertical-align:top;
	font-size:120%;
}

/* 表内のリスト 学生便覧 */
.contents_box table.handbook ul{
	margin-bottom:10px;
	font-size:100%;
}
.contents_box table.handbook ul ul{
	margin-bottom:0px;
	font-size:100%;
}
.contents_box table.handbook ul li {
	list-style-type: none;
	margin-left:20px;
	letter-spacing:0em;
	line-height:1.5em;
	margin-bottom:2px;
}
.contents_box table.handbook ol{
	list-style-type: decimal;
	margin-bottom:10px;
	font-size:100%;
}
.contents_box table.handbook ol ol{
	list-style:lower-alpha;
	margin-bottom:0px;
	font-size:100%;
}
.contents_box table.handbook ol li{
	margin-left:40px;
	letter-spacing:0em;
	line-height:1.5em;
	margin-bottom:2px;
}


/* 沿革 */
.contents_box table.history{
	border-top:solid 1px #CACAD9;
	width:100%;
	font-size:100%;
}
.contents_box table.history td,th{
	border-bottom:solid 1px #CACAD9;
	padding:0px;
	vertical-align:top;
}
.contents_box table.history th{
	background-color:#EFF4FD;
}

.contents_box table.history td.year{
	background-color:#E7EEF9;
	width:70px;
	line-height:140%;
	padding:10px 0px 10px 10px;
	font-size:120%;
}
.contents_box table.history td.month{
	background-color:#E7EEF9;
	width:50px;
	line-height:140%;
	padding:10px 20px 10px 0px;
	text-align:right;
	font-size:120%;
}
.contents_box table.history td.text{
	padding:10px 10px 10px 10px;
	font-size:100%;
	width:520px;
}
.contents_box table.history td.text div.image-note{
	margin-top:10px;
}
.contents_box table.history td.text div.caption{
	font-size:120%;
}
.contents_box table.history td.text ul{
	margin-bottom:0px;
}
.contents_box table.history td.text ul li{
	font-size:100%;
	margin-left:20px;
	letter-spacing:0.1em;
	line-height:1.4em;
}


/* ボタン */
.contents_box a.btn{
	display:inline-block;
	border-top:solid 1px #CACAD9;
	border-right:solid 1px #AFAFC7;
	border-bottom:solid 1px #AFAFC7;
	border-left:solid 1px #CACAD9;
	font-size:120%;
	color:#000000;
	text-decoration:none;
	padding:2px 10px 2px 10px;
	background-color:#EFF4FD;
	border-radius:5px;
}
.contents_box a.btn:hover{
	color:#000000;
	background-color:#DDDDFF;
}
.contents_box a.btn:active{
	color:#000000;
	background-color:#CCCCEE;
}
/* ページナビ  */
.page_navi {
    text-align: center;
}

.page_navi li {
    display: inline;
    list-style: none;
}

.page_navi li.current span {
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 3px 7px;
    background: #fee;
    border: solid 1px #fcc;
}

.page_navi li a {
    color: #333;
    padding: 3px 7px;
    background: #eee;
    display: inline-block;
    border: solid 1px #999;
    text-decoration: none;
}

.page_navi li a:hover {
    color: #f00;
}

.page_navi li.page_nums span {
    color: #fff;
    padding: 3px 7px;
    background: #666;
    display: inline-block;
    border: solid 1px #333;
}

/* CMS */
.icon-news{
	display:inline-block;
	background-color:#D93600;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;
}
.icon-seminer{
	display:inline-block;
	background-color:#2DB200;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;
}
.icon-press{
	display:inline-block;
	background-color:#00A2DB;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

.cms dl{
	font-size:120%;
	border-top: 1px dotted #CACAD9;
}
.cms dt{
	padding-top:5px;
	padding-bottom:5px;
	float:left;	
	clear:both;
	width:230px;
}
.cms dd{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:240px;
	border-bottom: 1px dotted #CACAD9;
	letter-spacing:0.1em;
	line-height:1.4em;
}
.cms a{
	color:#ffffff;
	text-decoration:none;
}

p.cms_list{
	text-align:right;
}
p.cms_list a{
	color:#ffffff;
}

#rss{
	background-color:red;
	color:#FFFFFF;
	display:inline-block;
	padding:0px 5px 0px 5px;
	right:0px;
	top:5px;
	position:absolute;
}
#rss a{
	color:#ffffff;
}

div.cms-list-box{
	margin-top:20px;
}

.cms-list-box dl{
	font-size:120%;
	border-top: 1px dotted #CACAD9;
}
.cms-list-box dt{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	float:left;	
	clear:both;
	width:90px;
	line-height:1.4em;
}
.cms-list-box dd{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:100px;
	border-bottom: 1px dotted #CACAD9;
	letter-spacing:0.1em;
	line-height:1.4em;
}
.cms-list-box a{
	color:#000000;
	text-decoration:none;
}

.cms-list-box a:hover{
	color:#000000;
	text-decoration: underline;
}

/*-ページャー---------------------------*/

#pager {
	text-align: center;
	margin-top: 30px;
}

#pager ul {
	font-size: 14px;
	line-height: 1.8;
}

#pager li {
	margin: 0px 2px 0px 2px;
	display: inline;
}

#pager .num {
	color: #999999;
}

#pager .num a {
	background: #FFFFFF;
	border: 1px solid #2D68E8;
	color: #2D68E8;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	height:14px;
}

#pager .current {
	background: #2D68E8;
	border: 1px solid #2D68E8;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#pager li.prev,
#pager li.next{
	margin:0px;
}
#pager li.prev a,
#pager li.next a{
	color: #2D68E8;
	padding:3px 8px 3px 8px;
	height:14px;
}
#pager li.prev a:hover,
#pager li.next a:hover{
	color: #2D68E8;
	padding:3px 8px 3px 8px;
	height:14px;
	text-decoration:underline;
}
#pager li.prev_off,
#pager li.next_off {
	color: #999999;
	padding:3px 8px 3px 8px;
	height:14px;
}

#pager a:link,
#pager a:visited {
	text-decoration: none;
}

#pager a:hover,
#pager a:active {
	text-decoration: none;
}

#pager .num a:hover {
	background: #2D68E8;
	border: 1px solid #2D68E8;
	color: #ffffff;
}
#pager .off {
	color: #999999;
}
/* SNSカウント数表示用   */
.count_f,.count_t{
	display:inline-block;
	vertical-align:middle;
	height:20px;
	line-height:20px;
	margin-right:15px;
}
.sns_count{
	clear:both;
}
.count_f span,.count_t span{
	font-size:120%;
	margin:0px 0px 0px 1px;
	padding:0px 5px 0px 5px;
	border:solid 1px #cccccc;
}

 /* 2行になりそうなやつ */
 /* 基礎理学プロジェクト研究センター */
#contents_nav li.page-item-90 a,
#contents_nav li.page-item-101 a{
	line-height:1em;
	padding-top:9px;
	height:31px;
}





/* -子ページへのリンク-----------------*/
.child-link-box{
	width:654px;
}

.child-link {
	width:282px;
	height:123px;
	padding:10px 15px 15px 15px;
	border:solid 2px #001748;
	margin-bottom:20px;
}

.child-link-small {
	width:282px;
	height:18px;
	padding:10px 15px 15px 15px;
	border:solid 2px #001748;
	margin-bottom:20px;
}
.child-link-small:hover {
	background-color:#dedede;
}
.child-link-small .title{
	font-size:160%;
	letter-spacing:0em;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../img/common/bg_child-btn.png) no-repeat 0px 4px;
}
.child-link .child-img{
	background-color:#ffffff;
	clear:both;
	float:left;
	width:90px;
	height:90px;
	letter-spacing:0.2em;
	margin:0px 15px 0px 0px;
}


.child-link .title{
	font-size:160%;
	letter-spacing:0em;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../img/common/bg_child-btn.png) no-repeat 0px 4px;
}
.child-link .child-excerpt p{
	font-size:120%;
	color:#111111;
}

.child-link:hover {
	background-color:#dedede;
}

/* -SNSボタン-----------------*/

ul.sns{
	
}
ul.sns li {
	float:left;
	list-style:none;
}
/* -ページトップに戻るボタン-----------------*/
#btn_pagetop{
	display:none;
	background:url(../img/common/bg_pagetop.png) no-repeat 0px 0px;
	overflow:hidden;
	position:fixed;
	bottom:5px;
	right:10px;
	width:50px;
	height:31px;
	cursor:pointer;
	
}
#btn_pagetop:hover{
	background-position: top 0px left -50px;
}

/* -リンクナビ-----------------*/
a.link {
	display:inline-block;
	padding:0px 0px 0px 17px;
	font-size:120%;
	background:url(../img/common/arrow_blue.png) no-repeat 0px 1px;
}

a.mail-link {
	display:inline-block;
	padding:0px 0px 0px 17px;
	font-size:120%;
	background:url(../img/common/mail.png) no-repeat 0px 5px;
}


a.link-list {
	display:block;
	font-size:120%;
	background:url(../img/nav/bg_page-nav.png) no-repeat 0px 0px;
	width:320px;
	height:46px;
	padding-left:30px;
	line-height:46px;
	text-decoration:none;
	overflow:hidden;
}
a.link-list:hover{
	color:#377BC9;
	background-position: top 0px left -350px;
}

a.link-banner {
	display:block;
	font-size:120%;
	background:url(../img/nav/bg_link-banner.png) no-repeat 0px 0px;
	width:204px;
	height:46px;
	padding-left:30px;
	line-height:46px;
	text-decoration:none;
	overflow:hidden;
}
a.link-banner:hover{
	color:#377BC9;
	background-position: top 0px left -234px;
}
a.link-banner_gray {
	display:block;
	font-size:120%;
	background:url(../img/nav/bg_link-banner_gray.png) no-repeat 0px 0px;
	color:#444444;
	width:204px;
	height:46px;
	padding-left:30px;
	line-height:46px;
	text-decoration:none;
	overflow:hidden;
}
a.link-banner_gray:hover{
	color:#666666;
	background-position: top 0px left -234px;
}
a.link-banner_gray2 {
	display:block;
	font-size:120%;
	background:url(../img/nav/bg_link-banner_gray.png) no-repeat 0px 0px;
	color:#444444;
	width:204px;
	height:46px;
	padding-top:6px;
	padding-left:30px;
	line-height:1.5em;
	text-decoration:none;
	overflow:hidden;
}
a.link-banner_gray2:hover{
	color:#666666;
	background-position: top 0px left -234px;
}

/* リンクボックス  */

div.link-box a{
	display:block;
	width:272px;
	height:50px;
	padding:10px 15px 15px 25px;
	border:solid 2px #001748;
	margin-bottom:20px;
	color:#333333;
	font-weight:bold;
	font-size:140%;
	text-decoration:none;
	background:url(../img/common/arrow_blue.png) no-repeat 5px 12px;
}
div.link-box a:hover{
	background-color:#ededed;
}

/* -pdfリンクナビ-----------------*/

a.link-pdf{
	display:block;
	width:16px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/common/bg_link-pdf.png) no-repeat 0px 0px;
	text-indent:-9999px;
}
a.link-pdf:hover{
	opacity:0.5;
}


/* データボックス  */

div.data-box {
	display:block;
	width:272px;
	height:50px;
	padding:15px 25px 15px 15px;
	border:solid 2px #001748;
	margin-bottom:20px;
	color:#333333;
}

div.data-box div.title{
	font-size:180%;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#333333;
}



/* 卒業生の進路状況全体 */
div.career-count-all div.title{
	color:#051340;
	font-size:140%;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:5px;
}
/* 表 */
div.career-count-all table{
	border-top:solid 1px #CACAD9;
	width:299px;
	margin-bottom:15px;
}
div.career-count-all table th{
	border-bottom:solid 1px #CACAD9;
	padding:2px 4px 2px 4px;
	vertical-align:middle;
	font-size:120%;
}
div.career-count-all table td{
	border-bottom:solid 1px #CACAD9;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	text-align:right;
	font-size:120%;
}
table.career-count-all th{
	background-color:#EFF4FD;
}

/* 卒業生の進路状況 */
div.career-count div.title{
	color:#051340;
	font-size:140%;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:5px;
}
div.career-count div.caption{
	font-size:120%;
	text-align:center;
}
/* 表 */
div.career-count table{
	border-top:solid 1px #CACAD9;
	width:299px;
	margin-bottom:15px;
}
div.career-count table td,
div.career-count table th{
	border-bottom:solid 1px #CACAD9;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	text-align:center;
	font-size:120%;
}
table.career-count th{
	background-color:#EFF4FD;
}

/* 進路一覧  */

table.career-list {
	border-top:solid 1px #cccccc;
}
table.career-list td,
table.career-list th{
	border-bottom:solid 1px #cccccc;
}
table.career-list th{
	background-color:#F2F0E6;
}




