@charset "UTF-8";

body{
	word-wrap:break-word;
}

a{
	color: #000;
}


/*----------------------------------------------------------------------------*/

h1 {

}
h1 span {

}
h2 {

}
h2 span {
	display: block;
	width: 948px;
	margin: 0 auto;
	padding: 30px 16px;
	font-size: 18px;
	letter-spacing: 0.1em;
}


#selector {
	position: relative;
	display: block;
	height: 40px;
	margin: 50px auto;
	width: 492px;
	background: #FFF url('/img/exhibition/separator.jpg') left top no-repeat;
	padding: 0 0 0 1px;
	display: none;
}

#selector li {
	float: left;
	margin: 0;
	background: url('/img/exhibition/separator.jpg') right top no-repeat;
	padding: 0 1px 0 0;
}

#selector2{
	position: relative;
	top:-30px;
	margin:0 auto 30px;
	display: flex;
	justify-content: center;
}
#selector2 li{
	display: inline-block;
}
#selector2 li a{
	display: inline-block;
	border:1px solid #000;
	font-size: 18px;
	font-weight: 400;
	height: auto;
	padding:10px 60px;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	color: #000; 
}
#selector2 li a.focus { color: #FFF; background: #000; }
#selector2 li a:hover { opacity: 0.7; }


/*----------------------------------------------------------------------------*/
/* exhibition list */

#programs {
	max-width: 1920px;
	margin : 50px auto;
	min-height: 600px;
}
#programs li {
	width: 80%;
	margin:0 auto;
	position: relative;
}
#programs li:nth-of-type(n+2){
	margin-top: 30px;
}

#programs li a {
	display: block;
	padding: 3%;
	position: relative;
	background:#EEE;
	text-decoration: none;

	display:grid;
	grid-template-columns:27.5% 72.5%;
	grid-template-rows: 1fr;
	gap: 0;

	display: -ms-grid;
	-ms-grid-columns:27.5% 72.5%;
	-ms-grid-rows: 1fr;
}

/*
#programs.current li a { min-height: 200px; }
#programs.current li .fig img { height: 200px; }
*/

#programs.past li a {
	min-height: 120px;
	grid-template-columns:22.5% 77.5%;

	-ms-grid-columns:22.5% 77.5%;
}
#programs.past li .fig{  }
#programs.past li .fig img {  }
#programs.past li .schedule { margin-top: 20px; }

#programs li div{
	grid-column:2 / 3;
    grid-row:1 / 2;
    padding:0 0 0 30px;

    -ms-grid-column:2;
    -ms-grid-row:1;
}

#programs li h3 {
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}



#programs li .schedule {
	margin-top: 40px;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-size: 400;
	line-height: 1.4;
	color: #666;
}
#programs li .schedule span {
	display: inline-block;
	width: 100px;
}

/*
#programs.current li .schedule {
	font-size: 18px;
	padding: 16px 0 0 36px;
}
#programs.current li .schedule span {
	display: inline-block;
	width: 50px;
	color: #836D32;
	font-size: 16px;
}
#programs.current.ch li .schedule span {
	width: 70px;
}


#programs.past li .schedule {
	display: block;
	font-size: 14px;
	line-height: 140%;
	position: absolute;
	left: 590px;
	letter-spacing:0;
}
#programs.past li .schedule span {
	display: block;
	width: 36px;
	color: #836D32;
	font-size: 14px;
}
*/
/*
#programs.past li .schedule.en span {
	font-size: 12px;
}
*/

#programs li .fig{
	padding-top: 57.8%;

	position:relative;
    grid-column:1 / 2;
    grid-row:1 / 2;

    -ms-grid-column:1;
    -ms-grid-row:1;

    text-align: center;
	/* background:#DDD; */
	overflow: hidden;
	background: #DDD;
}
#programs li .fig img{
	width:100%;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*
