@charset "utf-8";
/* CSS Document */


/*****************************************************************
 CONTETNS AREA
******************************************************************/


/* breadcrumb ============================ */
#breadcrumb {
    padding: 10px 0 20px;
}
#breadcrumb ol {
    padding: 3px 0 0;
}
#breadcrumb ol li {
	display: inline;
	font-size: 85%;
	font-weight: bold;
}
#breadcrumb ol li:after {
	display: inline-block;
	content: ">";
	margin-left: 8px;
}
#breadcrumb ol li:last-child::after {
	content: "";
}
#breadcrumb ol li a {
	color: #223048;
	font-weight: normal;
}


/* contents div ============================ */
#mainContents {
}



/* sideContents ============================ */
#sideContents {
	height: auto !important;
	margin-top: 30px;
	padding: 30px 25px;
	background: #fff url(../images/bg_side.png) left top repeat-y;
	background-size: cover;
	color: #313131;
}


/* sideNavi */
#sideNavi {
	margin-bottom: 20px;
}
#sideNavi dt {
	padding: 18px 10px 18px 25px;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	background: #feedeb url(../images/bg_title4.png) right -37px no-repeat;
	color: #000;
	font-size: 120%;
}
#sideNavi dd {
	border: 1px solid #c9c9c9;
}
#sideNavi ul {
	background: #fff;
	color: #000;
}
#sideNavi ul li {
	font-size: 95%;
	letter-spacing: -1px;
}
#sideNavi ul li.on,
#sideNavi ul li:hover {
	background: rgba(98,194,255,0.2);
}
#sideNavi ul li:after {
	display: block;
	content: "";
	width: 94%;
	height: 1px;
	margin: 0 auto;
	background: #e5e5e5;
}
#sideNavi ul li:last-child::after {
	display: none;
	height: 0;
}
#sideNavi ul li a {
	display: block;
	padding: 15px 10px 15px 35px;
	background: url(../images/icon_right4.png) 18px 20px no-repeat;
	color: #000;
	text-decoration: none;
}

/* lifeBox */
#sideContents #lifeBox {
	margin-bottom: 20px;
	border: 1px solid #c9c9c9;
	background: #fff url(../images/bg_base2.jpg) center top repeat;
}
#sideContents #lifeBox dt {
	padding: 15px;
	border-bottom: 1px solid #90857e;
	color: #313131;
	font-size: 120%;
	font-weight: bold;
}
#sideContents #lifeBox dd {
	padding: 15px 0 15px 14px;
}
#sideContents #lifeBox ul {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sideContents #lifeBox li {
	display: inline-block;
	margin: 5px;
}
#sideContents #lifeBox li img {
	width: 70px;
	height: 70px;
}




/* panoramaBox */
#panoramaBox {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000;
}
#panoramaBox .photo {
	float: left;
	width: 48%;
	max-width: 245px;
}
#panoramaBox .photo img {
	width: 100%;
	height: auto;
}
#panoramaBox .inner {
	float: right;
	width: 48%;
}
#panoramaBox dl {
	margin-bottom: 5px;
}
#panoramaBox dt {
	margin: 5px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#panoramaBox dd {
	font-size: 95%;
	line-height: 1.4em;
}
#panoramaBox .bnr {
	text-align: center;
}
#panoramaBox .bnr img {
	width: 100%;
	max-width: 245px;
	height: auto;
}

/* bnrList */
#bnrList li {
	margin-bottom: 18px;
}
#bnrList li img {
	width: 100%;
	max-width: 265px;
	height: auto;
}



/* genreSearch */
#genreSearch {
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}
#genreSearch dt {
	margin: 0 auto 15px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#genreSearch dd {
	float: left;
	vertical-align: middle;
}
#genreSearch dd.text {
	width: 85%;
	max-width: 540px;
}
#genreSearch dd.btn {
	width: 15%;
	min-width: 30px;
}
#genreSearch input[type="text"] {
	width: 100%;
	height: 30px;
	padding: 3px 10px;
	border: 1px solid #bebebe;
	box-sizing: border-box;
}


/*****************************************************************
 GENRE PAGE
******************************************************************/

/* title ============================ */
#titleBox {
	position: relative;
	margin-bottom: 30px;
}
#titleBox h1 {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -20px;
	color: #362e2b;
	font-size: 180%;
	font-weight: 500;
}
#titleBox img {
	width: 100%;
}

