html {
	width: 100%;
	height: 100%;
}


body{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	color:#505050;
	/*	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/

	/*	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS 明朝",serif;*/

	font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "MS 明朝", serif;

	font-weight: normal;
	text-transform: none;
	padding-top: 40px;
}


h1{
	font-size: 24px;
	margin-top: 0;
}

h2, h3{
	/*color:#d65154;*/
	color:#505050;
	/*margin-bottom: 15px;*/
	font-size: 16px;
}

h4{
	margin-bottom: 15px;
	font-size: 16px;
}

p{
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

p,
dl, dt, dd,
ul, ol, li{
	line-height: 2em;
}

dl, dt, dd{
	font-size: 12px;
	font-weight: normal;
}

/*dl*/
dl.dl-horizontal {
	font-size:12px;
}

dl.dl-horizontal dt {
	float:left;
	text-align: left;
	white-space: nowrap;
	padding:0;
}




/*Intro*/
@media(min-width:768px) {
#intro{
	margin-top: 20px;
}
}

#intro h1{
	margin-top: -5px;
	line-height: 1.25em;
}

#intro .artistfile{
	font-size: 16px;
	/*line-height: 2em;*/
}

#intro .date{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1em;
}

#intro .admission{
	/*font-size: 14px;*/
}

#intro small{
	font-size: 12px;
}

#intro .place{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

#intro .lead{
	font-size: 13px;
	/*font-weight: bold;*/
	line-height: 2em;
}


/* #program */
#program dt{
	width: 11em;
}
#program dd{
	margin-left: 11em;
	/*margin-bottom: 15px;*/
}

#program small{
	font-size: 14px;
}


@media(max-width:480px) {
	#program dl{
		margin-bottom:60px !important;}

	#program dt{
	margin-bottom:10px!important;}
	
	#program dt, #program dd {
	width:100%;
	margin-left:0;

	}}




/*#program h2{
	margin-bottom: 30px;
}*/


#program h3{
	margin-top: 10px;
	margin-bottom:25px !important;
/*	padding: 5px 10px  !important;*/
	
	font-size:20px;
}

span.bb{
	background: #333;
	color:#fff;
	padding:1px 8px;
	display: inline-block;
}


/* #works */
#works{
	margin-top: 20px;
}

#works .thumbnail{
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border:none;
}
#works .thumbnail img{
	width:100%;
}

#works .thumbnail p{
	padding: 0;
}

#works .thumbnail .caption{
	/*border: 1px solid blue;*/
	padding: 0;
}

#works .thumbnail .caption h3{
	padding: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

#works .thumbnail .caption p.spec{
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 10px;
}

#works .thumbnail .caption p.spec2{
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
}


#works .thumbnail .caption p.summary{
	margin: 0;
}

#works .thumbnail .caption p:last-child{
	margin-bottom: 0;
}

.grey{
	color:#666;
	display: inline-block;
	margin-right:15px;
	font-size:9px;
}

@media(max-width:768px) {
	#works .thumbnail .caption h3,
	#works .sumally
	{
		margin-left: 5px;
	}
}


/* #profile */
#profile{
	margin-top: 20px;
}

#profile .thumbnail{
	margin:0 auto 30px;
	width:100%;
	-webkit-border-radius: 0;
	border-radius: 0;
padding: 0 20px;
border:none;
}
#profile .thumbnail img{
	width:100%;
	display: block;
	margin:0 auto;
	padding-right: 20px;
}
@media(max-width:768px) {
	
	#profile .thumbnail{
		padding:0;
	}
#profile .thumbnail img{
	padding-right:0;
	margin-bottom:15px!important;}
}
	

#profile .thumbnail div:first-child{
	padding: 0;
}

#profile .thumbnail .caption{
	/*border: 1px solid blue;*/
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
}

#profile .thumbnail .caption h3{
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#profile .thumbnail .caption p:last-child{
	margin-bottom: 0;
}

#profile .thumbnail .caption h3,
#profile .sumally
{
	/*margin-left: 15px;*/
	/*margin-top:20px;*/
		margin-bottom:15px;
}

.thumbnail .caption{
	padding:0;
}

/*カルーセル*/
.carousel{
   width:100%;
	height: auto;/*サイズ指定*/
   margin:auto;
}
.carousel img{
   width:100%;
	height: auto;
}

.slide{
	padding:0;
}

.carousel-inner{
	margin-bottom:15px !important;
}

.carousel-indicators{
	bottom:5px !important;
}



@media(max-width:767px) {
	#profile .thumbnail .caption h3,
	#profile .sumally
	{
		margin-left: 5px;
	}


}