#programs li .fig { position: absolute; }
#programs.current li .fig { top: 30px; right: 16px; }
#programs.past li .fig { top: 26px; right: 30px; }
*/

/* ie */
@media all and (-ms-high-contrast: none) {
  
	#programs li .fig{
		padding-top: calc( 100vw * 0.12 );
	}
	#programs.past li .fig{
		padding-top: calc( 100vw * 0.1 );
	}
}





#playback {
	max-width: 1920px;
	margin : 0 0 0 10%;
	padding: 12px 20px;
	position: relative;
	color: #000;
	background: #EEE;
	display: inline-block;
}

#playback span {
	font-size: 24px;
	text-align: left;
	margin-right: 48px;
	display: inline-block;
	vertical-align:middle;
}

#playback select {
	padding: 8px 16px;
	border:solid 1px #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
	font-size: 24px;
	vertical-align:middle;
}

/*----------------------------------------------------------------------------*/
/* exhibition detail */
#program {
	width: 100%;
    min-height: 600px;
    box-sizing: border-box;
    max-width: 1680px;
    padding: 60px 60px;
    position: relative;
    margin: 0 auto;
}

#program h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 15px;
}
#program h3 + small{
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px;
	color: #444;
	letter-spacing: 2px;
}
#program .mainImgL{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#program .mainImgL img{
	width: 100%;
	height: auto;
}

#program h4{
	position: relative;
	width:100%;
	margin: 0 auto 60px;
	padding:0 0 15px;
    height: auto;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}
#program h4::after{
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	width:100px;
	content: "";
    display: inline-block;
    border-bottom: 1px solid #666;
}

#program .outline { 
	margin: 60px 0 120px;
	display: flex;
	align-items: flex-start;
	flex-flow: row-reverse;
}
#program .outline p {
	width: 80%;
	margin-left: 50px;
	font-size: 20px;
	line-height: 2;
}
#program .outline p.noImg{
	width: 100%;
	margin-left: 0;
}

#program .outline img {
	width:20%;
	height:auto;
}

#program .point {
	background: #EEE;
	padding: 18px;
	margin: 0 0 90px;
	padding:90px 0;

	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}


/*
#program .point table {
	width: calc( 100% - (60px * 2) );
    box-sizing: border-box;
    max-width: 1680px;
    position: relative;
    margin: 0 auto;
}
#program .point th, #program .point td{
	font-size: 18px;
	line-height: 1.6;
	vertical-align: top;
	padding: 0 0px 40px 5vw;
}
#program .point th {
	width: 120px;
	font-weight: 700;
	color: #000;
}

#program .point td {
	width:calc( 50% - 120px - 10vw );
	color: #333;
}
*/


#program .point ul{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-webkit-column-gap: 100px;
	column-gap: 100px;
	-webkit-column-rule: 1px solid #DDD;
	column-rule: 1px solid #DDD;

    width: calc( 100% - (120px * 2) );
    box-sizing: border-box;
    max-width: 1680px;
    position: relative;
    margin: 0 auto;
}
#program .point ul li{
	display: inline-block;
	width:100%;
	font-size: 18px;
	line-height: 1.6;
	vertical-align: top;
	padding:20px 0 20px;
}
#program .point ul li strong{
	display: inline-block;
	width:100%;
	/* width: 120px; */
	font-weight: 700;
	color: #000;
}
#program .point ul li p{
	display: inline-block;
	width:100%;
	/* width:calc( 100% - 120px); */
	font-weight: 400;
	color: #555;
}


#program .works ul{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
#program .works li {
	width: 45%;
	padding: 0;
	margin: 0 0 90px;
}
#program .works li:nth-of-type(2n){
	margin-left: 10%;
}

#program .works li .photo{
	margin: 0 0 20px;
	text-align: left;
	overflow: hidden;
	height: 300px;
}
#program .works li .photo img {
	width: 100%;
    height: 100%;
	object-fit: contain;
	object-position:0 50%;
}

