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

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #666;
	background: url(../img/bg_main.png) repeat left top;
}

/* javascript */
.displayBlock {
	display: block !important;
}

/* リンク */
a:link,
a:visited,
a:active {
	color: #13AC9F;
	text-decoration: underline;
}
a:hover {
	color: #13AC9F;
	text-decoration: underline;
}

/* @group 共通 */
/* ↓↓↓20140707修正↓↓↓ */
#wrapper #main {
	width: 950px;
	margin: 22px auto 0;
}
/* ↑↑↑20140707修正↑↑↑ */

.mgb0 {
	margin-bottom: 0px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb-20 {
	margin-bottom: -20px !important;
}
.mgr0 {
	margin-right: 0px !important;
}

.flRight {
	float: right;
}

.linkTxt {
	padding-right: 46px;
	text-align: right;
	color: #666;;
}
.linkTxt a {
	color: #666;;
}

.activeBorder {
	border: #ffdca8 solid 2px !important;
	border-radius: 3px;
}

.passiveBorder {
	border: transparent solid 2px;
}
/* @end */

/* @group フォントカラー */
.color01 {
	color: #139249;
}
.color02 {
	color: #4d3eb4;
}
.color03 {
	color: #da6a11;
}
.color04 {
	color: #d50019;
}
.color05 {
	color: #d11c7c;
}
.color06 {
	color: #e02861;
}
.color07 {
	color: #48a2e2;
}
.color08 {
	color: #2d72c8;
}
/* @end */

/* @group ヘッダー */
#header {
	background: url(../img/bg_header.png) repeat-x left top;
}
/* ↓↓↓20140707修正↓↓↓ */
#header > div {
	height: 60px;
	width: 950px;
	margin: 0 auto;
	padding-top: 19px;
	background: url(../img/bg_header2.png) repeat-x left bottom;
}
/* ↑↑↑20140707修正↑↑↑ */
#header h1 {
	float: left;
}
#header h1 a {
	font-size: 28px;
	line-height: 28px;
	color: #000;
	text-decoration: none;
}
#header h1 a.ja_i18n {
	font-size: 28px;
	line-height: 28px;
}
#header h1 a.en_i18n {
	font-size: 22px;
	line-height: 22px;
}
#header h1 a span {
	padding-top: 4px;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
}
#header ul li {
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 10px;
	float: right;
	line-height: 100%;
	border-left: dotted 1px #666;
}
#header ul li#loginBtn {
	margin-left: 24px;
	padding: 7px 20px;
	background: #15AD9F;
	border-left: none;
}
#header ul li#loginBtn a {
	color: #FFF;
	text-decoration: none;
}
#header ul li#hdlinkLeft {
	border-left: none;
}

#dropMenu {
	display: none !important;
}
/* @end */

/* @group TOPページ */
#hideBackground {
	display: none !important;
}


/* ---スライドショー エリア--- */
/* ↓↓↓20140707修正↓↓↓ */
#slideArea {
	position: relative;
	margin-bottom: 16px;
}
/* ↑↑↑20140707修正↑↑↑ */
#slideArea div {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 20px;
	background-image: url(../img/bg_white.png);
}
p.kktime span {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 10px;
	background: #E74C3C;
	color: #fff;
}

#informationBox {
	display: none;
}

#categorySearch {
	display: flex;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

#categorySearch .categoryBtn {
	width: 25%;
	height: 40px;
	line-height: 40px;
	margin: 0 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
}

#categorySearch .categoryFreeword {
	background: #15AD9F;
}

#categorySearch .categoryGenre {
	background: #d19e07;
}

#categorySearch .categoryArea {
	background: #c972b9;
}

#categorySearch .categoryEra {
	background: #214b74;
}

#categorySearch .categoryClassification {
	background: #825a50;
}

#categorySearch .categoryBtnDisable {
	background: #bfbfbf;
}

#tpSearchBox {
	width: 800px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	position: relative;
	z-index: 20;
}

#tpSearchBox .categoryBox {
	background: #FEFEFE;
	max-height: 400px;
	overflow-y: auto;
}

#tpSearchBox .categoryBox .categoryBoxFlex {
	display: flex;
}

#tpSearchBox #categoryFreewordBox {
	background: transparent !important;
	padding: 10px 0;
	height: 60px;
}