#genrePage h1,
#eventPage h1 {
	margin-bottom: 30px;
	padding: 18px;
	border-top: 5px solid #362e2b;
	border-bottom: 1px solid #c9c9c9;
	background: rgba(255,255,255,.7);
	color: #362e2b;
	font-size: 130%;
}


/* contents ============================ */

/* newsArea */
#newsArea {
	overflow: hidden;
	margin: 40px 0;
}
#newsArea h2 {
	position: relative;
	width: 150px;
	margin: 0 0 -1px;
	padding: 10px;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	border-top: 2px solid #323662;
	background: #f8f3ef;
	color: #000;
	text-align: center;
	font-size: 110%;
	z-index: 100;
}
#newsArea #newsBoxs {
	overflow: hidden;
	padding: 10px 20px 20px;
	border: 1px solid #c9c9c9;
	background: #f8f3ef;
	color: #000;
	z-index: 50;
}
#newsArea a {
	color: #223048;
}
#newsArea dl {
	width: 100%;
}
#newsArea dt,
#newsArea dd {
}
#newsArea dt {
	margin: 15px 0 5px;
}
#newsArea dd {
	padding-bottom: 15px;
	border-bottom: 1px dotted #666;
}
#newsArea dd span {
	display: inline-block;
	margin-left: 5px;
	color: #326232;
	font-weight: bold;
}
#newsArea .links {
	margin: 20px 0 0;
	text-align: right;
	font-size: 95%;
}
#newsArea .links li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 14px;
	background: url(../images/icon_right4.png) left center no-repeat;
}
#newsArea .links li.rss {
	padding-left: 20px;
	background: url(../images/icon_rss.png) left center no-repeat;
}


/* genreBox */
#genreBox {
	overflow: hidden;
}
#genreBox dl {
	margin-bottom: 20px;
}
#genreBox dt {
	position: relative;
	padding: 10px 70px 10px 15px;
	border: 1px solid #c9c9c9;
	background: rgba(255,255,255,0.7);
	color: #362e2b;
	font-size: 120%;
	cursor: pointer;
}
#genreBox dt span {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 14px;
	min-height: 18px;
	margin-top: -9px;
	padding-right: 20px;
	background: url(../images/icon_plus2.png) right center no-repeat;
	font-size: 85%;
}
#genreBox dt.active span {
	background-image: url(../images/icon_minus2.png);
}
#genreBox dd {
	display: none;
	padding: 10px 0 0;
}
#genreBox ul li,
#singleBox ul li {
	margin-bottom: 5px;
	padding: 3px 0 3px 24px;
}

#genreBox .genreLink {
	margin-left: 12px;
}
#genreBox .genreLink li {
	padding-left: 32px;
	background: url(../images/icon_folder.png) left 4px no-repeat;
}

#genreBox .pageLink {
	margin-left: 20px;
}
#genreBox .pageLink li,
#singleBox ul li {
	background: url(../images/icon_page.png) left 4px no-repeat;
}

#genreBox li a,
#singleBox ul li a {
	color: #223048;
}

/* singleBox */
#singleBox {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #8e847c;
}
#singleBox ul {
	margin-left: 10px;
}




/*****************************************************************
 CONTETNS PAGE
******************************************************************/

/* contentsBox */
#contentsHead {
	overflow: hidden;
	margin-bottom: 15px;
}
#contentsHead .upDate {
	float: right;
	margin-left: 10px;
	margin-bottom: 0 !important;
	text-align: right;
}
#snsShare {
	overflow: hidden;
	float: right;
	margin: 0 !important;
}
#snsShare li {
	display: inline-block;
	list-style: none !important;
}

#mainContents h1,
#mainContents h2,
#mainContents h3,
#mainContents h4,
#mainContents h5,
#mainContents h6 {
	clear: both;
}
#contentsBox h2,
#contentsBox h3,
#contentsBox h4,
#contentsBox h5,
#contentsBox h6 {
	color: #313131;
}

#contentsBox h1 {
	margin-bottom: 10px;
	padding: 15px;
	border-top: 5px solid #362e2b;
	border-bottom: 1px solid #c9c9c9;
	background: #fff;
	color: #362e2b;
	font-size: 140%;
}
#contentsBox h2 {
	margin: 30px 0 20px;
	padding: 5px 20px;
	border-top: 2px solid #617293;
	border-bottom: 1px solid #c9c9c9;
	font-size: 120%;
	background:rgba(61,85,129,.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(255,255,255,0.5);
}
#contentsBox h3 {
	margin-bottom: 15px;
	padding: 3px 12px;
	border-left: 8px solid #617293;
	border-bottom: 1px solid #617293;
	font-size: 120%;
}
#contentsBox h4 {
	margin-bottom: 15px;
	padding: 0 12px;
	border-left: 8px solid #617293;
	font-size: 120%;
}
#contentsBox h5 {
	margin-bottom: 15px;
	padding: 0 10px 3px;
	border-bottom: 1px solid #617293;
	font-size: 110%;
}
#contentsBox h6 {
	padding-left: 18px;
	background: url(../images/icon_circle.png) left 3px no-repeat;
}