#program .works li .text {
	margin: 30px 10px 0;
}

#program .works .text h5 { font-size: 24px; }
#program .works .text span, #program .works .text p:nth-of-type(1){
	display: block;
	margin: 10px 0 30px;
	font-size: 16px;
	line-height: 1.4;
	color: #666;
}
#program .works .text p:nth-of-type(1){

}
#program .works .text p:nth-of-type(2){
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}


#program .others{
	/*margin: 60px 0 120px;*/
}
#program .others ul{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;

	padding:20px;
	border:1px solid #777;
}
#program .others li {
	width:20%;
	margin:0 2.5%;
	padding:45px 10px;
	box-sizing: border-box;
}
#program .others li:nth-of-type(n+5){
	border-top:1px dotted #999;
}
#program .others li p {
	margin-bottom: 12px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}
/*
#program .others li p::before{
	content:"- ";
}
#program .others li p::after{
		content:" -";
}
*/
#program .others li img {
	display: block;
	margin:0 auto 20px;
	max-width:100%;
	height:200px;
	object-fit: scale-down;
}
#program .others li span {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}


#program .box-bnr-02{
	width:100%;
	margin: 90px auto 0;
	padding:40px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#program .box-bnr-02{
	background:#FFF;
	border:3px solid #000;
}
#program .box-bnr-02 h3{
	width:320px;
	max-width: 360px;
}
#program .box-bnr-02 h3{
	text-align: center;
	font-size: 18px;
}
#program .box-bnr-02 h3 img{
	display: block;
	margin:0 auto 15px;
	max-width: 100%;
	height: auto;
}
#program .box-bnr-02 p{
	width:calc( 80% - 320px - 60px);
	margin-left: 3%;
	margin-right: 6%;
	font-size: 18px;
	line-height:1.8;
	box-sizing: border-box;
}
#program .box-bnr-02 a{
	width:18%;
	display: block;
	color:#000;
	padding:15px 10px;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
	box-sizing: border-box;
}
#program .box-bnr-02 a{
	border:1px solid #000;
}
#program .box-bnr-02 a::before{
	content:"→";
	display: block;
	float: right;;
}

#program .videoWrap{
	width: 980px;
	margin: 0 auto 90px;
	line-height: 180%;
}
#program .videoWrap video{
	width: 100%;
	height: auto;
}



.exhibition-schedule-content {
	width: 980px;
	padding: 20px 0;
	margin: 30px auto;
	background-color: #F3F3F3;
}

.exhibition-schedule-content .headline {
	background-color: #D6D4CC;
	padding: 16px 10px;
	position: relative;
}

.exhibition-schedule-content .ts {
	font-size: 18px;
}

.exhibition-schedule-content .headline .charge {
	font-size: 14px;
	position: absolute;
	right: 50px;
}

.exhibition-schedule-content .headline .charge.en {
	font-size: 10px;
}

.exhibition-schedule-content > div {
	padding: 40px 20px 0 20px;
	font-size: 14px;
}

.exhibition-schedule-content h3 {
	font-size: 20px;
	padding: 0 0 40px;
}
.exhibition-schedule-content h3 a {
	color: #000000;
	text-decoration: none;
}
.exhibition-schedule-content h3 span {
	font-size: 18px;
	font-weight: bold;
}

.exhibition-schedule-content h4 {
	font-size: 16px;
	padding: 0 0 40px;
}
.exhibition-schedule-content h4 span {
	font-weight: bold;
}


.exhibition-schedule-content p.outline {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 20px;
}


.exhibition-schedule-content div.outline {
	padding: 0 280px 50px 0;
	font-size: 14px;
	line-height: 180%;
	position: relative;
	border-bottom: 1px dotted #111111;
}

.exhibition-schedule-content div.outline .fig {
	position: absolute;
	top: 0;
	right: 0;
}

.exhibition-schedule-content ul li {
	padding: 40px 0 30px;
}

