@charset "UTF-8";

/*--------------------------------
	共通common
--------------------------------*/
body {
	-webkit-text-size-adjust:100%;
}
#wrapper {
	background:url(../img/bg.gif);
}
#wrapper .inner {
	width:995px;
	margin:0 auto;
}

/*header
----------------*/
#header {
	padding: 15px 0 40px;
	box-shadow:0px 2px 10px 0px #cdcac6;
	-webkit-box-shadow:0px 2px 10px 0px #cdcac6;
	border-bottom: solid 1px #d8d5d5\9;/*for ie8*/
}
#header .logo {
	text-align: right;
}
#header h1 {
	float: left;
	margin-left: 11px;
}
#header .artlogo {
	float: left;
	margin-left: 87px;
}
#header .navBlock {
	float: right;
	width: 271px;
	margin-right: 40px;
	margin-top: 23px;
	border-left: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
}
#header .navBlock li {
	float: left;
	border-left: solid 1px #8e8e8e;
}
#header .navBlock li:first-child {
	border-left: 0;
}
/*headerFix*/
#header.headerFix {
	width: 100%;
	background:url(../img/bg.gif);
	padding: 25px 0 30px;
	position: fixed;
	top: -120px;
	left: 0;
	z-index:100;
}
#header.headerFix .navBlock {
	width: 646px;
	margin-right: 11px;
	margin-top: 11px;
	border-left: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
}
#header .navBlock li {
	float: left;
	border-left: solid 1px #8e8e8e;
}
#header .navBlock li:first-child {
	border-left: 0;
}

/*contents-wrap
----------------*/
#contents-wrap .inner {
	width: 995px;
	margin: 0 auto;
	padding: 0 37px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#contents-wrap h2 {
	text-align: center;
}
#contents-wrap .icn {
	margin-bottom: 8px;
	padding: 1px 10px;
	font-size: 140%;
	line-height: 1.35;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
#contents-wrap .icn.icn01 {
	border: solid 1px #b19d6b;
	background: #f1e6cd;
}
#contents-wrap .icn.icn02 {
	border: solid 1px #546f9c;
	background: #d7e4f9;
}
#contents-wrap .icn.icn03 {
	border: solid 1px #6c8c52;
	background: #dce9d1;
}
#contents-wrap .icn.icn04 {
	border: solid 1px #bf97a1;
	background: #f4dfe4;
}
#contents-wrap .icn.icn05 {
	border: solid 1px #7164a1;
	background: #d4cfe7;
}
#contents-wrap .icn.icn06 {
	border: solid 1px #c4b53b;
	background: #f8eeba;
}
#contents-wrap .icn.icn07 {
	border: solid 1px #aeb86b;
	background: #ebf0c6;
}
#contents-wrap .icn.icn08 {
	border: solid 1px #b19770;
	background: #e6dbca;
}
#contents-wrap .icn.icn09 {
	border: solid 1px #72a2b4;
	background: #deeef4;
}
#contents-wrap .icn.icn10 {
	border: solid 1px #be9481;
	background: #f8e1d6;
}
#contents-wrap .icn.icn11 {
	border: solid 1px #c7a642;
	background: #f8e9bc;
}
#contents-wrap .icn.icn12 {
	border: solid 1px #76b6b7;
	background: #bde8e9;
}
#pagetop {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:99;
}

/*footer
----------------*/
#footer {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 20px 0 25px;
}
#footer .allrights {
	font-size: 110%;
	margin-top: 7px;
}


/*--------------------------------
	index
--------------------------------*/
/*mainImgBlock*/
#contents-wrap .mainImgBlock {
	background: url(../img/bg_mainimg.gif) repeat-x top left #ebe8e3;
}
#contents-wrap .mainImgBlock .mainImgBox {
	min-width: 995px;
	max-width: 1300px;
	margin: 0 auto;
}
#contents-wrap .mainImgBlock .mainImg img {
	width: 100%;
	height: auto;
}
#contents-wrap .mainImgBlock .cap {
	text-align: right;
	font-size: 115%;
	font-weight: bold;
	padding: 16px 5px 18px 0;
}

