@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/
/*メインイメージ*/
.main_image {
	background: #fff;
}

/*展示計画：展示コンセプトページ*/
.concept_box li {
	border: 1px solid #699;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.concept_box i {
	background-color: #699;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 50px;
	line-height: 90px;
	margin-bottom: 10px;
	width: 90px;
	height: 90px;
}

.jyosetsu .contents_box {
    border: 1px solid #699;
    padding: 10px;
    margin-bottom: 20px;
}

.jyosetsu .contents_box h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.jyosetsu .contents_box img {
    paddinf-bottom: 0;
}

.detail_info a {
	background-color: #699;
	border: 1px solid #699;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
	height: auto;
}

.detail_info a:hover {
	background-color: #fff;
	color: #699;
}

#aim,
#jyosetsu,
#special,
#open,
#join {
	margin-top: -70px;
	padding-top: 70px;
}

/*収蔵計画ページ*/
.database img {
	padding-bottom: 10px;
	width: 100%;
}






/***********************************/
/*576px～*/
/***********************************/
@media (min-width: 576px ){	
	
}

/***********************************/
/*768px～*/
/***********************************/
@media (min-width: 768px ){
	/*メインイメージ*/
    .main_image {
        background: #eee;
        background: url("../img/tum_project/tumproject_main.jpg") no-repeat center /cover;
    }

	/*展示計画：展示コンセプトページ*/
	.concept_box ul {
		
	}
    .concept_box li {
		float: left;
		margin-right: 1.5%;
		margin-bottom: 0;
        width: 32%;
		height: 230px;
    }
	
	.concept_box li:last-child {
		margin-right: 0;
	}
	
	/*収蔵計画ページ*/
    .database img {
        padding-bottom: 10px;
        width: auto;
    }
	


}

/***********************************/
/*992px～*/
/***********************************/
@media (min-width: 992px ){
	/*展示計画ページ内リンク　表示位置調整*/
	#aim,
    #jyosetsu,
    #special,
    #open,
    #join {
        margin-top: -120px;
        padding-top: 120px;
    }

}

/***********************************/
/*1200px～*/
/***********************************/
@media (min-width: 1200px ){

}


/***********************************/
/*print*/
/***********************************/
@media print {
	.concept_box li {
		float: left;
		margin-right: 1.5%;
		margin-bottom: 0;
        width: 32%;
		height: 230px;
    }
	
	.concept_box li:last-child {
		margin-right: 0;
	}
	
    .database img {
        padding-bottom: 10px;
        width: auto;
    }

}

