@charset "utf-8";
/* CSS Document */

/* 知るヘッダーエリア */

#know h1 {
	text-align: left;
	position: absolute;
	left: 0px;
	top: 30px;	
}


#know h1 span {
	display: block;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	font-family:'SimSun';
}

#know h1 a:link,
#know h1 a:visited {
	color: #000;
}

#know h1 a:hover,
#know h1 a:active {
	opacity: 0.8;
	-webkit-transition: 0.6s;
	transition: 0.6s;	
}

#know h1 .icon-home:before {
	color: #A67410;
	font-size: 1.3rem;
	padding: 0 0.5em 0 0;	
}

#know h2 {
	color: #FFF;
	font-size: 5.6rem;
	line-height: 1.2em;
	letter-spacing: 5px;
	text-shadow: 0 0 0.4px #755531, 0 0 3px #755531, 0 0 8px #755531, 0 0 13px #755531;
	width: 60%;
	height: 100%;
	opacity: 1;
	position: absolute;
	top:330px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-decoration: none;
	font-family:'SimSun';
	letter-spacing: 2px;
	text-align:center;
}


#know h2 span {
	display: block;
}

#know #header {
	background: url(../../../know/foreign/img/main-image.jpg) no-repeat center top;
	background-size: cover;
}

.pht-main {
	width: 100%;
	height: 100%;
}

#know #header .lang {
	color: #999;
	float: right;
	margin: 3px 20px 0 0;
}

#know #header .search-area input[type="text"] {
	width: 170px;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #999;	
}

#know #header .search-area input[type="submit"] {
	color: #FFF;
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	font-family: FontAwesome /*FontAwesomeをフォント指定*/;
	background: none;	
}

#know #header .search-area input[type="submit"] {
	color: #999;
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	font-family: FontAwesome /*FontAwesomeをフォント指定*/;
	background: none;	
}

.main-contents {
	width: 1200px;
	z-index: 100;
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: right;	
}

/*.main-contents {
	width: 1200px;
	margin: 0 0 0 -600px;
	position: absolute;
	top: 22px;
	left: 50%;
	z-index: 100;
	text-align: right;
}*/

#signin {
	width: 380px;
	height: 195px;
	margin: 130px auto 430px;
	padding: 45px 60px;
	/*background-color: #FFF;*/
	background-color: rgba(255,255,255,0.7);
}

#signin input {
	border: #BFBFBF 1px solid;
}

#signin p {
	font-size: 1.5rem;	
}

#signin div {
	margin-bottom: 20px;	
}

#signin .txt-box {
	width: 100%;
	height: 30px;
	margin-top: 3px;
	padding: 0px 5px;
}

#signin .btn-login {
	width: 150px;
	margin: 0 auto;
}

#signin .btn-login a {
  color: #FFF;
  background-color: #000;
  border: 2px solid #000; 
  padding: 3px 25px;
  border-radius: 20px;
  display: block;  
}

#signin .btn-login a:hover {
	color: #000;
	background-color: #FFF;
  	border: 2px solid #000;	
}

#signin .btn-login a:after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0 0 0 1.2em;
}


@media screen and (max-width: 1400px) and (min-width: 769px) {
	
	.main-contents {
	width: auto;
	}
	
}

/* --------------------------------------------------
header
-------------------------------------------------- */

#header a:link {
	color: #999;
	text-decoration: none;
}
#header a:visited {
	color: #999;
	text-decoration: none;
}
#header a:hover {
	color: #CCC;
}
#header a:active {
	color: #AAA;
}
#header a:focus {
	outline-color: #fff;
	overflow: hidden;
}

/* フォントサイズ変更 */

#fontSize {
	float: right;
	margin: 3px 20px 0 0;	
}
#know #fontSize dt {
	color: #999;
	float: left;
    margin: 1px 13px 0 0;	
}
#fontSize dd {
	float: left;
}
#know #fontSize dd a {
	display: block;
	padding: 0px 4px 0px 4px;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #none;
}
#know #fontSize dd:last-child a {
	border-right: 1px solid #999;
}