.exhibition-schedule-content ul li.sp {
	float: left;
	width: 470px;
	border-right: 1px dotted #111111;
}
.exhibition-schedule-content ul li.std {
	float: right;
	width: 450px;
	padding-left: 19px;
}

.exhibition-schedule-content ul li div.outline {
	padding: 0 20px 30px 0;
	border: none;
}

.exhibition-schedule-content ul li.std li {
	padding: 0 0 0 24px;
	line-height: 180%;
	background: url('../img/exhibition/marker.jpg') no-repeat;
	background-position: 8px 10px;
}





/*----------------------------------------------------------------------------*/
ul#selector.archive { margin: 50px auto 20px; }
h2.archive { margin: 20px auto 25px; }

ul.archive.whatsnew li a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 280%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;		
}
ul.archive.whatsnew li a.focus { color: #FFFFFF; background: #000; }
ul.archive.whatsnew li a:hover { opacity: 0.7; }

.archives {
	width: 70%;
	margin: 0 auto;
}

.archives li {
	position: relative;
	margin: 10px 0;
}

.archives li a {
	display: block;
	padding: 30px 20px;
	color: #000000;
	background: #F3F3F3 ;
	
	font-size: 18px;
	text-decoration: none;
}
.archives li .title{
	line-height: 1.4;
}

.archives li .date {
	display: inline-block;
	width: 150px;
}


/*----------------------------------------------------------------------------*/
.archive-content {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
	line-height: 1.4;
	font-size: 18px;
	box-sizing: border-box;
}

.archive-content .title {
	display: block;
	font-size: 22px;
	font-weight:bold;
	padding: 10px 10px 20px;
	background-color: #fff;
	border-bottom: 1px solid #666666;
}

.archive-content .date {
	display: block;
	padding: 0 0 18px 0;
	text-align: right;
}

.archive-content > div {
	padding: 30px 10px;
}
.archive-content p {
	margin: 12px 0;
}

.archive-content a {
	color: #000000;
}

.back {
	display: block;
	padding: 10px 0;
	margin: 40px auto 80px;
	width: 324px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #453f3e;
}


/*----------------------------------------------------------------------------*/
.archives-lendout {
	/*
	background-color: #fff;
	width: 1280px;
	padding: 40px;
	margin: 0 auto;
	*/
	width: 100%;
    min-height: 600px;
    box-sizing: border-box;
    max-width: 1680px;
    padding: 2.5% 10%;
    position: relative;
}

.archives-lendout h3 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4;
	width: calc( 100% - 89px - 20px );
}
.archives-lendout h3 a { color: #000000; }

.archives-lendout .lendout_text {
	font-size: 18px;
	line-height: 1.6;
	padding: 10px 0 40px;
	width:100%;
}

.archives-lendout .lendout_content {
	display: none;
	padding: 0 0 20px;
}

.archives-lendout li {
	border-bottom: 1px dotted #666666;
	margin: 0 0 40px;
	position: relative;
}
.archives-lendout li:last-child { margin: 0; }

.archives-lendout .toggle-lendout_content, .archives-lendout .pdf-lendout_content {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.archives-lendout table {
	width:100%;
}

.archives-lendout th, .archives-lendout td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	vertical-align: middle;
	padding: 5px;
	white-space: normal;
	font-size: x-small;
	line-height: 1.4;
}

.archives-lendout th { font-weight: bold; padding: 7px; }


.archives-lendout table .w20{width: 20px !important;}
.archives-lendout table .w40{width: 40px !important;}
.archives-lendout table .w50{width: 50px !important;}
.archives-lendout table .w60{width: 60px !important;}
.archives-lendout table .w70{width: 70px !important;}
.archives-lendout table .w75{width: 75px !important;}
.archives-lendout table .w95{width: 95px !important;}
.archives-lendout table .w120{width: 120px !important;}
.archives-lendout table .w150{width: 150px !important;}
.archives-lendout table .w180{width: 180px !important;}
.archives-lendout table .w200{width: 200px !important;}
.archives-lendout table .w250{width: 250px !important;}
.archives-lendout table .w280{width: 280px !important;}
.archives-lendout table .w330{width: 330px !important;}
.archives-lendout table .w450{width:450px !important;}

/*----------------------------------------------------------------------------*/
.archives-journal {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
}

.archives-journal table {
	width: 100%;
	margin: 0;
}

.archives-journal table th {
	padding: 0 0 16px;
	border-bottom: 1px solid #666666;
}
.archives-journal table th:nth-child(1) { width: 60px; }
.archives-journal table th:nth-child(2) { width: 550px; }
.archives-journal table th:nth-child(3) { width: 260px; }
.archives-journal table th:nth-child(4) { width: 100px; }

.archives-journal table td {
	vertical-align: middle;
	height: 90px;
	font-size: 18px;
	border-bottom: dotted 1px #666666;
	line-height: 150%;
}
.archives-journal table td:nth-child(2), .archives-journal table td:nth-child(3) { padding-right: 36px; }

.archives-journal table td a { color: #000000; }

.archives-journal-caution {
	width: 88%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
	color: #666;
}

#no_archives {
	width: 900px;
	margin: 36px auto;
	padding: 30px 40px;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
}

/*----------------------------------------------------------------------------*/
.pagenate {
	text-align: center;
	margin: 60px 0;
}

a.page-numbers, .pagenate .current {
	color: #000000;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
	padding: 10px 0;
	margin: 0 5px;
	text-decoration: none;
	text-align: center;
	width: 30px;
	display: inline-block;
	font-size: 14px;
}
.pagenate .current {
	color: #FFFFFF;
	background-color: #453f3e;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
}


/*----------------------------------------------------------------------------*/


/* PC small */
@media screen and (max-width: 980px) {

	#program .mainImgL{
		width: 980px;
	}
	#program .point {
	    width: 980px;
	}
}


