@charset "UTF-8";

/*
Theme Name: Nankoku
Author:比田井南谷公式サイト
Theme URI: http://www.shodo.co.jp/nankoku_eng/
Description:天来書院
Version:20210402
*/

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}
* {
    box-sizing: border-box;
}

#contents {
	width:980px;
	margin:0 auto 50px;
}
a {
	color:#043771;
	text-decoration:none;
}
a:hover {
	color:#144d8d;
	text-decoration:underline;
}
.alpha a:hover,a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p{
	margin:0 0 1.0em 0;
}
img {
	vertical-align:bottom;
	border:rgba(204,204,204,1) solid 1px;
}
.none_border{
	border:none;
}
.book img,.collections img{
	border:none;
}
em {
	/*font-weight:bold;_20211013*/
}
/*太字指定*/
strong,b{
	font-weight:bold;
}
/*太字指定のあとにspanが入っても太字が反映されるように。20210510*/
strong span,span strong,span b,b span,span strong {
	font-weight:bold;
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
/*li {
	margin-left:1em;
}
*/dt {
	margin-bottom:0.5em;
}
dd {
	margin-bottom:0.5em;
}

table {
	width:100%;
	margin-bottom:3em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

.mt50{margin-top:50px;}
.m10{margin-bottom:10px;}
.m20{margin-bottom:20px;}
.m30{margin-bottom:30px;}
.m50{margin-bottom:50px;}

.txt_c{text-align:center;}
.txt_r{text-align:right;}
.txt_l{text-align:left;}

.fs_90{font-size:90%;}
.fs_n{font-size:16px;}
.fs_14{font-size:14px;}

.blue{
	color:rgb(0,133,178);
}/* .copyと同じ色 */
.green{
	color: rgb(0,186,149);
}/* .ctg_ttlと同じ色 */


/*clearfix*/
/*------------------------------------------------------------------------------*/
.clear{clear:both;}

.clearfix:before,
.clearfix:after{
	content: "";
	display: table;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	min-height: 1px;
}
section:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*================================================
 *  ヘッダー
 ================================================*/
#header {
	width:100%;
	background-color:#edede4;
}
.header-inner{
	width:980px;
	margin:0 auto;
	padding:20px 0 10px;
	position:relative;
}
.header-inner h1 {
	float:left;
	text-decoration:none;
}
img.logo{
	border:none;
}
.header-right{
	float:right;
}
.header-right li{
	float:left;
	list-style:none;
}
li.en,li.jp{
	margin-right:10px;
}
li.en a,li.jp a{
	display:block;
	padding:5px 10px;
	color:#fff;
	background:rgb(132,194,208);
	border-radius:4px;
	text-decoration:none;
}
li.contact a {
	display:block;
	padding:5px 10px;
	color:#fff;
	background:rgb(240,185,88);
	border-radius:4px;
	text-decoration:none;
}
h1 .summary {
	clear:both;
	font-size:12px;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    overflow:hidden;
    position:relative;
    width:100%;
    padding:10px 0;
    opacity:0.8;
    background:#000;
    z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}
section {
	margin-bottom:10%;
}

/*================================================
 *  ぱんくず
 ================================================*/
#locator-wrapper{
  /*height: 40px;160725*/
  min-height: 40px;
  position: relative;
  text-align:left;
  margin-bottom:10px;
}
.locator{
  color: #333;
  font-size: 90%;
  line-height: 40px;
}
.locator a{
  color: #555;
}

/*================================================
 *  タイトル
 ================================================*/
/*ページタイトル*/
.ctg_ttl{
	padding: 25px 0;
	background-color: rgb(0,186,149);
}
h2.ctg_ttl{
max-width: 980px;
margin: 0 auto;
color: #fff;
font-size: 28px;
padding-left:10px;
}

/*サブタイトル*/
.subttl01 {
	margin-bottom:1.5em;
	border-left:#000 solid 5px;
	padding-left:20px;
}
.nen{
	color:rgba(255,77,77,1);
	padding-right:10px;
	font-size:14px;
	}
.copy{
	color:rgba(0,133,178,1);
	font-size:14px;
	}
.note{
  color: #333;
  font-size: 90%;
}
.subttl01 h3{
	font-size:200%;
	}

.subttl02 {
	margin-bottom:0.25em;
	font-size:20px;
}