/*greetingBlock*/
#contents-wrap .greetingBlock {
	background: #fff;
	padding: 60px 0;
}
#contents-wrap .greetingBlock h2 {
	margin-bottom: 40px;

}
#contents-wrap .greetingBlock p {
	font-size: 190%;
	line-height: 2.25;
	max-height: 100%;
}

/*exhibitionBlock*/
#contents-wrap .exhibitionBlock {
	padding: 40px 0 60px;
}
#contents-wrap .exhibitionBlock h2 {
	margin-bottom: 50px;
}
#contents-wrap .exhibitionBlock .exhibitionBox {
	margin-bottom: 24px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow:0px 0px 4px 2px #d9d8d9;
	-webkit-box-shadow:0px 0px 4px 2px #d9d8d9;
	border: solid 1px #d8d5d5\9;/*for ie8*/
}
#contents-wrap .exhibitionBlock .exhibitionBox .workPic {
	float: left;
	margin-right: 25px;
}
#contents-wrap .exhibitionBlock .exhibitionBox .detailTxt {
	float: left;
	width: 390px;
}
#contents-wrap .exhibitionBlock .exhibitionBox dl dt {
	font-size: 185%;
	line-height: 1.35;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents-wrap .exhibitionBlock .exhibitionBox dl dd {
	font-size: 155%;
	line-height: 1.4;
}
#contents-wrap .exhibitionBlock .exhibitionBox dl dt.workttl {
	line-height:1.3;
}

/*exhibitionBlock special*/
#contents-wrap .exhibitionBlock .exhibitionBox.special {
	margin-bottom: 30px;
	padding: 0;
	position: relative;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special .workPic {
	margin-right: 30px;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special .detailTxt {
	width: 529px;
	padding: 25px 20px 15px 0;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special dl dt {
	font-size: 200%;
	line-height: 1.3;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special dl dt span {
	vertical-align: middle;
	font-size: 70%;
	margin-right: 8px;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special dl dd {
	font-size: 170%;
	line-height: 1.45;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special dl dd.btnSpcl {
	margin-top: 25px;
	text-align: right;
}
#contents-wrap .exhibitionBlock .exhibitionBox.special .icnSpcl {
	position: absolute;
	top: -6px;
	right: 20px;
}
#contents-wrap .exhibitionBlock .archiveBox {
	background: #fff;
	border: #d8ccba solid 2px;
	padding:30px 30px 15px;
}
#contents-wrap .exhibitionBlock .archiveBox h3 {
	font-size: 200%;
	line-height: 1.4;
	font-weight: bold;
	border-left: #8c6917 solid 5px;
	padding: 2px 0 0 10px;
	min-height: 36px;
}
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt {
	display: table;
	width: 100%;
	padding: 15px 0;
	border-top: #c3c3c3 solid 1px;
}
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt > dl {
	display: table-cell;
	width: 630px;
	padding-right: 21px;
	vertical-align: center;
}
#contents-wrap .exhibitionBlock .archiveBox h3 + .archiveTxt {
	border-top: none;
	padding-top: 25px;
}
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt > dl dt {
	font-size: 140%;
	line-height: 1.35;
}
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt >  dl dd {
	font-size: 185%;
	line-height: 1.35;
	font-weight: bold;
}
#contents-wrap .exhibitionBlock .archiveBox .pdf {
	display: table-cell;
	vertical-align: bottom;
}
/*archiveBox special(写真付き)*/
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt.special .ph {
	float:left;
}
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt.special dt,
#contents-wrap .exhibitionBlock .archiveBox .archiveTxt.special .ttl {
	width:360px;
	float:right;
}