#know #fontSize dd a:hover {
	color: #FFF;
	background-size: 100%; /* Old browsers */
	background-color: #000;
}

#know #fontSize .active a {
	color: #FFF;
	background-size: 100%; /* Old browsers */
	background-color: #999;
}


/* --------------------------------------------------
背景
-------------------------------------------------- */

.bg-yubiwa {
	background: url(../../../know/foreign/img/kbg_yubiwa.png) no-repeat center left;
	background-size: 45%;
	background-attachment: fixed;
}

.bg-ryuu {
	background: url(../../../know/foreign/img/kbg_ryuu.png) no-repeat center right;
	background-size: 60%;
	background-attachment: fixed;
}

.bg-kazari {
	background: url(../../../know/foreign/img/kbg_kazari.png) no-repeat center left;
	background-size: 45%;
	background-attachment: fixed;
}

.bg-ha {
	background: url(../../../know/foreign/img/kbg_ha.png) no-repeat center center;
	background-size: 40%;
	background-attachment: fixed;
}


/* --------------------------------------------------
コンテンツ
-------------------------------------------------- */

.ktop-block01 {
	padding: 60px 0px;
}

.ktop-block02 {
	padding: 0 0 70px 0;
}

ul.nav-faith {
	margin: 0 0 40px 0;
}

ul.nav-faith li {
	float: left;
	width: 366px;
	min-height: 360px;
	text-align: center;
	background: #E6E6E3;
	position: relative;
}

ul.nav-faith li .f-title {
	color: #000;
	font-size: 2.2rem;
	font-family:'SimSun';	
	margin: 20px 0;
	padding: 0 10px 25px;
	line-height: 1.1em;
}

ul.nav-faith li:nth-child(even) {
	margin: 0 50px;
}

.txt-strong {
	padding: 20px 30px;
	background: #FFF;
	font-family:'SimSun';		
}

.txt-strong span {
	display: block;
}

ul.evaluation-block {
	margin: 40px 0;
	display:-webkit-flex;
	display:flex;
	
	justify-content: space-between;
	
	background: #FFF;	
}