h4 {
    font-size: 16px;
    margin-bottom: 0.25em;
}
h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	/*background:url('images/bg_arrow_black.png') 0 50% no-repeat;*/
}
h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC,.aligncenter,p .imgC,p .aligncenter {
	clear:both;
	overflow:hidden;
	text-align:center;
}
.imgC img,.aligncenter img,p .imgC img,p .aligncenter img {
	margin-bottom:30px;
}


/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
}
.imgL img {
	float:left;
	width:380px;
	margin:0 2em 0.5em 0;
}
.imgL img.img_s {
	float:left;
	width:300px;
	margin:0 2em 0.5em 0;
}
.imgL img.img_book {
	float:left;
	width:160px;
	margin:0 2em 5em 0;
}
.imgL li{
	list-style:none;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
}
.imgR img {
	float:right;
	width:380px;
	margin:0 0 0.5em 2em;
}
.imgR img.img_s {
	float:right;
	width:200px;
	margin:0 0 0.5em 2em;
}
.imgR img.img_ms {
	float:right;
	width:300px;
	margin:0 0 0.5em 2em;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
/*	border-radius:5px;
*/}

/* 5カラム（スマートフォンでは1カラム) */
.fiveCol {
	overflow:hidden;
}
.fiveColInner {
	overflow:hidden;
	margin-right:-3%;
}
.fiveColInner div {
	width:18%;
	float:left;
	margin-right:2%;
}
.fiveColInner div:nth-child(5n+1) {
	clear:both;
}
.fiveColInner img {
	width:100%;
    height: auto;/*160726追加*/
	margin-bottom:0.5em;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  トップページ
 ================================================*/
/* mainimage 180826スライドショーから1枚に変更 */
#mainimage {
	width:100%;
	background-color: #ddd;
	text-align: center;
}
.mainimage_inner{
	width:980px;
	margin-left: auto;
	margin-right:auto;
}

/*■□■□■□■□■□↓↓↓編集中↓↓↓■□■□■□■□■□*/
/*------英語版用のPickup-------*/
/* --- PickUp Engコンテナ全体 --- */
.top_picukup_eng {
    display: flex;
    justify-content: center; /* 中央揃えにする */
    /*background-color: palevioletred;*/
    margin-top: 50px;
    padding: 0;
    max-width: 980px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; /* 念のため */
}

.top_picukup_eng ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px; /* ← ここで隙間作る。好きな値に調整OK */
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}

/* --- 共通のリンクのデコレーションリセット --- */
.top_picukup_eng a{
    color:#333333;
    text-decoration: none;
}
/* --- hover時にリンク全体をふわっと光らせる（左も右も共通） --- */
.top_picukup_eng .fix a:hover,
.top_picukup_eng li.flow > dl > dd > a:hover,
{
  background-color: rgba(255, 255, 255, 0.2);
    /*opacity:0.5;*/
}
.top_picukup_eng a:hover{color:#868686;}

/* --- 共通のdlリセット --- */
.top_picukup_eng dl {
  margin: 0;
  padding: 0;
}

/* --- 共通のdt/ddリセット --- */
.top_picukup_eng dt {
  margin: 0;
}

.top_picukup_eng dd {
  margin: 0;
}

/* --- グループタイトル --- */
.top_picukup_eng dt.group_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
  /*margin: 0 0 10px 0;*/
}

/* --- キャプション --- */
.top_picukup_eng dd.caption {
  font-size: 12px;
  text-align: center;
}

/* --- 記事のタイトル --- */
.top_picukup_eng dd.main .text_block .title,
.top_picukup_eng ul li.flow dd a dl .title {
    font-weight: bold;
}

/* --- Exhibitionブロック（左側） --- */
.top_picukup_eng ul li.fix {
    /*background-color: yellow;*/
    flex: 3;
    min-width: 0; /* はみ出し防止 */
}

.top_picukup_eng ul li.flow {
    /*background-color: greenyellow;*/
    flex: 7;
    min-width: 0; /* はみ出し防止 */
}
.top_picukup_eng ul li.fix {
    /*background-color: yellow;*/
    flex: 3;
    min-width: 0;
    overflow: hidden; /* はみ出し防止 */
    display: flex; /* 子要素に合わせるためにflex */
    flex-direction: column;
}

.top_picukup_eng ul li.fix a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.top_picukup_eng dd.main img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