#tpSearchBox #categoryFreewordBox form input {
	margin-right: 12px;
	padding: 4px 4px;
	border: solid 1px #ccc;
	font-size: 16px;
}
#tpSearchBox #categoryFreewordBox form button {
	display: inline-block;
	padding: 8px 32px;
	line-height:100%;
	color:#fff;
	text-align:center;
	background: #15AD9F;
	border: solid 0px #15AD9F;
	font-size: 16px;
}

#tpSearchBox .leftCategoryBox {
	width: 50%;
}

#tpSearchBox .rightCategoryBox {
	width: 50%;
}

#tpSearchBox .searchBtn {
	padding: 10px;
	margin: 5px;
	font-size: 14px;
	background: #f2f2f2;
	width: auto;
	cursor: pointer;
}

#tpSearchBox .searchBtn.parent {
	background: #c8dcf0 !important;
}

#detailSearchSlide {
        background: #15AD9F url(../img/icon_arrow05.png) no-repeat 94% center !important;
        width: auto !important;
}

#detailSearchSlide.slideActive {
        background: #15AD9F url(../img/icon_arrow06.png) no-repeat 94% center !important;
}

#panelArrow {
        display: none;
}

#tpSearchBox #categoryEraBox {
	display: none;
	border: #AAA 1px solid;
	padding: 10px;
}

#tpSearchBox #categoryGenreBox {
	display: none;
	border: #AAA 1px solid;
	padding: 10px;
}

#tpSearchBox #categoryAreaBox {
	display: none;
	border: #AAA 1px solid;
	padding: 10px;
}

#tpSearchBox #categoryClassificationBox {
	display: none;
	border: #AAA 1px solid;
	padding: 10px;
}

/* ↓↓↓20140707修正↓↓↓ */
#infoBox {
	margin-top: 45px;
	padding: 22px 20px;
	border-top: solid 1px #dcdcdc;
	background: #fff;
}
/* ↑↑↑20140707修正↑↑↑ */
#infoBox div > div {
}
/* ↓↓↓20140707修正↓↓↓ */
#infoBox #infoBoxTop {
	overflow: auto;
	margin-bottom: 20px;
}
#infoBoxTop > div {
	padding-top: 17px;
	background: #F6F8F8;
}
#infoBoxTop #eventListBox li a p {
	margin-bottom: 10px;
}
/*
#infoBoxTop #leftBox {
	width: 529px;
	margin-right: 17px;
}*/
/* ↑↑↑20140707修正↑↑↑ */
#infoBoxTop #leftBox h2 {
	padding-bottom: 15px;
	padding-left: 16px;
	border-bottom: solid 1px #ccc;
}
#infoBoxTop #leftBox ul {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ffffff;
}
/* ↓↓↓20140707修正↓↓↓ */
#infoBoxTop #leftBox ul li {
	border-bottom: #CCC solid 1px;
	background: #ECF0F1 url(../img/bg_list_arrow01.png) no-repeat 884px center;
}
#infoBoxTop #leftBox ul li.oddList {
	background: #F6F8F8 url(../img/bg_list_arrow02.png) no-repeat 884px center;
}
#infoBoxTop #leftBox ul li a {
	display: block;
	padding: 13px 36px 13px 16px;
	text-decoration: none;
}
/* ↑↑↑20140707修正↑↑↑ */

/* ↓↓↓20140707修正↓↓↓ */
#summaryBox ul {
	overflow: auto;
	padding: 0 0 16px 16px;
}
#summaryBox ul li {
	width: 100px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
#summaryBox ul li p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#summaryBox ul li#summaryLast {
	margin-right: 0px;
}
#summaryBox h2 {
	color: #97a4aa;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
}
#summaryBox ul li a.imgBox {
	display: block;
	height: 100px;
	width: 100px;
	margin-bottom: 0.5em;
	background: #e4e8e9;
	text-align: center;
}
#summaryBox ul li p {
	text-align: center;
}
/* ↑↑↑20140707修正↑↑↑ */

#noticeBox {
	padding: 17px 16px 25px;
}

#noticeBox h2 {
	margin-bottom: 22px;
}

#noticeBox > div {
	overflow: auto;
}