ul.evaluation-block li {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

ul.evaluation-block li:nth-child(even) {
	border-right: 1px solid #000;
	border-left: 1px solid #000;	
}

ul.evaluation-block li:last-child {
	border-right: none;
}

ul.evaluation-block dt {
	font-size: 2.3rem;
	text-align: center;
	font-family:'SimSun';	
	margin: 0 0 10px 0;	
}

ul.evaluation-block dd p:first-child {
	height: 4.8em;
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
	vertical-align: middle;
}


/*ul.evaluation-block {
	margin: 40px 0;
	background: #FFF;	
}

ul.evaluation-block li {
	width: 359px;
	padding: 20px;
	float: left;
}

ul.evaluation-block li:nth-child(even) {
	border-left: 1px solid #000;	
	border-right: 1px solid #000;
}

ul.evaluation-block li:last-child {
	float: right;
	width: 360px;
}

ul.evaluation-block dt {
	font-size: 2.3rem;
	text-align: center;
	font-family:'SimSun';	
	margin: 0 0 10px 0;	
}

ul.evaluation-block dd p:first-child {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
*/
.btn-l {
	position: absolute;
	bottom: 10px;
}

.kt-map {
	margin: 40px 0;
}

ul.link-assets {
	width: 1200px;
	height: 1030px;
	position: relative;
	background: url(../../../know/foreign/img/bg-link-assets.gif) no-repeat center top 285px;
}

ul.link-assets .link-a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

ul.link-assets .link-b {
	position: absolute;
	top: 30px;
	right: 0;
}

ul.link-assets .link-e {
	position: absolute;
	top: 30px;
	left: 0;
}

ul.link-assets .link-c {
	position: absolute;
	right: 200px;
	bottom: 0;
}

ul.link-assets .link-d {
	position: absolute;
	left: 200px;
	bottom: 0;
	z-index: 100;
}


ul.link-assets li {
	width: 323px;
	padding: 15px 0;
	background: #FFF;
	border: 1px solid #000;
	border-left: none;
	border-right: none;		
}

ul.link-assets li dt span {
	width: 89%;
	float: left;
	font-family:'SimSun';
	text-align: left;
	line-height: 1.2em;
	text-align: center;	
}

ul.link-assets dt span.no {
	width: auto;
	/*! float: left; */	
	height: 16px;
	padding: 0 5px 4px 5px;
	margin: 0;
	font-size: 1.4rem;
	color: #FFF;
	font-weight:bold;
	background: #E77D4E;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;	
}

ul.link-assets dt span.no02 {
	width: auto;
	/*! float: left; */	
	height: 16px;
	padding: 0 5px 4px 5px;
	margin: 5px 5px 0 0;
	font-size: 1.4rem;
	color: #FFF;
	font-weight:bold;
	background: #E77D4E;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;	
}

ul.link-assets li dl {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	padding: 10px 0;	
}

ul.link-assets li dt {
	width: 270px;
	text-align: center;
	font-size: 2.1rem;
	margin: 0 auto 7px;
	/*! display: table-cell; */
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.link-assets li dd {
	width: 270px;
	margin: 0 auto;
}

ul.link-assets li p.l-txt {
	margin: 10px 0 20px;
	line-height: 1.3em;
}

.btn-download a {
	color: #FFF;
	font-size: 1.2rem;
	padding: 7px 25px;
	letter-spacing: 1px;
	border: 1px solid #000;
	border-radius: 30px;
	background: #000 repeat center center;
}

.btn-download a:hover {
	padding: 7px 25px;
}



@media screen and (max-width: 1400px) and (min-width: 769px) {
	
	
	ul.link-assets li {
		width: 30%;
		padding: 10px 0;
	}
	
		
	ul.nav-faith {
		margin: 0 0 40px 0;
		display: flex;
	}
	
	ul.nav-faith li:nth-child(even) {
		margin: 0 20px;
	}
	
	ul.link-assets {
		width: auto;
		height: 1030px;
		position: relative;
		background: url(../../../know/foreign/img/bg-link-assets.gif) no-repeat center top 285px;
	}
	
		
	ul.link-assets li dl {
		border: 1px solid #000;
		border-top: none;
		border-bottom: none;
		padding: 10px 2%;	
	}
	
	ul.link-assets li dt {
		width: auto;
		text-align: center;
		font-size: 1.6rem;
		margin: 0 auto 5px;
		/*! display: table-cell; */
		vertical-align: middle;
	}
	
	ul.link-assets li dd {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	
	ul.link-assets li p.l-txt {
		text-align: left;
	}
	
	ul.link-assets .link-c {
		right: 10%;
	}
	
	ul.link-assets .link-d {
		left: 10%;
	}

	
}


/* --------------------------------------------------
traditional.html　宗像三女神と信仰の継承
-------------------------------------------------- */

.kt-block01 {
	padding: 60px 0 50px;
}

.kt-block02 {
	padding: 0 0 50px;
}

.kt-block03 {
	padding: 0 0 60px;
}

.kw70 {
	width: 708px;
}

.kw47 {
	width: 479px;
}

.kw45 {
	width: 452px;
}

.kw41 {
	width: 410px;
}

.kw40 {
	width: 408px;
}

.kw36 {
	width: 360px;
}

/* --------------------------------------------------
ritual.html　沖ノ島と古代祭祀
-------------------------------------------------- */

.kr-block01 {
	padding: 60px 0 50px;
}

.kr-block02 {
	padding: 0 0 50px;
}

.kr-block03 {
	padding: 0 0 60px;
}

.po-block {
	position: relative;
	min-height: 170px;
	margin: 0 0 50px 0;
}

.po-block02 {
	margin: 0 0 50px 0;
}

.ph-position-left {
	position: relative;
	margin: 0 0 0 3%;
}

.ph-position-left figcaption {
	font-size: 1.2rem;
	margin: 0;
	text-align: right;
	bottom: 10px;
	right: 10px;
	position: absolute;
}

.ph-position-right figcaption {
	font-size: 1.2rem;
	margin: 0;
	line-height: 1.4em;
}

.ri-leftarea {
	width: 387px;
	float: left;
}

.ri-rightarea {
	width: 773px;
	float: right;
}

.ri-leftarea02 {
	width: 604px;
	float: left;
}

.ri-rightarea02 {
	width: 556px;
	float: right;
}

.ri-leftarea03 {
	width: 830px;
	float: left;
	position: relative;
}

.ri-rightarea03 {
	width: 330px;
	float: right;
}

.ri-rightarea02 figure.tousan {
	text-align: right;
}

.ri-rightarea02 .tousan figcaption {
	width: 235px;
	font-size: 1.2rem;
	text-align: left;
	margin: -30px 0 0 10px;
}

.ri-leftarea02 .ph figcaption {
	width: auto;
	font-size: 1.2rem;
	position: absolute;
	right: -5px;
	bottom: 40px;		
}

.ph-position-left02 {
	position: absolute;
	top: -200px;
	left: 0px;
}

.ph-position-left02 figcaption {
	width: auto;
	font-size: 1.2rem;
	position: absolute;
	right: 250px;
	top: 35px;		
}

.ri-area02 {
	position: relative;
	height: 110px;
	margin: 0 0 50px 0;
}

.ri-leftarea03 .syutudo-area {
	height: 500px;
	position: relative;
	margin: 0 0 50px 0;
}

.ri-leftarea03 figure.hito {
	position: absolute;
	top: 0px;
	left: 110px;
}

.ri-leftarea03 figure.hito figcaption {
	position: absolute;
	top: 50px;
	left: -110px;
}

.ri-leftarea03 figure.fune {
	position: absolute;
	top: 0px;
	right: 20px;
}

.ri-leftarea03 figure.fune figcaption {
	position: absolute;
	bottom: -10px;
	right: 0px;
}

.ri-leftarea03 figure.uma {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.ri-leftarea03 figure.uma figcaption {
	position: absolute;
	bottom: -30px;
	left: 0px;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {

	.ri-leftarea {
		width: 33%;
		float: left;
	}
	
	.ri-rightarea {
		width: 64%;
		float: right;
	}

	.ri-leftarea .ph,
	.ri-rightarea .ph,
	.ri-leftarea02 .ph,
	.ri-rightarea02 .ph,
	.ri-leftarea03 .ph,
	.ri-rightarea03 .ph {
		width: 100%;
	}
	
	.ri-leftarea02 {
		width: 60%;
		float: left;
	}
	
	.ri-rightarea02 {
		width: 37%;
		float: right;
	}

	.ri-rightarea02 .tousan figcaption {
		width: auto;
		font-size: 1.2rem;
		text-align: left;
		margin: 0 0 0 10px;
		display: block;
	}

	.ph-position-left02 {
		position: absolute;
		top: -120px;
		left: 0px;
	}
	.ph-position-left02 img{
		width: 80%;
	}
	.ph-position-left02 figcaption{
		right: 350px;
	}
	.ri-leftarea03 {
		width: 70%;
		float: left;
		position: relative;
	}
	
	.ri-rightarea03 {
		width: 27%;
		float: right;
	}	
	#contents .kr-block02 .s-left {
		width: 44%;	
		float: left;
	}

	.ri-leftarea03 figure.hito {
		width: 20%;
	}
	
	.ri-leftarea03 figure.hito figcaption {
		position: absolute;
		top: 50px;
		left: -110px;
	}
	
	.ri-leftarea03 figure.fune {
		width: 55%;
	}
	
	.ri-leftarea03 figure.fune figcaption {
		position: static;
	}
	
	.ri-leftarea03 figure.uma {
		width: 50%;
	}
	
	.ri-leftarea03 figure.uma figcaption {
		position: static;
	}

}

@media screen and (max-width: 768px) {

	.kr-block01 {
		padding: 30px 0 50px;
	}
	
	.kr-block02 {
		padding: 0 0 50px;
	}
	
	.kr-block03 {
		padding: 0 0 60px;
	}
	
	.kr-block01 .s-right {
		width: auto;
	}
	.po-block {
		position: static;
		min-height: auto;
		margin: 0;
	}
	
	.po-block02 {
		position: static;
		height: auto;
		margin: 0 0 50px 0;
	}
	
	.ph-position-right,
	.ph-position-left {
		position: static;
		text-align: center;
	}
	
	.ph-position-right figcaption,
	.ph-position-left figcaption
	 {
		text-align: left;	
		width: auto;
		position: static;
	}
	
	.ri-leftarea {
		width: auto;
		float: none;
	}
	
	.ri-rightarea {
		width: auto;
		float: none;
	}
	
	.ri-leftarea02,
	.ri-rightarea02,
	.ri-leftarea03,
	.ri-rightarea03 {
		width: auto;
		float: none;
		position: static;
	}
	
	.ri-rightarea02 figure.tousan,
	.ph-position-left02,
	.ri-leftarea03 figure.hito,
	.ri-leftarea03 figure.fune,
	.ri-leftarea03 figure.uma {
		text-align: center;
		position: static;	
	}
	
	.ri-rightarea02 .tousan figcaption,
	.ph-position-left02 figcaption,
	.ri-leftarea02 .ph figcaption,
	.ri-leftarea03 figure.hito figcaption,
	.ri-leftarea03 figure.fune figcaption,
	.ri-leftarea03 figure.uma figcaption {
		width: auto;
		text-align: left;
		position: static;
		margin: 0;	
	}

	.ri-area02 {
		position: static;
		height: auto;
		margin: 0 0 50px 0;
	}
	
	.ri-leftarea03 .syutudo-area {
		height: auto;
		position: static;
		margin: 0 0 50px 0;
	}

}
/* --------------------------------------------------
people.html　信仰の伝統を育んできた人々
-------------------------------------------------- */

.kp-block01 {
	padding: 60px 0 50px;	
}

.pe-leftarea01 {
	float: left;
	width: 580px;
}

.pe-rightarea01 {
	float: right;
	width: 580px;
}

.kini-block {
	margin: 0 0 50px 0;
	background: #FFF;
}

.kini-block dl {
	width: auto;
	float: none;
	padding: 30px 2% 30px 0px;
	margin: 0 0 0 2%;
	font-family:'SimSun';		
}

.kini-block dl dt {
	width: auto;
	font-size: 2.7rem;
	margin: 0 0 10px  0;
	padding: 0 0 10px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
	text-align: center;
}

.kini-block dl dd {
	width: auto;
	font-size: 1.8rem;
	float: none;	
	line-height: 1.4em;
	padding: 0 20px 0 0;
}


@media screen and (max-width: 1400px) and (min-width: 769px) {
	
	.pe-leftarea01 {
		width: 48%;
	}
	
	.pe-rightarea01 {
		width: 48%;
	}
	
	
}


/* --------------------------------------------------
tablet
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	
/* 知るヘッダーエリア */

#know h1 {
	text-align: left;
	position: static;
	background: none;
	padding: 0px 3% 0px;		
}

#know h1 .icon-logo-underlayer:before {
	color: #000;
	font-size: 8rem;
}

#know h1 span {
	display: block;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

/*#know h1 .icon-logo-kr:before {
	display: none;
}*/

#know h1 a:link,
#know h1 a:visited {
	color: #000;
}

#know h1 a:hover,
#know h1 a:active {
	opacity: 0.8;
	-webkit-transition: 0.6s;
	transition: 0.6s;	
}