#contentsBox p {
	margin: 0.7em 0;
	line-height: 1.8em;
}

/* table scroll box */
.sp_ov {
	overflow-x: scroll;
	max-width: 677px;
	margin-bottom: 10px;
}
.sp_ov::-webkit-scrollbar {
  height: 5px;
}
.sp_ov::-webkit-scrollbar-track {
  border-radius: 5px;
}
.sp_ov::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

#contentsBox table {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #999;
}
#contentsBox table[border] {
	border-style: solid;
}
	#contentsBox .sp_ov table {
		margin-bottom: 5px;
	}
#contentsBox table caption {
	text-align: left;
}
#contentsBox table th {
	background: #e5e5e5;
}
#contentsBox table th,
#contentsBox table td {
	padding: 5px;
}

/* table border hack ***********************************/
/* ie9 */
	#contentsBox table:not(:target) {
		border-style: none\9 !important;
	}
@media all and (-ms-high-contrast:none){
/* ie10 */
	#contentsBox table {
		border-style: none\9 !important;
    }
/* ie11 */
	*::-ms-backdrop, #contentsBox table {
		border-style: none !important;
		border-color: transparent;
	}
}
/* edge */ 
@supports (-ms-accelerator:true) {  
	#contentsBox table {  
		border-style: none;
	}  
}

#contentsBox table th,
#contentsBox table td {
    border-color: #999;
}
/*******************************************************/


#contentsBox ol {
	margin: 20px 0 20px 22px;
}
#contentsBox ol li {
	margin-bottom: 5px;
	list-style: decimal;
}

#contentsBox ul {
	margin: 20px 0 20px 22px;
}
#contentsBox ul li {
	margin-bottom: 5px;
	list-style: disc;
}

#contentsBox dl {
	margin: 20px 0;
}
#contentsBox dl dt {
	font-weight: bold;
}

#contentsBox img {
	max-width: 100%;
	height: auto;
}

/* link , file icon */
#contentsBox a,
#downloadBox a,
#relationBox a,
#outsideBox a {
	color: #223048;
}
#genreBox a[target="newwindow"]:after,
#singleBox a[target="newwindow"]:after,
#contentsBox a[target="_blank"]:after,
#downloadBox a[target="_blank"]:after,
#relationBox a[target="_blank"]:after,
#outsideBox a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	padding-left: 5px;
	background: url(../images/icon_blank.png) no-repeat right center;
	background-size: 11px;
}
#contentsBox a[href$=".pdf"],
#contentsBox a[href$=".xls"], #contentsBox a[href$=".xlsx"],
#contentsBox a[href$=".doc"], #contentsBox a[href$=".docx"],
#contentsBox a[href$=".csv"],
#contentsBox a[href$=".jtd"],
#contentsBox a[href$=".ppt"], #contentsBox a[href$=".pptx"],
#contentsBox a[href$=".jpg"], #contentsBox a[href$=".jpeg"],
#contentsBox a[href$=".gif"],
#contentsBox a[href$=".png"],
#contentsBox a[href$=".bmp"] {
	display: inline-block;
	margin-left: 5px;
	padding: 2px;
	padding-left: 22px;
}
#contentsBox a[href$=".pdf"] {
	background: url(../images/icon_pdf.png) no-repeat left 5px;
	background-size: 15px;
}
#contentsBox a[href$=".xls"], a[href$=".xlsx"] {
	background: url(../images/icon_excel.png) no-repeat left 5px;
	background-size: 15px;
}
#contentsBox a[href$=".doc"], a[href$=".docx"] {
	background: url(../images/icon_word.png) no-repeat left 5px;
	background-size: 15px;
}
#contentsBox a[href$=".csv"],
#contentsBox a[href$=".jtd"],
#contentsBox a[href$=".ppt"], #contentsBox a[href$=".pptx"],
#contentsBox a[href$=".jpg"], #contentsBox a[href$=".jpeg"],
#contentsBox a[href$=".gif"],
#contentsBox a[href$=".png"],
#contentsBox a[href$=".bmp"] {
	background: url(../images/icon_file.png) no-repeat left 5px;
	background-size: 15px;
}