/* ↓↓↓20140707修正↓↓↓ */
#mapBox {
	padding: 17px 16px 25px;
	background: #F6F8F8;
}
/* ↑↑↑20140707修正↑↑↑ */
#mapBox h2 {
	margin-bottom: 22px;
}
#mapBox > div {
	overflow: auto;
}
/* ↓↓↓20140707修正↓↓↓ */
#mapBox #gMapBox {
	width: 450px;
	margin-bottom: 10px;
	/*margin-right: 25px;*/
}
#mapBox #infoTxtBox {
	float: left;
	margin-right: 18px;
}
/* ↑↑↑20140707修正↑↑↑ */
#mapBox #infoTxtBox div {
	padding: 12px 0 14px;
}
#mapBox #infoTxtBox .tfInfo {
	margin-bottom: 5px;
	margin-top: 20px;
	padding-bottom: 9px;
	border-bottom: dotted 1px #666;
	color: #788991;
	font-size: 16px;
}
#mapBox #infoTxtBox ul li {
	width: 650px;
}
.tfTrain {
	padding-left: 18px;
	background: url(../img/icon_train.png) no-repeat left top;
}
.mapLink {
	padding-top: 4px;
	text-align: right;
}
p.mapLink a {
	height: 15px;
	padding-bottom: 3px;
	padding-left: 19px;
	background: url(../img/icon_maplink.png) no-repeat left top;
}
.siteLink {
	display: inline-block;
	padding-bottom: 3px;
	padding-left: 22px;
	background: url(../img/icon_site.png) no-repeat left top;
}
.mailLink {
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 22px;
	background: url(../img/icon_mail.png) no-repeat left;
}
/* @end */

/* @group 検索ページ */

/* ---検索用サイドナビ--- */
#sideSearchNav {
	float: left;
	background: #fff;
	display: block !important;
}
#searchForm {
	width: 280px;
}
#snTitle {
	padding: 26px 19px;
	background: #DCE1E1;
	color: #000;
}
#slideSearchBox {
	position: absolute;
	width: 950px;
}
#sideSearchNav > div {
	padding: 19px 19px 0;
}
#sideSearchNav button {
	width: 100%;
	margin-bottom: 19px;
	padding: 6px 0;
	text-align: center;
	background: #FFB406;
	border: solid 0px #15AD9F;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#sideSearchNav button.grBtn {
	background: #15AD9F;
	border: solid 0px #15AD9F;
}
#sideSearchNav button#heritageListMobile {
	display:none;
}
#sideSearchNav button#heritageAssocListMobile {
	display: none;
}
#sideSearchNav div div {
	margin-bottom: 19px;
	padding: 10px 10px 1px;
	background: #F6F8F8;
}
#sideSearchNav div div#rsSearch {
	margin-top: 50px;
}
#sideSearchNav div div p {
	margin-bottom: 8px;
}
#sideSearchNav div div select {
	width: 100%;
	margin-bottom: 18px;
}
#sideSearchNav div div input {
	width: 98%;
	margin-bottom: 18px;
}
#sideSearchNav div div input.mid {
	width: 30%;
	margin-bottom: 18px;
}

#searcMainBox {
	float: right;
	width: 590px;
}
#searcMainBox h2 span {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 4px 12px;
	background: #E74C3C;
	color: #fff;
	line-height: 100%;
}
#searcMainBox #topBox {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../img/line_01.png) repeat-x 0 bottom;
}

#topBoxLeft {
	display: none;
}

#searchTopSp {
	display: none;
}

#sortBox {
	margin-bottom:10px;
	border: dotted;
	border-width: 1px;
	border-color: #BBBBBB;
	padding: 10px;
}

#sortBox button.sortButton {
	padding: 6px 0px;
	width : 90px;
	border-width: 1px;
	display: inline-block;
	background: #fefbef;
	font-size: 12px;
	color: #303030;
	background-position: 3px;
	background-repeat: no-repeat;
	background-size: 15px;
}

#sortBox button.ascOn {
	background-image: url(../img/sort_icon01.png);
}

#sortBox button.descOn {
	background-image: url(../img/sort_icon02.png);
}
#sortBox button.ascOff {
	background-image: url(../img/sort_icon03.png);
}

#sortBox button.descOff {
	background-image: url(../img/sort_icon04.png);
}

#assocSearch button.assocSearchButton {
	width: 220px;
	padding: 6px 0;
	text-align: center;
	background: #FF9006;
	border: solid 0px #15AD9F;
	color: #fff;
	cursor: pointer;
	float: right;
}