#know h1 .icon-home:before {
	color: #A67410;
	font-size: 1.3rem;
	padding: 0 0.5em 0 0;	
}

#know h1 .icon-logo-cn:before {
	display: none;
}

#know h1 .icon-home:before {
	color: #A67410;
	font-size: 1.3rem;
	padding: 0 0.5em 0 0;	
}

#know h2 span {
	display: block;
}

#know h2 .single {
	padding: 0 0 0 14%;
}

#know h2 {
	color: #000;
	font-size: 2.4rem;
	padding: 0;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	text-shadow: none;
	line-height: 1em;
	width: auto;
	/* height: 100%; */
	opacity: 1;
	position: static;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-decoration: none;
	font-family:'SimSun';
	text-align:center;	
}

#know h2 span {
	display: block;
}

#know h2 .single {
	padding: 0;
}
	
#know #header {
	height: auto;
	background: none;
}

#know #header .lang {
	color: #FFF;
	float: none;
	margin: auto;
	padding: 35px 0 0 0;
}

#know #header .lang a {
	color: #FFF;
}

h1 {
	text-align: left;
	position: static;
	background: none;
	padding: 0px 3% 0px;		
}

h1 span {
	display: block;
	font-family:  "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

h1 a:link,
h1 a:visited {
	color: #000;
}

h1 a:hover,
h1 a:active {
	opacity: 0.8;
	-webkit-transition: 0.6s;
	transition: 0.6s;	
}

h2 {
	font-size: 4rem;
	margin: 0 0 20px 0;
}

h2 span {
	display: block;
}

h2 .single {
	padding: 0 0 0 14%;
}

.main-contents {
	width: auto;
	height: auto;
	margin: 0px auto;
	text-align: right;
	position: relative;
	top: auto;
	left: auto;
}

#know #header .lang {
	color: #FFF;
	float: none;
	margin: auto;
	padding: 27px 0 0 0;
}