/* SP */
@media screen and (max-width: 768px) {

	img{
		max-width: 100%;
		height: auto;
	}


	#selector2{
		position: static;
		margin:0 auto 30px;
		display: flex;
		justify-content: center;
		width: 80%;

		display: flex;
		flex-wrap: wrap;
	}
	#selector2 li {
    	flex-grow:1;
    	margin: 2px;
    }
    #selector2 li a {
	    display: block;
	    width: 100%;
	    box-sizing: border-box;
	}



	/* programs list */
	#programs {
	    margin: 30px auto;
	}
	#playback {
    	margin: 0 5% 0;
    	width: 90%;
    	box-sizing: border-box;
	}
	#playback span {
		font-size: 16px;
		text-align: left;
		margin-right: 20px;
		padding: 5px 0;
	}
	#playback select {
	    padding: 8px 12px;
	    font-size: 18px;
	}

	#programs li {
    	width: 90%;
	}
	#programs li a {
		grid-template-columns: 1fr;
		grid-template-rows: 2fr;
		padding: 5%;
	}
	#programs.past li a {
	    grid-template-columns: 1fr;
		grid-template-rows: 2fr;
	}
	#programs li div {
	    grid-column: 1;
	    grid-row: 2 / 2;
	    padding: 10px;
	}
	#programs li h3 {
	    padding: 0;
	    font-size: 18px;
	    line-height: 1.6;
	}
	#programs li .schedule {
	    margin-top: 20px;
	    font-size: 16px;
	}
	#programs li .schedule span {
	    display: block;
	    width: auto;
	    color: #333;
	    font-weight: 500;
	}
	#programs li .fig {
	    padding-top: 57.8%;
	    position: relative;
	    grid-column: 1;
	    grid-row: 1 / 2;
	}


	/* program detail */
	#program {
	    padding: 30px 5%;
	}
	
	#program h3 {
    	font-size: 22px;
	}
	#program h3 + small {
	    font-size: 16px;
	    margin: 0 0 10px;
	    letter-spacing: 1px;
	}

	#program .outline {
	    margin: 45px 0 60px;
	    flex-direction: column-reverse;
	    justify-content: center;
	}
	#program .outline p {
    	width: 100%;
    	margin: 0px;
	}
	#program .outline img {
		margin-bottom:30px;
		padding: 0 10%;
	    width: 80%;
	    height: auto;
	}


	#program .mainImgL{
		width: 100vw;
		margin-top: 20px;
	}


	#program h4 {
	    margin: 0 auto 30px;
	    font-size: 22px;
	}
	#program .point {
	    width: 100%;
	    position: static;
	    transform: translateX(0);

	    padding: 18px;
	    margin: 0 0 60px;
	    padding: 30px;
	    box-sizing: border-box;
	}
	#program .point ul {
	    column-count: 1;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    -webkit-column-gap: 0;
	    column-gap: 0;
	    -webkit-column-rule: none;
	    column-rule: none;
	    width: 100%;
	}
	#program .point ul li {
	    font-size: 18px;
	    line-height: 1.5;
	    padding: 10px 0;
	}
	#program .point ul li strong {
		margin-bottom: 5px;
	}


	#program .works ul {
		flex-direction: column;

	}
	#program .works li {
    	width: 100%;
	}
	#program .works li:nth-of-type(2n) {
	    margin-left: 0;
	}
	#program .works li .photo {
	    margin: 0 auto 20px;
	    height: auto;
	    width: 60%;
	}
	#program .works .text h5 {
	    font-size: 20px;
	}
	

	#program .others ul {
	    padding: 10px;
	}
	#program .others li {
	    width: 45%;
	    margin: 0 2.5%;
	    padding: 20px 15px;
	}
	#program .others li:nth-of-type(n+3) {
	    border-top: 1px dotted #999;
	}
	#program .others li img {
	    height: 100px;
	}


	#program .box-bnr-02 {
		flex-direction: column;
	}
	#program .box-bnr-02 h3 br{
    	display: none;
	}
	#program .box-bnr-02 p{
    	width: 100%;
    	margin: 20px 0 0;
	}
	#program .box-bnr-02 a{
    	width: 100%;
    	margin: 20px 0 0;
	}

	#program .videoWrap{
		width:100%;
		margin: 0 auto 60px;
	}


	.archives {
		width: 90%;
	}

	.archives li .date {
		display: block;
	    width:100%;
	    margin-bottom: 15px;
	}
	
	.archive-content {
		width: 90%;
	}

	.archive-content .title {
		font-size: 19px;
	}



	.archives-journal table {
	}
	.archives-journal table tr:first-of-type{
		display: none;
	}
	.archives-journal table tr:nth-of-type(2){
		border-top: 1px solid #666666;
	}
	.archives-journal table tr:nth-of-type(n+2){
		border-bottom: 1px dotted #666666;
	}
	.archives-journal table tr td{
		border:none;
		display: block;
		width: 100%;
		height: auto;
		padding: 5px;
		box-sizing: border-box;
	}
	.archives-journal table tr td:first-of-type{
		padding-top:20px;
	}
	.archives-journal table tr td:last-of-type{
		text-align: right;
		padding-bottom:20px;
	}
	.archives-journal table tr td:nth-child(2), .archives-journal table tr td:nth-child(3) {
	    padding-left:5px;
	}
	.archives-journal table tr td a{
		display: block;
		width: auto;
		margin:10px auto 10px;
		padding:10px;
		border:1px solid #999;
		background: #F7F7F7;
		text-align: center;
		text-decoration: none;

	}


	#no_archives {
		width: 100%;
		box-sizing: border-box;
	}



	.archives-lendout h3 {
		padding-top: 30px;
		width: 100%;
	}
	.archives-lendout .toggle-lendout_content{
		top:-10px;
	}


}