#assocSearchMobile {
	display: none;
}

#resultArea {
	margin-bottom: 40px;
}
/* ---検索結果ページ 横タイプ--- */
.resultTypeA .resultBox {
	margin-bottom: 14px;
	padding: 14px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background: #F8F8F8 url(../img/line_02.png) repeat-x 0 bottom;
}
.resultTypeA .oddBox {
	background: #ffffff url(../img/line_02.png) repeat-x 0 bottom;
}
/* ↓↓↓20140612修正↓↓↓ */
.resultTypeA .resultBox > p {
	padding-top: 32px;
	float: left;
}
.resultTypeA .resultBox > p a {
	display: block;
	height: 85px;
	width: 85px;
	background: #e8eced;
	text-align: center;
}
.resultTypeA .resultBox .panelLink {
	display: none;
}
/*
.resultTypeA .resultBox img {
	padding-top: 32px;
	float: left;
}*/
/* ↑↑↑20140612修正↑↑↑ */
.resultTypeA .resultBox > div {
	padding-left: 105px;
}
.resultTypeA .resultBox div p {
	padding-bottom: 12px;
	border-bottom: solid 1px #999999;
}
.resultTypeA .resultBox div p span {
	background: #FC0;
}
.resultTypeA .resultBox div div {
	margin-bottom: 12px;
	padding-top: 18px;
	border-top: solid 1px #fff;
}
.resultTypeA .resultBox div div span {
	background: #FC0;
}
.resultTypeA .resultBox div p.detailBtn {
	padding-bottom: 0px;
	text-align: right;
	border: none;
}
.resultTypeA p.detailBtn a {
	padding: 4px 32px;
	display: inline-block;
	background: #df3c46;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.resultTypeA .resultBox table img {
	max-height: 85px;
	max-width: 85px;
}

/* ---検索結果ページ 縦タイプ--- */
.resultTypeB .resultBox {
	float: left;
	width: 156px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 14px;
	padding: 14px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background: #F8F8F8 url(../img/line_02.png) repeat-x 0 bottom;
}
.resultTypeB .oddBox {
	background: #ffffff url(../img/line_02.png) repeat-x 0 bottom;
}
.resultTypeB .resultBox p.pgBox {
	height: 85px;
	width: 100%;
	margin-bottom: 3px;
}
.resultTypeB .resultBox p.pgBox a {
	display: block;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
.resultTypeB .resultBox div.nameDiv {
	display: block;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: solid 1px #999;
	text-align: center;
}
.resultTypeB .resultBox p.nameBox {
	overflow: hidden;
	height: 2.6em;
}
.resultTypeB .resultBox p span {
	background: #FC0
}
.resultTypeB .resultBox div div {
	margin-bottom: 4px;
	overflow: hidden;
	text-align: center;
}
.resultTypeB .resultBox div div span {
	background: #FC0
}
.resultTypeB p.detailBtn a {
	width: 100%;
	padding: 4px 0;
	display: inline-block;
	background: #df3c46;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.resultTypeB .resultBox .matrixImage {
	width: 85px;
	display: block;
	margin: 0 auto;
}
.resultTypeB .resultBox table img {
	max-height: 85px;
	max-width: 85px;
}

/* ---検索用ページ コントローラー--- */
.controllerBox {
    border-top: 1px dotted #CCC;
    padding: 30px 0 60px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
}
.controllerBox ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.controllerBox ul li {
    float: left;
    margin-right: 14px;
    padding: 5px 9px;
    position: relative;
    left: -50%;
}
.frBtn {
	background: #15AD9F;
}
.frBtn a {
	text-decoration: none;
	color: #fff;
}

/* ---検索用ページ スマホ向けコントローラー--- */
.controllerBoxS {
	display: none;
}

/* ↓↓↓20140623修正↓↓↓ */
.resultBox table {
	height: 85px;
	width: 85px;
	background: #e8eced;
}
.resultTypeA .resultBox table {
	float: left;
	margin-top: 16px;
}
.resultTypeB .resultBox table {
	margin: 0 auto;
}
.resultBox table tr td {
	text-align: center;
}
/* ↑↑↑20140623修正↑↑↑ */

/* @end */

/* @group 詳細ページ */
#wrapper #main.detail {
	margin-top: 19px;
}
#pageContNav {
	position: relative;
	min-height: 46px;
}
/* パンクズ */
#pankuzu {
	overflow: auto;
}
ul#pankuzu li {
	float: left;
	margin-right: 15px;
}
ul#pankuzu li#pkTop {
	padding-left: 22px;
	background: url(../img/icon_home.png) no-repeat left top;
}
/* 改ページ */
#pageContNav {
	border-bottom: solid 1px #999;
}
#pageControlle {
	position: absolute;
	top: 0px;
	right: 0px;
}
#pageControlle li {
	float: right;
	margin-left: 24px;
	background: #15AD9F;
	border-left: none;
	line-height: 100%;
}
#pageControlle li a {
	display: block;
	padding: 7px 27px;
	color: #FFF;
	text-decoration: none;
}
#pageControlle li#pcNext a {
	background: url(../img/icon_arrow02.png) no-repeat 62px center;
}
#pageControlle li#pcPrev a {
	background: url(../img/icon_arrow01.png) no-repeat 7px center;
}