span.icon {
	margin: 0 5px;
	vertical-align: middle;
}
span.icon img {
	vertical-align: middle;
}

/* downloadBox , gmapBox , relationBox , outsideBox */
#downloadBox h2,
#gmapBox h2,
#relationBox h2,
#outsideBox h2 {
	margin: 30px 0 15px;
	padding: 8px 10px 8px 45px;
	border-bottom: 1px solid #362e2b;
	color: #313131;
	font-size: 125%;
}
#downloadBox li,
#relationBox li,
#outsideBox li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#downloadBox a,
#relationBox a,
#outsideBox a {
	margin-left: 10px;
	padding-left: 12px;
	background: url(../images/icon_right.png) left 4px no-repeat;
}

/* downloadBox */
#downloadBox h2 {
	background: url(../images/icon_dl.png) 5px center no-repeat;
}
#downloadBox .viewer {
	margin-top: 15px;
	padding: 10px;
	background: rgba(255,255,255,0.7);
	font-size: 85%;
}
#downloadBox .viewer a {
	margin: 0;
	padding: 0;
	background: none;
}

/* gmapBox */
#gmapBox h2 {
	background: url(../images/icon_map.png) 10px center no-repeat;
}
.mapBox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.mapBox iframe,
.mapBox object,
.mapBox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* relationBox */
#relationBox h2 {
	background: url(../images/icon_relation.png) 10px center no-repeat;
}

/* outsideBox */
#outsideBox h2 {
	background: url(../images/icon_outside.png) 10px center no-repeat;
}

/* question_box , inquiry_box */
#question_box h2,
#inquiry_box h2 {
	padding: 8px 20px;
	display: inline-block;
	min-width: 225px;
	background: #617293;
	color: #fff;
	font-size: 110%;
}
#question_box .inline,
#inquiry_box .inline {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #617293;
	background: rgba(255,255,255,.3);
}

/* question_box */
#question_box {
	margin-top: 50px;
}
#question_box .inline {
	padding-bottom: 50px;
}
#question_box h3 {
	padding: 4px 20px;
	background: rgba(61,85,129,.2);
	font-weight: normal;
}
#question_box .answerBtn {
	padding: 3px 20px;
}
#question_box label {
	display: inline-block;
	min-width: 140px;
}
#question_box label::after {
	content: "\A";
	white-space: pre;
}
#question_box .sendBtn {
	position: absolute;
	right: 0;
	bottom: 0;
}
#question_box .sendBtn input {
	margin: 0;
	padding: 8px 20px;
	border: none;
	background: #617293;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
}

/* inquiry_box */
#inquiry_box .inline {
	overflow: hidden;
	padding: 20px 0 0 20px;
}
#inquiry_box dl {
}
#inquiry_box dt {
	margin-bottom: 5px;
	font-weight: bold;
}
.formLink {
	float: right;
	width: 240px;
	margin-top: 15px;
	text-align: center;
}
.formLink a {
	display: block;
	padding: 10px 15px;
	background: #617293;
	color: #fff;
	text-decoration: none;
}


/* video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****************************************************************
 EVENT PAGE
******************************************************************/

#eventArea h2 {
	margin: 30px 0 20px;
	padding: 5px 20px;
	border-top: 2px solid #617293;
	border-bottom: 1px solid #c9c9c9;
	font-size: 120%;
	background:rgba(61,85,129,.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(255,255,255,0.5); }
#eventArea a {
	color: #223048;
}
#eventArea .monthLink {
	overflow: hidden;
	margin: 0 5px 10px;
}
#eventArea .monthLink li {
	float: left;
	padding-left: 12px;
	background: url(../images/icon_left.png) left 4px no-repeat;
}
#eventArea .monthLink li:last-child {
	float: right;
	padding-left: 0;
	padding-right: 12px;
	background: url(../images/icon_right.png) right 4px no-repeat;
}
#eventArea table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #c9c9c9;
	border-collapse: collapse;
	border-spacing: 0;
}
#eventArea table th,
#eventArea table td {
	padding: 10px;
	border: 1px solid #c9c9c9;
}
#eventArea table th {
	background: #e5e5e5;
}
#eventArea table th.date {
	width: 20%;
	min-width: 100px;
}
#eventArea table th.eventname,
#eventArea table th.notes {
	width: 40%;
}
#eventArea table td {
	background: rgba(255,255,255,.3);
}