/*-コンテンツ領域---------------------------*/
.contents_box h3{
	font-size:160%;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	height:auto;
	border-bottom:solid 1px #101010;
	letter-spacing:.1em;
	margin-bottom:15px;
	background:none;
}
.contents_box h3::before {
	display: none;
}

.contents_box h4{
	font-size:180%;
	font-weight:bold;
	color:#051340;
	padding-top:0px;
	letter-spacing:.1em;
	margin-bottom:15px;
}

.contents_box h5{
	font-size:140%;
	font-weight:bold;
	display:block;
	padding:2px 2px 2px 2px;
	letter-spacing:.1em;
	margin-bottom:15px;
}
.contents_box div.dbl-text{
	width:360px;
}

.contents_box div.note{
	border:solid 1px #aaaaaa;
	padding:10px 15px 10px 15px;
}
.contents_box div.note div.note-title{
	font-size:140%;
	font-weight:bold;
	letter-spacing:.1em;
	color:#20307C;
}
.contents_box div.note div.note-text{
	font-size:140%;
	line-height:180%;
	letter-spacing:0em;
}


.contents_box p.catch{
	font-size:140%;
	line-height:150%;
	letter-spacing:.1em;
	font-weight:bold;
	color:#333333;
}
.contents_box p{
	font-size:140%;
	line-height:180%;
	letter-spacing:0em;
	margin-bottom:14px;
}
/* リスト */
.contents_box ol{
	list-style-type: decimal;
	margin-bottom:10px;
	font-size:120%;
}
.contents_box ol ol{
	list-style:lower-alpha;
	margin-bottom:0px;
	font-size:100%;
}
.contents_box ol li{
	margin-left:20px;
	letter-spacing:0.2em;
	line-height:1.4em;
}
.contents_box dl{
	font-size:120%;
	border-top: 1px solid #CACAD9;
}
.contents_box dt{
	padding-top:5px;
	padding-bottom:5px;
	float:left;	
	clear:both;
	width:150px;
}
.contents_box dd{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:160px;
	border-bottom: 1px solid #CACAD9;
	letter-spacing:0.1em;
	line-height:1.4em;
}
.contents_box p.img-caption{
	font-size:120%;
	line-height:1.6em;
}
.contents_box p strong{
	font-weight:bold;
}
.contents_box p.title{
	font-weight:bold;
	color:#000A43;
	margin-bottom:5px;
}
.contents_box p.title span.small{
	font-weight:bold;
	font-size:80%;
}

/* 表 */
.contents_box table{
	border-top:solid 1px #D1D8E3;
	border-right:solid 1px #D1D8E3;
	width:100%;
	margin-bottom:15px;
}
.contents_box td,
.contents_box th{
	border-bottom:solid 1px #D1D8E3;
	border-left:solid 1px #D1D8E3;
	padding:5px 20px 5px 20px;
	vertical-align:middle;
	font-size:120%;
}
.contents_box th{
	background-color:#E7EEF9;
	font-weight:bold;
	text-align:center;
}
/* 表:下宿斡旋 */
table.gesyuku{
	width:auto;
	border-top:solid 1px #D1D8E3;
	border-right:solid 1px #D1D8E3;
	margin-bottom:15px;
}
.contents_box table.gesyuku td,
.contents_box table.gesyuku th{
	border-bottom:solid 1px #D1D8E3;
	border-left:solid 1px #D1D8E3;
	padding:5px 20px 5px 20px;
	vertical-align:middle;
	text-align:center;
	font-size:120%;
}
.contents_box table.gesyuku th{
	background-color:#E7EEF9;
	font-weight:bold;
}





/* ボタン */
.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;
}