/*columBlock*/
#contents-wrap .columBlock {
	padding: 40px 0 50px;
	background: url(../img/bg_colum.gif) repeat top left;
}
#contents-wrap .columBlock h2 {
	margin-bottom: 50px;
}
#contents-wrap .columBlock .columBoxWrap {
	padding-bottom: 20px;
	background: url(../img/bg_colum_btm.png) no-repeat bottom left;
}
#contents-wrap .columBlock .columBox {
	padding: 25px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow:0px -2px 4px 2px #d9d8d9;
	-webkit-box-shadow:0px -2px 4px 2px #d9d8d9;
	position: relative;
	border: solid 1px #d8d5d5\9;/*for ie8*/
}
#contents-wrap .columBlock .columBox .workPic {
	float: left;
	margin-right: 25px;
}
#contents-wrap .columBlock .columBox dl {
	float: left;
	width: 615px;
}
#contents-wrap .columBlock .columBox dl dt {
	font-size: 200%;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents-wrap .columBlock .columBox dl dt span.update {
	font-size: 70%;
	padding-left: 15px;
}
#contents-wrap .columBlock .columBox dl dd {
	font-size: 155%;
	line-height: 1.6;
}
#contents-wrap .columBlock .columBox dl dd.btnMore {
	margin-top: 15px;
	text-align: right;
}
#contents-wrap .columBlock .columBox .icnNew {
	position: absolute;
	top: -4px;
	right: 20px;
}

/*relateBlock*/
#contents-wrap .relateBlock {
	padding: 25px 0 65px;
	background: #fff;
}
#contents-wrap .relateBlock h2 {
	margin-bottom: 40px;
}
#contents-wrap .relateBlock .relateBox {
	border: solid 3px #d7d7d7;
	background: #f0f0f0;
	padding: 29px 40px;
}
#contents-wrap .relateBlock .relateBox ul li {
	float: left;
	width: 400px;
}
#contents-wrap .relateBlock .relateBox ul li p.relateTxt {
	font-size: 155%;
	margin-top: 15px;
	text-align: center;
}