/* --- The latest articlesブロック（右側） --- */
.top_picukup_eng ul li.flow dd a:last-child {
    margin-right: 0; /* 最後のaタグの右マージンを消す */
}

.top_picukup_eng ul li.flow dd {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px; /* ← 間隔、好きに調整してね */
    width: 100%;
}


.top_picukup_eng ul li.flow dd a {
    display: block;
    flex: 0 1 calc(33.33% - 20px); /* ここで3つのdlが均等に並ぶように調整 */
    min-width: 0;
}

.top_picukup_eng ul li.flow dd a dl {
    display: flex;
    flex-direction: column; /* 中は縦に並べる */
    width: 100%;
}

.top_picukup_eng ul li.flow dd a dl dt img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 18px;
    margin-bottom: 10px;
}


/*------//英語版用のPickup-------*/




















/*■□■□■□■□■□//↑↑↑編集中↑↑↑■□■□■□■□■□*/
/* report news topics */
/* top_box */
.top_box{
	margin-top:30px;
}
.top_box h2{
	font-size:16px;
}
.top_report,.top_news,.top_topics{
	float:left;
	margin-right:2.5%;
}
.top_box div:last-child{
	margin-right:0;
}
.top_report,.top_news{
	width:36%;
	border:rgba(176,176,176,1) solid 1px;
	padding:10px 15px;
}
.top_report h2,.top_news h2{
	margin-bottom:10px;
}
.top_report_content{
	margin-bottom:10px;
}
.top_report_content img{
	width:40%;
	float:left;
	margin-right:3%;
}
.top_report_content dl{
	width:57%;
	float:right;
	font-size:90%;
}
.top_report_content dt span,.top_news dt span{color: #e74c3c}
.top_news dl{
	font-size:90%;
	margin-bottom:0.5em;
}
.top_news dt{
	width:27%;
	float:left;
	margin-right:3%;
}
.top_news dd{
	width:70%;
	float:right;
}
.top_topics{
	width:23%;
}
.top_topics h2{
	border-left:#000 3px solid;
	margin-bottom:10px;
	padding-left:10px;
}
.topic01{
	border-bottom:#666 dotted 1px;
	margin-bottom:10px;
}
.topic01 dd{
	font-size:90%;
}
.topic02 img{
	display:block;
	width:40%;
	max-width:200px;
	float:left;
	margin-right:5%;
}
.topic02 div{
	width:55%;
	float:right;
}


/* 南谷展 */
img.nankoku_ten_logo{
	float:none;
	width:328px;
	margin-bottom:1em;
	border:none;
}
img.nankoku_ten{
	float:left;
	width:500px;
	margin:0 3em 0.5em 0;
}
h2.nankoku_ten{
	font-size:160%;
}

/* プロフィール */
h2.prof_ttl {
	margin-top:50px;
	margin-bottom:20px;
	font-size:24px;
	color:#333;
	text-align:center;
	border-bottom:#000 dotted 1px;
	padding-bottom:10px;
}
h2.prof_ttl span{
	font-size:90%;
	padding-left:20px;
	font-family:"Courier New", Courier, monospace;
	color:#000;
}
.prof_box{ 
	margin-bottom:100px;
 	padding:0 10%;
	}
/*南谷のことば*/
.kotoba{
    display: block;
    float:left;
    margin-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}
.kotoba dl.L{
    float:left;
    width: 30%;
    margin-right: 3%;
}
.kotoba dl.L dt img {
    width: 100%;
    height: auto;
    margin-bottom:10px;
}
.kotoba dl.L dd{text-align: center;}
.kotoba dl.R{
    float:left;
    width: 67%;
    height: auto;
}
.kotoba dl.R dt {
    line-height: 1.4em;
    text-align: left;
}
.kotoba dl.R dd {
    margin-bottom: 1.5em;
    text-align: right;
}
.kotoba dl.R dd:last-child{margin-bottom: 0;}

/*TOPページ下書籍紹介*/

h2.book_ttl {
	margin-bottom:20px;
	font-size:24px;
	color:#333;
	text-align:center;
	border-bottom:#000 dotted 1px;
	padding-bottom:5px;
}
h2.book_ttl span{
	font-size:90%;
	padding-left:20px;
	font-family:"Courier New", Courier, monospace;
	color:#000;
}
.book_box .imgL ul.bold li{
    font-weight: bold;
}



/*================================================
 *  LIFE
 ================================================*/	
 .life p{
	 font-size:110%;
 }
/*================================================
 *  REPORT
 ================================================*/

.report p{
	 font-size:110%;
	 text-align:left;
	 /*margin-bottom:0;20160808変更*/
	 margin-bottom:1em;
    text-indent: 1em;/*20160808追加*/
}

/*ks*/

.report p{
	text-align:justify;
	text-justify:distribute;
	}

p.Report{
	font-size:110%;
	 text-align:left;
	text-align:justify;
	text-justify:distribute;
	 margin-bottom:1em;
    text-indent: 1em;
}
p.itemise{
	text-align:left;
	text-indent:inherit;
}
p.itemise2{
	text-align:left;
	text-indent:-1em;
	padding-left:1em;
}
p.TermBolck{
	margin-left:2em;
}
.cGlay{
color:#666;
}
.report_ttlbox{
	margin:30px 0;
}
.report_ttl{
	border-bottom:#333 dotted 1px;
	margin-bottom:10px;
	padding-bottom:3px;
 }
.report h4{margin-top: 1em;}/*20160808追加*/
.report h4:first-child{margin-top: 0;}/*20160808追加*/

.report .Works{/*20160808追記*/
    margin-top: 30px;
    }
.report .Works img{/*20160808追記*/
    margin-right: 1em;
    }
.report img{/*20210416追記*/
    border: none;
}

h5.Term1{
	text-indent:inherit;
	font-weight:bold;
	margin-bottom:8px;
padding-bottom:15px;
}
h5.Term2{
	font-weight:bold;
	text-indent:-1em;

}

/*ks*/
.PhotoCom{
	text-align:right;
	margin-top:-15px;
	margin-bottom:15px;
	margin-left:650px;
	width:250px;
}
p.Footnote{
	margin-top:10px;
	padding-top:10px;
	padding-left:1.5em;
	border-top:1px #aaa solid;
	text-indent:-1.5em;
}
p.Footnote1{
	margin-top:10px;
	font-size:0.9em;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.Wrapper{
	width:100%;
	/*margin:20px auto;*/
}
p.NO6a{
	padding-right:30px;
	width:610px;
	float:left;
}
.NO6imgA{
	width:360px;
	float:right;
	margin-top:10px;
	
}
.NO6imgA img{
	width:100%;
	height:auto;
	padding:8px;
}
.NO6imgB{
	width:370px;
	float:left;
	margin-top:10px;
	margin-left:115px;
}
.NO6imgB img{
	width:100%;
	height:auto;
	padding:8px;
}
.NewsPaper{
	padding:20px;
	background-color:#EDEDE9;
}
span.Center{
	display:block;
	text-align:center;
}
.MGt10{
	margin-top:10px;
}
strong.titleSub{
	font-weight:bold;
	text-align:center;
	display:block;
	font-size:1.3em;
}

span.titleSub2{
	display:block;
	text-align:right;
	
}
span.pdLeft1em{
 display:block;
	padding-left:1em;
}

.PhotoBoxComent{
		width:100%;
		display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
	flex-direction:row;
	margin:20px auto;
}

.PhotoComentL{
	width:60%;
	text-align:center;
}
.PhotoComentS{
	width:45%;
	text-align:center;
}

.PhotoComentL img,
.PhotoComentS img{
	width:100%;
	height:auto;
	margin:0 auto;
}

.PhotoComentLCaption{
	width:35%;
	margin-left:5%;
	position:relative;
}
.PhotoComentSCaption{
	width:50%;
	margin-left:5%;
	position:relative;
}

span.PhCaption{
display:block;
	position:absolute;
	bottom:0;
	left:0;
}
hr.space15{
	border:none;
	background-color:none;
	height:15px;
}
hr.space8{
	border:none;
	background-color:none;
	height:8px;
}
hr.space5{
	border:none;
	background-color:none;
	height:5px;
}
hr.space2{
	border:none;
	background-color:none;
	height:2px;
}
hr.space0{
	border:none;
	background-color:none;
	height:0;
}
div span.TextCenter{
display:block;
text-align:center;
}
sup{
font-size:0.94em;

}
.Indent3a{
	display:block;
	text-indent:-3.0em;
	padding-left:3.0em;
	font-size:0.90em;
	margin-left:2em;
}
.Indent3aL{
	display:block;
	text-indent:-3.0em;
	padding-left:3.0em;
}
.Indent2a{
	display:block;
	text-indent:-2.0em;
	padding-left:2.0em;
	font-size:0.90em;
	margin-left:2em;
}

.Indent1a{
	display:block;
	text-indent:-1em;
	padding-left:1em;
font-size:0.90em;
margin-left:2em;
}
span.LineRight{
display:block;
text-align:right;
}
table.Nankoku{
	margin:10px 0 20px 0;
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
border:none;
}

table.Nankoku th,
table.Nankoku td{
	padding:6px 4px;
border:none;
	border-bottom:1px #F0F0EC solid;
}
table.Nankoku th{
	width:200px;
background-color:#fff;
font-weight:bold;
}

.ReportNote{
	text-align:justify;
	text-justify:distribute;
}
span.TextCenter{
display:block;
text-align:center;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
	margin-top:8px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  
  }
table.vol16{
	width:840px;
	margin:20px auto;
	text-align:left;
	border-top:1px #bbb solid;
	border-right:1px #fff solid;
}


table.vol16 tr td{
	padding:2px 4px;
	border-bottom:1px #bbb solid;
}

table.vol16 tr td.fDate{
	width:105px;
	text-align:right;
	background-color:#ddd;
	font-size:0.96em;
}


table.vol16 tr td.fHour{
	width:75px;
	text-align:right;
	background-color:#eee;
	font-size:0.96em;
}

table.vol16 tr td.fDay{
	border-bottom:1px #aaa dotted;
}

table.Report17{
	width:840px;
	margin:20px auto;
	text-align:left;
border-bottom:none;
border-right:none;
border-left:none;
	border-top:1px #ccc solid;
}


table.Report17 tr td{
	padding:2px 4px;
border-bottom:none;
border-right:none;
border-left:none;
	border-top:none;
}

table.Report17 tr td.Times,
table.Report17 tr td.Md{
	width:80px;
}
table.Report17 tr td.Caluture{
	width:55px;
}

table.Report17 tr td.BorderBt01{
	border-bottom:1px #ccc solid;
}
table.Report17 tr td.BrderRight{
	border-right:1px #bbb dotted;
}

table.Report19{
	width:500px;
	text-align:left;
}

table.Report19 td{
	border:1px #aaa solid;
padding:2px 4px;
}

table.Report19 td.Date{
	text-align:right;
width:100px;
}


/*縦長、横長写真2点横並び*/
.BoxTwoPh{
	width:100%;
	margin:15px auto;
	margin-bottom:25px
	margin-bottom:40px;
	display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}
.BoxTwoPh div{
	width:50%;
	text-align:center;
	position:relative;
}

.BoxTwoPh  div img{
	margin:0 auto;
}

div.PhCenter img{
	width:80%;
	height:auto;
	margin:0 auto;
margin-top: auto;
}

div.PhBottom img{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
left:0;
}
/*■横並び写真2019-08-26↓■*/
p.IEpage{
text-align:right;
color:#36C;
}
.FlexBox{
	width:100%;
	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
 	 display: -webkit-flex; /*PC-Safari,iOS8.4*/
 	 display: flex
}
.InnBoxCenter{
	width:50%;
	margin:0 auto;
	text-align:center;
}
.InnBoxL{
	width:50%;
	display:flex;
	  flex-direction: column;
	  text-align:center;
}
.InnBoxR{
	width:50%;
	display:flex;
	flex-direction: column;
	text-align:center;
}
div span.Comentph{
	text-align:center;
	margin-top:8px;
	display:block;
	width:100%;
	padding-top:8px;
}
.InnBox3L{
	width:33%;
	display: flex;
	  flex-direction: column;
	  text-align:center;
}
.InnBox3M{
	width:33%;
	display: flex;
	  flex-direction: column;
	  text-align:center;
}
.InnBox3R{
	width:33%;
	display: flex;
	  flex-direction: column;
	  text-align:center;
}
div img.Wid100{
	width:100%;
	margin:0 auto;
	margin-top:auto;
	height:auto;
	display:block;
	align-self: flex-start;
	 justify-self:flex-end;
}
div img.Wid80{
	width:80%;
	margin:0 auto;
	margin-top:auto;
	height:auto;
	display:block;
	align-self: flex-start;
	 justify-self:flex-end;
}
div img.Wid10080{
	width:100%;
	margin:0 auto;
	margin-top:auto;
	height:auto;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}
div img.Wid9080{
	width:90%;
	margin:0 auto;
	margin-top:auto;
	height:auto;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}
div img.Wid5060{
	width:50%;
	margin:0 auto;
	margin-top:auto;
	height:auto;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}
div img.Wid4060{
	width:40%;
	margin:0 auto;
	margin-top:auto;
	height:auto;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}

div img.Hight360{
	width:auto;
	margin:0 auto;
	margin-top:auto;
	height:360px;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}
div img.Hight360s{
	width:auto;
	margin:0 auto;
	margin-top:auto;
	height:360px;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}
div img.Hight300{
	width:auto;
	margin:0 auto;
	margin-top:auto;
	height:300px;
	display:block;
align-self: flex-start;
	 justify-self:flex-end;
}

/*キャプション付きの画像とテキストが左右中央に*/
/*------------------------------------------------*/
    .wp-caption, 
    .alignnone{
        max-width: 100%;
    }
    p.wp-caption-text{text-align: center;}
    .wp-caption img{margin-bottom: 10px;}


/*▼▼▼▼▼▼▼IE11用*/
.IEbox2{
	clear:both;
	width:100%;
}
.IeBox1M{
	width:50%;
	margin:0 auto;
	text-align:center;
}
.IeBox2L{
	width:50%;
	float:left;
	text-align:center;
}
.IeBox2R{
	width:50%;
	float:left;
	text-align:center;
}

.IEbox3{
	clear:both;
	width:100%;
}
.IeBox3L{
	width:33%;
	float:left;
	text-align:center;
}
.IeBox3M{
	width:33%;
	float:left;
	text-align:center;
}
.IeBox3R{
	width:33%;
	float:left;
	text-align:center;
}
/*▼▼▼▼▼▼▼IE11用*/
/*■横並び写真2019-08-26↑■*/

.BoxTwoPh div span{
	display:block;
	width:100%;
	padding-top:5px;
	position:absolute;
	bottom:-2em;
}
.cBlue{
color:#2395BA;
}

h5.scheTitle{
width:100%;
text-align:center;
}
table.schComent{
	width:840px;
	margin:0 auto;
	text-align:left;
border-bottom:none;
border-right:none;
border-left:none;
border-top:none;
}
table.schComent td{
border-bottom:none;
border-right:none;
border-left:none;
border-top:none;
}
table.schComent td.commentDate{
width:60px;
}

table.EngSche{
	width:840px;
	margin:0 auto;
	text-align:left;
}
table.EngSche td{
padding:2px 4px;
}
table.EngSche td.schNum{
width:40px;
text-align:center;
}
table.EngSche td.schDate{
width:150px;
}
table.EngSche td.inLeft1{
text-indent:1em;
}
table.EngSche tr td.brBtNo{
border-bottom:#FFF 1px solid;
}
table.EngSche tr{
border-bottom:none;

}

/*================================================
 *  GALLERY
 ================================================*/
.gallery{}
.gallery p{text-indent: 1em;}

/*================================================
 *  BOOK
 ================================================*/
.book{
	width:100%;
	border-bottom:#333 dotted 1px;
	margin-bottom:20px;
	}
.book img{
	float:left;
	width:20%;
	margin-right:2%;
	margin-bottom:20px;
}
.bookText{
	float:right;
	width:78%;
}
.bookText li{
	list-style-type:none;
}
.chosaku .book:last-of-type,
.bunken .book:last-of-type{
	border:none;
	margin-bottom:50px;
}
.chosaku{}
.chosaku dl{
    width: 100%;
}
.chosaku dl dt{
    clear: left;
    float: left;
    width: 10%;
    font-weight: bold;
}
.chosaku dl dd{
    margin-left: 10%;
    margin-bottom: 1em;
}


/*================================================
 *  MUSEUM
 ================================================*/
/*★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆*/
/*↓↓↓collectionsの作品画像POPUP↓↓↓*/
.collections_domestic{margin-bottom:50px;}
.collections_foreign{}
.collectionspop{
	width:100%;
	margin-bottom:50px;
    /*background: #f6e58d;*/
}
.collectionspop img{
	float:left;
	width:30%;
	margin-right:2%;
	margin-bottom:20px;
    /*background: #81ecec;*/
 }
.collectionspopText{
	float:right;
	width:68%;
    /*background: #fab1a0;*/
}
.collectionspopText .double dd{
    float:left;
    width:40%;
    /*background: #b2bec3;*/
}
.collectionspopText dl.double dd a{display: block;}
/*↑↑↑collectionsの作品画像POPUP↑↑↑*/
/*★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆*/

.museum{
	width:100%;
	margin-bottom:50px;
}
.museum img{
	float:left;
	width:30%;
	margin-right:2%;
	margin-bottom:20px;
 }
.museumText{
	float:right;
	width:68%;
}
.museum_ttlbox{
	border-bottom:#333 dotted 1px;
	margin-bottom:10px;
	padding-bottom:3px;
 }
.museum_ttlbox p{
	margin-bottom:5px;
}
.museumText .double dd{
    float:left;
    width:40%;
}

/*================================================
 *  フッター
 ================================================*/
 footer{
	padding:20px 0;
	background-color:#edede4;
 }
.footer_nav {
	overflow:hidden;
	clear:both;
	text-align:center;
}
.footer_nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footer_nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px 10px;
}
.footer_nav i a {
	color:#000;
	text-decoration:none;
}
.footer_nav li a:hover {
	text-decoration:underline;
}
.copyright {
	clear:both;
	text-align:center;
	padding-top:10px;
}
.copyright small{
	font-size:11px;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
/* slide01 */
.slide01 {
    display:none;
    overflow:hidden;
    position:relative;
    width:100%;
}

.slide01 .slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slide01 .slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slide01 .slidePrev img {
    position:absolute;
	border:none;
    width:50px !important;
    height:60px !important;
}

.slide01 .slideNext img {
    position:absolute;
	border:none;
    width:50px !important;
    height:60px !important;
}

.slide01 .slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slide01 .slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slide01 .slideInner li img {
    margin:0 5px;
    padding:0;
    vertical-align:bottom;
	border:none;
}

.slide01 .filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.slide01 .filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.slide01 .controlNav {
      position:relative;
      float:left;
      left:50%;
}
.slide01 .controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.slide01 .controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.slide01 .controlNav span.current {
      background:#f19500;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents,#header {
		box-sizing:border-box;
		width:100%;
		padding:0 15px;
	}
	.header-inner{
		width:100%
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
.header-inner{
	padding:20px 0 0;
}
img.logo{
	max-width:280px;
}
li.en a{
	color:#000;
	background:none;
}
li.contact a {
	color:#000;
	background:none;
}
h1 .summary {
	display:none;
}
#locator-wrapper{
	display:none;
}
/* TOP */
.top_report,.top_news,.top_topics{
	float:none;
	width:100%;
	margin-right:0;
}
.top_report,.top_news{
	margin-bottom:30px;
}
.prof_box{ 
	margin-bottom:30px;
 	padding:0;
	}

.ctg_ttl{
	margin-bottom:20px;
}
.book img{
	float:left;
	width:35%;
	margin-right:5%;
}
.bookText{
	float:right;
	width:60%;
}
.museum{
	margin-bottom:20px;
}
.museum img{
	float:left;
	width:35%;
	margin-right:5%;
}
.museumText{
	float:right;
	width:60%;
}
.museum_ttlbox{
	border:none;
}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img,.imgL img.img_s{
		float:none;
		width:100%;
		height:auto;
		margin-right:0;
	}
    .imgL img.img_book {
        margin-bottom: 1em;
}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img{
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}
	.threeColInner {
		margin-right:0;
	}
	.threeColInner div.photoText {
		float:none;
		width:100%;
	}
	
/*	.fiveCol {
		margin-bottom:30px;
	}
*/	.fiveColInner {
		margin-right:0;
	}
	.fiveColInner div {
/*		float:none;
*/		width:100%;
		border-bottom:rgba(128,128,128,1) dotted 1px;
		margin-bottom:1em;
	}
/*	.fiveColInner div:last-child {
		border-bottom:none;
	}
*/	.fiveColInner div h4{
		line-height:1em;
		margin-bottom:0.5em;
	}
	.fiveColInner div img{
		float:left;
		width:33%;
		margin-right:20px;
		}
	.fiveColInner div li{
		list-style-type:none;
	}

.alpha a:hover,a img:hover {
  opacity: 1.0;
}
}
