@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/
/*メイン*/
section {
	margin-bottom: 40px;
}

address {
	font-style: normal;
}

/*メインイメージ*/
.main_image {
	background: #fff;
}

.exhibition_index .kikaku_ten .contents_box {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

.exhibition_index .contents_box img {
	float: none;
}

.exhibition_index .contents_box p:last-child {
	margin-bottom: 0;
}

/*小企画展ページ******/
.ken_no_ishi img {
	margin-bottom: 15px;
}

.ken_no_ishi ul {
	margin-bottom: 30px;
}

/*博物館のすべて」シリーズページ*********/
.kikaku_index .contents_box,
.other_index .contents_box,
.mini_index .contents_box {
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
	padding: 10px 10px 5px;
}

.kikaku_index .contents_box img,
.other_index .contents_box img,
.mini_index .contents_box img {
	float: none;
}

.kikaku_index .contents_box h4,
.other_index .contents_box h4,
.mini_index .contents_box h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.kikaku_index .contents_box p,
.other_index .contents_box p,
.mini_index .contents_box p {
	margin-bottom: 5px;
}

/*「東北大学総合学術博物館のすべて」シリーズ*/
.detail {
	background-color: #eee;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
}
.detail li {
	margin: 0 0 5px 0;
}

/*すべてシリーズ、その他、ミニ展示共通*/
.kikaku .contents_box,
.other .contents_box,
.mini .contents_box {
	margin-bottom: 30px;
}

.kikaku .contents_box img,
.other .contents_box img,
.mini .contents_box img {
	padding-right: 0;
	width: 100%;
}

/*kokurenページ*/
.english_content {
	margin-bottom: 20px;
}

/*kitamorioページ*/
.kitamorio .speaker {
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 10px;
}

.kitamorio .contents_box h5 {
	font-size: 16px;
}

.kitamorio strong {
	font-weight: normal;
	color: #980165;
}

.kitamorio dl dd {
	margin-bottom: 10px;
}

/*第5回　不思議な石ページ*/
.mini .wonder img {
	float: none;
	width: 40%;
}

/*三葉虫の謎Q&A ページ内リンク表示位置調整*/
#nannen,
#zetsumestu,
#zouka,
#naniiro,
#dare,
#katati,
#naniaji,
#mitukaru,
#unti,
#question_list {
	padding-top: 70px;
	margin-top: -70px;
}


#question_list ul {
	margin-bottom: 50px;
}

#question_list a {
	background-color: #ddd;
	color: #333;
	font-size: 18px;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 5px;
}

#question_list a:hover {
	background-color: #699;
	color: #fff;
}

#naniiro figure {
	border: 1px solid #ddd;
	padding: 10px;
}

.q_and_a {
	margin-bottom: 50px;
}

.q_and_a h3 {
	border-left: none;
	margin-top: 0;
	padding-left: 0;
}

.q_and_a h3 img,
.q_and_a .answer img {
	width: 70px;
	height: auto;
	vertical-align: bottom;
}

.move_to_top {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
	justify-content: flex-end;

}
.move_to_top a {
	background-color: #980165;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 70%;
}

.move_to_top a:hover {
	opacity: .7;
}

/*thylacoページ*/
.thylaco .figures {
	margin-bottom: 15px;
}

.thylaco .figure1,
.thylaco .figures figure {
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
}

/*ミニ標本案内*/
.column_index .contents_box img,
.column .contents_box img {
	float: none;
	padding-right: 0;
	padding-bottom: 10px;
	width: 100%;
}

/*stromatliteページ*/
.floor_map {
	border: 1px solid #ddd;
}

.floor_map img {
	width: 100%;
}



/***********************************/
/*576px～*/
/***********************************/
@media (min-width: 576px ){	
	
}

/***********************************/
/*768px～*/
/***********************************/
@media (min-width: 768px ){
	/*メインイメージ*/
    .main_image {
        background: #eee;
        background: url("../img/exhibition_info/exhibition_info_main.gif") no-repeat center /cover;
    }

	/*展示案内ページ*/
	.exhibition_index .contents_box img {
        float: left;
    }
	/*すべてシリーズ、その他、ミニ展示共通*/
	.kikaku_index .contents_box img,
	.other_index .contents_box img,
	.mini_index .contents_box img {
        float: left;
		margin-bottom: 0;
    }
	
	.kikaku .contents_box img,
	.other .contents_box img,
	.mini .contents_box img {
        float: left;
		padding-bottom: 10px;
		padding-right:15px; 
		width: 40%;
    }
	
	/*第5回　不思議な石ページ*/
    .mini .wonder img {
        float: left;
        width: 25%;
    }
	
	/*三葉虫の謎Q&Aページ*/
	#naniiro figure {
        width: 40%;
    }
	
	#naniiro figure img {
        width: 100%;
    }
	
	.move_to_top a {
        width: 30%;
    }
	
	/*miyagi_goldページ*/
    .miyagi_gold figure {
        display: inline-block;
		margin-right: 20px;
        width: 40%;
    }
	
	.miyagi_gold figure img {
		width: 100%;
	}
	
	/*thylacoページ*/
    .thylaco .figure1 {
        width: 40%;
    }

    .thylaco .figures figure {
		display: inline-block;
		margin-top: 0;
		margin-right: 15px;
		vertical-align: top;
        width: 40%;
    }
	
	.thylaco .figure1 img,
	.thylaco .figures figure img {
		width: 100%;
	}
	
	/*ミニ標本案内*/
    .column_index .contents_box img,
	.column .contents_box img {
        float: left;
        padding-right: 10px;
        padding-bottom: 0;
        width: 30%;
    }

	/*stromatliteページ*/
    .floor_map {
        width: 30%;
    }

    .floor_map img {
        width: 100%;
    }



}

/***********************************/
/*992px～*/
/***********************************/
@media (min-width: 992px ){
	/*三葉虫の謎Q&A ページ内リンク表示位置調整*/
    #nannen,
    #zetsumestu,
    #zouka,
    #naniiro,
    #dare,
    #katati,
    #naniaji,
    #mitukaru,
    #unti,
	#question_list{
        padding-top: 120px;
        margin-top: -120px;
    }
	
	.move_to_top a {
		padding: 5px;
    }
	
	/*thylacoページ*/
    .thylaco .figures figure {
        width: 45%;
    }


}

/***********************************/
/*1200px～*/
/***********************************/
@media (min-width: 1200px ){

}


/***********************************/
/*print*/
/***********************************/
@media print {
	/*miyagi_goldページ*/
    .miyagi_gold figure {
        display: inline-block;
		margin-right: 20px;
        width: 40%;
    }
	
	.miyagi_gold figure img {
		width: 100%;
	}
	
	/*thylacoページ*/
    .thylaco .figure1 {
        width: 40%;
    }

    .thylaco .figures figure {
		display: inline-block;
		margin-top: 0;
		margin-right: 15px;
		vertical-align: top;
        width: 40%;
    }
	
	.thylaco .figure1 img,
	.thylaco .figures figure img {
		width: 100%;
	}
	
	/*ミニ標本案内*/
    .column_index .contents_box img,
	.column .contents_box img {
        float: left;
        padding-right: 10px;
        padding-bottom: 0;
        width: 30%;
    }
	/*thylacoページ*/
    .thylaco .figures figure {
        width: 45%;
    }
	.move_to_top a {
		padding: 5px;
        width: 30%;
    }

}