/* #access */
#access{
	margin-top: 20px;
}
#access h3{
	margin-bottom: 5px;
}

#access h4{
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#access .address{
	/*margin-top: 0;*/
	margin-bottom:30px;
}

#access .museum{
	margin-top: 0;
}

#access dt{
	width: 9.5em;
}
#access dd{
	margin-left: 9.5em;
}

#access dl,
#access dt,
#access dd{
	margin-bottom: 0;
}




/* #inquiry */
#inquiry{
	margin-top: 20px;
}

#inquiry h2{
	margin-bottom: 30px;
	/*border-bottom: 1px solid red;*/
}

#inquiry h3{
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	/*border-bottom: 1px solid red;*/
}


/* Flexible iFrame */
.google-maps {
	position: relative;
	padding-bottom: 30%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.google-maps iframe,
.google-maps object,
.google-maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Flexible iFrame */
.google-maps2 {
	position: relative;
	padding-bottom: 90%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.google-maps2 iframe,
.google-maps2 object,
.google-maps2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* section global*/
section h2{
	margin-top: 0;
	margin-bottom: 45px;
	padding-top: 10px;
	color:#54755F;
   /* position: relative;*/
	    overflow: hidden;
    text-align: center;
}

section h2 {
    overflow: hidden;
    text-align: center;
}

section h2 span {
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
}

section h2 span:before,
section h2 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

section h2 span:before {
    right: 100%;
}

section h2 span:after {
    left: 100%;
}









section{
	/*margin-top: 20px;*/
	margin-bottom: 0;
	padding: 0;
	padding-top: 30px;
	/*border: 1px solid red;*/
}


#program .row:last-child *,
#works .row:last-child *,
#profile .row:last-child *{
	margin-bottom: 0;
	padding-bottom: 0;
	/*border-bottom: 1px solid red;*/
}

		.box{margin-bottom:40px !important;}

/* footer */
footer{
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
footer .container hr {
	border-top: 1px solid #54755F;
	margin: 0;
}

#copyright{
	margin-top: 0;
	/*border: 1px solid red;*/
}

footer .thumbnail {
	margin-bottom: 0;
	padding-bottom: 0;
	border:none;
	border-radius:0;
}


/*report*/

#report{

}



#report{
	margin-top: 20px;
}

#report .thumbnail{
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border:none;
}
#report .thumbnail img{
	width:100%;
}

#report .thumbnail p{
	padding: 0;
}

#report .thumbnail div:first-child{
	padding: 0;
}

#report .thumbnail .caption{
	/*border: 1px solid blue;*/
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
}

#report .thumbnail .caption h3{
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#report .thumbnail .caption p:last-child{
	margin-bottom: 0;
}

#report .thumbnail .caption h3,
#report .sumally
{
	margin-left: 15px;
}


.report_text{
	font-size:12px;
	line-height: 2em;
	letter-spacing:1px;
	   -moz-column-count: 2;
   -webkit-column-count:2;
   column-count: 2;
column-gap: 60px;}


.report_text p{
	margin-bottom:30px;
}
.name{
	font-size:12px;
	font-weight: bold;
	color:#2B6E34;
	display: inline-block;
	margin-right:6px;
}


@media(max-width:767px) {
	#report .thumbnail .caption h3,
	#report .sumally
	{
		margin-left: 5px;
	}
	
	.report_text{
	   -moz-column-count: 1;
   -webkit-column-count:1;
   column-count: 1;
	}
	
	
}

@media (min-width: 768px ) {
	#report .row {
		position: relative;
	}

	#report .bottom-align-text {
		position: absolute;
		bottom: 0;
		right: 0;
		/*border: 1px solid red;*/
	}
}



ul.nav.nav-pills.nav-justified li a{
	color: #666;
}

ul.nav.nav-pills.nav-justified li a{
	-webkit-border-radius: 0;
	border-radius: 0;
}

ul.nav.nav-pills.nav-justified li.active a{
	color: #666;
	background-color: #FFF;
}

ul.nav.nav-pills.nav-justified li a{
	/*border-top: none;*/
	/*margin-top: 0  !important;*/
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*panel*/
.panel-default {
	border: 0px;
}

.panel {
	border: 0px solid transparent; */
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0;
}

/*footnote*/

ol.footnote{
	padding-left: 20px;
}

ol.footnote li{
	font-size: 11px;

}

ol.footnote li span a{
	font-size: 11px;
	/*color: red;*/
}


sup.footnoted {
	vertical-align: super;
}

sup.footnoted a {
	color: red;
	font-family: inherit;
	font-size: 80%;
	margin-left: .2em;
}

/* prints */

#prints li a{
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #666;
}


#prints ul {
padding-left: 20px;
}