/* カルーセルエリア */
#carouselBox {
	margin-bottom: 30px;
	border: solid;
	border-color: #EFEFEF;
	border-width: 1px;
	background: #fDfDfF;
	border-style: inset;
}

#carouselBox ul {
	padding-top: 10px;
	padding-left: 20px;
}

#carouselBox
#carouselBox2 { /*画像が2～3枚だった時用の定義*/
	margin-bottom: 40px;
}
#carouselBox2 ul {
	overflow: auto;
	padding-top: 10px;
	padding-left: 20px;
	border: solid;
	border-color: #EFEFEF;
	border-width: 1px;
	background: #fDfDfF;
	border-style:inset;
}
#carouselBox2 ul li {
	float:left;
	margin-right: 40px;
}

/* 説明エリア */
#detailMainBox {
	padding-top: 32px;
	padding-bottom: 60px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #999;
}
/* ↓↓↓20140623修正↓↓↓ */
#descriptionBox {
	padding: 18px;
	background: #FFF;
}

#descriptionBox .detailBox {
	display: flex;
}

#descriptionBox #headline {
	float: inherit;
	font-size: 24pt;
	margin-left: 10px; 
	margin-bottom: 30px;
	line-height: 100%;
}
#descriptionBox #headlineMobile {
	display: none;
}

#descriptionBox .descriptionLeft {
	width: 450px;
}

#descriptionBox .descriptionRight {
	width: 450px;
}

#descriptionBox .descriptionMobile {
	display: none;
}
/* ↑↑↑20140623修正↑↑↑ */
#descriptionBox #pdBox {
	min-height: 300px;
	width: 400px;
	margin-right: 10px;
	padding: 0 10px;
	background: #FFF;
	text-align: center;
}
#descriptionBox #pdBox img {
	text-align: center;
}
#descriptionBox #pdBox p {
	height: 300px;
	margin-bottom: 12px;
	background: #e8eced;
}

#descriptionBox #pdBox a {
	line-height: 100%;
	display: inline-block;
	padding: 7px 26px 7px 32px;
	color: #FFF;
	text-decoration: none;
	background: #15AD9F url(../img/icon_expansion.png) no-repeat 8px 5px;
}

#descriptionBox #movieBtn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.2px;
	border-color: transparent transparent transparent #ffffff;
	line-height: 0px;
	float:left;
	margin-right:15px;
	_border-color: #000000 #000000 #000000 #ffffff;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.descriptionTxt {
	padding-left: 22px;
	overflow: auto;
}
.descriptionTxt p {
	float: left;
	margin-bottom: 16px;
}
.descriptionTxt p.firstBox {
	width: 100px;
}
.descriptionTxt p.rightSideBox {
	width: 325px;
}
.descriptionTxt p:descriptinOnly {
	width: 425px;
}
/* ↓↓↓20140707修正↓↓↓ */
.descriptionTxt p.rightSideBox span {
	background: none repeat scroll 0 0 #fc0;
}
/* ↑↑↑20170718修正↑↑↑ */
#bunkaLink{
	    text-align: right;
}
#bunkaLink button {
	width: 250px;
	padding: 0;
	margin: 12px 0;
	color: #FFFFFF;
	background: #900;
	border: none;
	border-radius: 5px;
}