/*--------------------------------
	colum.html
--------------------------------*/
#contents-wrap.colum h2 {
	margin: 35px 0 55px;
}
#contents-wrap.colum dl.lead {
	margin-bottom: 55px;
	text-align: center;
	max-height: 100%;
}
#contents-wrap.colum dl.lead dt {
	margin-bottom: 20px;
	font-size: 230%;
	color: #93711f;
	line-height: 1;
}
#contents-wrap.colum dl.lead dd {
	font-size: 170%;
	line-height: 1.7;
}
#contents-wrap.colum .messageBlock {
	margin-bottom: 60px;
	padding: 20px;
	border: solid 2px #ccc;
	background: #fff;
}
#contents-wrap.colum .messageBlock p {
	float: left;
}
#contents-wrap.colum .messageBlock dl {
	float: right;
	width: 655px;
}
#contents-wrap.colum .messageBlock dl dt {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 15px;
}
#contents-wrap.colum .messageBlock dl dd {
	font-size: 140%;
	line-height: 1.85;
}
#contents-wrap.colum .messageBlock dl dd p {
	margin-bottom: 10px;
}
#contents-wrap.colum .columSecBlock {
	padding-bottom: 40px;
	max-height: 100%;
}
#contents-wrap.colum .columSecBlock .columSec {
	margin-bottom: 40px;
}
#contents-wrap.colum .columSecBlock .columSec .columBox {
	display:none;
}
#contents-wrap.colum .columSecBlock .columSec:first-child .columBox{
	display:block;
}
#contents-wrap.colum .columSecBlock .columSec h3 {
	background-color: #dccaa0;
	background-image: url(../img/btn_open.png);
	background-position: 875px center;
	background-repeat:  no-repeat;
	padding: 6px 7px;
	font-size: 170%;
	box-shadow:0px 0px 2px 2px #e7e7e7;
	-moz-box-shadow:0px 0px 2px 2px #e7e7e7;
	cursor:pointer;
}
#contents-wrap.colum .columSecBlock .columSec h3.open {
	background-image: url(../img/btn_close.png);
}
#contents-wrap.colum .columSecBlock .columSec h3 > span {
	border-left: solid 4px #93711f;
	padding: 12px 15px;
	display: inline-block;
	font-weight: bold;
}
#contents-wrap.colum .columSecBlock .columSec h3 span.new {
	color: #d02800;
	padding-left: 10px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg {
	text-align: center;
	font-size: 140%;
	margin: 30px 0 32px;
}
#contents-wrap.colum .columSecBlock .columSec .columTxt {
	font-size: 160%;
	line-height: 1.93;
}
#contents-wrap.colum .columSecBlock .columBtn {
	text-align: center;
	margin-bottom: 40px;
}
/* コラム 画像2枚 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half {
	margin: 30px auto 32px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half .left {
	float:left;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half .right {
	float:right;
}
/* 第6回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num6 {
	width:790px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num6 .left {
	width:350px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num6 .right {
	width:420px;
	margin-top:144px;
}
/* 第7回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num7 {
	width:840px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num7 .left {
	width:360px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num7 .right {
	width:460px;
	margin-top:92px;
}
/* 第8回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num8 {
	width:830px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num8 .left {
	width:360px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num8 .right {
	width:450px;
	margin-top:124px;
}
/* 第10回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num10 {
	width:820px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num10 .left {
	width:450px;
	margin-top:171px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num10 .right {
	width:350px;
}
/* 第11回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num11 {
	width:820px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num11 .left {
	width:450px;
	margin-top:124px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num11 .right {
	width:350px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num11 .right + p {
	float: left;
	width: 100%;
	margin-top: 15px;
}
/* 第12回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num12 {
	width:651px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num12 .left {
	width:271px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num12 .right {
	width:360px;
}
/* 第13回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num13 {
	width:660px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num13 .left {
	width:360px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num13 .right {
	width:280px;
}
/* 第15回 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num15 {
	width:660px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num15 .left {
	width:280px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num15 .right {
	width:360px;
}
/* 第17回 画像3枚 */
#contents-wrap.colum .columSecBlock .columSec .columImg.num17 div {
	float: left;
	margin-left: 19px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.num17 .img01 {
	width: 322px;
	margin-top: 175px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.num17 .img02 {
	width: 176px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.num17 .img03 {
	width: 385px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.num17 + p {
	margin: 20px 0 32px;
	text-align: center;
	font-size: 140%;
}
/* 第20回 画像2枚 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num20 {
	width:860px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num20 .left {
	width:404px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num20 .right {
	width:426px;
}
/* 第21回 画像2枚 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num21 {
	width:838px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num21 .left {
	width:404px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num21 .right {
	width:404px;
}
/* 第23回 画像2枚 */
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num23 {
	width:660px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num23 .left {
	width:334px;
}
#contents-wrap.colum .columSecBlock .columSec .columImg.half.num23 .right {
	width:296px;
}

/*--------------------------------
	list.html
--------------------------------*/
#contents-wrap.list h2 {
	margin: 35px 0 30px;
}
#contents-wrap.list .lead {
	margin-bottom: 45px;
	text-align: center;
	font-size: 185%;
	line-height: 1.6;
}
#contents-wrap.list .lead span {
	font-size: 85%;
}
#contents-wrap.list .listBlock {
	font-size: 112%;
}
#contents-wrap.list .listBlock .listBox {
	width: 446px;
}
#contents-wrap.list .listBlock .listBox .kind {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px #b3b3b3;
}
#contents-wrap.list .listBlock .listBox .kind .icn {
	margin-bottom: 14px;
}
#contents-wrap.list .listBlock .listBox .kind dl {
	margin-bottom: 20px;
}
#contents-wrap.list .listBlock .listBox .kind dl dt {
	font-size: 170%;
	line-height: 1.45;
	font-weight: bold;
	margin-bottom: 2px;
}
#contents-wrap.list .listBlock .listBox .kind dl dd {
	font-size: 140%;
	line-height: 1.55;
}
#contents-wrap.list .attention {
	margin:5px 0 45px;
	font-size: 140%;
	line-height: 1.55;
}

