html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: auto;
	background-color: #FFF;
	color: #232323;
	font-family: "Times New Roman", "ÓÎÃ÷³¯", "YuMincho", "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3", "Hiragino Mincho ProN", "¥á¥¤¥ê¥ª", "Meiryo", "MS Ã÷³¯", serif;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	border: 3px #8E7852 solid;

	background-image: url("/af/05/image/bg.png");
	background-repeat: no-repeat;
	background-position: right -30px  top;
	background-size: 90% auto;
	/*background-attachment: fixed;*/
	

}
h1 {
	font-size: 24px;
	margin-top: 0;
}
h2, h3 {
	/*margin-bottom: 15px;*/
	font-size: 20px;
}
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 dt {
	float: left;
	text-align: left;
	white-space: nowrap;
	padding: 0;
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#008f41; /* Safari */
	color:#fff;
}
::-moz-selection {
	background:#008f41; /* Firefox */
		color:#fff;

}



.container{
	overflow: hidden;
	position: relative;
	max-width: 970px;
	/*width:970px;*/
/*background-color: rgba(255,255,255,0.8);*/
}

}
/*-----------------------------------------------------
heading
-----------------------------------------------------*/

.heading {
	overflow: hidden;
	position: relative;
}
.heading h5.caption_r {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: fixed;
	top: 100px;
	right: -55px;
	color: #BEA574;
	z-index: 10000;
	line-height: 1.4;
	font-size: 11px;
}

.heading h5.caption_l {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	bottom: 100px;
	left: -55px;
	color: #BEA574;
	z-index: 10000;
	line-height: 1.4;
	font-size: 11px;
}




h5.caption_h {
	/*position: absolute;
	top: 60px;
	left: 0;
	*/
	color: #BEA574;
	z-index: 10000;
	line-height: 1.4;
	font-size: 12px;
	color: #333;
	margin-bottom:30px;
}

@media (max-width: 810px) {
.heading h5.caption_r,h5.caption_l {
	display: none;
}
}

/*-----------------------------------------------------
Info
-----------------------------------------------------*/

#header {
	position: relative;
}
	
#info {
	margin-top:80px;
}

#info h1 {
	margin-bottom: 70px;
	line-height: 1.25em;
	width: 55%;
	z-index: 5000;
	
}



@media (max-width: 619px) {

#info {
	margin-top:20px;
}

#info h1 {
	margin-bottom: 60px;
	width: 75%;
	max-width: 380px;
}

}



#info .artistfile {
	font-size: 16px;/*line-height: 2em;*/
}
#info .date {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1em;
}
#info small {
	font-size: 12px;
}
#info .place {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
#intro .lead {
	font-size: 13px;
	/*font-weight: bold;*/
	line-height: 2em;
}
/*p span{
	background: #fff;
}
*/

/*-----------------------------------------------------
Artist
-----------------------------------------------------*/
#artist h3 {
	font-size: 28px;
	letter-spacing: 7px;
	margin: 0 0 25px 0;
}
#artist h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #ADADAD;
	letter-spacing: 1px;
	color: #8E7852;
	margin-top: 8px;
}
#artist img {
	margin-bottom: 30px;
}
/*-----------------------------------------------------
Program
-----------------------------------------------------*/
#program h3 {
	font-size: 22px;
	margin-bottom:30px;
}
#program dt {
	width: 5em;
	margin-bottom: 3px;
	font-weight: bold;
	color: #8E7852;
}
#program dd {
	margin-left: 5.2em;
	margin-bottom: 3px;
}
#program dd span {
	font-size: 20px;
	display: inline-block;
	margin: 0 3px;
}
#program dd span.small_text {
	font-size: 12px;
	display: inline;
}
#program small {
	font-size: 14px;
}
#program .talk_box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #CBCBCB;
}
#program .talk_box:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}


.profile {
	margin-bottom: 20px;
	color: #757575;
	font-size: 11px;
}
span.name {
	font-size: 13px;
	color: #232323;/*color:#8E7852;*/
}

 @media(max-width:480px) {
#program dl {
 margin-bottom:30px !important;
}
 #program dt {
 font-size:13px!important;
 margin-bottom:0px!important;
}
 #program dd {
 margin-bottom:15px!important;
}
 #program dt, #program dd {
 width:100%;
 margin-left:0;
}
#program h3 {
	margin-top: 10px;
	margin-bottom: 25px !important;
	/*	padding: 5px 10px  !important;*/
	
	font-size: 20px;
}
}
/*-----------------------------------------------------
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;
}
/* 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%;
}
/*-----------------------------------------------------
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;*/
}
/*-----------------------------------------------------
Section global
-----------------------------------------------------*/
section h2 {
	margin-top: 0;
	margin-bottom: 45px;
	padding-top: 10px;
	color: #8E7852;
	/* position: relative;*/
	overflow: hidden;
	text-align: center;
}
section h2 {
	/*overflow: hidden;*/
	text-align: left;
}
section h2 span {
	display: inline-block;
	padding: 0 1.5em 0 0;
	position: relative;
}
section h2 span:before {
	border-top: 1px solid;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
}
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;
}
*/



/*-----------------------------------------------------
footer
-----------------------------------------------------*/

footer {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
footer .container hr {
	border-top: 1px solid #8E7852;
	margin: 0;
}
#copyright {
	margin-top: 0;/*border: 1px solid red;*/
}
footer .thumbnail {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	border-radius: 0;
	width:160px;
	margin:0 auto;
}
/* prints */

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