@charset "utf-8";
/* **************************************************

CSS Information
File Name : bousai.css
Style Info: 災害科学教育研究センター 固有のスタイル指定
Date: 2017-11-27

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
    margin: 5px 0 8px;
}

#globalHeader #siteID {
	margin-top: 12px;
	padding: 0;
}

#globalHeader #siteID img {
	width: 480px;
	height: auto;
}

#globalHeader .headerNavi {
	width: 500px;
}

#globalHeader .headerNavi ul {
	width: 360px;
}

#globalHeader .headerNavi ul li {
	padding: 5px 0;
}


/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	#globalHeader {
		position: relative;
		padding: 10px 0 0;
	}

	#globalHeader .subHeader {
		margin-bottom: 10px;
	}

	#globalHeader #siteID {
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 15px;
	}

	#globalHeader .headerNavi {
		width: 100%;
	}
	
	#globalHeader .headerNavi ul {
		width: 100%;
	}	

	#globalHeader #headerSearch {
		width: 100%;
		margin-right: -80px;
	}

	#globalHeader #headerSearch form {
		width: auto;
		margin-right: 80px;
	}

	#globalHeader .headerNavi {
		width: 100% !important;
	}

	#globalHeader #btnTargetNavi {
		display: none;
	}

}


/* --------------------------------------------------
	共通フッター
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
	width: 394px;
}


/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

.sideTextBanner li .block .bannerTitle span {
	padding-right: 0;
}


/* --------------------------------------------------
	スマートフォン用サイドメジャー ナビ
-------------------------------------------------- */
#sideMajorNavi {
	margin-top: 20px;
}


/* --------------------------------------------------
	汎用Class
-------------------------------------------------- */
.pcOnly {
	display: block !important;
}

.spOnly {
	display: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.pcOnly {
		display: none !important;
	}

	.spOnly {
		display: block !important;
	}

	.body .btn a {
		padding-right: 30px;
		padding-left: 30px;
	}

}


/* --------------------------------------------------
	.categoryListExt - カテゴリーリスト（全幅）
-------------------------------------------------- */
.categoryListExt li {
	width: 700px !important;
}

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/*	メインビジュアル
-------------------------------------------------- */
#mainVisual {
	text-align: center;
}

#mainVisual .inner {
	width: 1020px;
}