#bunkaLink button a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
	background: url(../img/icon_arrow02.png) no-repeat 96% center;
}

#detailPageContNav{
	display: none;
}
/* ↑↑↑20170718修正↑↑↑ */
#descriptionBox .blankArea{
	height: 35px;
}
#relevanceBox {
	overflow: auto;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #999;
}
.relevancePgBox {
	width: 660px;
	padding-top: 32px;
	padding-bottom: 52px;
/*	border-right: solid 1px #999;*/
}
.relevancePgBox.oneColumn {
	border: hidden;
        width: 950px;
}
.relevancePgBox.twoColumnInNdl {
        width:680px;
}
.relevancePgBox.twoColumn {
        width: 474px;
}
.relevancePgBox.tripleColumn {
	width: 339px;
}
.relevanceTtl {
	margin-left: 10px;
	margin-bottom: 22px;
	height: 35px;
}
.relevancePgBox > div {
	height: 600px;
	width: 641px;
	overflow: auto;
}
.relevancePgBox.oneColumn > div {
	width: 872px;
	margin: 0 auto;
}
.relevancePgBox.twoColumnInNdl > div {
	width: 658px;
	margin: 0 auto;
}
.relevancePgBox.twoColumn > div {
	width: 445px;
	margin: 0 auto;
}
.relevancePgBox.tripleColumn > div {
	width: 230px;
	margin: 0 auto;
}
.relevancePgBox ul li {
	float: left;
	width: 153px;
	padding: 25px 30px 15px;
	border-right: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
	background: #FFF;
}
.relevancePgBox ul li.oddBox {
	background: #F8F8F8;
}
.relevancePgBox ul li div {
	margin-bottom: 12px;
}
.relevancePgBox ul li div p {
	display: block;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
/* ↓↓↓20140707修正↓↓↓ */
.relevancePgBox ul li div table {
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
.relevancePgBox ul li div table td {
	text-align: center;
}
.relevancePgBox ul li a {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: dotted 1px #ccc;
	text-align: center;
	word-wrap: break-word;
}
/* ↑↑↑20140707修正↑↑↑ */
#relevanceTxtBox {
	float: left;
	width: 268px;
	padding: 32px 0 52px 0px;
}
#relevanceTxtBox p {
	display: block;
	margin-bottom: 1.2em;
}
#relevanceTxtBox .relevanceTxt{
	margin-left: 15px;
}
#relevanceTxtBox .relevanceTxtNotFound{
	margin-left: 15px;
}
/* @end */

/* ↓↓↓20170718修正↓↓↓ */
#spRelevanceBox{
	display: none;
}
/* ↑↑↑20170718修正↑↑↑ */
/* @group ログインページ */
#loginBox {
	width: 360px;
	margin: 0 auto 100px;
	padding: 20px 20px 30px;
	background: #fff;
}
#loginBox p {
	margin-bottom: 2px;
}
#loginBox form input {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 18px;
	padding: 4px;
	width: 350px;
}
#loginBox .loginButton {
	text-align: center;
}
#loginBox form button {
	background: none repeat scroll 0 0 #15AD9F;
	border: 0 solid #15AD9F;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	line-height: 100%;
	padding: 8px 32px;
	text-align: center;
}
/* @end */

/* @group フッター */
#footer {
	padding: 28px 0;
}
#footer p {
	margin: 0 auto;
	text-align: center;
}
#footer .cssMode {
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}

#footer .cssMode .pcMode {
	display: none;
}
/* @end */

/* @group ライトボックス */
#glayLayer{
	display: none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.60;
    filter:alpha(opacity=60);
}
#overLayer{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 900px;
    width: 900px;
    margin-left: -470px;
	padding: 20px;
	background: #fff;
	text-align: center;
}
#overLayer img {
	display: none;
}
#overLayer div {
	position: relative;
	height: 100%;
}
#overLayer ul {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
}
#overLayer ul li {
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
}
#overLayer ul li#lbPrev {
	float: left;
	background: url(../img/icon_arrow03.png) no-repeat left top;
}
#overLayer ul li#lbNext {
	float: right;
	background: url(../img/icon_arrow04.png) no-repeat left top;
}
/* @end */


/* clearfix */
.clearfix:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
} 

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