/* --------------------------------------------------
コンテンツ
-------------------------------------------------- */

.ktop-block01 {
	margin: 0px;
	padding: 30px 0;	
}

ul.nav-faith {
	margin: 0 0 20px 0;
}

ul.nav-faith li {
	float: none;
	width: 300px;
	height: auto;
	text-align: center;
	background: #E6E6E3;
	margin: 0 auto 20px;
	padding: 0 0 20px 0;
}

ul.nav-faith li:nth-child(even) {
	margin: 0 auto 20px;
}

ul.nav-faith li .f-title {
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;

	margin: 20px 0;	
}

.txt-strong {
	padding: 5%;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
	
}

ul.evaluation-block {
	margin: 40px 0;
	background: #FFF;
	display: block;	
}

ul.evaluation-block li {
	width: auto;
	padding: 5%;
	float: left;
	border-right: none;
}

ul.evaluation-block li:nth-child(even) {
	border-left: none;	
	border-right: none;
}

ul.evaluation-block li:last-child {
	float: none;
	width: auto;
	border-right: none;
}

ul.evaluation-block dt {
	font-size: 2.3rem;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;

	margin: 0 0 10px 0;	
}

ul.evaluation-block dd p:first-child {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.kt-map {
	margin: 40px 0;
}

ul.link-assets {
	width: auto;
	height: auto;
	position: static;
	background: none;
}

ul.link-assets .link-a {
	position:static;
	margin: 0 auto 20px;
}

ul.link-assets .link-b {
	position:static;
	margin: 0 auto 20px;
}

ul.link-assets .link-e {
	position:static;
	margin: 0 auto 20px;
}

ul.link-assets .link-c {
	position:static;
	margin: 0 auto 20px;
}

ul.link-assets .link-d {
	position:static;
	margin: 0 auto 20px;
}

ul.link-assets li {
	width: 323px;
	padding: 15px 0;
	background: #FFF;
	border: 1px solid #000;
	border-left: none;
	border-right: none;		
}

ul.link-assets li dt span {
	display: inline-block;
}

ul.link-assets dt span.no {
	height: 16px;
	padding: 0 5px 4px 5px;
	margin: 0 5px 0 0;
	font-size: 1.4rem;
	color: #FFF;
	font-weight:bold;
	background: #E77D4E;
	font-family: Arial, Helvetica, sans-serif;
}

ul.link-assets li dl {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	padding: 10px 0;	
}

ul.link-assets li dt {
	text-align: center;
	font-size: 2.1rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
	
	margin: 0 3% 5px;
}

ul.link-assets li dd {
	width: 270px;
	margin: 0 auto;
}
		
/* --------------------------------------------------
背景
-------------------------------------------------- */

.bg-yubiwa {
	background: url(../../../know/foreign/img/kbg_yubiwa.png) no-repeat center left;
	background-size: 70%;
	background-attachment: fixed;
}

.bg-ryuu {
	background: url(../../../know/foreign/img/kbg_ryuu.png) no-repeat center right;
	background-size: 70%;
	background-attachment: fixed;
}

.bg-kazari {
	background: url(../../../know/foreign/img/kbg_kazari.png) no-repeat center left;
	background-size: 60%;
	background-attachment: fixed;
}

.bg-ha {
	background: url(../../../know/foreign/img/kbg_ha.png) no-repeat center center;
	background-size: 70%;
	background-attachment: fixed;
}	

/* --------------------------------------------------
traditional.html　宗像三女神と信仰の継承
-------------------------------------------------- */

.kt-block01 {
	padding: 30px 0 50px;
}

.kt-block02 {
	padding: 0 0 50px;
}

.kt-block03 {
	padding: 0 0 60px;
}

.tmap {
	margin: 0 0 50px 0;
}

.kw70, .kw47, .kw45, .kw41, .kw40, .kw36 {
	width: auto;
}

/* --------------------------------------------------
ritual.html　沖ノ島と古代祭祀
-------------------------------------------------- */

.kr-block01 {
	padding: 30px 0 50px;
}

.kr-block02 {
	padding: 0 0 50px;
}

.kr-block03 {
	padding: 0 0 60px;
}

.po-block {
	position: static;
	min-height: auto;
	margin: 0;
}

.po-block02 {
	position: static;
	height: auto;
	margin: 0 0 50px 0;
}

.ph-position-right,
.ph-position-left {
	position: static;
	text-align: center;
}

.ph-position-right figcaption,
.ph-position-left figcaption
 {
	text-align: left;	
	width: auto;
	position: static;
}

.ri-leftarea {
	width: auto;
	float: none;
}

.ri-rightarea {
	width: auto;
	float: none;
}

.ri-leftarea02,
.ri-rightarea02,
.ri-leftarea03,
.ri-rightarea03 {
	width: auto;
	float: none;
	position: static;
}

.ri-rightarea02 figure.tousan,
.ph-position-left02,
.ri-leftarea03 figure.hito,
.ri-leftarea03 figure.fune,
.ri-leftarea03 figure.uma {
	text-align: center;
	position: static;	
}

.ri-rightarea02 .tousan figcaption,
.ph-position-left02 figcaption,
.ri-leftarea02 .ph figcaption,
.ri-leftarea03 figure.hito figcaption,
.ri-leftarea03 figure.fune figcaption,
.ri-leftarea03 figure.uma figcaption {
	width: auto;
	text-align: left;
	position: static;
	margin: 0;	
}

.ri-area02 {
	position: static;
	height: auto;
	margin: 0 0 50px 0;
}

.ri-leftarea03 .syutudo-area {
	height: auto;
	position: static;
	margin: 0 0 50px 0;
}

/* --------------------------------------------------
people.html　信仰の伝統を育んできた人々
-------------------------------------------------- */

.kp-block01 {
	padding: 30px 0 50px;	
}

.pe-leftarea01,
.pe-rightarea01 {
	float: none;
	width: auto;
}

.kini-block {
	margin: 0 0 40px 0;
	background: #FFF;
}

.kini-block dl {
	width: auto;
	padding: 20px 3%;
	font-family:'SimSun';		
}

.kini-block dl dd {
	width: auto;
	padding: 0;
}

}