/*	お知らせ
-------------------------------------------------- */
.column2 .tabList .tabs span a {
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 学外向け情報 */
dt.attrNewsOuter:before {
	display: inline-block;
	content:"学外向け情報";
	width: 100px;
	margin-right: 10px;
	padding: 3px 0;
	background-color: #3f8ac3;
	color: #fff;
	text-align: center;
}

/* 学内向け情報 */
dt.attrNewsInner:before {
	display: inline-block;
	content:"学内向け情報";
	width: 100px;
	margin-right: 10px;
	padding: 3px 0;
	background-color: #45828f;
	color: #fff;
	text-align: center;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.tabList .tabs span {
		width: 33.333% !important;
	}

	.tabList .tabs span a {
		width: 100% !important;
	}

	.tabList .tabs span:first-child a {
		width: 100% !important;
	}

	.tabList .tabs span:nth-child(3) a {
		border-bottom: 1px solid #ddd !important;
	}

}


/* --------------------------------------------------
	概要
-------------------------------------------------- */
.message .imgR {
	width: 170px;
}


/* --------------------------------------------------
	研究者一覧
-------------------------------------------------- */
/* .researchersList01 - 研究者一覧（ボタンタイプ）
-------------------------------------------------- */
.researchersList01 {
	list-style: none !important;
	margin: 0 -1% !important;
}

.researchersList01 li {
	float: left;
	width: 48%;
	margin: 5px 1% !important;
}

.researchersList01 li a {
	display: block;
	padding: 8px 4px 8px 8px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	color: #333 !important;
	text-decoration: none !important;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.researchersList01 li a:hover {
	background-color: #f5f5f5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.researchersList01 li span:first-child:before {
    display: inline-block;
    padding-right: 5px;
    font-family: 'ico_wu_theme';
    font-size: 1.2rem;
    content: "\e60f";
}

.researchersList01 li .note {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	background: none;
	font-size: 10px;
	font-size: 1rem;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.researchersList01 {
		margin: 0 !important;
	}

	.researchersList01 li {
		float: none;
		width: 100%;
		margin: 5px 0 !important;
	}

}

/* .researchersList02 - 研究者一覧（表タイプ）
-------------------------------------------------- */
.researchersList02 {
	border: none;
}

.researchersList02 th,
.researchersList02 td {
	border: 1px dotted #ccc !important;
	border-right: none !important;
	border-left: none !Important;
}

.researchersList02 th {
	width: 35%;
	background-color: #fafafa !important;
}

.researchersList02 th:before {
    display: inline-block;
    padding-right: 5px;
    font-family: 'ico_wu_theme';
    font-size: 1.2rem;
    content: "\e60f";
}


.researchersList02 th a {
	text-decoration: none;
}

.researchersList02 .note {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	background: none;
	font-size: 10px;
	font-size: 1rem;
}

/* .researcherBlock01 - 研究者ブロック
-------------------------------------------------- */
.researcherBlock01 {
	margin: 0 !important;
	border: 1px solid #eee;
}

.researcherBlock01 h2 {
	border-radius: 0 !important;
}

.researcherBlock01 h2 span:not(.externalLink) {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 1.3rem;
}

.researcherBlock01 h2 a {
	text-decoration: none !important;
}

.researcherBlock01 h2 a:before {
	display: inline-block;
	padding-right: 5px;
	font-family: 'ico_wu_theme';
	font-size: 1.2rem;
	font-weight: normal;
	content: "\e60f";
}

.researcherBlock01 .content {
	padding: 0 19px 19px;
}

.researcherBlock01 .thumb {
	padding: 0 20px 0 10px;
}

.researcherBlock01 .text {
	overflow: hidden;
}

.researcherBlock01 .text h3 {
	margin: 1em 0 0.75em !important;
	font-size: 1.6rem;
}

.researcherBlock01 .text h4 {
	margin: 0 !important;
	padding: 0;
	border: none;
	font-size: 1.4rem;
}

.researcherBlock01 .text h4:before {
}

.researcherBlock01 .text p {
	margin: 0.75em 0;
	font-size: 1.3rem;
}

.researcherBlock01 .text p:first-child {
	padding-top: 0.5em;
	font-size: 1.5rem;
}

/* このページの先頭へ */
.pagetop.researcher {
	margin-top: 5px;
}

.pagetop.researcher a {
	text-decoration: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.researcherBlock01 {
		margin: 0 -5px 20px !important;
	}

	.researcherBlock01 .thumb {
		padding: 0;
		text-align: center;
	}

	.researcherBlock01 .content {
		padding: 0 14px 14px;
	}

	.pagetop.researcher {
		display: none;
	}

	.body img + img {
		margin-top: 10px;
		margin-left: 0 !important;
	}

}

/* .disaster_report - 災害研報道テーブル用
-------------------------------------------------- */
.disaster_report table th, .disaster_report table td {
	padding: 5px 10px;
}

/*災害科学教育研究センターとはキャプション - .photoCaption
-------------------------------------------------- */
.body .photoCaption {
       font-size: 1.2rem;
    width: 150px;
    margin-top: 15px;
    margin-right: 20px;
}

/*	.caption用　画像にキャプションがついている場合　
-------------------------------------------------------------- */
.body .caption {
    margin: 0 0 10px 0;
}

/*	.RaikoTable 超小型衛星RAIKO 画像ギャラリー用　
-------------------------------------------------------------- */

.RaikoTable table td {
	text-align: center;
}